[asterisk-bugs] [JIRA] (ASTERISK-22075) Mutliple SIP NOTIFIES at "sip reload" if mailbox is monitored by multiple sip peers
mdu113 (JIRA)
noreply at issues.asterisk.org
Mon Jul 15 11:50:03 CDT 2013
mdu113 created ASTERISK-22075:
---------------------------------
Summary: Mutliple SIP NOTIFIES at "sip reload" if mailbox is monitored by multiple sip peers
Key: ASTERISK-22075
URL: https://issues.asterisk.org/jira/browse/ASTERISK-22075
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Applications/app_voicemail, Channels/chan_sip/General
Affects Versions: 1.8.22.0
Reporter: mdu113
Severity: Minor
If VM box is monitored by multiple sip peers then asterisk will send multiple SIP notifies about this mailbox to each peer at "sip reload". If number of peers monitoring the mailbox is N then the number of notifies asterisk sends to each peer is N+1. Total number of notifies = N*(N+1).
This will happen only if "pollmailboxes=yes" is present in voicemail.conf.
The relevant parts of configs are follows:
voicemail.conf:
pollmailboxes=yes
sip.conf:
[poly_650_01]
type=friend
context=xyz
host=dynamic
mailbox=650 at xyz
[poly_650_02]
type=friend
context=xyz
host=dynamic
mailbox=650 at xyz
[poly_650_03]
type=friend
context=xyz
host=dynamic
mailbox=650 at xyz
With this config 12 notifies about 650 at xyz is sent. This results in storm of notifies if any significant number of peers are monitoring a mailbox and is just obviously wrong.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list