[Freeswitch-users] Freeswitch dialplan help

Kristian Kielhofner kris at kriskinc.com
Tue Jun 7 22:35:03 MSD 2011


Set continue_on_fail=true and use respond 503:

<action application="set" data="continue_on_fail=true"/>
<action application="bridge" data="blah"/>
<action application="respond" data="503"/>

On Tue, Jun 7, 2011 at 12:05 PM, awais nazir <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
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>



-- 
Kristian Kielhofner



More information about the FreeSWITCH-users mailing list