[Freeswitch-users] plan break
Michael Collins
msc at freeswitch.org
Tue Apr 16 19:56:32 MSD 2013
I'd say you want break="always" in that condition:
<condition field="${cond(${_body} < 10 ? YES : NO)}" expression="^YES$"
break="always">
Try that and let us know if it works.
-MC
On Tue, Apr 16, 2013 at 4:51 AM, José Luis Millán <jmillan at aliax.net> wrote:
> Hi,
>
>
>
> 2013/4/16 Jimmy Chang <chang33.tw at gmail.com>
>
>> Hi,
>>
>> I have a chatplan like this:
>>
>> <?xml version="1.0" encoding="utf-8"?>
>> <include>
>> <context name="default">
>>
>> <extension name="testnumber">
>> <condition field="to" expression="^testnumber"/>
>> <condition field="${cond(${_body} < 10 ? YES : NO)}"
>> expression="^YES$">
>> <action application="reply" data="OK"/>
>> </condition>
>> </extension>
>>
>>
>> <extension name="demo">
>> <condition field="to" expression="^(.*)$">
>> <action application="send" />
>> </condition>
>> </extension>
>>
>> </context>
>> </include>
>>
>> No matter what result the {cond(${_body} is, I don't want the plan flow
>> go down to demo extension.
>> What should I do?
>>
>>
> What about an 'anti-action' for the case the condition is not satisfied?
>
>
>
>> Thanks.
>> Jimmy
>>
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>>
>>
>>
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://wiki.freeswitch.org
>> http://www.cluecon.com
>>
>> 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
>>
>>
>
>
> --
> José Luis Millán
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
>
>
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> 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
>
>
--
Michael S Collins
Twitter: @mercutioviz
http://www.FreeSWITCH.org
http://www.ClueCon.com
http://www.OSTAG.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130416/b46dc0b8/attachment.html
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list