<div dir="ltr"><div>You'll need debug level output. That looks like it's info level output. The freeswitch.log file should have debug level output. Also, if you're on the freeswitch console (not the fs_cli) then info is the default level. Try "console loglevel debug" and then retest and re-capture. Also, best place to put fs log data is: <a href="http://pastebin.freeswitch.org">pastebin.freeswitch.org</a>. Use "FreeSWITCH Log" as the syntax highlighting.<br>
<br></div>-MC<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Aug 14, 2013 at 6:34 AM, Ravi <span dir="ltr"><<a href="mailto:sravi123@yahoo.com" target="_blank">sravi123@yahoo.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div>Hello Everyone !</div><div><br></div>
<div style="font-style:normal;font-size:16px;background-color:transparent;font-family:times new roman,new york,times,serif">I am trying to record calls received in an extension (1003). The dialplan is given below <br></div>
<div style="font-style:normal;font-size:16px;background-color:transparent;font-family:times new roman,new york,times,serif"><br></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:times new roman,new york,times,serif">
extension name="003"><br> <condition field="destination_number" expression="^003$"><br> <action application="set" data="record_file_name={recordings_
dir}/${strftime(%Y-%m-%d-%H-%M-%S)}_${uuid}.wav" inli$<br> <action application="record_session" data="{record_file_name}"/><br> <action application="bridge" data="user/1003"/><br>
</condition><br></extension><br></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:times new roman,new york,times,serif"><br></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:times new roman,new york,times,serif">
When I call this extension from an extension 1006, this is what I get in the log. But when I go to the folder /usr/local/freeswitch/recordings/ there are no files at all. I am just wondering if this has got to do with any file permissions, or if I am missing something. Please help. <br>
</div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:times new roman,new york,times,serif"><br></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:times new roman,new york,times,serif">
Thanks.</div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:times new roman,new york,times,serif">Ravi</div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:times new roman,new york,times,serif">
<br></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:times new roman,new york,times,serif"><br></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:times new roman,new york,times,serif">
freeswitch@bfree-server> 2013-08-14 06:53:51.185709 [NOTICE] switch_channel.c:1030 New Channel sofia/internal/<a href="mailto:1006@10.0.0.16" target="_blank">1006@10.0.0.16</a> [2d3314f4-0480-11e3-9a2f-4d1cb7d8b5b4]<br>
2013-08-14 06:53:51.245710 [INFO] mod_dialplan_xml.c:558 Processing Ravi <1006>->1003 in context default<br>2013-08-14 06:53:51.245710 [INFO] switch_ivr_async.c:3628 Bound B-Leg: *1 execute_extension::dx XML features<br>
2013-08-14 06:53:51.245710 [INFO] switch_ivr_async.c:3628 Bound B-Leg: *2 record_session::/usr/local/freeswitch/recordings/1006.2013-08-14-06-53-51.wav<br>2013-08-14 06:53:51.245710 [INFO] switch_ivr_async.c:3628 Bound B-Leg: *3 execute_extension::cf XML features<br>
2013-08-14 06:53:51.245710 [INFO] switch_ivr_async.c:3628 Bound B-Leg: *4 execute_extension::att_xfer XML features<br>2013-08-14 06:53:51.245710 [NOTICE] switch_channel.c:1030 New Channel sofia/internal/<a href="http://sip:1003@10.0.0.10:5060" target="_blank">sip:1003@10.0.0.10:5060</a> [2d3d1a26-0480-11e3-9a4d-4d1cb7d8b5b4]<br>
2013-08-14
06:53:51.445707 [NOTICE] sofia.c:5884 Ring-Ready sofia/internal/<a href="http://sip:1003@10.0.0.10:5060" target="_blank">sip:1003@10.0.0.10:5060</a>!<br>2013-08-14 06:53:51.445707 [INFO] switch_ivr_originate.c:1190 Sending early media<br>
2013-08-14 06:53:51.445707 [NOTICE] sofia_media.c:92 Pre-Answer sofia/internal/<a href="mailto:1006@10.0.0.16" target="_blank">1006@10.0.0.16</a>!<br>2013-08-14 06:53:52.705700 [NOTICE] sofia.c:6547 Channel [sofia/internal/<a href="http://sip:1003@10.0.0.10:5060" target="_blank">sip:1003@10.0.0.10:5060</a>] has been answered<br>
2013-08-14 06:53:52.725708 [NOTICE] switch_ivr_originate.c:3437 Channel [sofia/internal/<a href="mailto:1006@10.0.0.16" target="_blank">1006@10.0.0.16</a>] has been answered<br>2013-08-14 06:54:05.005696 [NOTICE] sofia.c:715 Hangup sofia/internal/<a href="http://sip:1003@10.0.0.10:5060" target="_blank">sip:1003@10.0.0.10:5060</a> [CS_EXCHANGE_MEDIA] [NORMAL_CLEARING]<br>
2013-08-14 06:54:05.025711 [NOTICE] switch_ivr_bridge.c:1575 Hangup sofia/internal/<a href="mailto:1006@10.0.0.16" target="_blank">1006@10.0.0.16</a> [CS_EXECUTE] [NORMAL_CLEARING]<br>2013-08-14 06:54:05.025711 [NOTICE] switch_core_session.c:1567 Session 139 (sofia/internal/<a href="http://sip:1003@10.0.0.10:5060" target="_blank">sip:1003@10.0.0.10:5060</a>) Ended<br>
2013-08-14 06:54:05.025711 [NOTICE]
switch_core_session.c:1571 Close Channel sofia/internal/<a href="http://sip:1003@10.0.0.10:5060" target="_blank">sip:1003@10.0.0.10:5060</a> [CS_DESTROY]<br>2013-08-14 06:54:05.025711 [NOTICE] switch_core_session.c:1567 Session 138 (sofia/internal/<a href="mailto:1006@10.0.0.16" target="_blank">1006@10.0.0.16</a>) Ended<br>
2013-08-14 06:54:05.025711 [NOTICE] switch_core_session.c:1571 Close Channel sofia/internal/<a href="mailto:1006@10.0.0.16" target="_blank">1006@10.0.0.16</a> [CS_DESTROY]<br></div></div></div><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><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><br clear="all"><br>-- <br>Michael S Collins<br>Twitter: @mercutioviz<br><a href="http://www.FreeSWITCH.org" target="_blank">http://www.FreeSWITCH.org</a><br><a href="http://www.ClueCon.com" target="_blank">http://www.ClueCon.com</a><br>
<a href="http://www.OSTAG.org" target="_blank">http://www.OSTAG.org</a><br><br>
</div>