<div dir="ltr">I just tested this and it'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"><<a href="mailto:fs@tcowan.net" target="_blank">fs@tcowan.net</a>></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>
> On Tue, Apr 2, 2013 at 10:28 AM, <<a href="mailto:fs@tcowan.net">fs@tcowan.net</a>> wrote:<br>
><br>
>> If I try to import the<br>
>> audio as raw format in audacity you can hear some high pitched<br>
>> talking<br>
>> that plays back very quickly.<br>
><br>
> When you import as raw data, try changing the sample rate to 8000.<br>
><br>
> The reason Audacity can't open the file is because the header, which<br>
> specifies the encoding, channels, sample rate, etc. is damaged or<br>
> missing.<br>
><br>
> -- <br>
> Steve <br>
</div></div><div class="im">> _________________________________________________________________________<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>
<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>
<extension name="bandwidth.10d" ><br>
<condition field="destination_number" expression="^(\d{10})$" ><br>
<action application="set"<br>
data="sip_h_X-accountcode=${accountcode}" /><br>
<action application="set" data="sip_h_X-Tag=" /><br>
<action application="set" data="call_direction=outbound" /><br>
<action application="set" data="hangup_after_bridge=true" /><br>
<action application="set"<br>
data="effective_caller_id_name=${outbound_caller_id_name}" /><br>
<action application="set"<br>
data="effective_caller_id_number=${outbound_caller_id_number}" /><br>
<action application="set" data="inherit_codec=true" /><br>
</div> <action application="set" data="record_sample_rate=8000" /><br>
<action application="set" data="RECORD_TITLE=Recording<br>
${destination_number} ${caller_id_number} ${strftime(%Y-%m-%d %H:%M)}"<br>
/><br>
<action application="set" data="RECORD_SOFTWARE=FreeSWITCH" /><br>
<action application="set" data="RECORD_STEREO=true" /><br>
<action application="set" data="RECORD_DATE=${strftime(%m-%d-%Y<br>
%H:%M)}" /><br>
<action application="set" data="RECORD_ARTIST=FreeSWITCH" /><br>
<action application="set" data="RECORD_COPYRIGHT=(c) 2013" /><br>
<action application="set" data="RECORD_COMMENT=FreeSWITCH" /><br>
<div class="HOEnZb"><div class="h5"> <action application="record_session"<br>
data="$${base_dir}/recordings/${domain_name}/outbound10d-${strftime(%m-%d-%Y-%H-%M-%S)}_${destination_number}_${caller_id_number}.wav"<br>
/><br>
<action application="bridge"<br>
data="sofia/gateway/customer1-bandwidth/$1" /><br>
</condition><br>
</extension><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>