]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
add origination_nested_vars=true to allow vars within vars in originate strings e...
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 11 Apr 2012 20:30:37 +0000 (15:30 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 11 Apr 2012 20:30:37 +0000 (15:30 -0500)
commit385a92cec74598122f389ee42d28f928c2f15fd9
tree477b1777b376ae5e1c99e8c51e2a16bab0adac61
parentfebb9cc07e08a6dccc8be8aa62b6d487248a525e
add origination_nested_vars=true to allow vars within vars in originate strings e.g. [originate {origination_nested_vars=true,TEST=,var=,recur=W00t}user/1004 3000]  will end up as w00t
src/include/switch_channel.h
src/switch_channel.c
src/switch_event.c
src/switch_ivr_originate.c