aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-12-12Removing an unused variable.mmichelson1-7/+0
2007-12-11Fix potential memory leak with the dialed interfaces list if another memory a...file1-0/+1
2007-12-11Fixing autofill to be more accurate. Specifically, if calls ahead of the currentmmichelson1-1/+4
2007-12-10Add G729A as another possible payload name for G729. Some devices use this in...file1-0/+1
2007-12-10If there are no members in a queue, then the loop where the datastore for det...mmichelson1-2/+4
2007-12-10It is possible for nativeformats to contain more then one codec, so print out...file1-2/+3
2007-12-10Avoid reinvite race situations with two Asterisks tryingoej1-5/+36
2007-12-07We need to make sure we free the input frame if we return a different frame i...qwell1-0/+2
2007-12-07even though Asterisk explicitly requests that endpoints using G.729 do *not* ...kpfleming1-0/+9
2007-12-07Make the lock protecting each thread's list of locks it currently holdsrussell1-1/+6
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-07* Add channel locking around datastore operations that expect the channelrussell1-26/+43
2007-12-07* Add channel locking around datastore operations that expect the channelrussell1-17/+39
2007-12-07* Add a bit more of a verbose comment as to why a hangup frame needs to berussell1-16/+30
2007-12-07Hangups that happen during autoservice were not processed appropriately. This ismmichelson1-1/+4
2007-12-07Don't unlock the dialed_interfaces list until we're done messing with the ite...russell1-1/+1
2007-12-07Allow dialing local channels from Queue() and Dial() again. There was a slightrussell2-4/+3
2007-12-07Fix in an issue in the call forwarding handling code that was causing crashesrussell1-1/+2
2007-12-07At the end of a call, when we're reporting, RTCP may already be partially tor...tilghman1-8/+22
2007-12-06IMAP storage did not honor the maxmsg setting in voicemail.conf, and it also ...mmichelson1-0/+14
2007-12-06Add a new module flag to indicate that a build sum is present. Modules builtrussell2-4/+7
2007-12-06Fix various in the udptl implementation. It could return empty modem frames, ...file1-26/+19
2007-12-06Add support for accepting and sending T.38 in the initial INVITE.file1-0/+18
2007-12-06Make sure logger is reloaded at general reload in the cli.oej3-6/+18
2007-12-05Reverting extra stuff I didn't mean to commitmmichelson1-0/+2
2007-12-05The 'G' option for Dial() did not properly handle the case where only a label...mmichelson2-4/+4
2007-12-05Upgrade to the latest version of extra soundstilghman1-1/+1
2007-12-05Make the lock in the threadstorage debugging code untracked to avoid a deadlockrussell1-11/+13
2007-12-05When DEBUG_THREADS is enabled, we only have the details about who is holdingrussell1-0/+4
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 recentrussell5-2/+70
2007-12-04Make some changes to some additions I made recently for doing channel autoser...russell1-19/+9
2007-12-04If we fail to create a channel after allocating a timing fd, we need to make ...qwell1-0/+4
2007-12-04Fix build issue on the build cluster.file1-1/+1
2007-12-03Solaris requires the inclusion of sys/loadavg.h for getloadavg().tilghman1-0/+1
2007-12-03If both dbhost and dbsock were not set, a NULL deref could resulttilghman1-1/+3
2007-12-03A big one...mmichelson8-73/+267
2007-12-03Make sure we always close the conference fd if we have an open one.qwell1-1/+1
2007-12-03Changing some bad logic when calculating the interdigit timeout.mmichelson1-1/+1
2007-12-03Fix crash in ParkAndAnnounce application.qwell1-1/+1
2007-12-03Do not create a smoother for G723.1 frames, they need to be left alone to the...file1-1/+1
2007-12-03Preserve the indication currently playing on a channel when a masquerade oper...file3-2/+12
2007-12-03Only log debug messages if debug is enabled.qwell1-33/+54
2007-12-02The other day when I went through making changes as a result of the ao2_link()russell1-2/+3
2007-12-02Clarify the return value on autoservice. Specifically, if you startedtilghman1-7/+11
2007-11-30Change the behavior of ao2_link(). Previously, in inherited a reference.russell5-18/+23
2007-11-30Add some notes on the behavior of ao2_unlink() after a discussion with Tilghmanrussell1-1/+18
2007-11-30Fix locking issues under one legged replaces scenarios.file1-3/+6
2007-11-30Clear the DTMF buffer if the call times out.mmichelson1-0/+1