Hi Rlucchetti, I don't think that XMS has the feature of programmatically controlling the headers in the BYE message from VoiceXML (at least I couldn't find any evidence for this). The feature you mentioned is for the body of SIP BYE, not the headers. So for example if you use this expr attribute of exit: expr="'Hi There!'" Then the SIP BYE message sent from XMS ends like this: --- Content-Type: application/x-www-form-urlencoded;charset=utf-8 Content-Length: 34 __exit=Hi%20There%21&__reason=exit --- This formatting (__exit, __reason) is based on Section 4.2 of RFC5552 (I don't know how much of RFC5552 we support by the way; we don't claim support of this RFC on the XMS datasheet). Best Regards, Greg B.
↧