Index: app.c =================================================================== RCS file: /usr/cvsroot/asterisk/app.c,v retrieving revision 1.82 diff -u -u -r1.82 app.c --- app.c 3 Nov 2005 21:19:10 -0000 1.82 +++ app.c 10 Nov 2005 21:33:52 -0000 @@ -1543,7 +1543,7 @@ argloc = options[curarg].arg_index; if (*s == '(') { /* Has argument */ - arg = s; + arg = ++s; while (*++s && (*s != ')')); if (*s) { if (argloc)