[Asterisk-cvs] asterisk/apps app_voicemail.c,1.109,1.110

citats at lists.digium.com citats at lists.digium.com
Fri Jun 11 16:07:35 CDT 2004


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/home/citats/cvs/asterisk/apps

Modified Files:
	app_voicemail.c 
Log Message:
Fix voicemail description.  We send calls into extension 'a' or 'o' not priority

Index: app_voicemail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -d -r1.109 -r1.110
--- app_voicemail.c	11 Jun 2004 21:01:42 -0000	1.109
+++ app_voicemail.c	11 Jun 2004 21:11:22 -0000	1.110
@@ -172,9 +172,9 @@
 "  (/var/lib/asterisk/sounds/vm/<exten>/unavail) if it exists.\n"
 "* 'b' then the the busy message will be played (that is, busy instead of unavail).\n"
 "If the caller presses '0' (zero) during the prompt, the call jumps to\n"
-"priority 'o' in the current context.\n"
+"extension 'o' in the current context.\n"
 "If the caller presses '*' during the prompt, the call jumps to\n"
-"priority 'a' in the current context.\n"
+"extension 'a' in the current context.\n"
 "If the requested mailbox does not exist, and there exists a priority\n"
 "n + 101, then that priority will be taken next.\n"
 "Returns -1 on error or mailbox not found, or if the user hangs up.\n"




More information about the svn-commits mailing list