<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. The called extension pressing *2 and it record fine. Are you talking about your user of record_session? 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> <b style="color: rgb(255, 102, 102);"><br> Recoding is done through default.xml. <br> For past 1 month recoding is working fine.<br> Suddenly for past 3day recording is not working.<br> I did not modify any thing in deafult .xml .<br> </b><br> <b> My deafult.xml file</b><br><br><?xml version="1.0" encoding="utf-8"?><br><include><br> <context name="default"><br> <extension name="Local_Extension"><br> <condition field="destination_number" expression="^(1[0-9][0-9][0-9])$"><br> <action application="set" data="dialed_ext=$1"/><br> <action application="export" data="dialed_ext=$1"/><br> <action application="answer"/><br> <action application="info"/><br> <action application="export" data="Answer-State"/> <br> <action application="log" data="INFO Answer-State [${Answer-State}]\n"/><br> <action application="record_session" data="$${base_dir}/recordings/${destination_number}-${caller_id_number}-${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/><br> </condition><br> <condition field="destination_number" expression="^${caller_id_number}$"><br> <action application="set" data="voicemail_authorized=${sip_authorized}"/><br> <action application="answer"/><br> <action application="set" data="answer-state=${Answer-State}"/><br> <action application="info"/><br> <action application="sleep" data="1000"/><br> <action application="voicemail" data="check default $${domain} ${dialed_ext}"/><br> <anti-action application="bind_meta_app" data="1 b s execute_extension::dx XML features"/><br> <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> <anti-action application="bind_meta_app" data="3 b s execute_extension::cf XML features"/><br> <anti-action application="set" data="transfer_ringback=${us-ring}"/><br> <anti-action application="set" data="call_timeout=30"/><br> <action application="set" data="hangup_after_bridge=false"/><br> <anti-action application="set" data="continue_on_fail=true"/><br> <anti-action application="db" data="insert/call_return/${dialed_ext}/${caller_id_number}"/><br> <anti-action application="db" data="insert/last_dial_ext/${dialed_ext}/${uuid}"/><br> <anti-action application="bridge" data="user/${dialed_ext}@$${domain}"/><br> <action application="info"/><br> <anti-action application="answer"/><br> <anti-action application="sleep" data="1000"/><br> <anti-action application="voicemail" data="default $${domain} ${dialed_ext}"/><br> </condition><br> </extension><br><br> <extension name="Long Distance - wanpipe"><br> <condition field="destination_number" expression="^9(\d{5,15})$"><br> <action application="set" data="effective_caller_id_number=$1"/><br> <action application="set" data="dialed_ext=$1"/><br> <action application="info"/><br> <action application="set" data="answer-state=${Answer-State}"/><br> <action application="export" data="effective_caller_id_number=true"/><br> <action application="export" data="answer-state"/><br> <action application="set" data="hangup_after_bridge=false"/><br> <!-- <action application="bridge" data="sofia/default/$<a href="http://1@219.64.118.239:5066">1@219.64.118.239:5066</a>"/> --><br> <action application="record_session" data="$${base_dir}/recordings/${destination_number}-${caller_id_number}-${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/> <br> <action application="bridge" data="sofia/default/$<a href="mailto:1@172.20.191.228">1@172.20.191.228</a>"/><br> </condition><br> </extension><br> <extension name="nb_conferences"><br> <condition field="destination_number" expression="^(30\d{2})$"><br> <action application="answer"/><br> <!--<action application="send_display" data="8k Conference $1"/>--><br> <action application="conference" data="$1@default"/><br> </condition><br> </extension><br><br> </context><br></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>