[Asterisk-cvs] asterisk/apps app_voicemail2.c,1.44,1.45

markster at lists.digium.com markster at lists.digium.com
Wed Sep 3 23:12:12 CDT 2003


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

Modified Files:
	app_voicemail2.c 
Log Message:
Send message waiting event on forward (bug #213)


Index: app_voicemail2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail2.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** app_voicemail2.c	25 Aug 2003 15:46:18 -0000	1.44
--- app_voicemail2.c	4 Sep 2003 04:13:21 -0000	1.45
***************
*** 1843,1846 ****
--- 1843,1848 ----
  			  ast_destroy(mif); /* or here */
  			}
+ 			/* Leave voicemail for someone */
+ 			manager_event(EVENT_FLAG_CALL, "MessageWaiting", "Mailbox: %s\r\nWaiting: %d\r\n", username, ast_app_has_voicemail(username));
  
  			/* give confirmatopm that the message was saved */




More information about the svn-commits mailing list