[Freeswitch-users] Freeswitch dialplan help
Eric Beard
eric at loopfx.com
Wed Jun 8 00:51:34 MSD 2011
I tried this and it does not modify the SIP response code. It seems to only affect this response header:
Reason: Q.850;cause=34;text="NORMAL_CIRCUIT_CONGESTION"
-----------------------
Eric Z. Beard, CTO
Loop LLC
w (877) 850-2010 x9249
m (727) 776-2768
eric at loopfx.com<mailto:eric at loopfx.com>
From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Stephen Wilde
Sent: Tuesday, June 07, 2011 12:53 PM
To: FreeSWITCH Users Help
Subject: Re: [Freeswitch-users] Freeswitch dialplan help
I think that something like this can work (not tested by me):
<context name="default">
<extension name="myextension">
<condition>
<action application="bridge" data="sofia/${Dialstring}"/>
<action application="transfer" data="dohangup XML dohangup"/>
</condition>
</extension>
</context>
<context name="dohangup">
<extension name="dohangup">
<condition field="${bridge_hangup_cause}" expression="^(NO_ANSWER)$" break="on-true">
<action application="hangup" data="NORMAL_CIRCUIT_CONGESTION"/>
</condition>
<condition>
<action application="hangup" data="${bridge_hangup_cause}"/>
</condition>
</extension>
</context>
Stephen
On Tue, Jun 7, 2011 at 6:05 PM, awais nazir <awais-nazeer at hotmail.com<mailto:awais-nazeer at hotmail.com>> wrote:
Hi
I want to achieve a simple scenario , after attempting a bridge in my dialplan if I get cause code 480, it should be converted to 503 to originator.
<action application="bridge" data="sofia/${Dialstring}"/>
<!--If
${hangup_cause} == "480" then ${hangup_cause}
=503
>
Can somebody help here.
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org<mailto: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/20110607/62ace1a9/attachment-0001.html
More information about the FreeSWITCH-users
mailing list