aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-09-03Added detection DTMF CID without polarity change alert.dbailey1-3/+4
2009-09-03Merge code associated with AST-2009-006dvossel2-0/+12
2009-09-03Revert attempt to standardize with _POSIX_C_SOURCE.tilghman1-19/+0
2009-09-02Let's compile again on OpenBSDmvanbaak1-2/+2
2009-08-30Various patches, to enable Asterisk to once again compile on Mac OS X.tilghman1-0/+4
2009-08-30If lua is detected with the lua5.1 prefix (or not), adjust the include path a...tilghman1-17/+32
2009-08-28Ensure that CFLAGS and/or LDFLAGS provided to configure script are preserved.kpfleming1-29/+17
2009-08-28Fix some incorrect documentation of sched_thread functions.mmichelson1-4/+4
2009-08-27Merged revisions 214517 via svnmerge from tilghman1-1/+55
2009-08-27Merged revisions 214436 via svnmerge from tilghman1-302/+202
2009-08-27Merged revisions 214357 via svnmerge from tilghman1-200/+200
2009-08-25Not all versions of gnu-linux use glibc, which contains iconv. Some (especia...tilghman1-17/+29
2009-08-21Merged revisions 213559 via svnmerge from tilghman1-0/+6
2009-08-17Relax check for XOPEN_VERSION.kpfleming1-0/+3
2009-08-17Define our desires for POSIX and X/OPEN API features properly.kpfleming1-3/+14
2009-08-16Add two more API calls for getting the current glue and channel in bridging c...file1-0/+40
2009-08-13Add an API call for retrieving the engine in use by an RTP instance.file1-0/+19
2009-08-06Allow Gosub to recognize quote delimiters without consuming them.tilghman1-3/+9
2009-08-06Minor improvements to app_fax.kpfleming1-32/+17
2009-08-04Initial minimum ast_party_caller support.rmudgett1-0/+27
2009-07-30Fixes numerous spelling errors. Patch submitted by alecdavis.dbrooks1-2/+2
2009-07-28Define side-effect-safe MIN and MAX macros and remove duplicate definitions f...kpfleming1-0/+5
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...dbrooks1-1/+1
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 problemskpfleming2-31/+27
2009-07-22Merged revisions 208083 via svnmerge from tilghman1-7/+2
2009-07-22Remove trailing whitespace.russell1-11/+11
2009-07-11Add an API for reporting security events, and a security event logging module.russell3-38/+643
2009-07-09Repair ability of SendFAX/ReceiveFAX to respond to T.38 switchover.kpfleming1-1/+1
2009-07-09Merged revisions 205599 via svnmerge from dvossel1-1/+1
2009-07-08Merged revisions 205471 via svnmerge from dvossel1-1/+1
2009-07-08Merged revisions 205409 via svnmerge from dvossel2-9/+9
2009-07-08Merged revisions 205215 via svnmerge from dvossel1-1/+1
2009-07-08Fix a few compilation problems found when building Asterisk against uClibc.seanbright1-0/+3
2009-07-08Move OpenSSL initialization to a single place, make library usage thread-safe.russell1-0/+1
2009-07-03Add a configure check for Reverse Charging Indication support in LibPRI.seanbright1-0/+6
2009-07-03Wrap rtp_engine.h header comments to 80 characters.seanbright1-28/+34
2009-07-02Merged revisions 204681 via svnmerge from dvossel1-0/+10
2009-06-30Move Asterisk-addons modules into the main Asterisk source tree.russell2-0/+10
2009-06-29Allow trunk to once again compile under MALLOC_DEBUGtilghman1-0/+5
2009-06-26Make invalid hints report Unavailable instead of Idle.russell1-0/+1
2009-06-26Improve T.38 negotiation by exchanging session parameters between application...file1-1/+27
2009-06-26Note a new API call, and one that changed in doxygen.russell2-26/+38
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell7-24/+492
2009-06-26Add functions to map syslog facilities and priorities constants to strings.seanbright1-0/+22
2009-06-26Add checks in configure for non-POSIX syslog facilities.seanbright1-17/+95
2009-06-25Move syslog utility functions into a separate file so they can be re-used.seanbright1-0/+71
2009-06-22attempting to load running modulesdvossel1-4/+5
2009-06-19Add support for allowing an RTP engine to decide on whether it is possible fo...file1-0/+22
2009-06-18Trunk implementation of setting an alternate RTP source.mmichelson1-0/+24