]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update STAT() to use the comma instead of the pipe.
authorLeif Madsen <leif@leifmadsen.com>
Tue, 4 Jan 2011 19:45:22 +0000 (19:45 +0000)
committerLeif Madsen <leif@leifmadsen.com>
Tue, 4 Jan 2011 19:45:22 +0000 (19:45 +0000)
(closes issue #18503)
Reported by: cjacobsen
Patches:
      old_separator.diff uploaded by cjacobsen (license 1029)
Tested by: lathama

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@300384 65c4cc65-6c06-0410-ace0-fbb531ad65f3

phoneprov/000000000000.cfg

index 60406dce5ef7d0cbc8866d138d0777bf0019f7ef..f5e120236cba105e19d8c85d4c219d1eed5e2aee 100644 (file)
@@ -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=""/>