summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2010-06-02Add ETSI Malicious Call ID support.Richard Mudgett
2010-06-02Ensure the -Wno-strict-aliasing flag makes it, even if ASTCFLAGS has been spe...Russell Bryant
2010-06-02Add a CLI command that blocks until Asterisk has fully booted.Russell Bryant
2010-06-02Generic Advice of Charge.Richard Mudgett
2010-06-02Merged revisions 267009 via svnmerge from Paul Belanger
2010-06-02Add ETSI Advice Of Charge (AOC) event reporting.Richard Mudgett
2010-06-02pthread_join to assure the thread is really gonePaul Belanger
2010-06-01Support setting locale per-mailbox (changes date/time languages for email, pa...Tilghman Lesher
2010-06-01Eliminate stale manager events after a set interval, even if AMI clients don'...Tilghman Lesher
2010-06-01Merged revisions 266585 via svnmerge from Tilghman Lesher
2010-05-28Setup environment variables for the benefit of child processes and disallow c...Tilghman Lesher
2010-05-28Only report swap on platforms which can examine those statisticsTilghman Lesher
2010-05-26Merged revisions 266142 via svnmerge from Tilghman Lesher
2010-05-26Fix misspelling of macro args.Mark Michelson
2010-05-26do all sip registry parsing before transmit_registerDavid Vossel
2010-05-25Memory leak in connected line data when SIP blond transfer done.Richard Mudgett
2010-05-24Merge the rest of the FullyBooted patchTerry Wilson
2010-05-24On systems with a LOT of RAM, a signed integer sometimes printed negative.Tilghman Lesher
2010-05-24fixes segfault when using generic plcDavid Vossel
2010-05-21Channel initialization failure causes crashes.Richard Mudgett
2010-05-21Merged revisions 264996 via svnmerge from Mark Michelson
2010-05-20Merged revisions 264820 via svnmerge from Richard Mudgett
2010-05-20Let ExtensionState resolve dynamic hints.Tilghman Lesher
2010-05-20Avoid crash in generic CC agent init if caller name or number is NULL.Richard Mudgett
2010-05-20Correct 'all logger levels' patch to work properly.Kevin P. Fleming
2010-05-19Fix transcode_via_sln option with SIP calls and improve PLC usage.Mark Michelson
2010-05-19fixes infinite loop during udptl.c's decode_open_typeDavid Vossel
2010-05-19Cast an unsigned int to a signed int when comparing it with 0.Matthew Nicholson
2010-05-19Keep track of digit duration, when we're decoding inband to pass DTMF frames.Tilghman Lesher
2010-05-19Fix compilation problem with previous commit.Leif Madsen
2010-05-19Add ability for logger channels to include *all* levels.Kevin P. Fleming
2010-05-19Add ability to hangup all channels from the CLI.Leif Madsen
2010-05-19Merged revisions 263949 via svnmerge from Tilghman Lesher
2010-05-18fixes segfault on logging David Vossel
2010-05-17Merged revisions 263639 via svnmerge from Mark Michelson
2010-05-17Enhancements to connected line and redirecting work.Mark Michelson
2010-05-17Missing newlines added to Set-Cookie line in manager.cLeif Madsen
2010-05-17Recorded merge of revisions 263456 via svnmerge from Leif Madsen
2010-05-16Improve some very confusing structure names in astobj2.cKevin P. Fleming
2010-05-13Fix build on linux.Russell Bryant
2010-05-13Add kqueue(2) implementation to Asterisk in various places.Tilghman Lesher
2010-05-12Notify CLI when modules is loaded / unloadedPaul Belanger
2010-05-06Fix handling of removing nodes from the middle of a heap.Russell Bryant
2010-05-05New 'manager show settings' CLI command.Paul Belanger
2010-05-04Merged revisions 261093-261094 via svnmerge from Tilghman Lesher
2010-05-02Avoid making AstData depend on libxml2 to compile.Eliel C. Sardanons
2010-04-30Don't allow file descriptors to go above 64k, when we're closing them in a fo...Tilghman Lesher
2010-04-29Merged revisions 260049 via svnmerge from David Vossel
2010-04-28Merged revisions 259858 via svnmerge from David Vossel
2010-04-27Shuffle some casts to make builds on bamboo happier.Mark Michelson