This documentation is for CallXML 2, which has been superceded by CallXML 3. The CallXML 2 language is not being updated any longer. CallXML 3, however, has many new features and is actively being enhanced. If you're writing a new CallXML application, you should use CallXML 3.
Click here for the CallXML 3.0 documentation.
| Variable |
Description |
| 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 |
| session.eventvalue |
the event value sent to the invoking (parent) document when a <run> (child) session ends |
| session.accountID |
Voxeo ID of the called party (if known) |
| session.subaccountID |
party-specific information |
| session.ID |
identifier for the current session |
| session.lasterror |
printable information about the last error that happened |
| session.lasttermdigit |
contains information that remembers the last termdigit the caller pressed |
| application.errorURL |
where to go if the application terminated due to an unhandled event. There is a default URL provided by the system; setting it empty deactivates this feature |
| session.referredcalledid |
passes information about calls which have been forwarded from other phone numbers; specifically the number of the phone that forwarded the call to your application |