From 6ed072cb5a1c6649807093b79cccbcaa0ddefdaf Mon Sep 17 00:00:00 2001
From: Mark Michelson <mmichelson@digium.com>
Date: Mon, 10 Sep 2007 15:05:13 +0000
Subject: [PATCH] Merged revisions 82091 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r82091 | mmichelson | 2007-09-10 10:02:12 -0500 (Mon, 10 Sep 2007) | 5 lines

Removing non-existent options from misdn configuration sample.

(closes issue #10678, reported and patched by IgorG)


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82092 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/misdn.conf.sample | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/configs/misdn.conf.sample b/configs/misdn.conf.sample
index aafb6e93b3..c3e2b741de 100644
--- a/configs/misdn.conf.sample
+++ b/configs/misdn.conf.sample
@@ -227,8 +227,6 @@ te_choose_channel=no
 ; default: no
 ;
 pmp_l1_check=no
-pp_l2_check=no
-
 
 
 ;
@@ -370,14 +368,6 @@ screen=-1
 ;
 ;echocancel=no
 
-; this disables echocancellation when the call is bridged between 
-; mISDN channels
-;
-; default value: no
-;
-echocancelwhenbridged=no
-
-
 ; Set this to no to disable echotraining. You can enter a number > 10
 ; the value is a multiple of 0.125 ms. 
 ;
-- 
GitLab