https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r64720 | file | 2007-05-17 09:48:44 -0400 (Thu, 17 May 2007) | 2 lines
Fix authuser support. (issue #9740 reported by xmarksthespot)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@64721
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
/* Add authentication user if present */
if (!ast_strlen_zero(authuser))
- ast_build_string(&t, &left, "/%s", authuser);
+ ast_build_string(&t, &left, "/authuser=%s", authuser);
/* Add flags if present */
if (!ast_strlen_zero(imapflags))