OK. I will try to make it clear.<div>In general, my test case is to forward skype call to a extention such as 5655. And then in the dialplan for 5655, continuously play some sound. During playing, you can send skype chat messages from the caller and check what esl events has been generated from it. According to my test, the raw type event is not generated for most of chat messages.</div>
<div><br></div><div>In details,</div><div><br></div><div>this is my skypeopen.conf.xml:</div><div><div>&lt;configuration name=&quot;skypopen.conf&quot; description=&quot;Skypopen Configuration&quot;&gt;</div><div>  &lt;global_settings&gt;</div>
<div>    &lt;param name=&quot;debug&quot; value=&quot;8&quot;/&gt;</div><div>    &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;</div><div>    &lt;param name=&quot;context&quot; value=&quot;default&quot;/&gt;</div>
<div>    &lt;param name=&quot;destination&quot; value=&quot;1000&quot;/&gt;</div><div>    &lt;param name=&quot;skype_user&quot; value=&quot;user1&quot;/&gt;</div><div>    &lt;param name=&quot;report_incoming_chatmessages&quot; value=&quot;true&quot;/&gt;</div>
<div>    &lt;param name=&quot;silent_mode&quot; value=&quot;false&quot;/&gt;</div><div>    &lt;param name=&quot;write_silence_when_idle&quot; value=&quot;true&quot;/&gt;</div><div>  &lt;/global_settings&gt;</div><div>  &lt;!-- one entry here per each skypopen interface --&gt;</div>
<div>  &lt;per_interface_settings&gt;</div><div>    &lt;interface id=&quot;1&quot; name=&quot;interface1&quot;&gt;</div><div>        &lt;param name=&quot;X11-display&quot; value=&quot;:0.0&quot;/&gt;</div><div>        &lt;param name=&quot;skype_user&quot; value=&quot;xxxxxxxxx&quot;/&gt;</div>
<div>        &lt;param name=&quot;destination&quot; value=&quot;5655&quot;/&gt;</div><div>    &lt;/interface&gt;</div><div><br></div><div>  &lt;/per_interface_settings&gt;</div><div>&lt;/configuration&gt;</div></div><div>
<br></div><div><br></div><div><br></div><div>in dialplan for default context, add the following to describe extention 5655:</div><div><br></div><div><div style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; ">
<span style="white-space: pre-wrap; ">        </span>&lt;extension name=&quot;skype&quot;  break=&quot;on-false&quot;&gt;</div><div style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; "><span style="white-space: pre-wrap; ">                </span>&lt;condition field=&quot;destination_number&quot; expression=&quot;^5655$&quot;&gt;</div>
<div style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; ">        &lt;action application=&quot;answer&quot;/&gt; </div><div style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; ">
        &lt;action application=&quot;sleep&quot; data=&quot;1000&quot;/&gt;</div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse; white-space: pre-wrap;">                                &lt;action application=&quot;playback&quot; data=&quot;ivr/ivr-sample_submenu.wav&quot;/&gt; 
                                &lt;action application=&quot;playback&quot; data=&quot;ivr/ivr-sample_submenu.wav&quot;/&gt; 
                                &lt;action application=&quot;playback&quot; data=&quot;ivr/ivr-sample_submenu.wav&quot;/&gt; 
                                &lt;action application=&quot;playback&quot; data=&quot;ivr/ivr-sample_submenu.wav&quot;/&gt; 
                                &lt;action application=&quot;playback&quot; data=&quot;ivr/ivr-sample_submenu.wav&quot;/&gt; 
                                &lt;action application=&quot;playback&quot; data=&quot;ivr/ivr-sample_submenu.wav&quot;/&gt; 
                                &lt;action application=&quot;playback&quot; data=&quot;ivr/ivr-sample_submenu.wav&quot;/&gt; 
                                &lt;action application=&quot;playback&quot; data=&quot;ivr/ivr-sample_submenu.wav&quot;/&gt; 
                                &lt;action application=&quot;playback&quot; data=&quot;ivr/ivr-sample_submenu.wav&quot;/&gt; 
                                &lt;action application=&quot;playback&quot; data=&quot;ivr/ivr-sample_submenu.wav&quot;/&gt; 
                                &lt;action application=&quot;playback&quot; data=&quot;ivr/ivr-sample_submenu.wav&quot;/&gt; 
                                &lt;action application=&quot;playback&quot; data=&quot;ivr/ivr-sample_submenu.wav&quot;/&gt; 
                                &lt;action application=&quot;playback&quot; data=&quot;ivr/ivr-sample_submenu.wav&quot;/&gt; 
                                &lt;action application=&quot;playback&quot; data=&quot;ivr/ivr-sample_submenu.wav&quot;/&gt; 
                                &lt;action application=&quot;playback&quot; data=&quot;ivr/ivr-sample_submenu.wav&quot;/&gt; 
                                &lt;action application=&quot;playback&quot; data=&quot;ivr/ivr-sample_submenu.wav&quot;/&gt; 
                                &lt;action application=&quot;playback&quot; data=&quot;ivr/ivr-sample_submenu.wav&quot;/&gt; 
                                &lt;action application=&quot;playback&quot; data=&quot;ivr/ivr-sample_submenu.wav&quot;/&gt; </span></font></div><div style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; ">  <span style="white-space: pre-wrap; ">        </span>&lt;/condition&gt;</div>
