Send SIP INVITE to other clients when there is a Conference call created using ConfBridge App. A client who accepts SIP INVITE adds them to the conference.
I am able to create a conference but meanwhile I want to send INVITE to all clients to join a conference.
How this is possible?
That gets difficult, as the dialplan application doesnât have the Async option. You should be able to do it with call files, or AMI, and I suspect you can do it with ARI, but there is some complexity involved.
Hello @david551 , Thanks for a quick reply
I want to do some experiments using call files to add users automatically into a conference.
Do you have any examples of that?
Shall I have to use Originate for this?
Note that the second link has an absolutely embarrassing instruction to â Set file permissions with chmod 777 .â Just donât. And if you donât understand, google âwhy is chmod 777 bad.â Itâs like explaining how not to get COVID and one of the steps says âmasks donât work.â It destroys the credibility of everything else you say.
Hello All, As per your suggestion, call files worked for me, which allows adding a user to the conference whenever needed.
Now I will design a small application in c++ which will detect that Conference is started and it will move call files to the appropriate folder to call dynamically to users to add to the conference.