- Joined
- Oct 9, 2025
- Messages
- 6
- Reaction score
- 0
Hello,
I am using the 3CX REST API endpoint
POST /callcontrol/{dnnumber}/makecall
to initiate calls programmatically.
The call is successfully created, but the SIP client shows that the destination is calling me, and I have to manually press the green handset button to actually start the call.
Is there a way to make the call connect automatically, without requiring manual confirmation on the SIP phone (auto-answer or immediate dial)?
My goal is to trigger outbound calls via REST API without user interaction on the phone.
Thank you in advance!
I am using the 3CX REST API endpoint
POST /callcontrol/{dnnumber}/makecall
to initiate calls programmatically.
The call is successfully created, but the SIP client shows that the destination is calling me, and I have to manually press the green handset button to actually start the call.
Is there a way to make the call connect automatically, without requiring manual confirmation on the SIP phone (auto-answer or immediate dial)?
My goal is to trigger outbound calls via REST API without user interaction on the phone.
Thank you in advance!