From e786eae3cda0cd77ab4430351fc23d03d5f5b180 Mon Sep 17 00:00:00 2001
From: Mark Spencer <markster@digium.com>
Date: Fri, 30 Jul 2004 19:58:20 +0000
Subject: [PATCH] Fix MGCP endpoint (#2182)

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

diff --git a/configs/mgcp.conf.sample b/configs/mgcp.conf.sample
index 40d076c8f2..4222beb336 100755
--- a/configs/mgcp.conf.sample
+++ b/configs/mgcp.conf.sample
@@ -54,18 +54,18 @@
 ;context=local
 ;host=192.168.1.20
 ;nat=no
-;line => aaln/*			; Supports the pulse-interval feature (heartbeat)
+;wcardep=aaln/*		; enables wildcard endpoint and sets it to 'aaln/*' another common format is '*'
 ;callerid = "Duane Cox" <123>
 ;callwaiting=no
 ;transfer=no
 ;cancallforward=no
 ;canreinvite=no
-;dtmfmode=inband		; DTMF mode must be set to inband.
+;dtmfmode=inband
 ;line => aaln/1
 ;callerid = "Duane Cox" <456>
 ;callwaiting=no
 ;transfer=no
 ;cancallforward=no
 ;canreinvite=no
-;dtmfmode=inband		; DTMF mode must be set to inband.
+;dtmfmode=inband
 ;line => aaln/2
-- 
GitLab