Hi Giovanni,<br><br>Sorry, pretty busy and fully occupied by other stuff today. Have to delay the testing and give you the result tomorrow.<br><br>Regards,<br>-Jingwei<br><br><div class="gmail_quote">On Tue, Jun 16, 2009 at 5:32 PM, Jingwei Yang <span dir="ltr">&lt;<a href="mailto:jingwei.yang@gmail.com">jingwei.yang@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Sure, I&#39;ll append to you the result tomorrow.<br><br>Regards,<br><font color="#888888">-Jingwei</font><div>
<div></div><div class="h5"><br><br><div class="gmail_quote">On Tue, Jun 16, 2009 at 4:42 PM, Giovanni Maruzzelli <span dir="ltr">&lt;<a href="mailto:gmaruzz@celliax.org" target="_blank">gmaruzz@celliax.org</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Jingwei,<br>
<br>
Thanks a lot! I&#39;ll take care of as soon as possible.<br>
<br>
Btw, before I read the Jira, are you testing in linux?<br>
<br>
If you are testing on linux, would you please report how it is<br>
performing under load? I mean, what is the load average with, let say,<br>
10 or 20 or more concurrent Skype call?<br>
<br>
This has nothing to do with your bug, but will help me in getting<br>
better performances.<br>
<br>
Ciao for now, and thanks again for reporting!<br>
<font color="#888888"><br>
-giovanni<br>
</font><div><div></div><div><br>
<br>
<br>
<br>
On Tue, Jun 16, 2009 at 10:15 AM, Jingwei Yang&lt;<a href="mailto:jingwei.yang@gmail.com" target="_blank">jingwei.yang@gmail.com</a>&gt; wrote:<br>
&gt; Hi Giovanni,<br>
&gt;<br>
&gt; I&#39;ve reported it in Jira. Here&#39;s the bug url:<br>
&gt;<br>
&gt; <a href="http://jira.freeswitch.org/browse/MODSKYPIAX-35" target="_blank">http://jira.freeswitch.org/browse/MODSKYPIAX-35</a><br>
&gt;<br>
&gt; Thanks,<br>
&gt; -Jingwei<br>
&gt;<br>
&gt; On Mon, Jun 15, 2009 at 8:16 PM, Giovanni Maruzzelli &lt;<a href="mailto:gmaruzz@celliax.org" target="_blank">gmaruzz@celliax.org</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi Jingwel,<br>
&gt;&gt; thanks for reporting.<br>
&gt;&gt;<br>
&gt;&gt; Could you please add a Jira issue with as much details as possible?<br>
&gt;&gt;<br>
&gt;&gt; general guide for reporting bugs:<br>
&gt;&gt; <a href="http://wiki.freeswitch.org/wiki/Reporting_Bugs" target="_blank">http://wiki.freeswitch.org/wiki/Reporting_Bugs</a><br>
&gt;&gt;<br>
&gt;&gt; what to add for skypiax:<br>
&gt;&gt;<br>
&gt;&gt; <a href="http://wiki.freeswitch.org/wiki/Skypiax_Skype_Endpoint_and_Trunk#How_To_Report_BUGS_and_Feature_Requests" target="_blank">http://wiki.freeswitch.org/wiki/Skypiax_Skype_Endpoint_and_Trunk#How_To_Report_BUGS_and_Feature_Requests</a><br>


