[asterisk-commits] bweschke: trunk r151642 - /trunk/channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Oct 22 15:45:03 CDT 2008
Author: bweschke
Date: Wed Oct 22 15:45:03 2008
New Revision: 151642
URL: http://svn.digium.com/view/asterisk?view=rev&rev=151642
Log:
revert the changes in issue #13705 - it's being re-opened as while the results fixed the complaint in the issue, it introduced other more undesirable issues than what was already reported
Modified:
trunk/channels/chan_sip.c
Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?view=diff&rev=151642&r1=151641&r2=151642
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Wed Oct 22 15:45:03 2008
@@ -22745,7 +22745,7 @@
if (!strcasecmp(utype, "user")) {
is_peer = 1;
} else if (!strcasecmp(utype, "friend")) {
- is_peer = 2;
+ is_peer = 1;
} else if (!strcasecmp(utype, "peer"))
is_peer = 2;
else {
More information about the asterisk-commits
mailing list