aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_mgcp.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-17Revert API change in release branchestwilson1-1/+1
2010-03-13Merged revisions 252089 via svnmerge from twilson1-1/+4
2010-03-02Merged revisions 249893 via svnmerge from dvossel1-1/+2
2009-08-10AST-2009-005tilghman1-7/+7
2009-08-03Merged revisions 210190 via svnmerge from kpfleming1-9/+9
2009-03-25Merged revisions 184339 via svnmerge from russell1-1/+0
2008-11-12This commit does two things:mvanbaak1-27/+1
2008-10-28Only re-add the io port if it was closed, otherwise reload causes a memorytilghman1-1/+2
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-1/+5
2008-08-09More RSW merges. This should do it for the channels/ dir.seanbright1-27/+29
2008-08-01Remove some code that used to do something but does not anymore, mainlyseanbright1-4/+0
2008-06-16Merged revisions 123113 via svnmerge from tilghman1-0/+4
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...jpeeler1-17/+17
2008-05-29Merged revisions 118953 via svnmerge from tilghman1-6/+2
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-1/+1
2008-04-24Pass the hangup cause all the way to the calling app/channel.mvanbaak1-1/+1
2008-04-21(closes issue #6113)jpeeler1-0/+6
2008-03-19Rename DSP_FEATURE_DTMF_DETECT, because we are *NOT* only detecting DTMF digits.qwell1-1/+1
2008-03-19Rename very poorly named function to reflect what it actually does. This was...qwell1-1/+1
2008-03-05Merged revisions 106235 via svnmerge from file1-0/+3
2008-02-08Merge changes from team/mvanbaak/cli-command-auditrussell1-16/+29
2008-02-05Merged revisions 102453 via svnmerge from mmichelson1-0/+3
2008-01-27Merged revisions 100465 via svnmerge from tilghman1-6/+3
2008-01-24Remove dependency on res_features from some channel drivers. It is now part o...file1-3/+0
2008-01-08Merged revisions 97195 via svnmerge from file1-11/+49
2007-12-17Merged revisions 93182 via svnmerge from oej1-0/+3
2007-12-16HUGE improvements to QoS/CoS handling by IgorGoej1-5/+14
2007-12-03Merged revisions 90639 via svnmerge from mmichelson1-1/+1
2007-11-30Merged revisions 90231 via svnmerge from mmichelson1-0/+1
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-17more removal of duplicate #include linesrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-06Commit some cleanups to the format type code.tilghman1-3/+3
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-5/+5
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-5/+5
2007-10-15Switch dundi to new tos config format.qwell1-4/+0
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell1-92/+115
2007-10-01Corydon posted this janitor project to the bug tracker and mvanbaak providedrussell1-8/+8
2007-09-21Merged revisions 83432 via svnmerge from russell1-1/+1
2007-09-17convert various places that access the channel lock directly to use the chann...russell1-4/+4
2007-08-21Merged revisions 80132 via svnmerge from russell1-10/+7
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-13/+9
2007-08-13Merged revisions 79174 via svnmerge from file1-2/+0
2007-08-09Fix a problem that I had introduced into MWI handling. I had ignoredrussell1-2/+15
2007-08-08Add support for using epoll instead of poll. This should increase scalability...file1-2/+2
2007-08-01Merged revisions 77869 via svnmerge from file1-1/+1
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-122/+56
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-11/+6
2007-06-14Merged revisions 69392 via svnmerge from kpfleming1-1/+1