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.
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.