[Home]

Summary:ASTERISK-09911: This makes sure that on 'reload', auth list is cleared
Reporter:BicomSystems Ltd. (fkasumovic)Labels:
Date Opened:2007-07-20 03:58:33Date Closed:2007-07-20 12:04:22
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chan_sip.patch
Description:This fixes current behaviour:
Add one realm auth for a sip peer:

[test]
auth=test:test@host.dot.com

Reload Asterisk and do 'sip show peer test'. You will see one auth line
appearing.

Reload Asterisk. You will see two auth's appearing in the 'sip show peer
test' list. With each reload, one authentication is added via
add_realm_authentication.

This makes sure that on 'reload', auth list is cleared for each existing
peer. This affects the latest Asterisk 1.2.


****** ADDITIONAL INFORMATION ******

This bug apply to all versions.
Comments:By: Digium Subversion (svnbot) 2007-07-20 11:59:47

Repository: asterisk
Revision: 76080

------------------------------------------------------------------------
r76080 | file | 2007-07-20 11:59:46 -0500 (Fri, 20 Jul 2007) | 6 lines

(closes issue ASTERISK-9911)
Reported by: fkasumovic
Patches:
     chan_sip.patch uploaded by fkasumovic (license ASTERISK-97)
Drop any peer realm authentication entries when reloading so multiple entries do not get added to the peer.

------------------------------------------------------------------------

By: Digium Subversion (svnbot) 2007-07-20 12:03:07

Repository: asterisk
Revision: 76087

------------------------------------------------------------------------
r76087 | file | 2007-07-20 12:03:06 -0500 (Fri, 20 Jul 2007) | 14 lines

Merged revisions 76080 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r76080 | file | 2007-07-20 14:16:48 -0300 (Fri, 20 Jul 2007) | 6 lines

(closes issue ASTERISK-9911)
Reported by: fkasumovic
Patches:
     chan_sip.patch uploaded by fkasumovic (license ASTERISK-97)
Drop any peer realm authentication entries when reloading so multiple entries do not get added to the peer.

........

------------------------------------------------------------------------

By: Digium Subversion (svnbot) 2007-07-20 12:04:22

Repository: asterisk
Revision: 76091

------------------------------------------------------------------------
r76091 | file | 2007-07-20 12:04:22 -0500 (Fri, 20 Jul 2007) | 22 lines

Merged revisions 76087 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r76087 | file | 2007-07-20 14:20:09 -0300 (Fri, 20 Jul 2007) | 14 lines

Merged revisions 76080 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r76080 | file | 2007-07-20 14:16:48 -0300 (Fri, 20 Jul 2007) | 6 lines

(closes issue ASTERISK-9911)
Reported by: fkasumovic
Patches:
     chan_sip.patch uploaded by fkasumovic (license ASTERISK-97)
Drop any peer realm authentication entries when reloading so multiple entries do not get added to the peer.

........

................

------------------------------------------------------------------------