aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
AgeCommit message (Expand)AuthorFilesLines
2006-06-11suppress warnings when building with DEBUG_CHANNEL_LOCKS (issue #7330, casper)russell1-0/+2
2006-06-09various minor portability fixes (mostly from tholo for OpenBSD)kpfleming2-5/+2
2006-06-09Move payloadtype back home to rtp.c oej1-13/+0
2006-06-09convert one of my linked lists to ast_linklistmogorman1-3/+3
2006-06-09Rename ast_rtp_early_media to ast_rtp_early_bridge to avoid confusion.oej1-1/+3
2006-06-08move 'struct ast_rtp' back to rtp.c where it belongskpfleming1-53/+9
2006-06-08always include inttypes.h and sys/types.h in asterisk/compat.h to fix a buildrussell1-12/+3
2006-06-08Doxygen updatesoej1-1/+1
2006-06-08Add video.txt to doxygenoej1-1/+7
2006-06-08Doxygen updateoej1-0/+7
2006-06-07solves some bugs with memory allocation, and addsmogorman1-0/+11
2006-06-07fix the build with astmm enabledrussell1-0/+3
2006-06-07move autoconfig.h to the include/asterisk directory so it will get installedkpfleming1-0/+577
2006-06-07remove the WITH_SMDI definerussell1-2/+0
2006-06-07add an updated patch that adds dnsmgr support for outgoing iax2 registrationsrussell1-0/+18
2006-06-06fixes some issues with description loggin on presencemogorman1-2/+2
2006-06-06allow presence events to be handled before the mogorman1-1/+0
2006-06-06Merge of the "sdpcleanup" branch. Thanks to John Martin for a lot of testsoej2-6/+9
2006-06-06- use stringfields in a bunch of the fields of the zt_pvt structure in chan_zaprussell1-3/+3
2006-06-06fix some typos in the stringfields documentationrussell1-3/+3
2006-06-05yet another massive performance and memory savings improvementkpfleming5-32/+32
2006-06-05revert the changes to allow chan_iax2 to use dnsmgr for registrations.russell1-4/+0
2006-06-05Convert chan_iax2 to use dnsmgr in order to deal with hostnames that can chan...file1-0/+4
2006-06-05Doxygen updatesoej1-8/+25
2006-06-05Move definition of RTP structure to rtp.h (preparing for future changes)oej1-2/+64
2006-06-05Issue #2863 - Improved RTCP support (John Martin, Fredrik Olsson)oej1-0/+6
2006-06-05fix a typo in the documentation of how to use string fieldsrussell1-1/+1
2006-06-04Doxygen improvementsoej2-248/+187
2006-06-03Merged revisions 31738 via svnmerge from bweschke1-1/+2
2006-06-01Merged revisions 31520 via svnmerge from kpfleming1-2/+3
2006-06-01changes for base64 to work in multiline instancesmogorman1-0/+1
2006-06-01adds statusmessage customization from Julian Lyndon-Smithmogorman1-0/+1
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesrussell3-0/+238
2006-05-26Fix various problems in the addition of the ability to mute log/verboserussell2-2/+5
2006-05-26Add ability to disable log / verbose output to remote consoles (issue #6524 r...file1-0/+3
2006-05-25Merge in branch which gives you the ability to set the hangup causecode using...file1-0/+7
2006-05-25Add the ability to retrieve the exit code of the forked AGI process. If thererussell1-0/+21
2006-05-23restore AST_LIST_HEAD_INIT (with no users in the tree right now)kpfleming2-6/+28
2006-05-23Handle ringing (early) state properly on SIPmarkster1-0/+2
2006-05-22asterisk-xmpp merge inmogorman2-0/+178
2006-05-22 This is part 2/2 of the patches for #7090. Adds one-step call parking to /tr...bweschke1-0/+1
2006-05-19As requested by kpfleming, renaming messagecount to inboxcount and messagecou...tilghman1-4/+4
2006-05-18Bug 7167 - Fix VMCOUNT if using USE_ODBC_STORAGE (different fix for trunk tha...tilghman1-1/+5
2006-05-16mark RTP sessions that are not carrying DTMFkpfleming1-0/+3
2006-05-16Add option for enabling and disabling echo cancellationmattf1-0/+3
2006-05-13simplify conference user list handlingrussell1-0/+6
2006-05-11set correct type for lock initializersrizzo1-2/+2
2006-05-11 - The recent change to linklists.h broke the build on linux for some reason.russell1-14/+0
2006-05-11properly initialize non-static locks.rizzo1-0/+1
2006-05-11Go ahead and merge STUN mods for RTP in preparation for some STUN markster1-0/+2