aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-03 08:17:06 +0000
committercrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-03 08:17:06 +0000
commitb722d7863d7b9107dc376aa815e8b1fced01a3d4 (patch)
tree8415f353261bb79976e63003a6d9e0411570f938
parent3815448e305ac5e4a2c13477cbf1d880cfdce66a (diff)
Merged revisions 73004 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r73004 | crichter | 2007-07-03 10:04:35 +0200 (Di, 03 Jul 2007) | 1 line fixed issue, that misdn_l2l1_check could only be called from mISDN Source channels.. #9449 ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@73005 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/chan_misdn.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/channels/chan_misdn.c b/channels/chan_misdn.c
index 4d37c7136..12a86edb2 100644
--- a/channels/chan_misdn.c
+++ b/channels/chan_misdn.c
@@ -5088,11 +5088,6 @@ static int misdn_facility_exec(struct ast_channel *chan, void *data)
static int misdn_check_l2l1(struct ast_channel *chan, void *data)
{
- if (strcasecmp(chan->tech->type,"mISDN")) {
- ast_log(LOG_WARNING, "misdn_check_l2l1 makes only sense with chan_misdn channels!\n");
- return -1;
- }
-
AST_DECLARE_APP_ARGS(args,
AST_APP_ARG(grouppar);
AST_APP_ARG(timeout);