[asterisk-commits] lmadsen: trunk r300385 - in /trunk: ./ phoneprov/000000000000.cfg
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jan 4 19:46:03 UTC 2011
Author: lmadsen
Date: Tue Jan 4 13:45:59 2011
New Revision: 300385
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=300385
Log:
Merged revisions 300384 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r300384 | lmadsen | 2011-01-04 13:45:22 -0600 (Tue, 04 Jan 2011) | 7 lines
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:
trunk/ (props changed)
trunk/phoneprov/000000000000.cfg
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: trunk/phoneprov/000000000000.cfg
URL: http://svnview.digium.com/svn/asterisk/trunk/phoneprov/000000000000.cfg?view=diff&rev=300385&r1=300384&r2=300385
==============================================================================
--- trunk/phoneprov/000000000000.cfg (original)
+++ trunk/phoneprov/000000000000.cfg Tue Jan 4 13:45:59 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