Saturday, May 19, 2012

chan_sip.c: Received SIP subscribe for peer without mailbox: 1000

Asterisk is receiving this error:

chan_sip.c: Received SIP subscribe for peer without mailbox: 1000


To fix it: we must add "mailbox=user@default" to each user in sip.conf:

[1000]
...
...
...
mailbox=1000@default

2 comments:

  1. but my users are stored on asterisk database (ODBC storage), how can i solve this issue?

    ReplyDelete
  2. you must make sure the is a field named "mailbox" and the data field for each user is set equal to the extension number, in this example 1000

    try this in your sql to check:
    select mailbox from voicemail_message

    ReplyDelete