<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi All,<div class=""><br class=""></div><div class="">Just wondering if there has been a fix for this issue.</div><div class=""><br class=""></div><div class="">Im running 1.4.19 and occasionally we are getting calls playing very quickly when played back.. then the last bit of the recording / call it switches to normal speed at about 1/2 way.</div><div class=""><br class=""></div><div class="">testing so far (100 calls) seems to indicate unless we set an “answer” beforehand we get this issue 50% of the time.</div><div class="">setting answer isn’t good as caller will get incoming call charge due to specific NGN numbers coming in.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Ian DS</div><div class=""><pre style="line-height: normal; widows: 1;" class="">#######</pre><pre style="line-height: normal; widows: 1;" class=""><br class=""></pre><pre style="line-height: normal; widows: 1;" class="">Do you have mod_sndfile loaded?

Steve

On 4 Apr 2013, at 16:06, <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" class="">fs at tcowan.net</a> wrote:

&gt;<i class=""> On 04-02-2013 05:17, Steven Schoch wrote:
</i>&gt;&gt;<i class=""> On Tue, Apr 2, 2013 at 10:28 AM, &lt;<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" class="">fs at tcowan.net</a>&gt; wrote:
</i>&gt;&gt;<i class=""> 
</i>&gt;&gt;&gt;<i class="">  If I try to import the
</i>&gt;&gt;&gt;<i class=""> audio as raw format in audacity you can hear some high pitched 
</i>&gt;&gt;&gt;<i class=""> talking
</i>&gt;&gt;&gt;<i class=""> that plays back very quickly.
</i>&gt;&gt;<i class=""> 
</i>&gt;&gt;<i class=""> When you import as raw data, try changing the sample rate to 8000.
</i>&gt;&gt;<i class=""> 
</i>&gt;&gt;<i class=""> The reason Audacity can't open the file is because the header, which
</i>&gt;&gt;<i class=""> specifies the encoding, channels, sample rate, etc. is damaged or
</i>&gt;&gt;<i class=""> missing.
</i>&gt;&gt;<i class=""> 
</i>&gt;&gt;<i class=""> -- 
</i>&gt;&gt;<i class=""> Steve 
</i>&gt;&gt;<i class=""> _________________________________________________________________________
</i>&gt;&gt;<i class=""> Professional FreeSWITCH Consulting Services:
</i>&gt;&gt;<i class=""> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" class="">consulting at freeswitch.org</a>
</i>&gt;&gt;<i class=""> <a href="http://www.freeswitchsolutions.com/" class="">http://www.freeswitchsolutions.com</a>
</i>&gt;&gt;<i class=""> 
</i>&gt;&gt;<i class=""> 
</i>&gt;&gt;<i class=""> <a href="http://lists.freeswitch.org/pipermail/freeswitch-users/2013-April/094369.html" class=""></a>
</i>&gt;&gt;<i class=""> 
</i>&gt;&gt;<i class=""> Official FreeSWITCH Sites
</i>&gt;&gt;<i class=""> <a href="http://www.freeswitch.org/" class="">http://www.freeswitch.org</a>
</i>&gt;&gt;<i class=""> <a href="http://wiki.freeswitch.org/" class="">http://wiki.freeswitch.org</a>
</i>&gt;&gt;<i class=""> <a href="http://www.cluecon.com/" class="">http://www.cluecon.com</a>
</i>&gt;&gt;<i class=""> 
</i>&gt;&gt;<i class=""> FreeSWITCH-users mailing list
</i>&gt;&gt;<i class=""> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" class="">FreeSWITCH-users at lists.freeswitch.org</a>
</i>&gt;&gt;<i class=""> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
</i>&gt;&gt;<i class=""> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
</i>&gt;&gt;<i class=""> <a href="http://www.freeswitch.org/" class="">http://www.freeswitch.org</a>
</i>&gt;<i class=""> 
</i>&gt;<i class=""> Well why would the header to damaged or missing. I have updated the 
</i>&gt;<i class=""> config to the following and it still doesnt work. If I look at the 
</i>&gt;<i class=""> header info with windows by going to file properties it doesnt list 
</i>&gt;<i class=""> anything in the header info. The file is just a bunch of high pitched 
</i>&gt;<i class=""> noise if I dont import as raw. I can hear the audio fine when importing 
</i>&gt;<i class=""> raw and 8000hz rate. I am not sure what else I need to do to make this 
</i>&gt;<i class=""> work.
</i>&gt;<i class=""> 
</i>&gt;<i class=""> I followed the steps listed on: 
</i>&gt;<i class=""> <a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_record_session" class="">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_record_session</a>
</i>&gt;<i class=""> 
</i>&gt;<i class=""> &lt;extension name="bandwidth.10d" &gt;
</i>&gt;<i class="">    &lt;condition field="destination_number" expression="^(\d{10})$" &gt;
</i>&gt;<i class="">        &lt;action application="set" 
</i>&gt;<i class=""> data="sip_h_X-accountcode=${accountcode}" /&gt;
</i>&gt;<i class="">        &lt;action application="set" data="sip_h_X-Tag=" /&gt;
</i>&gt;<i class="">        &lt;action application="set" data="call_direction=outbound" /&gt;
</i>&gt;<i class="">        &lt;action application="set" data="hangup_after_bridge=true" /&gt;
</i>&gt;<i class="">        &lt;action application="set" 
</i>&gt;<i class=""> data="effective_caller_id_name=${outbound_caller_id_name}" /&gt;
</i>&gt;<i class="">        &lt;action application="set" 
</i>&gt;<i class=""> data="effective_caller_id_number=${outbound_caller_id_number}" /&gt;
</i>&gt;<i class="">        &lt;action application="set" data="inherit_codec=true" /&gt;
</i>&gt;<i class="">        &lt;action application="set" data="record_sample_rate=8000" /&gt;
</i>&gt;<i class="">        &lt;action application="set" data="RECORD_TITLE=Recording 
</i>&gt;<i class=""> ${destination_number} ${caller_id_number} ${strftime(%Y-%m-%d %H:%M)}" 
</i>&gt;<i class=""> /&gt;
</i>&gt;<i class="">        &lt;action application="set" data="RECORD_SOFTWARE=FreeSWITCH" /&gt;
</i>&gt;<i class="">        &lt;action application="set" data="RECORD_STEREO=true" /&gt;
</i>&gt;<i class="">        &lt;action application="set" data="RECORD_DATE=${strftime(%m-%d-%Y 
</i>&gt;<i class=""> %H:%M)}" /&gt;
</i>&gt;<i class="">        &lt;action application="set" data="RECORD_ARTIST=FreeSWITCH" /&gt;
</i>&gt;<i class="">        &lt;action application="set" data="RECORD_COPYRIGHT=(c) 2013" /&gt;
</i>&gt;<i class="">        &lt;action application="set" data="RECORD_COMMENT=FreeSWITCH" /&gt;
</i>&gt;<i class="">        &lt;action application="record_session" 
</i>&gt;<i class=""> data="$${base_dir}/recordings/${domain_name}/outbound10d-${strftime(%m-%d-%Y-%H-%M-%S)}_${destination_number}_${caller_id_number}.wav" 
</i>&gt;<i class=""> /&gt;
</i>&gt;<i class="">        &lt;action application="bridge" 
</i>&gt;<i class=""> data="sofia/gateway/customer1-bandwidth/$1" /&gt;
</i>&gt;<i class="">    &lt;/condition&gt;
</i>&gt;<i class=""> &lt;/extension&gt;
</i>&gt;<i class=""> </i></pre><div class=""><br class=""></div></div></body></html>