<div dir="ltr">I just tested this and it&#39;s working for me.<div><br></div><div style>Please update to the latest code and reproduce, if you still have the issue report it as a jira to <a href="http://jira.freeswitch.org">http://jira.freeswitch.org</a></div>
<div style>Include a full console trace of the offending call and the example file.</div><div style><br></div><div style>sofia global siptrace on</div><div style>sofia tracelevel alert</div><div style>console loglevel debug</div>
<div style><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Apr 4, 2013 at 10:06 AM,  <span dir="ltr">&lt;<a href="mailto:fs@tcowan.net" target="_blank">fs@tcowan.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 04-02-2013 05:17, Steven Schoch wrote:<br>
&gt; On Tue, Apr 2, 2013 at 10:28 AM, &lt;<a href="mailto:fs@tcowan.net">fs@tcowan.net</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt;  If I try to import the<br>
&gt;&gt; audio as raw format in audacity you can hear some high pitched<br>
&gt;&gt; talking<br>
&gt;&gt; that plays back very quickly.<br>
&gt;<br>
&gt; When you import as raw data, try changing the sample rate to 8000.<br>
&gt;<br>
&gt; The reason Audacity can&#39;t open the file is because the header, which<br>
&gt; specifies the encoding, channels, sample rate, etc. is damaged or<br>
&gt; missing.<br>
&gt;<br>
&gt; -- <br>
&gt; Steve <br>
</div></div><div class="im">&gt; _________________________________________________________________________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><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>
<br>
</div>Well why would the header to damaged or missing. I have updated the<br>
config to the following and it still doesnt work. If I look at the<br>
header info with windows by going to file properties it doesnt list<br>
anything in the header info. The file is just a bunch of high pitched<br>
noise if I dont import as raw. I can hear the audio fine when importing<br>
raw and 8000hz rate. I am not sure what else I need to do to make this<br>
work.<br>
<br>
I followed the steps listed on:<br>
<a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_record_session" target="_blank">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_record_session</a><br>
<div class="im"><br>
&lt;extension name=&quot;bandwidth.10d&quot; &gt;<br>
    &lt;condition field=&quot;destination_number&quot; expression=&quot;^(\d{10})$&quot; &gt;<br>
        &lt;action application=&quot;set&quot;<br>
data=&quot;sip_h_X-accountcode=${accountcode}&quot; /&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;sip_h_X-Tag=&quot; /&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;call_direction=outbound&quot; /&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot; /&gt;<br>
        &lt;action application=&quot;set&quot;<br>
data=&quot;effective_caller_id_name=${outbound_caller_id_name}&quot; /&gt;<br>
        &lt;action application=&quot;set&quot;<br>
data=&quot;effective_caller_id_number=${outbound_caller_id_number}&quot; /&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;inherit_codec=true&quot; /&gt;<br>
</div>        &lt;action application=&quot;set&quot; data=&quot;record_sample_rate=8000&quot; /&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;RECORD_TITLE=Recording<br>
${destination_number} ${caller_id_number} ${strftime(%Y-%m-%d %H:%M)}&quot;<br>
/&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;RECORD_SOFTWARE=FreeSWITCH&quot; /&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;RECORD_STEREO=true&quot; /&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;RECORD_DATE=${strftime(%m-%d-%Y<br>
%H:%M)}&quot; /&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;RECORD_ARTIST=FreeSWITCH&quot; /&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;RECORD_COPYRIGHT=(c) 2013&quot; /&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;RECORD_COMMENT=FreeSWITCH&quot; /&gt;<br>
<div class="HOEnZb"><div class="h5">        &lt;action application=&quot;record_session&quot;<br>
data=&quot;$${base_dir}/recordings/${domain_name}/outbound10d-${strftime(%m-%d-%Y-%H-%M-%S)}_${destination_number}_${caller_id_number}.wav&quot;<br>
/&gt;<br>
        &lt;action application=&quot;bridge&quot;<br>
data=&quot;sofia/gateway/customer1-bandwidth/$1&quot; /&gt;<br>
    &lt;/condition&gt;<br>
&lt;/extension&gt;<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><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><br clear="all"><div><br></div>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:+19193869900
</div>