[asterisk-dev] SUBSCRIPTION for MWI support for multiple boxes

Chris Carey chris.carey at gmail.com
Mon Oct 23 13:15:57 MST 2006


On 10/23/06, Chris Carey <chris.carey at gmail.com> wrote:
> After a voicemail is left on a mailbox which has a subscription, a NOTIFY is sent.
> In this NOTIFY, the p->uri is corrupt.
>
> Asterisk 1.4b2:
>
> p->uri = sip::5060
>
> Should be:
>
> p->uri = sip:<mailbox-number>:5060


Actually, it should be:

p->uri = sip:<mailbox-number>@<ip number>:5060


More information about the asterisk-dev mailing list