aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2007-12-31Avoiding a potentially bad locking situation. ast_merge_contexts_and_delete w...mmichelson1-1/+2
2007-12-27Don't report a syntax error when an empty string is passed to ast_get_group.russell1-0/+3
2007-12-27Fixing a typo in a comment.mmichelson1-1/+1
2007-12-27Now that the contexts lock is a read/write lock, it should not be locked hererussell1-2/+0
2007-12-27Use the constant that I really meant to use here ...russell1-3/+3
2007-12-27Change ast_translator_best_choice() to only pay attention to audio formats.russell1-4/+4
2007-12-27make this comment explain the situation in an even more explicit fashionkpfleming1-5/+11
2007-12-26Workaround for what is probably a glibc bug (but we'll see this crop up againtilghman1-0/+8
2007-12-26Just in case the AST_FLAG_END_DTMF_ONLY flag was already set before startingrussell1-25/+39
2007-12-26When a channel is in autoservice, mark a flag on the channel that says thatrussell1-0/+2
2007-12-26Don't store DTMF BEGIN frames while a channel is in autoservice. It's justrussell1-1/+1
2007-12-24Race: we need to wait to queue a NewChannel event until after the channel istilghman1-16/+19
2007-12-21Since we are freeing list elements within a list traversal, we need to use th...mmichelson1-1/+3
2007-12-21Convert the contexts lock to a read/write lock to resolve a deadlock. Thisrussell1-31/+48
2007-12-21Fixing Portuguese syntax for saying dates and times. Also some coding guideli...mmichelson1-46/+42
2007-12-21Fix for restart-as-user problem reported via the -dev listtilghman1-1/+1
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