[asterisk-bugs] [JIRA] (ASTERISK-21915) Successive NOTIFY for MWI subscriptions isn't sent

Rusty Newton (JIRA) noreply at issues.asterisk.org
Fri Jun 14 17:23:04 CDT 2013


Rusty Newton created ASTERISK-21915:
---------------------------------------

             Summary: Successive NOTIFY for MWI subscriptions isn't sent
                 Key: ASTERISK-21915
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21915
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Resources/res_sip
    Affects Versions: 12
         Environment: Asterisk SVN-trunk-r391828
            Reporter: Malcolm Davenport
            Severity: Critical


Here's an Endpoint:

{noformat}
[localnetwork]
type=transport
protocol=udp
bind=0.0.0.0:5060

[endpointtemplate](!)
callerid_privacy=allowed_not_screened
context=testing
disallow=all
allow=g722
dtmfmode=rfc4733
transport=localnetwork
direct_media=yes
send_pai=yes

[101](endpointtemplate)
type=endpoint
aors=101
auth=101
callerid="Malcolm Davenport" <101>

[101]
type=aor
max_contacts=10
remove_existing=yes
mailboxes=101 at default

[101]
type=auth
auth_type=userpass
password=101
username=101
{noformat}

It starts up and it subscribes for MWI and it gets notice of it:
[debug1.txt|https://issues.asterisk.org/jira/secure/attachment/47618/debug1.txt]

If I then log in and check my voicemail, and delete the voicemail that's waiting, Asterisk never sends a NOTIFY to the endpoint (the phone) that there are no more waiting messages.
[debug2.txt|https://issues.asterisk.org/jira/secure/attachment/47619/debug2.txt]

It happens if I've got a message that I playback to remove, where the indicator should turn off due to NOTIFY, as well as if I leave a message that I expect to turn on the indicator due to NOTIFY. 

--
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