| How to reference session data in an XML decision |
| Categories: Audium Studio (3.4.x) |
| Article ID: | 11 |
| Last updated: | November 02, 2006 |
| User Opinions |
|
No users have voted.
|
|
Thank you for rating this answer.
|
SUMMARY
This article shows how to reference session data in an XML decision.
SYMPTOMS
Developer would like to reference session data from within an XML decision.
RESOLUTION
Here is an example of how to reference session data from with an XML decision:
<STRING operator="equal"> <DATA> <SESSION name="my_session_variable_name" /> </DATA> <CONSTANT_STRING value="arrival" /> </STRING>
The "Audium XML Decisions in Detail" section of the User Guide describes all of the tags used for XML decisions.
|
| Visitor Comments |
|
No visitor comments posted. Post a comment
|
| Attachments |
|
No attachments were found.
|