Transfer Call
VCS only.
This block redirects a call to another phone number.
|
Properties |
Values |
Description |
|---|---|---|
|
Phone Number |
0-9 * and # |
Any valid phone number to which to redirect the call, for example, +16315551212 The + format makes the number location independent. This should be used unless you know all of your VCSs are in the same location. If you are using a variable, add + to the value of the variable, for example, +$NumberDialed$. Note
|
|
Transfer Type |
Blind Transfer |
This transfer type causes the VCS to access a second line from the gateway and generate an outbound call to the phone number specified in the Phone Number property. It then bridges the original caller and the outbound call together. |
|
Transfer Type |
Outdial |
This transfer type dials the specified digits. No hook flash or other signalling is issued, so the script remains in control of the call and can interact with the original caller after the called party hangs up. |
|
Source ID |
String |
Note This information is shown only if the Source display property is missing.
When transferring a call, you can optionally set the source address (CallingPartyNumber) from the script you are using. If this is left blank, the ANI for the gateway is used, if that is not set, the ANI for the tenant is used. This can be either an H.323-ID or an E.164 number:
All possible values for this property should be contained in a single string, such as: NAME:NJONES,NAME:FSCHMIDT,TEL:1234567 The source address can be specified as either an H.323-ID value denoted by the NAME: prefix, or as an E.164 address denoted by the TEL: prefix You do not have to send both types of source address, but it is legal if needed. However, if not blank, the source address must contain one or the other prefix format. |
|
Source display |
String |
What to display as a source. This property is also known as CallerID or CallingPartyName. |
|
Bridge Method
|
Bridge Calls |
Bridges the call control and media stream (the individual calls become a single call). If either party disconnects, the call terminates. |
|
Bridge Media Only |
Parties can communicate with each other, but if one party disconnects, call does not terminate. |
|
|
Do not Bridge |
Do not bridge the calls, use the Bridge Call function, instead. See Bridge Call. |
|
|
Bridge Media & DTMF |
Parties can communicate with and forward DTMF tones to each other, but if one party disconnects, call does not terminate. |