<... callerid="">

 

Type

attribute

Elements

campaign | phonenumber | prompt

Data type

char[10]

Values

numeric

Description

The Caller Id for a phone call.  

 

For inbound calls, it is the Caller Id received.  For outbound calls, it is the Caller Id sent.  For call transfers durring an inbound call, it is the Caller Id displayed to the number transferred to.

 

Example 1: Answer Call Event

<campaign menuid="1-3" callid="213167" action="4" callerid="8182238964"/> 

 

Example 2: Call Summary

<campaign menuid="1-3" duration="25" callerid="8182238964" callid="213155" dateandtime="5/23/2004 3:11:38 PM">

   <prompts>

      <prompt promptid="1" keypress="2">

      </prompt>

      <prompt promptid="3" keypress="1">

      </prompt>

   </prompts>

</campaign> 

 

Example 3: Sending a call

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

   <prompts>

      <prompt promptid="2" tts="Web server 5 is down." />

   </prompts>

   <phonenumbers>

      <phonenumber number="8185550100" callid="123abc" callerid="8182238964" />

   </phonenumbers>

</campaign>

 

Example 4: Transferring an inbound call to another number, display CallerId

<prompt transferto="8008049314" callerid="8182238964" />