On Thu, 2010-02-18 at 12:01 -0800, jnolen wrote: > > > There is still one outstanding issue with this configuration: > > All of the functionality for voice mail works from the phone after > changing <config-server-url-secure> on the voice mail server to point > to > the config server. > > >From the GUI, however, the MWI light takes an hour to extinguish > after > removing voice mails in the GUI. It works as expected when deleting > from the phone. Probably is not getting updated until the phone > registers again.
There's a spec that explains the (unpretty) interfaces involved in getting those notifications to the phone: http://sipxecs.sipfoundry.org/rep/sipXecs/main/sipXpublisher/doc/message-waiting.html Things to check... In /etc/sipxpbx/voicemail.xml, at the bottom find: <!-- Status Server CGI (send a get request to this url with 'eventtype=message-summary' and 'identity=mailboxidentity' parameters to return retrieve the message summary notify message contents --> <mwi> <mwiurl>https://HOST:8101/cgi/StatusEvent.cgi</mwiurl> </mwi> make sure that HOST is the system where your status server is running. In /etc/sipxpbx/status-config.in, make sure that SIP_STATUS_HTTP_VALID_IPS : VHOST VHOST is the ip address of your voicemail system host. _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
