[svn-commits] tilghman: trunk r274491 - in /trunk: CHANGES apps/app_voicemail.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jul 7 01:32:42 CDT 2010


Author: tilghman
Date: Wed Jul  7 01:32:39 2010
New Revision: 274491

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=274491
Log:
Also run the externnotify script when the pollmailboxes thread notices a change.

Modified:
    trunk/CHANGES
    trunk/apps/app_voicemail.c

Modified: trunk/CHANGES
URL: http://svnview.digium.com/svn/asterisk/trunk/CHANGES?view=diff&rev=274491&r1=274490&r2=274491
==============================================================================
--- trunk/CHANGES (original)
+++ trunk/CHANGES Wed Jul  7 01:32:39 2010
@@ -165,6 +165,8 @@
  * Two new applications are provided for declining counting phrases in multiple
    languages.  See the application notes for SayCountedNoun and SayCountedAdj for
    more information.
+ * Voicemail now runs the externnotify script when pollmailboxes is activated and
+   notices a change.
 
 Dialplan Functions
 ------------------

Modified: trunk/apps/app_voicemail.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_voicemail.c?view=diff&rev=274491&r1=274490&r2=274491
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Wed Jul  7 01:32:39 2010
@@ -11022,6 +11022,7 @@
 		mwi_sub->old_new = new;
 		mwi_sub->old_old = old;
 		queue_mwi_event(mwi_sub->mailbox, urgent, new, old);
+		run_externnotify(NULL, mwi_sub->mailbox, NULL);
 	}
 }
 




More information about the svn-commits mailing list