<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I have just tested this again and it works fine. &nbsp;The called extension pressing *2 and it record fine. &nbsp;Are you talking about your user of record_session? &nbsp;Because if you are already recording it.. why even have the bind_meta option to record it?<div><br></div><div>/b</div><div><br><div><div>On Nov 6, 2008, at 11:59 PM, Baskar wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">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">1@219.64.118.239:5066</a>"/> --><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">1@172.20.191.228</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> _______________________________________________<br>Freeswitch-users mailing list<br><a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org<br></blockquote></div><br></div></body></html>