aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-10-17Remove unnecessary typedeftilghman1-3/+3
2009-10-15Create an API for adding an optional time unit onto the ends of time periods.tilghman1-0/+17
2009-10-13Fix some doxygen format problems and trim trailing whitespace.rmudgett1-137/+154
2009-10-13Fix handling of notification calls w/ the dialing apitwilson1-0/+3
2009-10-08Remove global variable that makes dlopen unhappytwilson1-2/+12
2009-10-08Merged revisions 222878 via svnmerge from russell2-19/+0
2009-10-08fixes an ast_netsock_list memory leak.dvossel1-2/+0
2009-10-07Deadlock in channel masquerade handlingdvossel1-1/+7
2009-10-06Recorded merge of revisions 222152 via svnmerge from kpfleming1-13/+55
2009-09-30Use rtp properties instead of adding a callbacktwilson1-17/+2
2009-09-30Merged revisions 221086 via svnmerge from twilson1-0/+19
2009-09-26Allow AES to compile, when OpenSSL is not present.tilghman1-0/+1
2009-09-25Add JABBER_RECEIVE as a dialplan function, implement SendText in Jingle channelsphsultan1-1/+1
2009-09-24Add bridge related dial flags to the bridge appjpeeler1-0/+5
2009-09-23Add Mantis work flow documention.lmadsen2-0/+206
2009-09-17Merged revisions 219136 via svnmerge from mnicholson1-0/+6
2009-09-16Detect whether we actually have the long double type, before looking for thos...tilghman1-0/+4
2009-09-10Verify support for wide ODBC character types before using them.tilghman1-17/+32
2009-09-08Add doxygen to ast_event_subscribe for the description.mmichelson1-0/+3
2009-09-08Ensure that the default autoconf CFLAGS are not used.kpfleming1-29/+17
2009-09-04Fix trunk breakage.tilghman1-6/+4
2009-09-04make sure canlog is set so we can compile with DEBUG_THREADS enabled on OpenBSDmvanbaak1-0/+2
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