aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2007-12-18Rework deadlock avoidance used in ast_write, since it meant that agent channe...mmichelson1-15/+14
2007-12-17Missed a spot..qwell1-1/+1
2007-12-17What was I thinking when I wrote this masterpiece?qwell1-7/+9
2007-12-17Do not try to access information about a lock when printing out a trylock att...file1-1/+1
2007-12-14There are a lot of existing systems that #include non-existent files. So, torussell1-2/+11
2007-12-13Make application help text a little more clear about the use of extensions in...qwell1-7/+7
2007-12-13If a typo is found in a config file, we previous continued on with what was a...qwell1-1/+1
2007-12-11Fix potential memory leak with the dialed interfaces list if another memory a...file1-0/+1
2007-12-10Add G729A as another possible payload name for G729. Some devices use this in...file1-0/+1
2007-12-07We need to make sure we free the input frame if we return a different frame i...qwell1-0/+2
2007-12-07Make the lock protecting each thread's list of locks it currently holdsrussell1-1/+6
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-07At the end of a call, when we're reporting, RTCP may already be partially tor...tilghman1-8/+22
2007-12-06Add a new module flag to indicate that a build sum is present. Modules builtrussell1-2/+4
2007-12-06Fix various in the udptl implementation. It could return empty modem frames, ...file1-26/+19
2007-12-06Make sure logger is reloaded at general reload in the cli.oej2-6/+15
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-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-03A big one...mmichelson3-1/+96
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...file1-1/+9
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.russell2-2/+1
2007-11-29Use of "private" as a field name in a header file messes with C++ projectstilghman1-1/+1
2007-11-29This set of changes is to make some callerID handling thread-safe.russell1-0/+4
2007-11-29Merge a change from team/russell/chan_refcount ...russell1-0/+5
2007-11-28it is impossible to set permissions for manager accounts created by users.con...kpfleming1-2/+9
2007-11-28Removing some seemingly pointless code. This sets a channel variable for ever...mmichelson1-6/+0
2007-11-28 - update documentation for some of the goto functions to note that theyrussell1-0/+4
2007-11-27Don't do frame processing if ast_read() returned NULL.russell1-0/+3
2007-11-27Don't start/stop autoservice in pbx_extension_helper() unless a channel existsrussell1-8/+16
2007-11-27Merge changes from team/russell/autoservice_1.4russell2-7/+90
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-27If we get a codec offer using a well-known payload type, but using it for ano...oej1-3/+16
2007-11-27closes issue #11379; OK, this is an attempt to make both sides happy. To the ...murf1-2/+11
2007-11-26Fix issues with async dialing with an application executing. The application ...file1-5/+24
2007-11-26Add channel locking to a function that needed to be doing it. This is just arussell1-0/+2
2007-11-26when parsing application options that take arguments, don't indicate that the...kpfleming1-1/+2
2007-11-26If channel allocation fails because the alert pipe could not be created also ...file1-0/+1
2007-11-24Currently, zero-length voicemail messages cause a hangup in VoicemailMain.tilghman1-3/+11
2007-11-23Up until this point, the XML output of the manager has been technicallytilghman1-3/+71
2007-11-20bring back compile-option checking when loading modules, only this time use a...kpfleming1-0/+9
2007-11-20According to comments in main/pbx.c, it is essential that if we are going to ...mmichelson1-0/+2
2007-11-16Temporarily revert revision 89325, which added md5 magic for keeping track ofrussell1-11/+0
2007-11-16To help combat problems where people build external modules (asterisk-addons ...kpfleming1-0/+11
2007-11-15Undoing previous commit since I realize it was wrongmmichelson1-1/+0