[svn-commits] file: branch 1.4 r64720 -
/branches/1.4/apps/app_voicemail.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Thu May 17 06:48:45 MST 2007
Author: file
Date: Thu May 17 08:48:44 2007
New Revision: 64720
URL: http://svn.digium.com/view/asterisk?view=rev&rev=64720
Log:
Fix authuser support. (issue #9740 reported by xmarksthespot)
Modified:
branches/1.4/apps/app_voicemail.c
Modified: branches/1.4/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_voicemail.c?view=diff&rev=64720&r1=64719&r2=64720
==============================================================================
--- branches/1.4/apps/app_voicemail.c (original)
+++ branches/1.4/apps/app_voicemail.c Thu May 17 08:48:44 2007
@@ -4626,7 +4626,7 @@
/* 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))
More information about the svn-commits
mailing list