Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| developer_guide:voicexml_references:elements:transfer [2015/10/27 21:46] – created borja | developer_guide:voicexml_references:elements:transfer [2015/12/09 22:14] (current) – [Extensions] borja | ||
|---|---|---|---|
| Line 37: | Line 37: | ||
| |connecttimeout|The connecttimeout attribute is the time to wait while trying to connect the call before returning the noanswer condition. | |connecttimeout|The connecttimeout attribute is the time to wait while trying to connect the call before returning the noanswer condition. | ||
| |maxtime|The maxtime attribute is the maximum time that the call is allowed to last. Minimum value is 30 seconds; maximum is one week, and 0 for no limit. | |maxtime|The maxtime attribute is the maximum time that the call is allowed to last. Minimum value is 30 seconds; maximum is one week, and 0 for no limit. | ||
| - | |transferaudio|The transferaudio attribute is the URI of the audio file to be played while connecting the call. This attribute is optional (not supported | + | |transferaudio|The transferaudio attribute is the URI of the audio file to be played while connecting the call. This attribute is optional (not supported).| |
| ===== Shadow Variables ===== | ===== Shadow Variables ===== | ||
| Line 69: | Line 69: | ||
| < | < | ||
| - | “exec:” or “tel:” (with an application name and ()) | + | “execute:” or " |
| The < | The < | ||
| - | Set the attribute dest with a URI like "exec: | + | Set the attribute dest with a URI like "execute: |
| Use “set” to set a variable to the Asterisk channel context: | Use “set” to set a variable to the Asterisk channel context: | ||
| - | < | + | < |
| Use “get” to get a variable value from the Asterisk channel context (value is in the value shadow variable): | Use “get” to get a variable value from the Asterisk channel context (value is in the value shadow variable): | ||
| - | < | + | < |
| <value expr=" | <value expr=" | ||
| - | Use “function” to set an Asterisk function: | + | Use “function:” to set an Asterisk function: |
| - | < | + | < |
| Use ' | Use ' | ||
| - | < | + | < |
| Use “function” to get a Asterik function' | Use “function” to get a Asterik function' | ||
| - | < | + | < |
| <value expr=" | <value expr=" | ||
| Line 100: | Line 100: | ||
| < | < | ||
| - | < | + | < |
| </ | </ | ||