<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>&nbsp;</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>&nbsp;</o:p></p><p class=MsoNormal>Also, I&#8217;ve wrote a simple ESL application which listens for all events happening in FS during a single call, and I&#8217;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>&nbsp;</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>&nbsp;</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&#8217;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&#8217;d like every action to be uniquely identifiable. <o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</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>&nbsp;</o:p></p><p class=MsoNormal>&quot;Command&quot;:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;sendmsg c48f66c0-e5be-11e3-a832-551ac922334e&quot;,<o:p></o:p></p><p class=MsoNormal>&quot;Event-Subclass&quot;:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;c48f66c0-e5be-11e3-a832-551ac922334e&quot;,<o:p></o:p></p><p class=MsoNormal>&quot;call-command&quot;:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;execute&quot;,<o:p></o:p></p><p class=MsoNormal>&quot;execute-app-name&quot;:&nbsp;&nbsp; &quot;playback&quot;,<o:p></o:p></p><p class=MsoNormal>&quot;execute-app-arg&quot;:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/src/freeswitch/sounds/basic/welcome.wav&quot;,<o:p></o:p></p><p class=MsoNormal>&quot;event-lock&quot;:&nbsp;&nbsp;&nbsp;&nbsp; &quot;true&quot;,<o:p></o:p></p><p class=MsoNormal>&quot;Event-Name&quot;: &quot;PRIVATE_COMMAND&quot;,<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>&quot;Event-Name&quot;: &quot;CHANNEL_EXECUTE&quot;,<o:p></o:p></p><p class=MsoNormal>&quot;Application&quot;:&nbsp;&nbsp;&nbsp; &quot;playback&quot;,<o:p></o:p></p><p class=MsoNormal>&quot;Application-Data&quot;:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/src/freeswitch/sounds/basic/welcome.wav&quot;,<o:p></o:p></p><p class=MsoNormal>&quot;Application-UUID&quot;:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;ca0df0a8-e5be-11e3-a83e-551ac922334e&quot;<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>&quot;Event-Name&quot;: &quot;PLAYBACK_START&quot;,<o:p></o:p></p><p class=MsoNormal>&quot;Playback-File-Path&quot;:&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/src/freeswitch/sounds/basic/welcome.wav&quot;,<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>&quot;Event-Name&quot;: &quot;PLAYBACK_STOP&quot;,<o:p></o:p></p><p class=MsoNormal>&quot;Playback-File-Path&quot;:&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/src/freeswitch/sounds/basic/welcome.wav&quot;,<o:p></o:p></p><p class=MsoNormal>&quot;Playback-Status&quot;:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;done&quot;<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>&quot;Event-Name&quot;: &quot;CHANNEL_EXECUTE_COMPLETE&quot;,<o:p></o:p></p><p class=MsoNormal>&quot;Application&quot;:&nbsp;&nbsp;&nbsp; &quot;playback&quot;,<o:p></o:p></p><p class=MsoNormal>&quot;Application-Data&quot;:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/src/freeswitch/sounds/basic/welcome.wav&quot;,<o:p></o:p></p><p class=MsoNormal>&quot;Application-Response&quot;:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;FILE PLAYED&quot;,<o:p></o:p></p><p class=MsoNormal>&quot;Application-UUID&quot;:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;ca0df0a8-e5be-11e3-a83e-551ac922334e&quot;<o:p></o:p></p></div></body></html>