[Freeswitch-users] Nested conditions not allowed.

Michael Collins mcollins at fcnetwork.com
Fri Nov 21 08:44:21 PST 2008


Can you use the <anti-action> tags to handle the non-matching case?
-MC

> -----Original Message-----
> From: freeswitch-users-bounces at lists.freeswitch.org
[mailto:freeswitch-
> users-bounces at lists.freeswitch.org] On Behalf Of henkoegema
> Sent: Friday, November 21, 2008 8:15 AM
> To: freeswitch-users at lists.freeswitch.org
> Subject: [Freeswitch-users] Nested conditions not allowed.
> 
> 
> How do I program following:
> 
> I call extension 1234.
> Only if the time is between 9 am and 6 pm then play the file were-
> sorry.wav
> 
> 
> I tried:
> 
> <extension name="tempdisconnected">
>         <condition field="destination_number" expression="^1234">
> 	     <condition field="${strftime(%H%M)}"
> expression="^((09|1[0-7])[0-5][0-9]|1800)$">
>                   <action application="playback"
> data=".../.../sounds/were-sorry.wav"/>
>             </condition>
>        </condition>
> </extension>
> 
> but that doesn't work, because nested conditions are not allowed.
> 
> How do I solve a problem like this.
> --
> View this message in context:
http://www.nabble.com/Nested-conditions-not-
> allowed.-tp20624343p20624343.html
> Sent from the Freeswitch-users mailing list archive at Nabble.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




More information about the FreeSWITCH-users mailing list