aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2010-06-16Set sin_family to AF_INET when doing lookups, also reset sin_port the first t...mnicholson2-9/+12
2010-06-16addition of G.719 pass-through supportdvossel3-0/+12
2010-06-15Don't continue sending the file when there has been an errortwilson1-0/+1
2010-06-15Merged revisions 270583 via svnmerge from tilghman1-1/+1
2010-06-11Merged revisions 269960 via svnmerge from tilghman1-1/+3
2010-06-11Add DBGetComplete event after a DBGetResponse.tilghman1-0/+4
2010-06-11Remove lines from the output related to the backtrace itself.tilghman1-2/+2
2010-06-10Merged revisions 269821 via svnmerge from mmichelson1-4/+22
2010-06-10Ensure that 'logger show channels' works properly when wildcards are used in ...kpfleming1-1/+1
2010-06-10Merged revisions 269635 via svnmerge from tilghman2-0/+5
2010-06-09Attempt to fix FreeBSD build problem.russell1-0/+1
2010-06-09Resolve an invalid memory read on an event.russell1-4/+13
2010-06-09Merged revisions 269334 via svnmerge from pabelanger1-6/+16
2010-06-08Fix some doxygen warnings.lmadsen5-7/+8
2010-06-08Add SRTP support for Asterisktwilson4-0/+126
2010-06-07Seems strange (and the code backs up) that if the max and min of a statistic ...tilghman1-1/+1
2010-06-07Event well was going dry.tilghman1-0/+5
2010-06-07Set threshold for silence detection defaults to 256pabelanger1-5/+17
2010-06-07Suppress warning in waitstream_core().rmudgett1-0/+3
2010-06-05Fix crash in DTMF detection.tilghman1-9/+4
2010-06-05Verify event is not NULL before attempting to lower its usecount.tilghman1-1/+3
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