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