aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2010-06-03Remove a LOG_WARNING.russell1-1/+0
2010-06-03Remove unnecessary code relating to PLC.mmichelson1-40/+5
2010-06-02Add ETSI Malicious Call ID support.rmudgett1-18/+2
2010-06-02Ensure the -Wno-strict-aliasing flag makes it, even if ASTCFLAGS has been spe...russell1-1/+1
2010-06-02Add a CLI command that blocks until Asterisk has fully booted.russell1-0/+24
2010-06-02Generic Advice of Charge.rmudgett5-0/+1954
2010-06-02Merged revisions 267009 via svnmerge from pabelanger1-5/+5
2010-06-02Add ETSI Advice Of Charge (AOC) event reporting.rmudgett1-0/+1
2010-06-02pthread_join to assure the thread is really gonepabelanger1-1/+6
2010-06-01Support setting locale per-mailbox (changes date/time languages for email, pa...tilghman1-8/+129
2010-06-01Eliminate stale manager events after a set interval, even if AMI clients don'...tilghman1-40/+52
2010-06-01Merged revisions 266585 via svnmerge from tilghman1-1/+1
2010-05-28Setup environment variables for the benefit of child processes and disallow c...tilghman1-0/+13
2010-05-28Only report swap on platforms which can examine those statisticstilghman1-2/+5
2010-05-26Merged revisions 266142 via svnmerge from tilghman2-22/+44
2010-05-26Fix misspelling of macro args.mmichelson1-1/+1
2010-05-26do all sip registry parsing before transmit_registerdvossel1-1/+5
2010-05-25Memory leak in connected line data when SIP blond transfer done.rmudgett1-23/+11
2010-05-24Merge the rest of the FullyBooted patchtwilson2-0/+4
2010-05-24On systems with a LOT of RAM, a signed integer sometimes printed negative.tilghman1-10/+11
2010-05-24fixes segfault when using generic plcdvossel1-0/+6
2010-05-21Channel initialization failure causes crashes.rmudgett1-74/+85
2010-05-21Merged revisions 264996 via svnmerge from mmichelson2-27/+57
2010-05-20Merged revisions 264820 via svnmerge from rmudgett1-0/+2
2010-05-20Let ExtensionState resolve dynamic hints.tilghman1-0/+11
2010-05-20Avoid crash in generic CC agent init if caller name or number is NULL.rmudgett1-2/+6
2010-05-20Correct 'all logger levels' patch to work properly.kpfleming1-1/+1
2010-05-19Fix transcode_via_sln option with SIP calls and improve PLC usage.mmichelson3-4/+110
2010-05-19fixes infinite loop during udptl.c's decode_open_typedvossel1-1/+1
2010-05-19Cast an unsigned int to a signed int when comparing it with 0.mnicholson1-1/+1
2010-05-19Keep track of digit duration, when we're decoding inband to pass DTMF frames.tilghman1-2/+14
2010-05-19Fix compilation problem with previous commit.lmadsen1-1/+1
2010-05-19Add ability for logger channels to include *all* levels.kpfleming1-4/+4
2010-05-19Add ability to hangup all channels from the CLI.lmadsen1-3/+17
2010-05-19Merged revisions 263949 via svnmerge from tilghman1-40/+43
2010-05-18fixes segfault on logging dvossel1-2/+3
2010-05-17Merged revisions 263639 via svnmerge from mmichelson1-1/+3
2010-05-17Enhancements to connected line and redirecting work.mmichelson4-20/+234
2010-05-17Missing newlines added to Set-Cookie line in manager.clmadsen1-1/+1
2010-05-17Recorded merge of revisions 263456 via svnmerge from lmadsen1-1/+1
2010-05-16Improve some very confusing structure names in astobj2.ckpfleming1-18/+18
2010-05-13Fix build on linux.russell1-2/+2
2010-05-13Add kqueue(2) implementation to Asterisk in various places.tilghman1-2/+190
2010-05-12Notify CLI when modules is loaded / unloadedpabelanger2-1/+4
2010-05-06Fix handling of removing nodes from the middle of a heap.russell1-10/+14
2010-05-05New 'manager show settings' CLI command.pabelanger1-17/+61
2010-05-04Merged revisions 261093-261094 via svnmerge from tilghman1-2/+7
2010-05-02Avoid making AstData depend on libxml2 to compile.eliel1-0/+2
2010-04-30Don't allow file descriptors to go above 64k, when we're closing them in a fo...tilghman1-0/+32
2010-04-29Merged revisions 260049 via svnmerge from dvossel1-11/+34