<... transferto="">

 

Type

attribute

Elements

prompt

Data type

char[50]

Values

alphanumeric

Description

Transfers a call to another number.  Can be part of an Outbound Post or Call Command.

 

If transferring to a toll free number, you must specify a valid callerid.

 

Example 1: Passing number to transfer to in an Outbound Post

<campaign action="0" menuid="1-123">

  <prompts>

    <prompt promptid="1" tts="Calling 818-555-0101" transferto="8185550101" />

  </prompts>

  <phonenumbers>

    <phonenumber number="8185550100"/>

  </phonenumbers>

</campaign>

 

Example 2: Using a Call Command to transfer a call

<prompt transferto="8182238964"  />

 

Example 3: Using a Call Command to transfer a call, display CallerId and go to promptid 1 if there is no answer

<prompt transferto="8185550100" callerid="8182238964" goto="1"/>