<transfer>
It directs the interpreter to connect the user to another entity (e.g. Phone line).
Attributes:
aai |
Application to application information that may be received by a system on the far end of the transfer. The transmission of the information depends on proper signaling between the network gateway and the data translator. |
aaiexpr |
An ECMAScript expression evaluating to AAI information. |
bridge |
Determines whether the interpreter needs to stay in the connection with the caller and callee. If Bridge= true then the interpreter stays intact and if bridge=false (which is called as blind transfer) the interpreter does not know the outcome of the call. |
cond |
A boolean expression which must evaluate to true in order to execute the transfer. |
connecttimeout |
The maximum time to wait for the transferred call to connect with the far end. |
dest |
URI of the destination. |
destexpr |
An ECMAScript expression evaluating to the URI of the destination. |
expr |
Initial value of this form item variable. |
maxtime |
The maximum time the call is allowed to last. |
name |
It is the name of the transfer variable, when it has a value other than undefined then the transfer will not be executed. When a transfer call is attempted then name will have one of the following variables. Busy, noanswer, network_busy, near_end_disconnect, far_end_disconnect, network_disconnect. If the transfer is a blind transfer then this variable is undefined. |
transferaudio |
The URI of the audio to play while the call transfer is in progress. |
parent |
Form |
children |
PCDATA, audio, catch, enumerate, error, filled, grammar, help, noinput, nomatch, prompt, property, value |