[Asterisk-cvs] asterisk/apps app_voicemail.c,1.117,1.118

markster at lists.digium.com markster at lists.digium.com
Sat Jun 26 12:02:36 CDT 2004


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

Modified Files:
	app_voicemail.c 
Log Message:
Add peercontext parameter for default outbound context (bug #1929)


Index: app_voicemail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- app_voicemail.c	25 Jun 2004 21:25:44 -0000	1.117
+++ app_voicemail.c	26 Jun 2004 15:48:30 -0000	1.118
@@ -1687,7 +1687,6 @@
 	char *context;
 	char ecodes[16] = "#";
 	char tmp[256] = "", *tmpptr;
-	char language[MAX_LANGUAGE];
 	struct ast_vm_user *vmu;
 	struct ast_vm_user svm;
 




More information about the svn-commits mailing list