Hi,
How to set voicemail notification other than email, like message on sip phone? Any advice please?
Regards
Sathees
Hi,
How to set voicemail notification other than email, like message on sip phone? Any advice please?
Regards
Sathees
When you configure your peer you just need to assign it the mailbox to watch.
In sip.conf it’s as simple as
[1234]
type=friend
mailbox=1234@mycontext
with pjsip it’s a bit more complex as the mailbox can be assigned in multiple places, either under the Endpoint or under the AOR.
[aor1234]
type=aor
mailboxes=1234@mycontext
OR
[1234]
type=endpoint
mailboxes=1234@mycontext
Then Asterisk will send MWI updates to the phone automatically.