<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hello,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Is there a state diagram available which shows the state transitioning for all Channel Events and Channel States?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Also, I’ve wrote a simple ESL application which listens for all events happening in FS during a single call, and I’ve been studying the Channel Events/States and the correlation between them. Very useful. I recommend every new ESL developer to do this.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I do have a small question.<o:p></o:p></p><p class=MsoNormal>When using the SendMSG method of ESLConnection to playback a file, the below sequence of events is generated.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Now my question is: is there a way to send some unique string with the sendmsg command and have that one appear in all the other events which are shown below.<o:p></o:p></p><p class=MsoNormal>I need to track the events which share a relationship. CHANNEL_EXECUTE and CHANNEL_EXECUTE_COMPLETE contain a unique Application-UUID, which is good and could suffice, but I haven’t found a way where I can relate the sendmsg command back to these two events.<o:p></o:p></p><p class=MsoNormal>I know there is the Unique-ID header, but I’d like every action to be uniquely identifiable. <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Is that possible or am I asking way too much?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>"Command": "sendmsg c48f66c0-e5be-11e3-a832-551ac922334e",<o:p></o:p></p><p class=MsoNormal>"Event-Subclass": "c48f66c0-e5be-11e3-a832-551ac922334e",<o:p></o:p></p><p class=MsoNormal>"call-command": "execute",<o:p></o:p></p><p class=MsoNormal>"execute-app-name": "playback",<o:p></o:p></p><p class=MsoNormal>"execute-app-arg": "/usr/src/freeswitch/sounds/basic/welcome.wav",<o:p></o:p></p><p class=MsoNormal>"event-lock": "true",<o:p></o:p></p><p class=MsoNormal>"Event-Name": "PRIVATE_COMMAND",<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>"Event-Name": "CHANNEL_EXECUTE",<o:p></o:p></p><p class=MsoNormal>"Application": "playback",<o:p></o:p></p><p class=MsoNormal>"Application-Data": "/usr/src/freeswitch/sounds/basic/welcome.wav",<o:p></o:p></p><p class=MsoNormal>"Application-UUID": "ca0df0a8-e5be-11e3-a83e-551ac922334e"<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>"Event-Name": "PLAYBACK_START",<o:p></o:p></p><p class=MsoNormal>"Playback-File-Path": "/usr/src/freeswitch/sounds/basic/welcome.wav",<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>"Event-Name": "PLAYBACK_STOP",<o:p></o:p></p><p class=MsoNormal>"Playback-File-Path": "/usr/src/freeswitch/sounds/basic/welcome.wav",<o:p></o:p></p><p class=MsoNormal>"Playback-Status": "done"<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>"Event-Name": "CHANNEL_EXECUTE_COMPLETE",<o:p></o:p></p><p class=MsoNormal>"Application": "playback",<o:p></o:p></p><p class=MsoNormal>"Application-Data": "/usr/src/freeswitch/sounds/basic/welcome.wav",<o:p></o:p></p><p class=MsoNormal>"Application-Response": "FILE PLAYED",<o:p></o:p></p><p class=MsoNormal>"Application-UUID": "ca0df0a8-e5be-11e3-a83e-551ac922334e"<o:p></o:p></p></div></body></html>