Asterisk is receiving this error:
To fix it: we must add "mailbox=user@default" to each user in sip.conf:
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
but my users are stored on asterisk database (ODBC storage), how can i solve this issue?
ReplyDeleteyou 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
ReplyDeletetry this in your sql to check:
select mailbox from voicemail_message