Hi Giovanni,<br><br>I&#39;ve reported it in Jira. Here&#39;s the bug url:<br><br><a href="http://jira.freeswitch.org/browse/MODSKYPIAX-35">http://jira.freeswitch.org/browse/MODSKYPIAX-35</a><br><br>Thanks,<br>-Jingwei<br><br>
<div class="gmail_quote">On Mon, Jun 15, 2009 at 8:16 PM, 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="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Jingwel,<br>
thanks for reporting.<br>
<br>
Could you please add a Jira issue with as much details as possible?<br>
<br>
general guide for reporting bugs:<br>
<a href="http://wiki.freeswitch.org/wiki/Reporting_Bugs" target="_blank">http://wiki.freeswitch.org/wiki/Reporting_Bugs</a><br>
<br>
what to add for skypiax:<br>
<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>

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