aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-03-27(closes issue #12302)murf1-0/+1
2008-03-25Add an option (transmit_silence) which transmits silence during both Record()...file1-1/+1
2008-03-18Fix character string being treated ad format stringtwilson1-1/+1
2008-03-13Fix another issue that was causing crashes in chanspy. This introduces a newrussell1-0/+15
2008-03-12Added a large comment before the AST_SCHED_DEL macro to explain its purpose a...mmichelson1-2/+20
2008-03-12Add a trigger mode that triggers on both read and write. The actual function ...file1-0/+3
2008-03-11stop checking for mktime() in the configure script... we don't use it, and th...kpfleming1-3/+0
2008-03-10Move where unanswered CDRs are dropped to the CDR core, not everything uses a...file1-1/+0
2008-03-07Change a warning message to a debug message. This is happening quite frequen...russell1-1/+1
2008-03-05Add a control frame to indicate the source of media has changed. Depending on...file1-0/+2
2008-03-05Correctly initialize retransid in SIP, and ensure that the warning when faili...tilghman1-1/+1
2008-03-05Fix a bug that I just noticed in the RTP code. The calculation for setting therussell1-0/+11
2008-03-04When a new source of audio comes in (such as music on hold) make sure the mar...file1-0/+2
2008-03-03Merge in some changes from team/russell/autoservice-nochans-1.4russell1-0/+1
2008-02-28Fix a bug in the lock tracking code that was discovered by mmichelson. The i...russell1-9/+9
2008-02-26Merge changes from team/russell/smdi-1.4russell1-27/+95
2008-02-14Change to the configure logic regarding IMAP. Prior to this commit, if you wi...mmichelson1-0/+3
2008-02-04Cross-platform fix: OS X now deprecates the use of the daemon(3) API.tilghman1-3/+3
2008-02-01Change detection of getifaddrs to use AST_C_COMPILE_CHECK, backported from tr...tilghman1-1/+4
2008-02-01Compatibility fix for OpenWRT (reported by Brian Capouch via the mailing list)tilghman1-0/+3
2008-01-28Make some deadlock related fixes. These bugs were discovered and reportedrussell1-1/+4
2008-01-27When deleting a task from the scheduler, ignoring the return value couldtilghman1-0/+10
2008-01-24make these macros not assume that the only other field in the structure is 'a...kpfleming1-2/+2
2008-01-21Permit the user to specify number of seconds that a connection may remain idle,tilghman1-0/+1
2008-01-18Remove the __ in front of the unused variable. This causes some compilers to ...file1-3/+2
2008-01-18Revert adding the packed attribute, as it really doesn't make sense why thatrussell1-1/+1
2008-01-18Since we're relying on the offset between the frame and the beginning of the ...russell1-1/+1
2008-01-17Have IAX2 optimize the codec translation path just like chan_sip does it. Ifrussell1-0/+4
2008-01-16Add an unused pointer to the ast_channel struct. This makes the ast_channel ...russell1-0/+3
2008-01-16Replace current spy architecture with backport of audiohooks. This should tak...file3-155/+360
2008-01-16Add autoconf logic for speexdsp. Later versions use a separate library for so...file1-0/+3
2008-01-15Commit a fix for some memory access errors pointed out by the valgrind2.txtrussell2-3/+33
2008-01-11Backport the ability to set the ToS bits on Linux when not running as root.russell1-0/+3
2008-01-10Fix a comment that is no longer true.qwell1-1/+1
2008-01-10Remove pbx_kdeconsole from the tree. It hasn't worked in ages, and nobody hasrussell1-3/+0
2007-12-27Use the constant that I really meant to use here ...russell1-1/+1
2007-12-21Convert the contexts lock to a read/write lock to resolve a deadlock. Thisrussell1-1/+3
2007-12-19Check for the existence of the soxmix application on the target platform and ...russell1-0/+3
2007-12-17Today is tomorrow's yesterday, and yesterday's tomorrow is today, andtilghman1-2/+2
2007-12-17In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,kpfleming1-0/+3
2007-12-14When compiling with DETECT_DEADLOCKS, don't spam the CLI with messagesmmichelson1-4/+5
2007-12-12Test directly for the API that fixed AST-2007-026, to ensure that oldertilghman1-3/+0
2007-12-07Fix another bug in the DEBUG_THREADS code. The ast_mutex_init() function hadrussell1-1/+1
2007-12-07I love fixing lock related errors in the lock debugging code. That's about asrussell1-1/+1
2007-12-06Add a new module flag to indicate that a build sum is present. Modules builtrussell1-2/+3
2007-12-06Make sure logger is reloaded at general reload in the cli.oej1-0/+3
2007-12-05Fix some crashes in chan_iax2 that were reported as happening on Mac systems.russell1-2/+2
2007-12-04Modify file.h to maintain API compatibility with earlier versions. If a recentrussell3-1/+16
2007-12-03Solaris requires the inclusion of sys/loadavg.h for getloadavg().tilghman1-0/+1
2007-12-03A big one...mmichelson2-0/+42