aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman3-6/+6
2010-07-20Merged revisions 278023 via svnmerge from tilghman1-5/+3
2010-07-19Merged revisions 277906 via svnmerge from jeang1-1/+1
2010-07-19Make ACLs IPv6-capable.mmichelson3-51/+229
2010-07-17Merged revisions 277568 via svnmerge from tilghman1-1/+30
2010-07-16Merged revisions 277625 via svnmerge from tringenbach1-0/+13
2010-07-16Finally, a method that really fixes the assertions in chan_iax2.c related to ...tilghman1-6/+21
2010-07-16Merged revisions 277327 via svnmerge from mnicholson1-1/+2
2010-07-16Merged revisions 277261 via svnmerge from tilghman1-1/+1
2010-07-16Print f->subclass.integer instead of f->subclass.mnicholson1-1/+1
2010-07-16Merged revisions 277247 via svnmerge from mnicholson1-0/+13
2010-07-16Avoid crashing when installing a duplicate translation path with a lower cost.seanbright1-0/+1
2010-07-16Formatting changesoej2-8/+17
2010-07-16Fix build on FreeBSDtilghman1-1/+4
2010-07-15Fix linking asterisk on CentOS 5, which is using gcc 4.1.1. Gcc 4.1.2 has th...tilghman1-0/+3
2010-07-15Merged revisions 276652 via svnmerge from jpeeler1-1/+1
2010-07-14Fix errors where incorrect address information was printed.mmichelson2-4/+4
2010-07-14Oops, merge reverted this fix.tilghman1-1/+1
2010-07-14Remove the old stub files, preferring the optional_api method.tilghman5-151/+14
2010-07-14Don't try to call an embedded module's backup_globals() function untilkpfleming1-1/+1
2010-07-14Expand the caller ANI field to an ast_party_idrmudgett3-42/+19
2010-07-14ast_callerid restructuringrmudgett12-853/+1492
2010-07-13Merged revisions 276123 via svnmerge from russell1-1/+1
2010-07-13Merged revisions 275994 via svnmerge from russell1-1/+1
2010-07-12Add which ITU spec specifies the numbering plan.rmudgett1-3/+3
2010-07-12Merged revisions 275665 via svnmerge from jpeeler1-5/+5
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