[Freeswitch-users] Faxing Advice

Peter J. Zandvoort peter at cindyandpeter.com
Tue Dec 1 19:41:32 PST 2009


Indeed, all actions must be contained with a condition tag.

FS just processes the conditions inside the extension top-to-bottom, so:
<condition/>
<condition>
  <action/>
  <action/>
</condition>

if the top condition (without actions in it) doesn't match, it stops
processing that extension.


-----Original Message-----
From: freeswitch-users-bounces at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Joseph
L. Casale
Sent: Tuesday, December 01, 2009 10:02 PM
To: 'freeswitch-users at lists.freeswitch.org'
Subject: Re: [Freeswitch-users] Faxing Advice

>To expand on what Russell said: XML always has a start and an end tag,
possibly with other stuff in between.
><tag>
>  ... content ...
></tag>

/snip

Ahh, so must all the actions be contained within at least one condition tag
as content, or could have I kept the
last "/" on the last condition and dropped the </condition> line?

Thanks everyone :)
jlc



_______________________________________________
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