]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
add new syntax to uuid_setvar to allow you to unset a var.
authorMichael Jerris <mike@jerris.com>
Thu, 13 Nov 2008 20:26:15 +0000 (20:26 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 13 Nov 2008 20:26:15 +0000 (20:26 +0000)
commit38e54bd39d4af1538ebf2757d6b3b1d12079b107
tree45ab9708ddca6014fdd6d5924e9582d5f1bce0ff
parent9d600b5ceae2da7a1e57d5c08cea23c4e95786a2
add new syntax to uuid_setvar to allow you to unset a var.

New syntax is:
<uuid> <var> [value]

Previously value was required, now if it is omitted it will unset the var.
(MODAPP-167)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10381 d0543943-73ff-0310-b7d9-9358b9ac24b2
src/mod/applications/mod_commands/mod_commands.c