[asterisk-bugs] [JIRA] (ASTERISK-29224) asterisk-16 takes over an hour to clear the MWI light

Syscon (JIRA) noreply at issues.asterisk.org
Sat Dec 26 11:55:16 CST 2020


    [ https://issues.asterisk.org/jira/browse/ASTERISK-29224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=253212#comment-253212 ] 

Syscon commented on ASTERISK-29224:
-----------------------------------

Yes, I followed these instructions from the link you provided on wiki.

Here is my relevant config:

sip.conf
[general]
context=default                 ; Default context for incoming calls
match_auth_username=yes        ; if available, match user entry using the
allowoverlap=no                 ; Disable overlap dialing support. (Default is yes)
udpbindaddr=0.0.0.0             ; IP address to bind UDP listen socket to (0.0.0.0 binds to all)
tcpenable=no                    ; Enable server for incoming TCP connections (default is no)
tcpbindaddr=0.0.0.0             ; IP address for TCP server to bind to (0.0.0.0 binds to all interfaces)
transport=udp                   ; Set the default transports.  The order determines the primary default transport.
 t38pt_udptl = yes            ; Enables T.38 with FEC error correction.
 t38pt_udptl = yes,fec,maxdatagram=400 ; Enables T.38 with FEC error correction and overrides
[authentication]
[basic-options](!)                ; a template
        dtmfmode=rfc2833
        context=from-office
        type=friend
[natted-phone](!,basic-options)   ; another template inheriting basic-options
        directmedia=no
        host=dynamic
[public-phone](!,basic-options)   ; another template inheriting basic-options
        directmedia=yes
[my-codecs](!)                    ; a template for my preferred codecs
        disallow=all
        allow=ilbc
        allow=g729
        allow=gsm
        allow=g723
        allow=ulaw
[ulaw-phone](!)                   ; and another one for ulaw-only
        disallow=all
        allow=ulaw
subscribemwi=yes                ; Only send notifications if this phone
[55] ; outgoing call on fxs port
type=friend
host=dynamic
context=internal
secret=123456
username=55
callerid=Joseph <55>
mailbox=55
disallow=all                   ; need to disallow=all before we can use allow=
allow=gsm                     ; listed with allow= does NOT matter!
allow=ulaw                     ; Note: In user sections the order of codecs
allow=alaw
nat=no
callgroup=1
pickupgroup=1
qualify=yes

voicemail.conf
[general]
format=wav49|gsm|wav
serveremail=asterisk
attach=yes
maxsecs=900
minsecs=3
skipms=3000
maxsilence=10
silencethreshold=128
maxlogins=3
emaildateformat=%A, %B %d, %Y at %r
pagerdateformat=%A, %B %d, %Y at %r
sendvoicemail=yes ; Allow the user to compose and send a voicemail while inside
[zonemessages]
eastern=America/New_York|'vm-received' Q 'digits/at' IMp
central=America/Chicago|'vm-received' Q 'digits/at' IMp
central24=America/Chicago|'vm-received' q 'digits/at' H N 'hours'
military=Zulu|'vm-received' q 'digits/at' H N 'hours' 'phonetic/z_p'
european=Europe/Copenhagen|'vm-received' a d b 'digits/at' HM
[default]
55 => ,joseph,joseph at localhost

> asterisk-16  takes over an hour to clear the MWI light
> ------------------------------------------------------
>
>                 Key: ASTERISK-29224
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-29224
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_sip/General
>    Affects Versions: 16.13.0
>         Environment: Gentoo Linux
>            Reporter: Syscon
>            Assignee: Syscon
>            Severity: Minor
>         Attachments: debug_log_mwi.0
>
>
> asterisk-16 takes over an hour to clear the MWI light
> In astersik-11 MWI light was cleared as soon as I checked the message.
> In asterink-16 it takes about 20min to set the light ON and the light
> takes over an hour to clear. (I've standard POTS phones)
> What had changed?
> In sip.cong
> [400]
> ...
> mailbox=400
> voicemail.conf
> [default]
> 400 => ,user, email
> I've tried to enable in sip.conf "subscribemwi=yes" but it doesn't help.
> The same was with asterisk-13.  It seems to me the MWI was never fixed just carry over from Ver. 13 to 16 (on channel SIP) or there is poor instruction how to make it work.  The strange part is that MWI in Asterisk pre 12 work like a charm (there was never a problem).  
> I couldn't use Asterisk-13 in production because of this issue and it has not been fixed in Asterisk-16 either. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list