[asterisk-commits] lmadsen: branch 1.8 r300384 - /branches/1.8/phoneprov/000000000000.cfg

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Jan 4 19:45:27 UTC 2011


Author: lmadsen
Date: Tue Jan  4 13:45:22 2011
New Revision: 300384

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=300384
Log:
Update STAT() to use the comma instead of the pipe.

(closes issue #18503)
Reported by: cjacobsen
Patches: 
      old_separator.diff uploaded by cjacobsen (license 1029)
Tested by: lathama

Modified:
    branches/1.8/phoneprov/000000000000.cfg

Modified: branches/1.8/phoneprov/000000000000.cfg
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/phoneprov/000000000000.cfg?view=diff&rev=300384&r1=300383&r2=300384
==============================================================================
--- branches/1.8/phoneprov/000000000000.cfg (original)
+++ branches/1.8/phoneprov/000000000000.cfg Tue Jan  4 13:45:22 2011
@@ -1,2 +1,2 @@
 <?xml version="1.0" standalone="yes"?>
-	<APPLICATION APP_FILE_PATH="sip.ld" CONFIG_FILES="${IF($[${STAT(e|${CUSTOM_CONFIG})}] ? "custom.cfg, ")}config/${MAC}, sip.cfg" MISC_FILES="" LOG_FILE_DIRECTORY=""/>
+	<APPLICATION APP_FILE_PATH="sip.ld" CONFIG_FILES="${IF($[${STAT(e,${CUSTOM_CONFIG})}] ? "custom.cfg, ")}config/${MAC}, sip.cfg" MISC_FILES="" LOG_FILE_DIRECTORY=""/>




More information about the asterisk-commits mailing list