- Disable res_pktccops by default
[asterisk/asterisk.git] / channels / chan_mgcp.c
2010-01-04 Olle Johansson- Disable res_pktccops by default
2009-11-04 Tilghman LesherExpand codec bitfield from 32 bits to 64 bits.
2009-11-03 Russell BryantResolve some dev-mode warnings.
2009-11-03 Tilghman LesherCode guidelines fixes only
2009-11-02 Tilghman LesherAdd PacketCable NCS 1.0 support for Docsis/Eurodocsis...
2009-09-23 Tilghman LesherAdd support for 'setvar=' for MGCP device lines, like...
2009-08-12 Russell BryantAlways specify which RTP engine is desired for a new...
2009-08-10 Tilghman LesherAST-2009-005
2009-08-03 Kevin P. FlemingRename 'canreinvite' option to 'directmedia', with...
2009-06-26 Russell BryantMerge the new Channel Event Logging (CEL) subsystem.
2009-05-21 Kevin P. FlemingConst-ify the world (or at least a good part of it)
2009-04-24 Russell BryantConvert the ast_channel data structure over to the...
2009-04-10 Joshua ColpFix some uninitialized memory notices that appeared...
2009-04-03 Mark MichelsonThis commit introduces COLP/CONP and Redirecting party...
2009-04-02 Joshua ColpMerge in the RTP engine API.
2009-03-25 Russell BryantImprove performance of the ast_event cache functionality.
2008-11-12 Michiel van BaakThis commit does two things:
2008-10-28 Tilghman LesherOnly re-add the io port if it was closed, otherwise...
2008-09-12 Tilghman LesherCreate a new config file status, CONFIG_STATUS_FILEINVA...
2008-08-09 Sean BrightMore RSW merges. This should do it for the channels...
2008-08-01 Sean BrightRemove some code that used to do something but does...
2008-06-16 Tilghman LesherMerged revisions 123113 via svnmerge from
2008-06-12 Jeff PeelerGoodbye Zaptel, hello DAHDI. Removes Zaptel driver...
2008-05-29 Tilghman LesherMerged revisions 118953 via svnmerge from
2008-05-22 Michiel van Baak- revert change to ast_queue_hangup and create ast_queu...
2008-04-24 Michiel van BaakPass the hangup cause all the way to the calling app...
2008-04-21 Jeff Peeler(closes issue #6113)
2008-03-19 Jason ParkerRename DSP_FEATURE_DTMF_DETECT, because we are *NOT...
2008-03-19 Jason ParkerRename very poorly named function to reflect what it...
2008-03-05 Joshua ColpMerged revisions 106235 via svnmerge from
2008-02-08 Russell BryantMerge changes from team/mvanbaak/cli-command-audit
2008-02-05 Mark MichelsonMerged revisions 102453 via svnmerge from
2008-01-27 Tilghman LesherMerged revisions 100465 via svnmerge from
2008-01-24 Joshua ColpRemove dependency on res_features from some channel...
2008-01-08 Joshua ColpMerged revisions 97195 via svnmerge from
2007-12-17 Olle JohanssonMerged revisions 93182 via svnmerge from
2007-12-16 Olle JohanssonHUGE improvements to QoS/CoS handling by IgorG
2007-12-03 Mark MichelsonMerged revisions 90639 via svnmerge from
2007-11-30 Mark MichelsonMerged revisions 90231 via svnmerge from
2007-11-21 Luigi Rizzoremove another set of redundant #include "asterisk...
2007-11-19 Luigi Rizzoinclude "logger.h" and errno.h from asterisk.h - usage...
2007-11-17 Luigi Rizzomore removal of duplicate #include lines
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-11-06 Tilghman LesherCommit some cleanups to the format type code.
2007-10-22 Jason ParkerSwitch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFIN...
2007-10-19 Jason ParkerConvert NEW_CLI to AST_CLI.
2007-10-15 Jason ParkerSwitch dundi to new tos config format.
2007-10-11 Russell BryantMerge a ton of NEW_CLI conversions. Thanks to everyone...
2007-10-01 Russell BryantCorydon posted this janitor project to the bug tracker...
2007-09-21 Russell BryantMerged revisions 83432 via svnmerge from
2007-09-17 Russell Bryantconvert various places that access the channel lock...
2007-08-21 Russell BryantMerged revisions 80132 via svnmerge from
2007-08-16 Tilghman LesherDon't reload a configuration file if nothing has changed.
2007-08-13 Joshua ColpMerged revisions 79174 via svnmerge from
2007-08-09 Russell BryantFix a problem that I had introduced into MWI handling...
2007-08-08 Joshua ColpAdd support for using epoll instead of poll. This shoul...
2007-08-01 Joshua ColpMerged revisions 77869 via svnmerge from
2007-07-26 Russell BryantDo a massive conversion for using the ast_verb() macro
2007-07-18 Tilghman LesherMerge in ast_strftime branch, which changes timestamps...
2007-06-14 Kevin P. FlemingMerged revisions 69392 via svnmerge from
2007-06-14 Russell BryantAdd a massive set of changes for converting to use...
2007-06-06 Tilghman LesherIssue 9869 - replace malloc and memset with ast_calloc...
2007-06-04 Jason ParkerMerged revisions 67121 via svnmerge from
2007-06-03 Tilghman Lesherast_calloc janitor (Inspired by issue 9860)
2007-05-24 Russell BryantAdd a new API call for creating detached threads. ...
2007-04-30 Russell BryantAdd support for setting the CoS for VLAN traffic (802...
2007-04-28 Russell BryantMerge changes from team/russell/events
2007-04-10 Steve MurphyMerged revisions 60989 via svnmerge from
2007-02-16 Olle JohanssonAdding Realtime Text support (T.140) to Asterisk
2007-01-31 Russell BryantMerged revisions 53046 via svnmerge from
2007-01-19 Russell BryantMerged revisions 51311 via svnmerge from
2007-01-01 Olle Johansson- Implement error handling in ast_append_ha
2006-12-06 Russell BryantConstify a bunch of usage strings for CLI commands.
2006-11-10 Tilghman LesherMerged revisions 47436 via svnmerge from
2006-11-07 Steve MurphyA fair number of changes for the sake of bug 7506
2006-11-02 Tilghman LesherMerged revisions 47051 via svnmerge from
2006-10-25 Kevin P. FlemingMerged revisions 46200 via svnmerge from
2006-10-04 Kevin P. FlemingMerged revisions 44378 via svnmerge from
2006-10-03 Matt O'Gormanbug #8076 check option_debug before printing to debug...
2006-09-28 Joshua ColpMerged revisions 43933 via svnmerge from
2006-09-21 Joshua ColpMerged revisions 43454 via svnmerge from
2006-09-21 Tilghman LesherLots more removal of deprecated things
2006-09-18 Kevin P. Flemingmerge qwell's CLI verbification work
2006-08-31 Matt O'Gormaneverything that loads a config that needs a config...
2006-08-31 Joshua ColpMerge in VLDTMF support with Zaptel/Core done by the...
2006-08-28 Joshua ColpMerge in RTP-level packet bridging. Packet comes in...
2006-08-21 Kevin P. Flemingmerge new_loader_completion branch, including (at least):
2006-08-16 Kevin P. FlemingMerged revisions 40057 via svnmerge from
2006-08-16 Russell Bryantmove the calls to ast_jb_configure() to before the...
2006-08-05 Russell BryantMerged revisions 38903-38904 via svnmerge from
2006-07-21 Russell BryantMerge a new implementation of ast_inet_ntoa, our thread...
2006-07-19 Kevin P. Flemingmerge Russell's 'hold_handling' branch, finally impleme...
2006-07-13 Kevin P. Flemingallow users of RTP to use G726-32 AAL2 packing even...
2006-07-03 Russell BryantBlocked revisions 36725 via svnmerge
2006-06-23 Russell Bryantrevert my changes that converted the jb on the channel...
2006-06-22 Russell Bryant- dynamically allocate the ast_jb structure that is...
2006-06-07 Kevin P. Flemingsimplify autoconfig include mechanism (make tholo happy...
2006-06-01 Russell Bryant- add the ability to configure forced jitterbuffers...
2006-05-31 Russell Bryantupdate the rest of the channel drivers that use RTP...
2006-05-10 Kevin P. Flemingensure that control frames with payload can be sent...
next