Hi All,

   I use the Asterisk Manager Interface to redirect the channels.
   
   There have two channels :
   
   SIP/voip_out_22-809c (None)               Up      Bridged Call(SIP/612-5456)
   SIP/612-5456         [EMAIL PROTECTED]:10   Up      Dial(SIP/[EMAIL 
PROTECTED]

   Then  I send a redirect request like below :

   Action: Redirect 
   Channel: SIP/612-5456 
   ExtraChannel: SIP/voip_out_22-809c 
   Exten: 111 
   Context: meetme-test 
   Priority: 1 
   
   Then , the channel named SIP/voip_out_22-809c has been transfered to the 
conference 111.
   But, the channel named SIP/612-5456 has been hangup automatic.  

   The context  meetme-test is :
   [meetme-test]
   exten => 111,1,Answer
   exten => 111,n,MeetMe(111,pdMX)
   exten => 111,n,Hangup

   
   I want to redirect both channels to the conference 111. What's wrong it?

With Regards,
Amy



_______________________________________________
--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