aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2009-07-28Define side-effect-safe MIN and MAX macros and remove duplicate definitions f...kpfleming1-8/+0
2009-07-27Merged revisions 209131 via svnmerge from mmichelson1-1/+22
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...dbrooks2-2/+2
2009-07-27Merged revisions 208923 via svnmerge from jpeeler1-2/+2
2009-07-25add default alias reload to run module reload.mvanbaak1-5/+0
2009-07-25Merged revisions 208746 via svnmerge from jpeeler1-2/+2
2009-07-24Note that "reload" needs to be added back.russell1-0/+5
2009-07-24Don't log a warning for something that does not affect operation.russell1-1/+0
2009-07-24Resolve a T.38 negotiation issue left over from the udptl-updates merge.kpfleming1-1/+1
2009-07-23Rework of T.38 negotiation and UDPTL API to address interoperability problemskpfleming4-119/+179
2009-07-23Resolve compiler warning on mac.russell1-1/+2
2009-07-22Merged revisions 208083 via svnmerge from tilghman2-127/+10
2009-07-21Merged revisions 207714 via svnmerge from mmichelson1-2/+2
2009-07-21Merged revisions 207647 via svnmerge from kpfleming2-8/+8
2009-07-20Merged revisions 207360 via svnmerge from russell1-6/+11
2009-07-16Merged revisions 206867 via svnmerge from dvossel1-0/+3
2009-07-11Add an API for reporting security events, and a security event logging module.russell3-78/+992
2009-07-10Update comments about the level of T.38 support in Asterisk.kpfleming1-5/+5
2009-07-09make this compile again under devmodemvanbaak1-2/+2
2009-07-09pthread_self returns a pthread_t which is not an unsigned int on allmvanbaak1-1/+1
2009-07-08Fix a CEL related regression with hints updating by subscribing to AST_DEVICE...mnicholson1-1/+1
2009-07-08Merged revisions 205409 via svnmerge from dvossel2-25/+26
2009-07-08missing comma in devstatestring arraydvossel1-1/+1
2009-07-08Fixes Park() argument handlingdbrooks1-8/+21
2009-07-08Oops, fixing buildtilghman1-2/+2
2009-07-08Fix a few compilation problems found when building Asterisk against uClibc.seanbright1-1/+1
2009-07-08Merged revisions 205188 via svnmerge from tilghman1-0/+72
2009-07-08Use tabs instead of spaces for indentation.russell1-29/+29
2009-07-08Move OpenSSL initialization to a single place, make library usage thread-safe.russell2-0/+105
2009-07-06Improve handling of AST_CONTROL_T38 and AST_CONTROL_T38_PARAMETERS for non-T....kpfleming1-3/+11
2009-07-02Moved trigger for BRIDGE_END CEL event so that it is more accurate.mnicholson2-3/+1
2009-07-02Merged revisions 204681 via svnmerge from dvossel2-51/+75
2009-06-30Merged revisions 204556 via svnmerge from tilghman1-214/+208
2009-06-30Merged revisions 204474 via svnmerge from qwell1-2/+2
2009-06-30Recorded merge of revisions 204469 via svnmerge from tilghman1-25/+24
2009-06-30Move Asterisk-addons modules into the main Asterisk source tree.russell1-0/+25
2009-06-29Allow trunk to once again compile under MALLOC_DEBUGtilghman1-2/+6
2009-06-27Only update total silence counter after a counter reset.russell1-1/+9
2009-06-26Merged revisions 203785 via svnmerge from russell1-0/+7
2009-06-26Add timestamp to response to "Ping" manager action.mmichelson1-1/+2
2009-06-26Make invalid hints report Unavailable instead of Idle.russell2-13/+30
2009-06-26Improve T.38 negotiation by exchanging session parameters between application...file3-2/+25
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell13-85/+1168
2009-06-26Add functions to map syslog facilities and priorities constants to strings.seanbright1-30/+56
2009-06-26Add checks in configure for non-POSIX syslog facilities.seanbright1-58/+77
2009-06-26One more formatting nit ... use spaces for inline indentation.russell1-2/+2
2009-06-26Convert spaces to tabs for indentation.russell1-33/+34
2009-06-25Move syslog utility functions into a separate file so they can be re-used.seanbright2-97/+141
2009-06-25fixes a few redundant conditionsdvossel2-7/+5
2009-06-25Merged revisions 203380 via svnmerge from twilson1-3/+2