From: Christian Richter Date: Tue, 3 Jul 2007 08:04:35 +0000 (+0000) Subject: fixed issue, that misdn_l2l1_check could only be called from mISDN Source channels... X-Git-Tag: 1.2.21~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2676d6c5954169f970d0832fe1a7fc1245774f1f;p=thirdparty%2Fasterisk.git fixed issue, that misdn_l2l1_check could only be called from mISDN Source channels.. #9449 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@73004 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_misdn.c b/channels/chan_misdn.c index 933b966624..572f1bbf94 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);