[svn-commits] oej: trunk r128381 - /trunk/channels/chan_sip.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Sun Jul 6 03:43:08 CDT 2008
Author: oej
Date: Sun Jul 6 03:43:08 2008
New Revision: 128381
URL: http://svn.digium.com/view/asterisk?view=rev&rev=128381
Log:
Remove comments that doesn't make sense. The deprecation of type=user will come at a later stage,
as indicated by previous commit message
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=128381&r1=128380&r2=128381
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Sun Jul 6 03:43:08 2008
@@ -21379,10 +21379,8 @@
} else {
int is_peer = 0;
if (!strcasecmp(utype, "user")) {
- ast_log(LOG_WARNING, "type=user is deprecated. Please use type=peer only.");
is_peer = 1;
} else if (!strcasecmp(utype, "friend")) {
- ast_log(LOG_WARNING, "type=friend is deprecated. Please use type=peer only.");
is_peer = 1;
} else if (!strcasecmp(utype, "peer"))
is_peer = 2;
More information about the svn-commits
mailing list