MWI on Gigaset N870

Hello,
Gigaset N870 with S850H are very good products. But the MWI don’t work for voicemail. I think the matter comes from Asterisk, because MWIs work for missed calls, wich is deployed by N870.
This is my configuration:
sip.conf:

[general]
...
subscribemwi=yes
allowsubscribe=yes
subscribecontext=hints

users.conf:

subscribemwi=yes

On N870


And (in the following post)…

Thanks!

I have another element:
The phone does not display the number of messages. So I think it’s not only a problem of MWI but of subscription.
I’ve written this in the extensions. conf :

[hints]
exten => 22, hint, SIP/22
etc.

I now add this in extensions.conf:

[mysuscribes]
exten => 22,hint,MWI:22

This is more interresting:

pc-asterisk*CLI> sip show subscriptions 
Peer             User             Call ID          Extension        Last state     Type            Mailbox    Expiry
192.168.10.64    80               0_3343591207@19  21@hints         Idle           dialog-info+xml <none>     001800
192.168.10.64    80               0_1919166292@19  30@hints         Idle           dialog-info+xml <none>     001800
192.168.10.64    80               0_3822462818@19  42@hints         Idle           dialog-info+xml <none>     001800
192.168.40.11    24               b58cb267-b29d-4  --               <none>         mwi             24@default 001800
192.168.10.64    80               0_2380998477@19  29@hints         Idle           dialog-info+xml <none>     001800
192.168.40.11    23               c5c7d905-d9a7-4  --               <none>         mwi             23@default 001800
192.168.10.64    80               0_525805361@192  22@hints         Idle           dialog-info+xml <none>     001800
192.168.40.11    40               a747b9d6-9940-4  --               <none>         mwi             40@default 001800
192.168.40.11    21               1ba2382f-aef8-4  --               <none>         mwi             21@default 001800
192.168.10.64    80               0_2406623095@19  53@hints         Idle           dialog-info+xml <none>     001800
192.168.40.11    22               58354d53-9254-4  --               <none>         mwi             22@default 001800
192.168.10.64    80               0_3438749531@19  40@hints         Idle           dialog-info+xml <none>     001800
192.168.10.64    80               0_4092602182@19  28@hints         Idle           dialog-info+xml <none>     001800
192.168.10.64    80               0_3923453808@19  52@hints         Idle           dialog-info+xml <none>     001800
192.168.10.64    80               0_785459000@192  23@hints         Idle           dialog-info+xml <none>     001800
192.168.10.64    80               0_1905272611@19  --               <none>         mwi             80@default 003600
192.168.10.64    80               0_3205572457@19  51@hints         Idle           dialog-info+xml <none>     001800
192.168.10.64    80               0_2074486591@19  24@hints         Idle           dialog-info+xml <none>     001800
18 active SIP subscriptions

This are 21 22 etc witch aren’t subscripted.

I found: Asterisk doesn’t like French. I had written [defaut] and not [default] for the contexts.
I don’t understand why Asterisk wanted to query 22@default and not 22@defaut.
But it works.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.