summaryrefslogtreecommitdiff
path: root/channels/chan_mgcp.c
AgeCommit message (Expand)Author
2008-05-29Merged revisions 118953 via svnmerge from Tilghman Lesher
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-04-24Pass the hangup cause all the way to the calling app/channel.Michiel van Baak
2008-04-21(closes issue #6113)Jeff Peeler
2008-03-19Rename DSP_FEATURE_DTMF_DETECT, because we are *NOT* only detecting DTMF digits.Jason Parker
2008-03-19Rename very poorly named function to reflect what it actually does. This was...Jason Parker
2008-03-05Merged revisions 106235 via svnmerge from Joshua Colp
2008-02-08Merge changes from team/mvanbaak/cli-command-auditRussell Bryant
2008-02-05Merged revisions 102453 via svnmerge from Mark Michelson
2008-01-27Merged revisions 100465 via svnmerge from Tilghman Lesher
2008-01-24Remove dependency on res_features from some channel drivers. It is now part o...Joshua Colp
2008-01-08Merged revisions 97195 via svnmerge from Joshua Colp
2007-12-17Merged revisions 93182 via svnmerge from Olle Johansson
2007-12-16HUGE improvements to QoS/CoS handling by IgorGOlle Johansson
2007-12-03Merged revisions 90639 via svnmerge from Mark Michelson
2007-11-30Merged revisions 90231 via svnmerge from Mark Michelson
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-17more removal of duplicate #include linesLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-06Commit some cleanups to the format type code.Tilghman Lesher
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-15Switch dundi to new tos config format.Jason Parker
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)Russell Bryant
2007-10-01Corydon posted this janitor project to the bug tracker and mvanbaak providedRussell Bryant
2007-09-21Merged revisions 83432 via svnmerge from Russell Bryant
2007-09-17convert various places that access the channel lock directly to use the chann...Russell Bryant
2007-08-21Merged revisions 80132 via svnmerge from Russell Bryant
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-13Merged revisions 79174 via svnmerge from Joshua Colp
2007-08-09Fix a problem that I had introduced into MWI handling. I had ignoredRussell Bryant
2007-08-08Add support for using epoll instead of poll. This should increase scalability...Joshua Colp
2007-08-01Merged revisions 77869 via svnmerge from Joshua Colp
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-06-14Merged revisions 69392 via svnmerge from Kevin P. Fleming
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-06-04Merged revisions 67121 via svnmerge from Jason Parker
2007-06-03ast_calloc janitor (Inspired by issue 9860)Tilghman Lesher
2007-05-24Add a new API call for creating detached threads. Then, go replace all of theRussell Bryant
2007-04-30Add support for setting the CoS for VLAN traffic (802.1p) in Linux. TheRussell Bryant
2007-04-28Merge changes from team/russell/eventsRussell Bryant
2007-04-10Merged revisions 60989 via svnmerge from Steve Murphy
2007-02-16Adding Realtime Text support (T.140) to AsteriskOlle Johansson
2007-01-31Merged revisions 53046 via svnmerge from Russell Bryant
2007-01-19Merged revisions 51311 via svnmerge from Russell Bryant
2007-01-01- Implement error handling in ast_append_haOlle Johansson
2006-12-06Constify a bunch of usage strings for CLI commands.Russell Bryant