Misc. Dialplan Tools unset
From FreeSWITCH Wiki
Contents |
Description
Clears out a channel variable.
Usage
application="unset" data="variable_name"
This application may be run inline from the XML dialplan.
Example
<action application="unset" data="foo"/>

