[Asterisk-cvs] asterisk/configs mgcp.conf.sample,1.4,1.5
markster at lists.digium.com
markster at lists.digium.com
Sat Jul 24 21:34:17 CDT 2004
Update of /usr/cvsroot/asterisk/configs
In directory localhost.localdomain:/tmp/cvs-serv15167/configs
Modified Files:
mgcp.conf.sample
Log Message:
Create one generally useful runtime option and one compile time option to work around bugs in the DPH100M phone (bug #2122)
Index: mgcp.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/mgcp.conf.sample,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mgcp.conf.sample 7 Feb 2004 07:13:33 -0000 1.4
+++ mgcp.conf.sample 25 Jul 2004 01:20:16 -0000 1.5
@@ -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
+
More information about the svn-commits
mailing list