[Freeswitch-users] A leg disconnects after uuid_bridge?

Anthony Minessale anthony.minessale at gmail.com
Fri Feb 5 10:24:10 PST 2010


try latest trunk i think your issue is fixed.


On Thu, Feb 4, 2010 at 10:41 PM, Nagalenoj H. <nagalenoj at gmail.com> wrote:

> Sorry., I couldn't understand its behavior.
>
> Let me ask the same question in this way.
>
> * hangup_after_bridge is set to false.
> * In outbound socket, first I answer the call.
> * When I do a bridge to a extension (1001), after 1001 disconnects the
> call. I am able to make another call.
>       sendmsg
>       call-command: execute
>       execute-app-name: bridge
>       execute-app-arg: user/1001
>
> * When I originate a call to extension (1001), after 1001 disconnects the
> call. I'm unable to make another call, because my session is also getting
> closed.
>       api originate user/1001 &park
>
>       Content-Type: api/response
>       Content-Length: 41
>
>      +OK 1fac17ce-120b-11df-a878-d9c7fbcf71c4
>
>
>       sendmsg
>       call-command: execute
>       execute-app-name: intercept
>       execute-app-arg: 1fac17ce-120b-11df-a878-d9c7fbcf71c4
>
> * In both the case, the call is getting bridged to an extension and
> hangup_after_bridge is false.
> * When bridge doesn't need any other variables to set to continue, why
> intercept needs a explicit park after bridge.?
>
> Hope, this has some clarity.,
>
>
> On Thu, Feb 4, 2010 at 9:24 PM, Anthony Minessale <
> anthony.minessale at gmail.com> wrote:
>
>>
>>
>>    1. 2010-02-04 14:30:09.574084 [DEBUG] switch_core_state_machine.c:354
>>    (sofia/internal/1010 at 192.168.1.222) State SOFT_EXECUTE going to sleep
>>    2. 2010-02-04 14:30:09.574084 [DEBUG] switch_core_state_machine.c:314
>>    (sofia/internal/1010 at 192.168.1.222) Running State Change CS_EXECUTE
>>    3. 2010-02-04 14:30:09.574084 [DEBUG] switch_core_state_machine.c:348
>>    (sofia/internal/1010 at 192.168.1.222) State EXECUTE
>>    4. 2010-02-04 14:30:09.574084 [DEBUG] mod_sofia.c:181 sofia/internal/
>>    1010 at 192.168.1.222 SOFIA EXECUTE
>>    5. 2010-02-04 14:30:09.574084 [DEBUG] switch_core_state_machine.c:159sofia/internal/
>>    1010 at 192.168.1.222 Standard EXECUTE
>>    6. 2010-02-04 14:30:09.574084 [NOTICE] switch_core_state_machine.c:187Hangup sofia/internal/
>>    1010 at 192.168.1.222 [CS_EXECUTE] [NORMAL_CLEARING]
>>
>>
>>
>> Your channel went back to EXECUTE as expected then it hungup because there
>> were no more instructions in your dial plan for it to execute.  So it is
>> working as expected.
>>
>> Consider using transfer_after_bridge variable or park_after bridge to make
>> it stay around when the call is over.
>>
>>
>>
>>
>> On Thu, Feb 4, 2010 at 6:52 AM, Nagalenoj H. <nagalenoj at gmail.com> wrote:
>>
>>> By using create_uuid. I've also tried without giving origination_uuid.
>>> But, the result is same.
>>>
>>> --
>>> Regards,
>>> Nagalenoj H.
>>>
>>>
>>> On Thu, Feb 4, 2010 at 5:42 PM, Brian West <brian at freeswitch.org> wrote:
>>>
>>>> Where are you getting this UUID?
>>>>
>>>> /b
>>>>
>>>> On Feb 4, 2010, at 3:32 AM, Nagalenoj H. wrote:
>>>>
>>>> > api originate
>>>> {origination_uuid=c6d2e0e2-0b2f-11df-9e84-fb15c3cd8565}user/1001 &park
>>>>
>>>>
>>>> _______________________________________________
>>>> 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
>>>>
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> 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
>>>
>>>
>>
>>
>> --
>> Anthony Minessale II
>>
>> FreeSWITCH http://www.freeswitch.org/
>> ClueCon http://www.cluecon.com/
>> Twitter: http://twitter.com/FreeSWITCH_wire
>>
>> AIM: anthm
>> MSN:anthony_minessale at hotmail.com <MSN%3Aanthony_minessale at hotmail.com>
>> GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com<PAYPAL%3Aanthony.minessale at gmail.com>
>> IRC: irc.freenode.net #freeswitch
>>
>> FreeSWITCH Developer Conference
>> sip:888 at conference.freeswitch.org <sip%3A888 at conference.freeswitch.org>
>> iax:guest at conference.freeswitch.org/888
>> googletalk:conf+888 at conference.freeswitch.org<googletalk%3Aconf%2B888 at conference.freeswitch.org>
>> pstn:+19193869900
>>
>> _______________________________________________
>> 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
>>
>>
>
>
> --
> Regards,
> Nagalenoj H.
>
> _______________________________________________
> 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
>
>


-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

AIM: anthm
MSN:anthony_minessale at hotmail.com <MSN%3Aanthony_minessale at hotmail.com>
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com<PAYPAL%3Aanthony.minessale at gmail.com>
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org <sip%3A888 at conference.freeswitch.org>
iax:guest at conference.freeswitch.org/888
googletalk:conf+888 at conference.freeswitch.org<googletalk%3Aconf%2B888 at conference.freeswitch.org>
pstn:+19193869900
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100205/3696c4c0/attachment-0002.html 


More information about the FreeSWITCH-users mailing list