[asterisk-bugs] [Asterisk 0016021]: [patch] sippeers loaded with realtime are treated as type=friends, no matter what type is in the db
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon May 24 16:44:31 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16021
======================================================================
Reported By: Guggemand
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16021
Category: Channels/chan_sip/General
Reproducibility: always
Severity: major
Priority: normal
Status: ready for testing
Asterisk Version: SVN
JIRA: SWP-1353
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-10-05 12:28 CDT
Last Modified: 2010-05-24 16:44 CDT
======================================================================
Summary: [patch] sippeers loaded with realtime are treated as
type=friends, no matter what type is in the db
Description:
When using realtime sippeers the peers show up in both
sip show peer <name> load
sip show user <name> load
They are also matched by this code in chan_sip.c, even though they have
type=peer
/* First find devices based on username (avoid all type=peer's) */
peer = find_peer(of, NULL, TRUE, FINDUSERS, FALSE);
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0016320 [patch] Incorrect reloading of realtime...
======================================================================
----------------------------------------------------------------------
(0122339) svnbot (reporter) - 2010-05-24 16:44
https://issues.asterisk.org/view.php?id=16021#c122339
----------------------------------------------------------------------
Repository: asterisk
Revision: 265449
U trunk/channels/chan_sip.c
------------------------------------------------------------------------
r265449 | mmichelson | 2010-05-24 16:44:30 -0500 (Mon, 24 May 2010) | 11
lines
Allow type=user SIP endpoints to be loaded properly from realtime.
(closes issue https://issues.asterisk.org/view.php?id=16021)
Reported by: Guggemand
Patches:
realtime-type-fix.patch uploaded by Guggemand (license 897)
(altered by me slightly to avoid ref leaks)
Tested by: Guggemand
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=265449
Issue History
Date Modified Username Field Change
======================================================================
2010-05-24 16:44 svnbot Checkin
2010-05-24 16:44 svnbot Note Added: 0122339
======================================================================
More information about the asterisk-bugs
mailing list