[asterisk-users] Particular DialPlan

2007-01-14 Thread nik600
Hi, can i set up a similar dialplan? Suppose that extension make the caller to join a conference room. extension = 3,1,Dial(SIP/200,SIP/[EMAIL PROTECTED]) extension = 3,2,Dial(SIP/201,SIP/[EMAIL PROTECTED]) extension = 3,3,Dial(SIP/[EMAIL PROTECTED]) After that, the caller, the user 200

Re: [asterisk-users] Particular DialPlan

2007-01-14 Thread Pavel Jezek
I think this is wrong use, for conferencing, you must dial meetme application and put all users into one conference room... PJ nik600 wrote: Hi, can i set up a similar dialplan? Suppose that extension make the caller to join a conference room. extension = 3,1,Dial(SIP/200,SIP/[EMAIL

Re: [asterisk-users] Particular DialPlan

2007-01-14 Thread nik600
On 1/14/07, Pavel Jezek [EMAIL PROTECTED] wrote: I think this is wrong use, for conferencing, you must dial meetme application and put all users into one conference room... PJ don't worry, meetme application is called on extension I've written this code using phpagi: ? require_once