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: [email protected] [mailto:[email protected]] On Behalf Of Joseph L. Casale Sent: Tuesday, December 01, 2009 10:02 PM To: '[email protected]' 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 [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _______________________________________________ FreeSWITCH-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
