Session getVariable
From FreeSWITCH Wiki
Get Variable on the specified channel
To get the list of variable name you can use, you can display it using the info app:
<action application="info" />
[edit]
Synopsis
getVariable(variable)
- variable - string containing variable name
[edit]
Example
caller_id = self.session.getVariable("caller_id_number")
[edit]
