aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-03 08:04:35 +0000
committercrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-03 08:04:35 +0000
commit80b1accf07574499d41d7e168dfa5d239b0b1a6d (patch)
treeca03a093b82cb992139bce8381a94ab2731f8ccc
parentd161ae4af94e1e8112643e14b7d658b407e15299 (diff)
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.2@73004 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 933b96662..572f1bbf9 100644
--- a/channels/chan_misdn.c
+++ b/channels/chan_misdn.c
@@ -4783,11 +4783,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);