<html><body bgcolor="#FFFFFF"><div>Well, I can say that possibly your vars.xml file got reset to default. Can you check that file for clues?&nbsp;</div><div><br></div><div>-MC<br><br>Sent from my iPhone</div><div><br>On Nov 6, 2008, at 11:04 PM, Baskar &lt;<a href="mailto:yudha2008@gmail.com">yudha2008@gmail.com</a>> wrote:<br><br></div><div></div><blockquote type="cite"><div>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"><a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a></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;"><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"><a href="mailto:yudha2008@gmail.com">yudha2008@gmail.com</a></a>> 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="1.0" encoding="utf-8"?><br>&lt;include><br>&nbsp; &lt;context name="default"><br>&nbsp;&nbsp; &lt;extension name="Local_Extension"><br>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;action application="conference" data="$1@default"/><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition><br>&nbsp;&nbsp;&nbsp; &lt;/extension><br><br>&nbsp; &lt;/context><br>&lt;/include><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"><a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a></a></span><br>
<span><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank"><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></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"><a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></a></span><br>
<span><a href="http://www.freeswitch.org" target="_blank"><a href="http://www.freeswitch.org">http://www.freeswitch.org</a></a></span><br></div></blockquote></div><br>_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org"><a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a></a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank"><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank"><a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></a><br>
<a href="http://www.freeswitch.org" target="_blank"><a href="http://www.freeswitch.org">http://www.freeswitch.org</a></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>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>Freeswitch-users mailing list</span><br><span><a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a></span><br><span><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></span><br><span>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users"><a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></a></span><br><span><a href="http://www.freeswitch.org">http://www.freeswitch.org</a></span><br></div></blockquote></body></html>