aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-25 01:20:16 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-25 01:20:16 +0000
commit26b052792cc41e2a5aaaa40efaa7137d46728663 (patch)
tree30f2d0c7a4bbe5d862df48579fffe12b4a565577 /configs
parentc6421a8e880b4e82ae64e3bcc377f1f7682429cf (diff)
Create one generally useful runtime option and one compile time option to work around bugs in the DPH100M phone (bug #2122)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3508 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/mgcp.conf.sample12
1 files changed, 12 insertions, 0 deletions
diff --git a/configs/mgcp.conf.sample b/configs/mgcp.conf.sample
index 73b7c6cee..9e88c92a7 100755
--- a/configs/mgcp.conf.sample
+++ b/configs/mgcp.conf.sample
@@ -36,3 +36,15 @@
;cancallforward=yes
;line => aaln/1
;
+
+;[dph100]
+;
+; Supporting the DPH100M requires defining DLINK_BUGGY_FIRMWARE in
+; chan_mgcp.c in addition to enabling the slowsequence mode due to
+; bugs in the D-Link firmware
+;
+;context=local
+;host=dynamic
+;slowsequence=yes ; The DPH100M does not follow MGCP standards for sequencing
+;line => aaln/1
+