aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2011-01-04 19:45:22 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2011-01-04 19:45:22 +0000
commit31124803a7356ed1c1ae52c5ab003d40e974a7ba (patch)
tree34ea93d98f66cdb03ffd9c9fb99de267d0ea4650
parentf0229ed13094d2451ce3ecf674a1eb627fbc8637 (diff)
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 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@300384 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--phoneprov/000000000000.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/phoneprov/000000000000.cfg b/phoneprov/000000000000.cfg
index 60406dce5..f5e120236 100644
--- a/phoneprov/000000000000.cfg
+++ b/phoneprov/000000000000.cfg
@@ -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=""/>