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

2009-10-12 Thread Matthew Fong
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

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

2009-10-12 Thread Anthony Minessale
which line is hanging up your A (inbound) leg? look for a blue line that says Hangup xyz that matches it so i can see. I think what is happening is you are getting early media so the bridge is actually working then when nobody answers it dies but technically the bridge worked. On Mon, Oct

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

2009-10-12 Thread Matthew Fong
extension name=1999!--DIRECT POWER-- condition field=destination_number expression=^1997$ action application=playback data=hh/hh-unable_to_connect_contact.wav/ action application=park/ /condition /extension my extn 1999... since it looks from the output like

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

2009-10-12 Thread Matthew Fong
2009-10-12 15:22:47.015952 [NOTICE] switch_core_state_machine.c:179 Hangup sofia/internal/sip_1 [CS_EXECUTE] [NORMAL_CLEARING] might be the line..or the entire output is below freeswi...@matthew-laptop originate sofia/internal/sip_1%192.168.1.10 1920 2009-10-12 15:21:44.029517 [NOTICE]

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

2009-10-12 Thread Matthew Fong
doh! thanks! On Mon, Oct 12, 2009 at 10:33 PM, Anthony Minessale anthony.miness...@gmail.com wrote: because the regex is on 1997 not 1999 On Mon, Oct 12, 2009 at 10:25 AM, Matthew Fong mattdf...@gmail.comwrote: extension name=1999!--DIRECT POWER-- condition

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

2009-10-12 Thread Matthew Fong
when I add a leg_timeout, I get an ALLOTTED_TIMEOUT from my failed bridge... when an ALLOTTED_TIMEOUT is received, the hangup_after_bridge=false is not recognized (I think). Is there anyway to get an alloted_timeout to continue after bridge (failure)? revised dialplan cmd output extension

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

2009-10-12 Thread Michael Collins
On Mon, Oct 12, 2009 at 10:42 AM, Matthew Fong mattdf...@gmail.com wrote: when I add a leg_timeout, I get an ALLOTTED_TIMEOUT from my failed bridge... when an ALLOTTED_TIMEOUT is received, the hangup_after_bridge=false is not recognized (I think). Is there anyway to get an alloted_timeout to

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

2009-10-12 Thread Matthew Fong
still no luck... extension name=1920!--DEBUG-- condition field=destination_number expression=^1920$ action application=set data=hangup_after_bridge=false/ action application=bridge data={leg_timeout=10,ignore_early_media=true}sofia/gateway/ debug.com/14159927717/

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

2009-10-12 Thread Michael Collins
Turn on debug, make another test call, and pastebin the output. -MC On Mon, Oct 12, 2009 at 11:11 AM, Michael Collins m...@freeswitch.orgwrote: On Mon, Oct 12, 2009 at 10:42 AM, Matthew Fong mattdf...@gmail.comwrote: when I add a leg_timeout, I get an ALLOTTED_TIMEOUT from my failed

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

2009-10-12 Thread Matthew Fong
http://pastebin.freeswitch.org/10656 On Tue, Oct 13, 2009 at 1:34 AM, Michael Collins m...@freeswitch.org wrote: Turn on debug, make another test call, and pastebin the output. -MC On Mon, Oct 12, 2009 at 11:11 AM, Michael Collins m...@freeswitch.orgwrote: On Mon, Oct 12, 2009 at 10:42

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

2009-10-12 Thread Michael Collins
On Mon, Oct 12, 2009 at 12:00 PM, Matthew Fong mattdf...@gmail.com wrote: http://pastebin.freeswitch.org/10656 Matthew, Try continue_on_fail=true instead of hangup_after_bridge=false. http://wiki.freeswitch.org/wiki/Channel_Variables#continue_on_fail I think it will do what you want. -MC