<campaign>

 

Type

element

Attributes

action | callid | callerid | comment | dateandtime | errorid | menuid | status

Parents

n/a

Children

file | phonenumbers | prompts

Description

Top level element.  Contains campaign specific attributes.

 

Example 1: 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 2: Call Summary for an inbound call

<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: Connect Call Event

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