installation_guide:asterisk:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
installation_guide:asterisk:start [2017/01/25 21:45] – [Examples] borjainstallation_guide:asterisk:start [2017/06/27 20:40] (current) – [Asterisk Global Variables] borja
Line 138: Line 138:
    
  
-==== Variables ====+==== Voximal variables ====
  
 Variables to set before or filled after the Vxml() execution : Variables to set before or filled after the Vxml() execution :
Line 183: Line 183:
   * VOXIMAL_ERROR=INTERPRETER ; Session refused, critical error with the VoiceXML browser connection.   * VOXIMAL_ERROR=INTERPRETER ; Session refused, critical error with the VoiceXML browser connection.
  
 +==== Asterisk global variables ====
 +
 +You can set and get variable at any moment from the VoiceXML syntax using the <transfer> tag : 
 +
 +** GET **
 +
 +<code>
 +     <transfer name="getvar" bridge="true" dest="execute:get(ID)" />
 +     <block>
 +       <prompt>
 +         End of Transfer test <value expr="getvar$.value" />.
 +       </prompt>
 +     </block>
 +</code>
 +
 +** SET **
 +
 +<code>
 +     <transfer name="toto" bridge="true" dest="execute:set(MOMO)=10">
 +     </transfer>
 +</code>
  
  
Line 188: Line 209:
  
 Online help can be accessed by typing the following command at the CLI prompt: Online help can be accessed by typing the following command at the CLI prompt:
 +
 +<code>
 *CLI> help voximal *CLI> help voximal
 +</code>
  
 ===== CLI Management Commands ====== ===== CLI Management Commands ======
  • installation_guide/asterisk/start.1485380733.txt.gz
  • Last modified: 2017/01/25 21:45
  • by borja