aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-06 08:43:08 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-06 08:43:08 +0000
commit131d65330d2e11528ef91111994d4970f1ced8b5 (patch)
treeb67975f6b46610229695610e38a6b281a7aa626c /channels/chan_sip.c
parentbace22e16154833f1d1d2178308e81b803e83e56 (diff)
Remove comments that doesn't make sense. The deprecation of type=user will come at a later stage,
as indicated by previous commit message git-svn-id: http://svn.digium.com/svn/asterisk/trunk@128381 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 9d3d5de10..f6253d61c 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -21379,10 +21379,8 @@ static int reload_config(enum channelreloadreason reason)
} 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;