]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
automerge commit
authorAutomerge Script <automerge@asterisk.org>
Tue, 3 Jul 2007 12:24:58 +0000 (12:24 +0000)
committerAutomerge Script <automerge@asterisk.org>
Tue, 3 Jul 2007 12:24:58 +0000 (12:24 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@73051 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_misdn.c

index 933b966624e130f5e42eff859202049feeed0180..572f1bbf947e2e867c15f9527066840c4b8bee6f 100644 (file)
@@ -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);