Send Events to Running Scripts Via HTTP

So you've started your session and now you'd like to update the information that the session is using — can you do that?

Let's be more specific. I have CCXML session running, and I want to send a event from an outside source into the script. (There's lots of reasons to do this. For example, in the Voice Conference Manager, the attendant may have selected a button on a web page to mute one leg of a conference call. The request to mute the call is an event.)

To send a event to a script, I need to know the session ID. To send the event, use

http://[ip of server]:9999/CCXML.send?sessionid=[session id]&eventname=[name of event]