[Freeswitch-users] Hung Phone
Luis Jimenez
ljjimenez at gmail.com
Fri Apr 25 09:12:13 PDT 2008
Hi, i have this in default.xml
<extension name="*99">
<condition field="destination_number" expression="^\*99$"
break="always">
<action application="set" data="myvar=1004"/>
<action application="set"
data="hangup_after_bridge=true"/>
<action application="bridge"
data="sofia/default/${myvar}%10.0.0.100"/>
</condition>
</extension>
when i call, it works, but when i hangup the extension 1004 (callee), my
caller phone stays connected until i hagup manually this one.
if i hangup the caller first the calee hangup fine.
Luis jimenez
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080425/5c2db5a5/attachment-0002.html
More information about the FreeSWITCH-users
mailing list