<div style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; "><span style="white-space: pre-wrap; ">        </span>&lt;/extension&gt;</div><div style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; ">
<br></div><div style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; "><span class="Apple-style-span" style="font-size: small; white-space: pre-wrap; ">ivr-sample_submenu.wav is a sound file in en/us/callie/ivr/8000, but it can be replaced by any other wav files.</span></div>
</div><div style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; "><span class="Apple-style-span" style="font-size: small; white-space: pre-wrap; "><br></span></div><div style="border-collapse: collapse; font-family: arial, sans-serif; ">
<span class="Apple-style-span" style="white-space: pre-wrap;">after setup, make a call to your skype user xxxxxxxxx. </span></div><div style="border-collapse: collapse; font-family: arial, sans-serif; "><span class="Apple-style-span" style="white-space: pre-wrap;">in the mean time use fs_cli to connect FS and execute /event plain MESSAGE to listen esl events.</span></div>
<div style="border-collapse: collapse; font-family: arial, sans-serif; "><span class="Apple-style-span" style="white-space: pre-wrap;">sent any chat messages from caller, then you are very likely to find only the short version events.</span></div>
<div><br></div><div><br><br><div class="gmail_quote">On Thu, Dec 2, 2010 at 8:50 AM, Giovanni Maruzzelli <span dir="ltr">&lt;<a href="mailto:gmaruzz@celliax.org">gmaruzz@celliax.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Xuyan,<br>
<br>
please.<br>
<br>
Can you give a clear defined procedure to reproduce the problem?<br>
<br>
Please, take the time to write it, complete of all relevant info<br>
(dialplan, script, etc etc) so I can reproduce it from a freshly<br>
installed FreeSWITCH.<br>
<br>
If you don&#39;t give this information I cannot fix the problem. And I<br>
cannot neither read your mind, nor finding the time to try every<br>
possible combination.<br>
<br>
Please, post something someone can cut and paste and a clear step by<br>
step procedure to replicate.<br>
<font color="#888888"><br>
-giovanni<br>
</font><div><div></div><div class="h5"><br>
On Thu, Dec 2, 2010 at 4:45 AM, xuyan yang &lt;<a href="mailto:xyangni@gmail.com">xyangni@gmail.com</a>&gt; wrote:<br>
&gt; I tried it again. When the line is parked and idle. the raw events can<br>
&gt; always be generated.<br>
&gt; but if the line is kept busy such as the following case this events is trend<br>
&gt; to have problem<br>
&gt; &lt;extension name=&quot;skype-in&quot;  break=&quot;on-false&quot;&gt;<br>
&gt; &lt;condition field=&quot;destination_number&quot; expression=&quot;^5655$&quot;&gt;<br>
&gt;         &lt;action application=&quot;answer&quot;/&gt;<br>
&gt;         &lt;action application=&quot;sleep&quot; data=&quot;1000&quot;/&gt;<br>
&gt; &lt;!--&lt;action application=&quot;park&quot;/&gt; --&gt;<br>
&gt; &lt;action application=&quot;playback&quot; data=&quot;test.wav&quot;/&gt;<br>
&gt; &lt;action application=&quot;playback&quot; data=&quot;test.wav&quot;/&gt;<br>
&gt; &lt;action application=&quot;playback&quot; data=&quot;test.wav&quot;/&gt;<br>
&gt;                                 &lt;action application=&quot;playback&quot;<br>
&gt; data=&quot;test.wav&quot;/&gt;<br>
&gt; &lt;action application=&quot;playback&quot; data=&quot;test.wav&quot;/&gt;<br>
&gt; &lt;action application=&quot;playback&quot; data=&quot;test.wav&quot;/&gt;<br>
&gt;                                 &lt;action application=&quot;playback&quot;<br>
&gt; data=&quot;test.wav&quot;/&gt;<br>
&gt; &lt;action application=&quot;playback&quot; data=&quot;test.wav&quot;/&gt;<br>
&gt; &lt;action application=&quot;playback&quot; data=&quot;test.wav&quot;/&gt;<br>
&gt;    &lt;/condition&gt;<br>
&gt; &lt;/extension&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Thu, Dec 2, 2010 at 2:01 AM, Giovanni Maruzzelli &lt;<a href="mailto:gmaruzz@celliax.org">gmaruzz@celliax.org</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; I repeat, if you subscribe to &quot;message&quot; events you get only those.<br>
&gt;&gt; Also, how I can replicate your problem?<br>
&gt;&gt; I&#39;ve tested events and I had no problem at all with spurious or<br>
&gt;&gt; unreliable events in mod-skypopen.<br>
&gt;&gt; Please, can you indicate a detailed way to reproduce your problem?<br>
&gt;&gt; -giovanni<br>
&gt;&gt;<br>
&gt;&gt; On 12/2/10, xuyan yang &lt;<a href="mailto:xyangni@gmail.com">xyangni@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; I got it. Then the problem should be the unstable behavior of raw events<br>
&gt;&gt; &gt; which has about 25% chances of being missed.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Fortunately, I have found a way to avoid this issue. Ignore all message<br>
&gt;&gt; &gt; events which contains Unique-ID field.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Wed, Dec 1, 2010 at 11:18 PM, Giovanni Maruzzelli<br>
&gt;&gt; &gt; &lt;<a href="mailto:gmaruzz@celliax.org">gmaruzz@celliax.org</a>&gt;wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; On Thu, Dec 2, 2010 at 12:15 AM, Giovanni Maruzzelli<br>
&gt;&gt; &gt;&gt; &lt;<a href="mailto:gmaruzz@celliax.org">gmaruzz@celliax.org</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt; &gt; If you subscribe only to &quot;MESSAGE&quot; kind of events, you&#39;ll get only<br>
&gt;&gt; &gt;&gt; &gt; those.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; The other events are &quot;raw&quot; events, that other users have requested<br>
&gt;&gt; &gt;&gt; &gt; for<br>
&gt;&gt; &gt;&gt; &gt; other purposes.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; or at  least that is the expected behavior, please let me know if I<br>
&gt;&gt; &gt;&gt; introduced some regression in integrating that &quot;raw event&quot; thingy.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; -giovanni<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; -giovanni<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; On Wed, Dec 1, 2010 at 11:35 PM, xuyan yang &lt;<a href="mailto:xyangni@gmail.com">xyangni@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt; &gt; wrote:<br>
&gt;&gt; &gt;&gt; &gt;&gt; Thanks for your reply. I have read this page before. but the random<br>
&gt;&gt; &gt;&gt; emerging<br>
&gt;&gt; &gt;&gt; &gt;&gt; of the second verbose esl events is causing trouble. And I guess it<br>
&gt;&gt; &gt;&gt; &gt;&gt; may<br>
&gt;&gt; &gt;&gt; be a<br>
&gt;&gt; &gt;&gt; &gt;&gt; bug, or it should be predictable.<br>
&gt;&gt; &gt;&gt; &gt;&gt; Before reporting to jira, I just want to check whether I have made<br>
&gt;&gt; &gt;&gt; &gt;&gt; any<br>
&gt;&gt; &gt;&gt; &gt;&gt; mistake.<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; On Wed, Dec 1, 2010 at 9:35 PM, Giovanni Maruzzelli<br>
&gt;&gt; &gt;&gt; &gt;&gt; &lt;<a href="mailto:gmaruzz@gmail.com">gmaruzz@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; wrote:<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; <a href="http://wiki.freeswitch.org/wiki/Mod_skypopen_Skype_Endpoint_and_Trunk#MESSAGE_.28Chat.29" target="_blank">http://wiki.freeswitch.org/wiki/Mod_skypopen_Skype_Endpoint_and_Trunk#MESSAGE_.28Chat.29</a><br>

