mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 19:52:48 +00:00
Convert one more delimiter to use comma.
(closes issue #12850) Reported by: bcnit Patches: 20080613__bug12850.diff.txt uploaded by Corydon76 (license 14) Tested by: bcnit git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@122557 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -91,7 +91,7 @@ static void *answer_exec_enable(void *data)
|
|||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
/* Parse out application and arguments */
|
/* Parse out application and arguments */
|
||||||
if ((args = strchr(app, '|'))) {
|
if ((args = strchr(app, ','))) {
|
||||||
*args++ = '\0';
|
*args++ = '\0';
|
||||||
answer_exec->args = ast_strdup(args);
|
answer_exec->args = ast_strdup(args);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user