Index: main/dial.c =================================================================== --- main/dial.c (revision 122138) +++ main/dial.c (working copy) @@ -91,7 +91,7 @@ return NULL; /* Parse out application and arguments */ - if ((args = strchr(app, '|'))) { + if ((args = strchr(app, ','))) { *args++ = '\0'; answer_exec->args = ast_strdup(args); }