aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-29Properly escape cdr->src and cdr->dst and ensure we use thread-safe escapingtilghman1-11/+16
2007-11-29This patch handles the case where a queue member with a negative penalty is a...mmichelson1-1/+1
2007-11-29Properly escape input buffers (Fixes AST-2007-025)tilghman1-13/+66
2007-11-29Use of "private" as a field name in a header file messes with C++ projectstilghman9-22/+22
2007-11-29Upgrade the core sounds release versiontilghman1-1/+1
2007-11-29fix some formatting i accidentally changedrussell1-2/+2
2007-11-29This set of changes is to make some callerID handling thread-safe.russell3-4/+17
2007-11-29Merge a change from team/russell/chan_refcount ...russell2-3/+13
2007-11-28Fix a few memory leaks.file1-0/+1
2007-11-28it is impossible to set permissions for manager accounts created by users.con...kpfleming2-2/+14
2007-11-28Removing some seemingly pointless code. This sets a channel variable for ever...mmichelson1-6/+0
2007-11-28Recording greetings when using IMAP storage was causing zero-length files to ...mmichelson1-0/+4
2007-11-28 - update documentation for some of the goto functions to note that theyrussell2-1/+24
2007-11-27Don't do frame processing if ast_read() returned NULL.russell1-0/+3
2007-11-27Instead of depending on the return value of ast_true(), explicitly set therussell1-1/+1
2007-11-27Don't start/stop autoservice in pbx_extension_helper() unless a channel existsrussell1-8/+16
2007-11-27Two changes with regards to the 'eventwhencalled' option of queues.confmmichelson1-3/+3
2007-11-27Merge changes from team/russell/autoservice_1.4russell2-7/+90
2007-11-27Changing some calls from free() to ast_free() since they were allocated withmmichelson1-3/+3
2007-11-27on second thought... revert all the other changes i've made in app options pa...kpfleming1-5/+1
2007-11-27generate a warning when an application option that requires an argument is ig...kpfleming1-2/+5
2007-11-27Add a note to the sample voicemail config noting that when using IMAP storage,russell1-1/+2
2007-11-27Default result of STAT should be "0" not "".tilghman1-1/+1
2007-11-27If we get a codec offer using a well-known payload type, but using it for ano...oej3-12/+52
2007-11-27Clarify limitonpeers=yesoej1-0/+3
2007-11-27closes issue #11379; OK, this is an attempt to make both sides happy. To the ...murf4-3/+43
2007-11-26After issuing a "say load new", if a caller hangs up during the middle of pla...mmichelson1-1/+5
2007-11-26After issuing a "say load new" tons of warning messages are printedmmichelson1-4/+0
2007-11-26Fix issues with async dialing with an application executing. The application ...file1-5/+24
2007-11-26Add module counting removal for error conditions.file1-0/+3
2007-11-26Add channel locking to a function that needed to be doing it. This is just arussell1-0/+2
2007-11-26Use ast_free to free memory, or else we shall implode if MALLOC_DEBUG is enab...file1-2/+2