&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; On Wed, Dec 1, 2010 at 10:23 PM, xuyan yang &lt;<a href="mailto:xyangni@gmail.com">xyangni@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; wrote:<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt; hi,<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt; I am writing ESL program on FreeSWITCH Version 1.0.head<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt; (git-8825b6e<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt; 2010-11-28 17-15-39 -0500)<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt; I need to handle skype chat message with a inbound ESL<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt; connection.<br>
&gt;&gt; &gt;&gt; But<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt; there<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt; are 1 or 2 esl events received randomly for each message.<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt; the first short one is alway generated, but the second one is<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt; random.<br>
&gt;&gt; &gt;&gt; So<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt; when trying to filter according to UUID, nothing is caught in<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt; many<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt; cases.<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt; If I make filter based on skype ID, duplicated messages are often<br>
&gt;&gt; &gt;&gt; heard.<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt; I do not why the behavior of the second event is random.<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt; How should I setup the filter to get 1 and only 1 event for each<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt; chat<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt; message? Thanks.<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt; the first is a short one with the following header:<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Event-Name] = [MESSAGE]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Event-Calling-Function] = [incoming_chatmessage]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Event-Date-GMT] = [Wed, 01 Dec 2010 21:02:37 GMT]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Core-UUID] = [7d858a18-fcb8-11df-8f82-835ae03a7500]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Content-Length] = [1]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [subject] = [SIMPLE MESSAGE]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [FreeSWITCH-IPv4] = [192.168.0.3]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [hint] = [niqizhi]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [from] = [niqizhi]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Event-Date-Local] = [2010-12-01 21:02:37]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [proto] = [skype]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [FreeSWITCH-IPv6] = [::1]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [id] = [5334]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Event-Calling-File] = [mod_skypopen.c]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Event-Date-Timestamp] = [1291237357051788]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [FreeSWITCH-Hostname] = [EYSRV]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [login] = [interface1]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [during-call] = [true]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Event-Calling-Line-Number] = [2915]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [chatname] = [#niqizhi/$abcdericunion;631dd843d9b3eb1a]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt; the second is much longer:<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Caller-Source] = [mod_skypopen]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Event-Calling-Function] = [incoming_chatmessage]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Event-Date-GMT] = [Wed, 01 Dec 2010 21:02:37 GMT]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Answer-State] = [answered]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [FreeSWITCH-IPv4] = [192.168.0.3]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Channel-State] = [CS_EXECUTE]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Channel-Read-Codec-Bit-Rate] = [256000]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [FreeSWITCH-IPv6] = [::1]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Unique-ID] = [412764c0-fd8e-11df-9019-835ae03a7500]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Channel-Read-Codec-Rate] = [16000]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Caller-Destination-Number] = [5655]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Caller-Channel-Transfer-Time] = [0]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Channel-Call-State] = [ACTIVE]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Caller-Channel-Progress-Media-Time] = [0]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [FreeSWITCH-Hostname] = [EYSRV]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Caller-Channel-Answered-Time] = [1291237326697085]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [login] = [interface1]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [during-call] = [true]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Channel-Name] = [skypopen/interface1]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Caller-Unique-ID] = [412764c0-fd8e-11df-9019-835ae03a7500]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Core-UUID] = [7d858a18-fcb8-11df-8f82-835ae03a7500]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Channel-Read-Codec-Name] = [L16]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Caller-Channel-Name] = [skypopen/interface1]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Caller-Caller-ID-Number] = [niqizhi]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Event-Date-Timestamp] = [1291237357051788]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Channel-State-Number] = [4]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Event-Calling-Line-Number] = [2888]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [chatname] = [#niqizhi/$abcdericunion;631dd843d9b3eb1a]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Event-Name] = [MESSAGE]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Content-Length] = [1]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [subject] = [SIMPLE MESSAGE]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Caller-Caller-ID-Name] = [niqizhi]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [from] = [niqizhi]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Caller-Dialplan] = [XML]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Caller-Channel-Hangup-Time] = [0]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [id] = [5334]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Caller-Profile-Index] = [1]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Caller-Direction] = [inbound]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Caller-Username] = [skypopen]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Channel-Write-Codec-Name] = [L16]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Call-Direction] = [inbound]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Caller-Screen-Bit] = [true]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [hint] = [niqizhi]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Caller-Privacy-Hide-Number] = [false]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Event-Date-Local] = [2010-12-01 21:02:37]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [proto] = [skype]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Caller-Channel-Created-Time] = [1291237326468855]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Event-Calling-File] = [mod_skypopen.c]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Caller-Channel-Progress-Time] = [0]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Caller-Privacy-Hide-Name] = [false]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Channel-Write-Codec-Rate] = [16000]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Caller-Context] = [default]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Channel-Write-Codec-Bit-Rate] = [256000]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Presence-Call-Direction] = [inbound]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;  [Caller-Profile-Created-Time] = [1291237326468855]<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt; FreeSWITCH-users mailing list<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt; UNSUBSCRIBE:<br>
&gt;&gt; &gt;&gt; <a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; --<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; Sincerely,<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; Giovanni Maruzzelli<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; Cell : +39-347-2665618<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; UNSUBSCRIBE:<br>
&gt;&gt; &gt;&gt; <a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; &gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; &gt;&gt; &gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; &gt;&gt; &gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; &gt;&gt; &gt;&gt; UNSUBSCRIBE:<br>
&gt;&gt; &gt;&gt; <a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; &gt;&gt; &gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; --<br>
&gt;&gt; &gt;&gt; &gt; Sincerely,<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Giovanni Maruzzelli<br>
&gt;&gt; &gt;&gt; &gt; Cell : +39-347-2665618<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; Sincerely,<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Giovanni Maruzzelli<br>
&gt;&gt; &gt;&gt; Cell : +39-347-2665618<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; &gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; &gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; &gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Sent from my mobile device<br>
&gt;&gt;<br>
&gt;&gt; Sincerely,<br>
&gt;&gt;<br>
&gt;&gt; Giovanni Maruzzelli<br>
&gt;&gt; Cell : +39-347-2665618<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
Sincerely,<br>
<br>
Giovanni Maruzzelli<br>
Cell : +39-347-2665618<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br></div>