aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-11-04Fixes for gcc 4.4tilghman1-2/+9
2009-11-04mmichelson reported a compilation error related to codec bit expansion that s...tilghman1-0/+1
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman15-121/+227
2009-11-04chan_misdn will fail to compile if the redirect_dn member is missingtilghman1-17/+29
2009-11-03AMI hook interfacedbrooks1-0/+10
2009-11-03This patch adds a sequence field to CDRs that can be combined with the linked...mnicholson1-0/+30
2009-11-02Add PacketCable NCS 1.0 support for Docsis/Eurodocsis networkstilghman1-0/+82
2009-10-30Add an "Asterisk Architecture Overview" section to the doxygen documentation.russell2-0/+721
2009-10-28Merged revisions 226304 via svnmerge from tilghman1-2/+2
2009-10-23Add to chan_dahdi ISDN HOLD, Call deflection, and keypad facility support.rmudgett1-0/+10
2009-10-22Add Asterisk Git HowTo documentation.lmadsen2-0/+238
2009-10-22SIP TCP/TLS: move client connection setup/write into tcp helper thread, vario...dvossel1-6/+8
2009-10-22Merged revisions 225105 via svnmerge from tilghman1-4/+4
2009-10-22Add support for calling and called subaddress. Partial support for COLP suba...rmudgett2-29/+125
2009-10-21Finish implementaton of astobj2 OBJ_MULTIPLE, and convert ast_channel_iterato...kpfleming3-40/+31
2009-10-21Merged revisions 224931 via svnmerge from russell3-35/+0
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