[asterisk-bugs] [JIRA] (ASTERISK-17138) [patch] Asterisk not re-registering after it receives "Forbidden - wrong password on authentication"

Rudi (JIRA) noreply at issues.asterisk.org
Tue Jan 8 03:45:45 CST 2013


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

Rudi commented on ASTERISK-17138:
---------------------------------

You can also do quick fix with blocking 403 messages on firewall.
/sbin/iptables -I INPUT -i eth1 -p udp -m string --string "403 Forbidden" --algo bm -j DROP
                
> [patch] Asterisk not re-registering after it receives "Forbidden - wrong password on authentication"
> ----------------------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-17138
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-17138
>             Project: Asterisk
>          Issue Type: Bug
>          Components: Channels/chan_sip/Registration
>            Reporter: Rudi
>         Attachments: 4.patch, sip_log.txt
>
>
> I found a problem with one of our providers. It looks like SIP Trunk stops re-registering after it receives 
> Forbidden - wrong password on authentication
> I have asterisk version 1.4.38 and i have 
> registertimeout=20
> registerattempts=0

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list