[Freeswitch-users] hangup_after_bridge=false not continueing after failed bridge

Matthew Fong mattdfong at gmail.com
Mon Oct 12 07:41:30 PDT 2009


I think think this might be a bug, but wanted to post here instead of Jira
in-case I'm overlooking a configuration variable
Dialplan

    <extension name="1920"><!--init agent for manual and power dial mode-->
      <condition field="destination_number" expression="^1920$">
        <action application="set" data="hangup_after_bridge=false"/>
        <action application="bridge" data="sofia/gateway/
debug.com/14159927717"/>
        <action application="transfer" data="1999"/><!-- send to unable to
reach any contacts-->
      </condition>
    </extension>

API Command
originate sofia/internal/sip_1%192.168.1.10 1920

When the bridge to 14159927717 fails (NO_ANSWER) both calls are terminated
instead of continuing on in the dial plan to exten 1999 (which in my
dialplan parks the call). hangup_after_bridge however seems to work OK if
someone picks up in the bridge. Is this the correct behavior? How else can I
prevent the call from hanging up if a bridge fails? Thanks.

I'm using 15135M

--matt
http://www.hellohunter.com - Predictive Dialer
http://www.hellohunter.com/voice_broadcast.php - Voice Broadcasting
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091012/1d166b8a/attachment-0002.html 


More information about the FreeSWITCH-users mailing list