Hello list, does anyone know how to change the "interdigit timeout" when using Cisco IP Phone 7940/7960 with SIP-Firmware and Asterisk? it's default value is 15 sec. but i have nothing found to set this in tftp-config file etc. Thanks in advance, Roland
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, 12 Jul 2005, Roland Zagler wrote:> Hello list, > > does anyone know how to change the "interdigit timeout" when using Cisco > IP Phone 7940/7960 with SIP-Firmware and Asterisk? > > it's default value is 15 sec. but i have nothing found to set this in > tftp-config file etc. > > Thanks in advance, > > RolandThe timeout is set in the dialplan.xml file with the Timeout tag. Like this: <DIALTEMPLATE> <TEMPLATE MATCH="\*1.." Timeout="0" User="Phone"/> <TEMPLATE MATCH="*" Timeout="5" User="Phone"/> <!-- Anything else --> </DIALTEMPLATE> HTH - -- Ron Wellsted http://www.wellsted.org.uk ron@wellsted.org.uk FWD: 519961 N 52.567623, W 2.137621 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iQEVAwUBQtP5EUtP/KMNOfRbAQJkhQgAnsQz0fRx1t8vgFNnCq7w91eDMxisIKvH x6FoYwaWi2IldCnMx/+21wRotnrw5WJFOT/qVn7UmgPCA0sHtXA4gzf9uyNOZsTR oXYWXQ3hRm6s6XtU84BozQJnhLdavx10u5tI/KfG6IfNpXKIbukZDAxRxXuAW62b uL85pd2n2l7N4iFlih61Qj348UrVP65xU8ev0ri/N9VRC+A+/vQBRJwHY34ogm1O Ine2CaJ4sGZiwYJZE7WDSN8fh7/bklP2RJ8BDq8/AAC0g6Bs7gn5rh6jgmcWK0SC QcgZTN570xAo1xYcHCm2p8ZqwFdHpKPRdCENqFAPugV/rjEf7HV91w==dV1P -----END PGP SIGNATURE-----
I think the file you want to edit is the dialplan.xml. I don't remember the syntax off the top of my head, but I'm sure it is documented on the Cisco web site. B. J. -----Original Message----- From: Roland Zagler [mailto:r.zagler@fog.at] Sent: Tuesday, July 12, 2005 11:22 To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Cisco 7940/7960 interdigit timeout Hello list, does anyone know how to change the "interdigit timeout" when using Cisco IP Phone 7940/7960 with SIP-Firmware and Asterisk? it's default value is 15 sec. but i have nothing found to set this in tftp-config file etc. Thanks in advance, Roland
Thanks, i added dialplan_template: "dialplan" to SIPDefault.cnf and the lines you sent to dialplan.xml in TFTP-directory and it works! Thanks again, Roland -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Ron Wellsted Sent: Tuesday, July 12, 2005 7:08 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Cisco 7940/7960 interdigit timeout -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, 12 Jul 2005, Roland Zagler wrote:> Hello list, > > does anyone know how to change the "interdigit timeout" when usingCisco> IP Phone 7940/7960 with SIP-Firmware and Asterisk? > > it's default value is 15 sec. but i have nothing found to set this in > tftp-config file etc. > > Thanks in advance, > > RolandThe timeout is set in the dialplan.xml file with the Timeout tag. Like this: <DIALTEMPLATE> <TEMPLATE MATCH="\*1.." Timeout="0" User="Phone"/> <TEMPLATE MATCH="*" Timeout="5" User="Phone"/> <!-- Anything else --> </DIALTEMPLATE> HTH - -- Ron Wellsted http://www.wellsted.org.uk ron@wellsted.org.uk FWD: 519961 N 52.567623, W 2.137621 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iQEVAwUBQtP5EUtP/KMNOfRbAQJkhQgAnsQz0fRx1t8vgFNnCq7w91eDMxisIKvH x6FoYwaWi2IldCnMx/+21wRotnrw5WJFOT/qVn7UmgPCA0sHtXA4gzf9uyNOZsTR oXYWXQ3hRm6s6XtU84BozQJnhLdavx10u5tI/KfG6IfNpXKIbukZDAxRxXuAW62b uL85pd2n2l7N4iFlih61Qj348UrVP65xU8ev0ri/N9VRC+A+/vQBRJwHY34ogm1O Ine2CaJ4sGZiwYJZE7WDSN8fh7/bklP2RJ8BDq8/AAC0g6Bs7gn5rh6jgmcWK0SC QcgZTN570xAo1xYcHCm2p8ZqwFdHpKPRdCENqFAPugV/rjEf7HV91w==dV1P -----END PGP SIGNATURE----- _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users