Woody Dickson <woodydick...@gmail.com> wrote:
> I am getting a strange problem in my dialplan.
> 
> After doing "SET", I want to use it in the next condition field.  But then
> the value is not being set properly.

When parsing the dial plan, FreeSWITCH tests all of the conditions, then
builds a linked list of actions to execute. Once this is done, the actions are
executed, in order.

This is why you can't simply set a variable in one extension and test it in
the condition of a later extension.


_______________________________________________
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

Reply via email to