env
Manage environment variables
Syntax:
env [<sid> [<name> [<value>]]]
Parameters:
<sid> – SID
<name> – name of the variable
<value> – value
Version Since:
3.2
Examples:
env
Show all defined variables
env 0 net.sip.timeout.ringing
Show the value of net.sip.timeout.ringing (Ringing Timeout)
env 0 net.sip.timeout.inviting 120000
Set the value of net.sip.timeout.inviting (Inviting Timeout) with 120000 [ms]