<... countrycode="">

 

Type

attribute

Elements

phonenumber

Data type

char[3]

Values

1, 44, 49, 61

Description

Country code of a dialed number.  Defaults to 1.

 

Example 1: Sending a call

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

   <prompts>

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

   </prompts>

   <phonenumbers>

      <phonenumber countrycode = "1" number="8185550100" dateandtime="1/1/2003 3:00 PM" callid="123abc">

   </phonenumbers>

</campaign>

 

Example 2: Transferring an inbound call to another number

<prompt countrycode="1" transferto="8182238964"  />