[Freeswitch-users] is this possible to "return" from the transfer?

Diego Toro dftoro at yahoo.com
Mon Nov 8 16:59:29 PST 2010


Hi

Yes, you can do that:
  
    <action application="set" data="continue_on_fail=true" />
    <action application="set" data="hangup_after_bridge=false" />
    
    <action application="bridge" data="...." />
   <action application="bridge" data="...." />
   <action application="bridge" data="...." />
   <action application="bridge" data="...." />

....


Diego Toro 

http://voipensando.blogspot.com/

--- On Mon, 11/8/10, Boris Kovalenko <boris at tagnet.ru> wrote:

From: Boris Kovalenko <boris at tagnet.ru>
Subject: [Freeswitch-users] is this possible to "return" from the transfer?
To: "FreeSWITCH Users Help" <freeswitch-users at lists.freeswitch.org>
Date: Monday, November 8, 2010, 5:23 AM

Hello!

     With "bridge" we can do something like:

<action application="set" data="continue_on_fail=true"/>
<action application="bridge" ..."/>
<action application="bridge" ..."/>
<action application="bridge" ..."/>

Is this possible to get same behavior with "transfer"? For example:
<action application="set" data="continue_on_fail=true"/>
<action application="tranfer" data="$1 XML context1"/>
<action application="tranfer" data="$1 XML context2"/>
<action application="tranfer" data="$1 XML context3"/>

The idea - to find what context may serve the called number.

-- 

С уважением,
   Борис Коваленко
   ЗАО "Тагнет"
   (3435) 494991



_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20101108/58a223b3/attachment-0010.html 


More information about the FreeSWITCH-users mailing list