[asterisk-users] Re: meetmejoin example
nik600
nik600 at gmail.com
Sat Dec 23 03:10:39 MST 2006
On 12/23/06, nik600 <nik600 at gmail.com> wrote:
> >
> > You have to join a conference using the dialplan. If you want the
> > Manager Client to be able to make an existing call join a conference,
> > set up an extension in the dialplan that does what you want, and
> > then use the Manager "Redirect" command to transfer the channel
> > to that extension.
> >
And sorry, another question...how can i automatically do a redirect
command when i recive a call?
for example, my dialplan will be:
[default]
; extension called from external user
exten => 777,1,Dial(999)
exten => 777,2,Dial(SIP/user1 at host1)
exten => 777,3,transfer ...
exten => 777,4,Dial(SIP/user1 at host2)
exten => 777,5,transfer ...
; extension to join a conference
exten => 999,1,Answer
exten => 999,2,Meetme(100)
Can i do something like that?
More information about the asterisk-users
mailing list