Woof! On Wed, 03 Sep 2008 14:02:34 -0400, Paul Mossman <[EMAIL PROTECTED]> wrote: > How will the new VM system handle the case where five unread voicemails > are deleted in batch via the user portal?
Unknown at this time. > Will there be one NOTIFY with > a final count? Or if there will be multiple NOTIFYs, then can I ask > that they be sent not less than 1 second apart? I'm aware of that issue. Here is what I was planning to solve it: Instead of sending the NOTIFY's right away, it will queue it up to be sent in 5 seconds. Every time an update for a given URL occurs, that entry on the queue will be canceled and a new one generated for 5 seconds from then. As long as updates keep arriving within the 5 second window, the NOTIFY will be held off. 5 seconds after the final update, the NOTIFY with the final count will be sent. In this way, batch updates will be collapsed into one NOTIFY (assuming they arrive withing 5 seconds of each other), and single updates will still occur quickly. --Woof! _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
