<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html><head><meta http-equiv="Content-Type" content="text/html;charset=us-ascii">
<style>BODY{font:10pt Tahoma, Verdana, sans-serif}</style></head><body>
<DIV>Jeff,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks for this info, but now that I remember from reading this post, do you know how I can specify a UNC path that FS will like?</DIV>
<DIV>&nbsp;</DIV>
<DIV>--Dave</DIV><BR>
<BLOCKQUOTE style="BORDER-LEFT: #0000ff 2px solid; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
<HR>
<B>From:</B> Jeff Lenk [mailto:jeff@jefflenk.com]<BR><B>To:</B> freeswitch-users@lists.freeswitch.org<BR><B>Sent:</B> Mon, 19 Nov 2012 11:12:18 -0800<BR><B>Subject:</B> Re: [Freeswitch-users] [Confidential] - RE: Error on Call Recording - Windows, FS V1.2.4<BR><BR>This is a very common source of problems with windows and fs; with fs being<BR>cross platform with *nix based environments that use the forward slash<BR>exclusively for path separators. The issue involves backslash "\" encoded<BR>escape entries. (ex. \r being an encoded return character hex 0xd or \n an<BR>encoded newline hex 0xa) there are many more examples of this too.<BR><BR>The best way to deal with this in a cross platform way is to use windows<BR>ability to use forward slashes "/" for path separators. All releases of<BR>windows can do this without difficulty(and least for 10 years or so).<BR><BR>All internal path handing in FreeSWITCH has been changed(last few months) to<BR>manipulate paths with forward slashes to minimize this very problem. So if<BR>you supply external paths to fs make sure you always supply them with<BR>forward slashes to avoid this problem.<BR><BR><BR><BR>--<BR>View this message in context: <A href="http://freeswitch-users.2379917.n2.nabble.com/Error-on-Call-Recording-Windows-FS-V1-2-4-tp7584705p7584717.html" target=_blank>http://freeswitch-users.2379917.n2.nabble.com/Error-on-Call-Recording-Windows-FS-V1-2-4-tp7584705p7584717.html</A><BR>Sent from the freeswitch-users mailing list archive at Nabble.com.<BR><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></BLOCKQUOTE>
<STYLE>
</STYLE>

<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></body></html>