Hi <span class="JDpiNd"></span><span>Michael</span>,<b><br><br style="color: rgb(255, 102, 102);"><span style="color: rgb(255, 102, 102);">&nbsp;&nbsp;&nbsp;&nbsp; Actually the recording file will be in the path /usr/local/freeswitch/recordings.</span><br style="color: rgb(255, 102, 102);">
<span style="color: rgb(255, 102, 102);">&nbsp;&nbsp;&nbsp; I get those recoding file till&nbsp; 4th Nov 2008 i get the sound file in the format&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1001-0000000000-2008-11-04-15-17-54. </span><br style="color: rgb(255, 102, 102);"><span style="color: rgb(255, 102, 102);">&nbsp;&nbsp;&nbsp; On 5th Nov 2008 onwards there is&nbsp; no sound file created.</span><br style="color: rgb(255, 102, 102);">
<span style="color: rgb(255, 102, 102);">&nbsp;&nbsp;&nbsp; Another thing how can i get the called no ID now it is storing like this 0000000000.</span></b><br><br><br><div class="gmail_quote">On Fri, Nov 7, 2008 at 11:51 AM, Michael S Collins <span dir="ltr">&lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.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;"><div bgcolor="#FFFFFF"><div>What is actually happening? Is there no sound file created or is it something else wrong?</div>
<div><br></div><div>-MC<br><br>Sent from my iPhone</div><div><div></div><div class="Wj3C7c"><div><br>On Nov 6, 2008, at 9:59 PM, Baskar &lt;<a href="mailto:yudha2008@gmail.com" target="_blank">yudha2008@gmail.com</a>&gt; wrote:<br>
<br></div><div></div><blockquote type="cite"><div>Hi,<br>&nbsp;&nbsp; <b style="color: rgb(255, 102, 102);"><br>&nbsp;&nbsp;&nbsp;&nbsp; Recoding is done through default.xml. <br>&nbsp;&nbsp;&nbsp;&nbsp; For past 1 month recoding is working fine.<br>&nbsp;&nbsp;&nbsp;&nbsp; Suddenly for past 3day recording is not working.<br>
&nbsp;&nbsp;&nbsp;&nbsp; I did not modify any thing in deafult .xml .<br>
&nbsp;&nbsp; </b><br>&nbsp;&nbsp;&nbsp;<b>&nbsp; My deafult.xml file</b><br><br>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;<br>&lt;include&gt;<br>&nbsp; &lt;context name=&quot;default&quot;&gt;<br>&nbsp;&nbsp; &lt;extension name=&quot;Local_Extension&quot;&gt;<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;^(1[0-9][0-9][0-9])$&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;set&quot; data=&quot;dialed_ext=$1&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;export&quot; data=&quot;dialed_ext=$1&quot;/&gt;<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;answer&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;info&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;export&quot; data=&quot;Answer-State&quot;/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;log&quot; data=&quot;INFO Answer-State [${Answer-State}]\n&quot;/&gt;<br>

&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;action application=&quot;record_session&quot; data=&quot;$${base_dir}/recordings/${destination_number}-${caller_id_number}-${strftime(%Y-%m-%d-%H-%M-%S)}.wav&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;^${caller_id_number}$&quot;&gt;<br>

&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;action application=&quot;set&quot; data=&quot;voicemail_authorized=${sip_authorized}&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;action application=&quot;answer&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;set&quot; data=&quot;answer-state=${Answer-State}&quot;/&gt;<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;info&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;action application=&quot;sleep&quot; data=&quot;1000&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;action application=&quot;voicemail&quot; data=&quot;check default $${domain} ${dialed_ext}&quot;/&gt;<br>

&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;anti-action application=&quot;bind_meta_app&quot; data=&quot;1 b s execute_extension::dx XML features&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;anti-action application=&quot;bind_meta_app&quot; data=&quot;2 b s record_session::$${base_dir}/recordings/${caller_id_number}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav&quot;/&gt;<br>

&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;anti-action application=&quot;bind_meta_app&quot; data=&quot;3 b s execute_extension::cf XML features&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;anti-action application=&quot;set&quot; data=&quot;transfer_ringback=${us-ring}&quot;/&gt;<br>

&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;anti-action application=&quot;set&quot; data=&quot;call_timeout=30&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=false&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;anti-action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;<br>

&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;anti-action application=&quot;db&quot; data=&quot;insert/call_return/${dialed_ext}/${caller_id_number}&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;anti-action application=&quot;db&quot; data=&quot;insert/last_dial_ext/${dialed_ext}/${uuid}&quot;/&gt;<br>

&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;anti-action application=&quot;bridge&quot; data=&quot;user/${dialed_ext}@$${domain}&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;action application=&quot;info&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;anti-action application=&quot;answer&quot;/&gt;<br>

&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;anti-action application=&quot;sleep&quot; data=&quot;1000&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;anti-action application=&quot;voicemail&quot; data=&quot;default $${domain} ${dialed_ext}&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>

&nbsp;&nbsp;&nbsp; &lt;/extension&gt;<br><br>&nbsp;&nbsp; &lt;extension name=&quot;Long Distance - wanpipe&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;^9(\d{5,15})$&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;set&quot; data=&quot;effective_caller_id_number=$1&quot;/&gt;<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;set&quot; data=&quot;dialed_ext=$1&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp; &lt;action application=&quot;info&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;set&quot; data=&quot;answer-state=${Answer-State}&quot;/&gt;<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;export&quot; data=&quot;effective_caller_id_number=true&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;export&quot; data=&quot;answer-state&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=false&quot;/&gt;<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- &lt;action application=&quot;bridge&quot; data=&quot;sofia/default/$<a href="http://1@219.64.118.239:5066" target="_blank"></a><a href="mailto:1@219.64.118.239" target="_blank">1@219.64.118.239</a>:5066&quot;/&gt; --&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;record_session&quot; data=&quot;$${base_dir}/recordings/${destination_number}-${caller_id_number}-${strftime(%Y-%m-%d-%H-%M-%S)}.wav&quot;/&gt;&nbsp;&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;bridge&quot; data=&quot;sofia/default/$<a href="mailto:1@172.20.191.228" target="_blank"></a><a href="mailto:1@172.20.191.228" target="_blank">1@172.20.191.228</a>&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>
&nbsp;&nbsp; &lt;/extension&gt;<br>&nbsp;&nbsp; &lt;extension name=&quot;nb_conferences&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;^(30\d{2})$&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;action application=&quot;answer&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;!--&lt;action application=&quot;send_display&quot; data=&quot;8k Conference $1&quot;/&gt;--&gt;<br>

&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;action application=&quot;conference&quot; data=&quot;$1@default&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/extension&gt;<br><br>&nbsp; &lt;/context&gt;<br>&lt;/include&gt;<br><br>correct me were is wrong <br>

<br>-- <br>Warm Regards,<br>N.Baskar<br><br>
</div></blockquote></div></div><blockquote type="cite"><div><span>_______________________________________________</span><br><span>Freeswitch-users mailing list</span><br><span><a href="mailto:Freeswitch-users@lists.freeswitch.org" target="_blank">Freeswitch-users@lists.freeswitch.org</a></span><br>
<span><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></span><br><span>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank"></a><a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></span><br>
<span><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></span><br></div></blockquote></div><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></blockquote></div><br><b style="color: rgb(255, 102, 102);"><br clear="all"><br>-- <br>Warm Regards,<br>N.Baskar<br></b><br>