aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2007-12-31Merged revisions 95577 via svnmerge from mmichelson1-1/+2
2007-12-31Merge changes from team/russell/codec_resamplerussell22-1/+10195
2007-12-27Fix -s socket option, and document it as well.qwell1-1/+1
2007-12-27Merged revisions 95024 via svnmerge from russell1-0/+3
2007-12-27Merged revisions 94977 via svnmerge from mmichelson1-1/+1
2007-12-27Merged revisions 94828-94829 via svnmerge from russell1-4/+4
2007-12-27Merged revisions 94824 via svnmerge from kpfleming1-5/+11
2007-12-26Merged revisions 94808 via svnmerge from tilghman1-0/+8
2007-12-26Merged revisions 94801 via svnmerge from russell1-25/+38
2007-12-26Merged revisions 94797 via svnmerge from russell1-0/+2
2007-12-26Leave a note for a minor bug that was pointed out by d1masrussell1-0/+3
2007-12-26Merged revisions 94790 via svnmerge from russell1-1/+1
2007-12-26Adding support for storing the queue log entries in a realtime backend.mmichelson1-9/+25
2007-12-24Merged revisions 94767 via svnmerge from tilghman1-21/+24
2007-12-21AST_LIST_REMOVE_CURRENT only takes one argument in trunkmmichelson1-1/+1
2007-12-21Merged revisions 94468 via svnmerge from mmichelson1-1/+3
2007-12-21Merged revisions 94420 via svnmerge from mmichelson1-13/+9
2007-12-21Merged revisions 94418 via svnmerge from tilghman1-1/+1
2007-12-20modify http://svn.digium.com/view/asterisk?view=rev&rev=93603rizzo1-60/+84
2007-12-19Add a new API function, written at least twice in app_voicemail.crizzo1-0/+37
2007-12-19add support for PARSE_DOUBLE, and remove identifiers forrizzo1-0/+28
2007-12-19Add option for starting remote Asterisk by naming the actual runtime socket i...oej1-1/+9
2007-12-18Making the canary error message a little more obvious.tilghman1-1/+1
2007-12-18Add a canary process, for high priority mode (asterisk -p) to ensure that iftilghman1-2/+71
2007-12-18Merged revisions 93625 via svnmerge from mmichelson1-15/+13
2007-12-18make configuration variable const so they are not accidentallyrizzo1-60/+62
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.rizzo4-4/+4
2007-12-18Rename the macros in defaults.h - they are not meant to berizzo1-14/+15
2007-12-17Merged revisions 93381 via svnmerge from qwell1-4/+5
2007-12-17Merged revisions 93377 via svnmerge from file1-1/+1
2007-12-16Adding a new CLI command for "manager reload", which is important now thatoej1-0/+21
2007-12-16Change manager so that registered accounts are stored in memory. This opens f...oej1-162/+143
2007-12-16HUGE improvements to QoS/CoS handling by IgorGoej3-11/+11
2007-12-16Don't drop the first character randomly in long listings in the CLI.oej1-2/+3
2007-12-14I needed to increment the numbers used on the VERBOSITY_ATLEAST calls by 1.mmichelson2-2/+2
2007-12-14Changed VERBOSITY_LEVEL to VERBOSITY_ATLEAST to be more accurate.mmichelson2-2/+2
2007-12-14After reading Russell's e-mail to the dev list stating that checking option_v...mmichelson3-6/+4
2007-12-14Print an error message if a #included file does not existrussell1-1/+3
2007-12-14If malloc.h is included in a Solaris build, the compilation breaks.tilghman1-1/+1
2007-12-14Convert ast_verbose to ast_verb.tilghman4-20/+10
2007-12-13Merged revisions 92809 via svnmerge from qwell1-7/+7
2007-12-13Merged revisions 92696 via svnmerge from qwell1-1/+1
2007-12-12Conversions of free to ast_free, where applicable, and several other formatti...tilghman2-8/+8
2007-12-12Correctly handle possible memory allocation failuretilghman1-5/+13
2007-12-11Doxygen updates, formatting. oej1-2/+20
2007-12-11Merged revisions 92363 via svnmerge from file1-0/+1
2007-12-11* In unaligned.h, remove some unnecessary casts and mark the arg of the russell1-2/+3
2007-12-10Merged revisions 92204 via svnmerge from file1-0/+1
2007-12-08remove unused code, and simplify the logic for #include/#execrizzo1-35/+29
2007-12-08Implement comment_buffer and lline_buffer in terms of the ast_str_*() API.rizzo1-103/+68