aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2010-07-12Allow netsock2.c to compile on systems that do not define AI_NUMERICSERV.mmichelson1-0/+4
2010-07-09Fix some issues related to dynamic feature groups in features.conf.russell1-20/+63
2010-07-09Add missing ao2_iterator_destroy().russell1-3/+1
2010-07-09Merged revisions 275182 via svnmerge from mnicholson1-1/+3
2010-07-09Merged revisions 275143 via svnmerge from mnicholson1-2/+2
2010-07-09Kill some startup warnings and errors and make some messages more helpful in ...tilghman4-13/+14
2010-07-09Merged revisions 275021 via svnmerge from russell1-0/+5
2010-07-09Sadly we can't dereference a pointer cast and use it as an lvalue without get...simon.perreault1-1/+1
2010-07-08Add IPv6 to Asterisk.mmichelson9-205/+823
2010-07-08Generate a correct AstData string for ast_callerid.cid_tonrmudgett1-11/+39
2010-07-08Fix trunk compile.rmudgett1-5/+5
2010-07-08Implement AstData API data providers as part of the GSOC 2010 project,eliel5-86/+850
2010-07-06Uh, yeah.tilghman1-1/+1
2010-07-05Merged revisions 273884 via svnmerge from pabelanger1-3/+1
2010-07-02Merged revisions 273717 via svnmerge from tilghman1-0/+5
2010-07-02Fix various typos reported by Lintiantzafrir4-5/+5
2010-07-01Merged revisions 273565 via svnmerge from russell1-1/+4
2010-07-01Fixed whitespace problemsmnicholson1-10/+10
2010-07-01Altered my comment about TCP_NODELAYmnicholson1-4/+3
2010-06-30Set TCP_NODELAY on manager TCP sockets to prevent delays on outgoing packets....mnicholson1-0/+15
2010-06-30Permission checking for the system application is backwards.tilghman1-1/+1
2010-06-30Don't attempt to proceed if our internal parser indicates an invalid file.tilghman1-1/+3
2010-06-29Send DialPlanComplete as a response, not as a separate event.tilghman1-1/+1
2010-06-28Merged revisions 272925 via svnmerge from tilghman1-4/+8
2010-06-28Merged revisions 272921-272922 via svnmerge from tilghman1-15/+10
2010-06-23Correct manager variable 'EventList' case.pabelanger1-1/+1
2010-06-22minor fixes for white/black event filtersdvossel1-19/+33
2010-06-22Add regular expression filtering for manager events.jpeeler1-3/+127
2010-06-22fixes attended transfer behavior when both transferee and transferer hung updvossel1-0/+5
2010-06-18file.c was truncating audio file formats to the lower 32bits.dvossel1-6/+7
2010-06-17adds support for slin16 in sipdvossel1-3/+5
2010-06-17adds speex 16khz audio supportdvossel3-11/+16
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