&gt;&gt;<br>
&gt;&gt; mod_skypiax Jira:<br>
&gt;&gt; <a href="http://jira.freeswitch.org/browse/MODSKYPIAX" target="_blank">http://jira.freeswitch.org/browse/MODSKYPIAX</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Sincerely,<br>
&gt;&gt;<br>
&gt;&gt; Giovanni Maruzzelli<br>
&gt;&gt; =========================================<br>
&gt;&gt; <a href="http://www.celliax.org" target="_blank">www.celliax.org</a><br>
&gt;&gt; via Pierlombardo 9, 20135 Milano<br>
&gt;&gt; Italy<br>
&gt;&gt; gmaruzz at celliax dot org<br>
&gt;&gt; Cell : +39-347-2665618<br>
&gt;&gt; Fax : +39-02-87390039<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Mon, Jun 15, 2009 at 11:40 AM, Jingwei Yang&lt;<a href="mailto:jingwei.yang@gmail.com" target="_blank">jingwei.yang@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; Hi Team,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I&#39;ve been using the record_session feature to record call sessions.<br>
&gt;&gt; &gt; Here&#39;s<br>
&gt;&gt; &gt; how I prepared the dialplan:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;     &lt;extension name=&quot;skypiax&quot;&gt;<br>
&gt;&gt; &gt;       &lt;condition field=&quot;destination_number&quot; expression=&quot;^2909/(.*)$&quot;&gt;<br>
&gt;&gt; &gt;         &lt;action application=&quot;record_session&quot; data=&quot;/tmp/data.wav&quot;/&gt;<br>
&gt;&gt; &gt;         &lt;action application=&quot;bridge&quot; data=&quot;skypiax/ANY/$1&quot;/&gt;<br>
&gt;&gt; &gt;       &lt;/condition&gt;<br>
&gt;&gt; &gt;     &lt;/extension&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; And here&#39;s how I trigger it:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;     freeswitch@localhost.localdomain&gt;originate skypiax/skypiax2/userAAA<br>
&gt;&gt; &gt; 2909/userBBB<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; The call can be established and the data.wav file was generated without<br>
&gt;&gt; &gt; any<br>
&gt;&gt; &gt; problem. However, once userAAA hung up, a segmentation fault occurred<br>
&gt;&gt; &gt; and<br>
&gt;&gt; &gt; freeswitch was automatically shut down. Here are what I got from the<br>
&gt;&gt; &gt; console:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; freeswitch@localhost.localdomain&gt; originate skypiax/skypiax2/userAAA<br>
&gt;&gt; &gt; 2909/userBBB<br>
&gt;&gt; &gt; 2009-06-15 17:25:07 [NOTICE] switch_channel.c:602<br>
&gt;&gt; &gt; switch_channel_set_name()<br>
&gt;&gt; &gt; New Channel skypiax/skypiax2/userAAA<br>
&gt;&gt; &gt; [66195ba1-b609-4f7f-b6cf-4a7e79fdf24b]<br>
&gt;&gt; &gt; 2009-06-15 17:25:07 [NOTICE] mod_skypiax.c:1270<br>
&gt;&gt; &gt; remote_party_is_ringing()<br>
&gt;&gt; &gt; Ring-Ready skypiax/skypiax2/userAAA<br>
&gt;&gt; &gt; 2009-06-15 17:25:10 [NOTICE] mod_skypiax.c:1333<br>
&gt;&gt; &gt; outbound_channel_answered()<br>
&gt;&gt; &gt; Channel [skypiax/skypiax2/userAAA] has been answered<br>
&gt;&gt; &gt; 2009-06-15 17:25:10 [NOTICE] switch_ivr.c:1349<br>
&gt;&gt; &gt; switch_ivr_session_transfer()<br>
&gt;&gt; &gt; Transfer skypiax/skypiax2/userAAA to XML[2909/userBBB@default]<br>
&gt;&gt; &gt; API CALL [originate(skypiax/skypiax2/userAAA 2909/userBBB)] output:<br>
&gt;&gt; &gt; +OK 66195ba1-b609-4f7f-b6cf-4a7e79fdf24b<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; freeswitch@localhost.localdomain&gt; 2009-06-15 17:25:10 [INFO]<br>
&gt;&gt; &gt; mod_dialplan_xml.c:252 dialplan_hunt() Processing<br>
&gt;&gt; &gt; FreeSWITCH-&gt;2909/userBBB<br>
&gt;&gt; &gt; in context default<br>
&gt;&gt; &gt; 2009-06-15 17:25:10 [NOTICE] switch_channel.c:602<br>
&gt;&gt; &gt; switch_channel_set_name()<br>
&gt;&gt; &gt; New Channel skypiax/ANY/userBBB [4a8b36a4-85d6-4735-98df-dde1a32ac66a]<br>
&gt;&gt; &gt; 2009-06-15 17:25:11 [NOTICE] mod_skypiax.c:1270<br>
&gt;&gt; &gt; remote_party_is_ringing()<br>
&gt;&gt; &gt; Ring-Ready skypiax/ANY/userBBB!<br>
&gt;&gt; &gt; 2009-06-15 17:25:20 [NOTICE] mod_skypiax.c:1333<br>
&gt;&gt; &gt; outbound_channel_answered()<br>
&gt;&gt; &gt; Channel [skypiax/ANY/userBBB] has been answered<br>
&gt;&gt; &gt; 2009-06-15 17:25:27 [NOTICE] mod_skypiax.c:680<br>
&gt;&gt; &gt; skypiax_signaling_thread_func() Hangup skypiax/skypiax2/userAAA<br>
&gt;&gt; &gt; [CS_EXECUTE]<br>
&gt;&gt; &gt; [NORMAL_CLEARING]<br>
&gt;&gt; &gt; 2009-06-15 17:25:27 [NOTICE] switch_ivr_bridge.c:505<br>
&gt;&gt; &gt; audio_bridge_on_exchange_media() Hangup skypiax/ANY/userBBB<br>
&gt;&gt; &gt; [CS_EXCHANGE_MEDIA] [NORMAL_CLEARING]<br>
&gt;&gt; &gt; 2009-06-15 17:25:27 [NOTICE] switch_core_session.c:1085<br>
&gt;&gt; &gt; switch_core_session_thread() Session 1 (skypiax/skypiax2/userAAA) Ended<br>
&gt;&gt; &gt; 2009-06-15 17:25:27 [NOTICE] switch_core_session.c:1087<br>
&gt;&gt; &gt; switch_core_session_thread() Close Channel skypiax/skypiax2/userAAA<br>
&gt;&gt; &gt; [CS_DESTROY]<br>
&gt;&gt; &gt; 2009-06-15 17:25:27 [NOTICE] switch_core_session.c:1085<br>
&gt;&gt; &gt; switch_core_session_thread() Session 2 (skypiax/ANY/userBBB) Ended<br>
&gt;&gt; &gt; 2009-06-15 17:25:27 [NOTICE] switch_core_session.c:1087<br>
&gt;&gt; &gt; switch_core_session_thread() Close Channel skypiax/ANY/userBBB<br>
&gt;&gt; &gt; [CS_DESTROY]<br>
&gt;&gt; &gt; Segmentation fault (core dumped)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Please kindly let me know whether there&#39;s anything wrong with the<br>
&gt;&gt; &gt; dialplan<br>
&gt;&gt; &gt; or the way how I originated the call.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks!<br>
&gt;&gt; &gt; -Jingwei<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Freeswitch-users mailing list<br>
&gt;&gt; &gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank">Freeswitch-users@lists.freeswitch.org</a><br>
&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; 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; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Freeswitch-users mailing list<br>
&gt;&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank">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" target="_blank">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>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank">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></div></blockquote></div><br>