summaryrefslogtreecommitdiff
path: root/configs/extensions.conf.sample
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2009-05-27 16:07:57 +0000
committerSean Bright <sean@malleable.com>2009-05-27 16:07:57 +0000
commit6f80849582756f364279f096ff57a51d402f170c (patch)
tree22872fb0636002ec2fbde57772827143f9bbb1e1 /configs/extensions.conf.sample
parent73938d5f1d44e7c2014120cf52b6be3906b4a985 (diff)
Fix references to /etc/dahdi/system.conf and /etc/asterisk/chan_dahdi.conf in
the sample configuration files. (closes issue #15207) Reported by: seandarcy git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@197089 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/extensions.conf.sample')
-rw-r--r--configs/extensions.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/extensions.conf.sample b/configs/extensions.conf.sample
index 1be942b3d..9e6207d22 100644
--- a/configs/extensions.conf.sample
+++ b/configs/extensions.conf.sample
@@ -131,8 +131,8 @@ IAXINFO=guest ; IAXtel username/password
TRUNK=DAHDI/G2 ; Trunk interface
;
; Note the 'G2' in the TRUNK variable above. It specifies which group (defined
-; in dahdi.conf) to dial, i.e. group 2, and how to choose a channel to use in
-; the specified group. The four possible options are:
+; in chan_dahdi.conf) to dial, i.e. group 2, and how to choose a channel to use
+; in the specified group. The four possible options are:
;
; g: select the lowest-numbered non-busy DAHDI channel
; (aka. ascending sequential hunt group).