summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-17Remove ignore from handle_respons_referOlle Johansson
2006-04-17Clean up handle_response_inviteOlle Johansson
2006-04-17- Drop too bad SIP requests in order to avoid some UDP misuse (hello Edwin)Olle Johansson
2006-04-17- Doxygen formattingOlle Johansson
2006-04-17whitespace and spelling (recieve instead of receive) fixes North Antara
2006-04-16preparation for reduction of the nesting of a large functionLuigi Rizzo
2006-04-16more usages of stream_and_waitLuigi Rizzo
2006-04-16more usages of function 'finishup()'Luigi Rizzo
2006-04-16one more instance of stream_and_wait, and remove an extraLuigi Rizzo
2006-04-16simplify a couple of functions.Luigi Rizzo
2006-04-16more replaceemnt of dup code with functions.Luigi Rizzo
2006-04-16localize several variables, and simplify the last part of park_exec()Luigi Rizzo
2006-04-16more formatting cleanup including removal of a useless checkLuigi Rizzo
2006-04-16rename a variable same as used in a very similar function,Luigi Rizzo
2006-04-16s/pu->chan/chan in a few places;Luigi Rizzo
2006-04-16put some common code into functions (still more instances to be replaced)Luigi Rizzo
2006-04-16properly reindent a large block.Luigi Rizzo
2006-04-16more readability fixes - localize some variables and invertLuigi Rizzo
2006-04-16introduce a function to set context, extension and priorityLuigi Rizzo
2006-04-16minor readability fixes in preparation for more work on this file:Luigi Rizzo
2006-04-16minor formatting fixesLuigi Rizzo
2006-04-16move some duplicated code outside an if/then/else blockLuigi Rizzo
2006-04-16make sure there is [almost] only a single exit point for a very longLuigi Rizzo
2006-04-16simplify the ast_channel walking routines.Luigi Rizzo
2006-04-16move common conditions to the outside block.Luigi Rizzo
2006-04-16simplify logic in ast_generic_bridge()Luigi Rizzo
2006-04-16move common code in one placeLuigi Rizzo
2006-04-16avoid returning in the middle of a switch() in ast_answer()Luigi Rizzo
2006-04-16simplify function __ast_request_and_dial() as follows:Luigi Rizzo
2006-04-16properly reindent a blockLuigi Rizzo
2006-04-16add a missing ast_channel_unlock() evidenced by previous commits.Luigi Rizzo
2006-04-16remove an extra lock.Luigi Rizzo
2006-04-16- replace some nested 'if' with '&&'Luigi Rizzo
2006-04-16Localize some variables documenting their usage.Luigi Rizzo
2006-04-16- Fixes to ast_channel_lock functionsOlle Johansson
2006-04-16localize some variables, add some comments.Luigi Rizzo
2006-04-16implement ast_waitfordigit() and ast_readstring() in termsLuigi Rizzo
2006-04-15Move a bit more stuff over to the datadir (issue #6967 reported by tzafrir pa...Joshua Colp
2006-04-15Allow the attachment format to be specified differently for different mailbox...Joshua Colp
2006-04-15We are shaking up trunk tonight! allow data dir to be specified (issue #6967 ...Joshua Colp
2006-04-15add indications for Thailand (issue #6971)Russell Bryant
2006-04-15add the ability to turn off the feature that allows agents to end callsRussell Bryant
2006-04-15Big oops. I did this from my trunk directory instead of autoconf_and_menusel...Russell Bryant
2006-04-15include autoconfig.h (casper)Russell Bryant
2006-04-15More ast_channel_lock fixesOlle Johansson
2006-04-15New functions for locking a channel - these simplify debuggingOlle Johansson
2006-04-15applied two of the 3 chunks in #6907, and a similar oneLuigi Rizzo
2006-04-15- use '=' to copy struct sockaddr_inLuigi Rizzo
2006-04-15- normalize for() loops to navigate through variables,Luigi Rizzo
2006-04-14- use '?' instead of if statements for assignment;Luigi Rizzo