aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
AgeCommit message (Expand)AuthorFilesLines
2007-04-06To be able to achieve the things that we would like to achieve with therussell3-0/+30
2007-04-06Add support for returning different types of results (ie: NBest).file1-0/+13
2007-03-30several changes via kpflemings reviewmurf1-7/+7
2007-03-30These mods fix CDR issues from 8221, 8593, 8680, 8743, and perhaps others. Ma...murf1-0/+12
2007-03-26The AUDIORTPQOS and VIDEORTPQOS variables are not fully functional in somerussell1-1/+13
2007-03-26* mISDN >= 1.2 provides a dsp pipeline for i.e. echo cancellation modules, ma...nadi1-0/+3
2007-03-20The fix for the AEL <<security hole>> (bug 9316) is here...murf1-0/+1
2007-03-15Add configure script checking for GTK2 and some additional Makefile targetsrussell1-0/+3
2007-03-01Merge changes from svn/asterisk/team/russell/sla_updatesrussell1-9/+10
2007-02-20Increase the maximum number of manager headers to 128, at the request of Pari.russell1-1/+1
2007-02-17If the pg_config application is found, but there is probably executing it,russell1-3/+0
2007-02-13Fix the documentation on the return values from device state providerrussell1-2/+3
2007-02-12Change ast_set_state_callback() to ast_dial_set_state_callback()russell1-1/+1
2007-02-12- Add the ability to register a callback to monitor state changes in anrussell1-3/+12
2007-02-10Merge team/russell/sla_rewriterussell4-1/+211
2007-01-30When we are checking for a system installed version of libgsm, we need to checkrussell1-0/+6
2007-01-24Fix the formatting of doxygen comments to properly indicate that the commentrussell1-13/+13
2007-01-24Merge in dialing API and the app_page that uses it. (issue #BE-118)file1-0/+142
2007-01-19Merge the changes from the /team/group/vldtmf_fixup branch.russell1-16/+20
2007-01-15use the ACX_PTHREAD macro from the Autoconf macro archive for setting up comp...kpfleming1-3/+7
2007-01-11Add support to see whether NAT was detected (yay symmetric RTP) and also add ...file1-0/+2
2007-01-05reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most ...kpfleming2-18/+13
2007-01-04add support for tracking thread-local-storage objects that exist via 'threads...kpfleming1-0/+66
2006-12-28Backport support for read/write locks.file2-0/+72
2006-12-28removed <err.h> as in trunk from the ael stuff. Also, threw in a minor fix to...murf1-1/+1
2006-12-27move extern declaration for this option to a header file where it belongskpfleming1-0/+2
2006-12-27allow 'show memory' and 'show memory summary' to distinguish memory allocatio...kpfleming2-0/+17
2006-12-26Add an API call that initializes an RTP structure. We need this because chan_...file1-0/+2
2006-12-18unbreak the macro used for incrementing the frame counters.rizzo1-1/+1
2006-12-16use m4 quoting for AC_MSG_NOTICE calls, to keep these calls from thinking the...kpfleming1-0/+28
2006-12-14Payload values on the RTP structure can change AFTER a bridge has started. Th...file1-1/+1
2006-12-02- Disable RTP hold timers while T.38 fax transmission happensoej1-0/+15
2006-12-02Backport the comment containing the warning regarding the limitations on therussell1-0/+10
2006-11-30Do not do a partial bridge for Google Talk since we need to handle STUN. (iss...file1-0/+3
2006-11-20Use a separate variable in the channel structure to store the context that th...file1-0/+1
2006-11-11woohoo safe out put!mogorman1-0/+2
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf2-1/+46
2006-10-31add an API so that translators can activate/deactivate themselves when neededkpfleming1-0/+19
2006-10-31revert changes that were the wrong way to address this... proper fix comingkpfleming1-1/+0
2006-10-31don't re-do setup operations for translators that can dynamically register th...kpfleming1-0/+1
2006-10-31Issue #8089 - Fix the ENUM support (picking one record by number). Thanks otmar!oej1-2/+4
2006-10-30ensure that items removed from a list are always unlinked from the list (next...kpfleming1-0/+1
2006-10-30Issue #8246 - Doxygen fixes from kshumard. oej6-15/+17
2006-10-25add passthrough and file format support for G.722 16KHz audio (issue #5084, o...kpfleming1-0/+2
2006-10-24add an API call to allow channel drivers to determine which media formats are...kpfleming1-2/+16
2006-10-17optimize the 'quick response' code a bit more... no more malloc() or memset()...kpfleming1-5/+21
2006-10-13use a configure script test for PMTU discovery control instead of just assumi...kpfleming1-0/+3
2006-10-12Merged revisions 44955 via svnmerge from kpfleming1-0/+15
2006-10-10CHANNEL() function sometime mix parameter and valuepcadach1-1/+1
2006-10-06ensure that mutex locks inside list heads are initialized properly on platfor...kpfleming1-0/+18