[asterisk-commits] file: trunk r64721 - in /trunk: ./ apps/app_voicemail.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu May 17 06:50:55 MST 2007


Author: file
Date: Thu May 17 08:50:54 2007
New Revision: 64721

URL: http://svn.digium.com/view/asterisk?view=rev&rev=64721
Log:
Merged revisions 64720 via svnmerge from 
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)

........

Modified:
    trunk/   (props changed)
    trunk/apps/app_voicemail.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_voicemail.c?view=diff&rev=64721&r1=64720&r2=64721
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Thu May 17 08:50:54 2007
@@ -4814,7 +4814,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 asterisk-commits mailing list