View previous topic :: View next topic |
Author |
Message |
mrene_lists at avgs.ca Guest
|
Posted: Wed Jul 15, 2009 9:37 am Post subject: [Freeswitch-users] fs_cli - display variable values? |
|
|
eval [expression]
or
eval uuid:<call_uuid_here> [expression]
or
global_getvar varname
or
uuid_getvar uuid varname
Mathieu Rene
Avant-Garde Solutions Inc
Office: + 1 (514) 664-1044 x100
Cell: +1 (514) 664-1044 x200
mrene@avgs.ca (mrene@avgs.ca)
Am 15-Jul-09 um 10:29 AM schrieb Lars Zeb:
|
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Wed Jul 15, 2009 9:40 am Post subject: [Freeswitch-users] fs_cli - display variable values? |
|
|
global_getvar will list all globals... "uuid_getvar uuid var" get the var off the uuid.
/b
On Jul 15, 2009, at 9:29 AM, Lars Zeb wrote:
Quote: | Is it possible to display the value of a variable in fs_cli? I tried “echo ${domain_name}”, but it just echoed what I typed (${domain_name}), rather than its value.
I do not know how to get help on an individual command from the help facility in fs_cli. I tried fs_cli itself and also the docs but could find nothing.
Thanks, Lars
|
|
|
Back to top |
|
|
larclap at yahoo.com Guest
|
Posted: Wed Jul 15, 2009 9:42 am Post subject: [Freeswitch-users] fs_cli - display variable values? |
|
|
Is it possible to display the value of a variable in fs_cli? I tried “echo ${domain_name}”, but it just echoed what I typed (${domain_name}), rather than its value.
I do not know how to get help on an individual command from the help facility in fs_cli. I tried fs_cli itself and also the docs but could find nothing.
Thanks, Lars |
|
Back to top |
|
|
|