View previous topic :: View next topic |
Author |
Message |
anthony.minessale at g... Guest
|
Posted: Fri Nov 21, 2008 11:40 am Post subject: [Freeswitch-users] Nested conditions not allowed. |
|
|
instead you stack the conditions and they must all be true to proceed to the next unless you change the break attribute (see wiki)
On Fri, Nov 21, 2008 at 10:14 AM, henkoegema <pabx_freeswitch@telenet.be (pabx_freeswitch@telenet.be)> wrote:
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
mcollins at fcnetwork.com Guest
|
Posted: Fri Nov 21, 2008 11:47 am Post subject: [Freeswitch-users] Nested conditions not allowed. |
|
|
Can you use the <anti-action> tags to handle the non-matching case?
-MC
[mailto:freeswitch-
Quote: | users-bounces@lists.freeswitch.org] On Behalf Of henkoegema
Sent: Friday, November 21, 2008 8:15 AM
To: freeswitch-users@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-
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
Quote: | http://www.freeswitch.org
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
pabx_freeswitch at tel... Guest
|
|
Back to top |
|
|
mike at jerris.com Guest
|
|
Back to top |
|
|
brian at freeswitch.org Guest
|
|
Back to top |
|
|
anthony.minessale at g... Guest
|
Posted: Fri Nov 21, 2008 2:32 pm Post subject: [Freeswitch-users] Nested conditions not allowed. |
|
|
the wiki search sucks but i am pretty sure you can find it just by searching for
"dialplan" =/
On Fri, Nov 21, 2008 at 1:00 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
pabx_freeswitch at tel... Guest
|
|
Back to top |
|
|
|