On 12/23/06, nik600 <[EMAIL PROTECTED]> 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/[EMAIL PROTECTED])
exten => 777,3,transfer ...
exten => 777,4,Dial(SIP/[EMAIL PROTECTED])
exten => 777,5,transfer ...


; extension to join a conference
exten => 999,1,Answer
exten => 999,2,Meetme(100)

Can i do something like that?
_______________________________________________
--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

Reply via email to