aboutsummaryrefslogtreecommitdiffstats
path: root/configs/mgcp.conf.sample
AgeCommit message (Collapse)AuthorFilesLines
2010-03-02fixes adaptive jitterbuffer configurationdvossel1-0/+7
When configuring the adaptive jitterbuffer, the target_extra value not only could not be set from the configuration, but was not even being set to its proper default. This value is required in order for the adaptive jitterbuffer to work correctly. To resolve this a config option has been added to expose this value to the conf files, and a default value is provided when no config specific value is present. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@249893 f38db490-d61c-443f-a65b-d21fe96a405b
2009-11-02Add PacketCable NCS 1.0 support for Docsis/Eurodocsis networkstilghman1-16/+38
(closes issue #12950) Reported by: alea-soluciones Patches: ncs-pktccops-12950-r206803.patch uploaded by alea-soluciones (license 514) Tested by: alea-soluciones, adomjan, urtho, nahuelgreco git-svn-id: http://svn.digium.com/svn/asterisk/trunk@227049 f38db490-d61c-443f-a65b-d21fe96a405b
2009-09-23Add support for 'setvar=' for MGCP device lines, like other channel drivers ↵tilghman1-0/+3
provide. (closes issue #14818) Reported by: alea-soluciones Patches: chan_mgcp-setvars-svn-trunk-r219899.patch uploaded by alea (license 514) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@219952 f38db490-d61c-443f-a65b-d21fe96a405b
2009-08-03Rename 'canreinvite' option to 'directmedia', with backwards compatibility.kpfleming1-3/+3
It is clear from multiple mailing list, forum, wiki and other sorts of posts that users don't really understand the effects that the 'canreinvite' config option actually has, and that in some cases they think that setting it to 'no' will actually cause various other features (T.38, MOH, etc.) to not work properly, when in fact this is not the case. This patch changes the proper name of the option to what it should have been from the beginning ('directmedia'), but preserves backwards compatibility for existing configurations. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@210190 f38db490-d61c-443f-a65b-d21fe96a405b
2009-05-28Remove a bunch of trailing whitespace in preparation for reformatting/cleanup.seanbright1-32/+32
Let's try that again, this time removing trailing whitespace and not leading whitespace. I can't believe no one noticed. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@197535 f38db490-d61c-443f-a65b-d21fe96a405b
2009-05-28Remove a bunch of trailing whitespace in preparation for reformatting/cleanup.seanbright1-16/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@197528 f38db490-d61c-443f-a65b-d21fe96a405b
2007-12-16HUGE improvements to QoS/CoS handling by IgorGoej1-2/+5
- Refer to the proper documentation - Implement separate signalling/media QoS/CoS in many channels using RTP - Improve warnings and verbose messages - Deprecate some old settings Minor modifications by me, a big effort from IgorG. Thanks! Reported by: IgorG Patches: qoscleanup-89394-4-trunk.patch uploaded by IgorG (license 20) Tested by: IgorG (closes issue #11145) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@93163 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-30Add support for setting the CoS for VLAN traffic (802.1p) in Linux. Therussell1-0/+3
file doc/qos.tex has been updated to document the new functionality. (issue #9540, patch submitted by IgorG) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@62457 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-11Merged revisions 42716 via svnmerge from tilghman1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r42716 | tilghman | 2006-09-11 11:39:06 -0500 (Mon, 11 Sep 2006) | 2 lines Spelling/grammar fixes (Issue 7929) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42717 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-01- add the ability to configure forced jitterbuffers on h323, jingle,russell1-0/+27
and mgcp channels - remove the jitterbuffer configuration from the pvt structures in the sip, zap, and skinny channel drivers, as copying the same global configuration into each pvt structure has no benefit. - update and fix some typos in jitterbuffer related documentation (issue #7257, north, with additional updates and modifications) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31413 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-28note that group assignments must be from 0 to 63 (issue #7048)russell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23177 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06Formatting fixesoej1-3/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17864 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 ↵kpfleming1-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-04make sample config files easier to ready (issue #5371)kpfleming1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6720 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05ensure that MGCP AMA flags are passed into CDR (bug #3962)kpfleming1-19/+21
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5414 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" ↵markster1-1/+1
DTMF mode git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5293 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-02Create initial framework for single channel supportmarkster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3568 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-30Fix MGCP endpoint (#2182)markster1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3542 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-30Bug # 2090: Add mgcp.conf.sample for Wave7Optics FTTH LMGmalcolmd1-0/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3536 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-26Turn off DTMF generally in MGCP and make option to enable RFC2833 or in-bandmarkster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3515 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-25Create one generally useful runtime option and one compile time option to ↵markster1-0/+12
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
2004-02-07Insert blank after REFER (bug #997)markster1-0/+1
Correct path to VM sample (bug #994) Make manager interface non-blocking (bug #861) Don't bork on empty from in SIP (bug #887) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2138 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-07Repair bad line wrap per bug #691malcolmd1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1896 f38db490-d61c-443f-a65b-d21fe96a405b
2003-11-21More informative mgcp.conf (Bug #488)markster1-0/+26
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1774 f38db490-d61c-443f-a65b-d21fe96a405b
2002-10-20Version 0.3.0 from FTPmarkster1-0/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@535 f38db490-d61c-443f-a65b-d21fe96a405b