Ehsan Khosrowshahi
2006-Oct-30 04:55 UTC
[asterisk-users] Need Help in Meetme (Conferencing)
Hi all, Suppose I have a simple conference configuration as below --> ------------------------------------------------- meetme.conf [general] [rooms] conf => 0041435215311 ------------------------------------------------- and I have a dial plan like this --> ------------------------------------------------- extensions.conf exten => 0041435215311,1,Answer exten => 0041435215311,2,Wait(1) exten => 0041435215311,3,Agi(agi://localhost/agiconference.agi) exten => 0041435215311,4,MeetMe(0041435215311|p) exten => 0041435215311,5,Playback(vm-goodbye) exten => 0041435215311,6,Hangup ------------------------------------------------- How can I Call someone using Originate Call in Manager API to the conference. If this are the parameters for Manager API call , what should i set in Channel to make a call from conference to the guy who I want to invite, will this work at all? CallerID = 0041435215311 Channel = ????? Context = default Exten = "Extension of the one who i want to call him to join conference" Priority = 1 Best Ehsan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061030/72af9c26/attachment.htm
Julian Lyndon-Smith
2006-Oct-30 05:07 UTC
[asterisk-users] Need Help in Meetme (Conferencing)
Ehsan Khosrowshahi wrote:> Hi all, > > Suppose I have a simple conference configuration as below --> > > ------------------------------------------------- > meetme.conf > [general] > > [rooms] > conf => 0041435215311 > ------------------------------------------------- > > and I have a dial plan like this --> > > ------------------------------------------------- > extensions.conf > exten => 0041435215311,1,Answer > exten => 0041435215311,2,Wait(1) > exten => 0041435215311,3,Agi(agi://localhost/agiconference.agi) > exten => 0041435215311,4,MeetMe(0041435215311|p) > exten => 0041435215311,5,Playback(vm-goodbye) > exten => 0041435215311,6,Hangup > ------------------------------------------------- > > How can I Call someone using Originate Call in Manager API to the conference. > > If this are the parameters for Manager API call , what should i set in Channel to make a call from conference to the guy who I want to invite, will this work at all? > > CallerID = 0041435215311 > Channel = ????? > Context = default > Exten = "Extension of the one who i want to call him to join conference" > Priority = 1try Channel = SIP/Extension of the one who i want to call him to join conference Context = default Exten = 0041435215311 Priority = 1> > Best > Ehsan > > > > ------------------------------------------------------------------------ > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users