CallXML 3.0 Development GuideHome  |  Frameset Home

  ANI and DNIS  |  TOC  |  C: CallXML Variables  

Transfer & Call Variables

While not intended to be a full dissertation on the myriad session variables for CallXML 3.0, it is appropriate to list the few that have direct bearing on outbound dialing. Below you will find such a listing of the variables that one can access and manipulate when making an outbound call:


session.callerID :The caller's phone number

session.calledID : The number that was called to get here

session.eventsenderID : The session ID of the sender of the last external event

These variables are accessed in the standard $varname; syntax, as demonstrated below:


...
<do>
  <say> the caller ID is $session.callerID; </say>
  <say> the called ID is $session.calledID; </say>
  <say> the event sender ID is $session.eventssenderID; </say>
</do>
...





  ANNOTATIONS: EXISTING POSTS
0 posts - click the button below to add a note to this page

login
  ANI and DNIS  |  TOC  |  C: CallXML Variables  

© 2008 Voxeo Corporation  |  Voxeo IVR  |  VoiceXML & CCXML IVR Developer Site