dect
/
asterisk
Archived
13
0
Fork 0

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
This commit is contained in:
lmadsen 2011-01-04 19:45:22 +00:00
parent f0229ed130
commit 31124803a7
1 changed files with 1 additions and 1 deletions

View 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=""/>