[Asterisk-cvs] asterisk/apps app_voicemail2.c,1.62,1.63

markster at lists.digium.com markster at lists.digium.com
Fri Nov 7 00:14:53 CST 2003


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv5748/apps

Modified Files:
	app_voicemail2.c 
Log Message:
Fix more typos


Index: app_voicemail2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail2.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- app_voicemail2.c	7 Nov 2003 06:31:55 -0000	1.62
+++ app_voicemail2.c	7 Nov 2003 06:41:05 -0000	1.63
@@ -1387,7 +1387,6 @@
 		bytes += adsi_display(buf + bytes, ADSI_COMM_PAGE, 3, ADSI_JUST_CENT, 0, "Load Cancelled.", "");
 		bytes += adsi_display(buf + bytes, ADSI_COMM_PAGE, 4, ADSI_JUST_CENT, 0, "ADSI Unavailable", "");
 		bytes += adsi_set_line(buf + bytes, ADSI_COMM_PAGE, 1);
-      bytes += adsi_voice_mode(buf + bytes, 0);
 		bytes += adsi_voice_mode(buf + bytes, 0);
 		adsi_transmit_message(chan, buf, bytes, ADSI_MSG_DISPLAY);
 		return 0;
@@ -1547,8 +1546,6 @@
 		keys[x] = 0;
 	/* Set one key for next */
 	keys[3] = ADSI_KEY_APPS + 3;
-      bytes += adsi_voice_mode(buf + bytes, 0);
-
 
 	bytes += adsi_set_line(buf + bytes, ADSI_COMM_PAGE, 1);
 	bytes += adsi_input_format(buf + bytes, 1, ADSI_DIR_FROM_LEFT, 0, "Password: ******", "");
@@ -1631,8 +1628,6 @@
 	for (x=0;x<5;x++)
 		keys[x] = ADSI_KEY_SKT | (ADSI_KEY_APPS + 6 + x);
 	keys[6] = 0x0;
-      bytes += adsi_voice_mode(buf + bytes, 0);
-
 	keys[7] = 0x0;
 
 	if (!msg) {
@@ -1660,7 +1655,6 @@
 		name = "Unknown Caller";
 
 	/* If deleted, show "undeleted" */
-      bytes += adsi_voice_mode(buf + bytes, 0);
 
 	if (deleted)
 		keys[1] = ADSI_KEY_SKT | (ADSI_KEY_APPS + 11);




More information about the svn-commits mailing list