Conference API

Status
Not open for further replies.

RMaster

Joined
Jul 16, 2014
Messages
5
Reaction score
0
Hi Guys.
Can anyone guide me in the right direction for this project?

I need an api, which starts a conference, when a specific inbound number has been called.
Lets say Inbound number 22222222 has been called.

Then it should make a conference and callout to/invite 4 external numbers, which will be in a conference with the caller on inbound number 22222222.

Thanks in advance. :)
 
Hi there,
You may look into the Call Control API documentation available here: http://www.3cx.com/blog/docs/call-control-api/
See in particular the ConferencePlaceExtension class to create conference place, and the ActiveConnection Class to monitor inbound calls.
 
Hi pj3cx

Thanks alot for taking the time to answer.
I did actually find the doumentation meanwhile, however it still seems to difficult for me to make the entire script. (or at least i'm not sure how to use the ConferencePlaceExtension, and havent seen it in the sample files)
I hope some one, has done something similar, so that the script just needs a few adjustments. :)
 
Hi there,
See in the Call Control API v14 samples project (http://downloads.3cx.com/downloads/misc ... PI_v14.zip), there's one named ScheduleTheConference.cs / schedule_conference from which you can use to schedule conference with all preferred details rather than using previously mentioned class.
 
Status
Not open for further replies.