summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-09use S_OR in one placeLuigi Rizzo
2006-10-08update_call_counter(): indentation fixes and small simplificationsLuigi Rizzo
2006-10-08localize some variables and reduce nesting depthLuigi Rizzo
2006-10-08small simplification to initreqprep()Luigi Rizzo
2006-10-08Simplify function parse_request() using a single loop insteadLuigi Rizzo
2006-10-08do not dereference p if we know it is NULL.Luigi Rizzo
2006-10-07Fix some debug output for setsockopt for TOSOlle Johansson
2006-10-07- move definition of global_autoframing to the same place as other globalsOlle Johansson
2006-10-07Add/change doxygen and commentsOlle Johansson
2006-10-07Recommend using "sip reload" since it's much easier to learn andOlle Johansson
2006-10-07Explain usage of DEFAULT_SIP_PORTOlle Johansson
2006-10-07Do *NOT* use DEFAULT_SIP_PORT in these comparisions, since users may changeOlle Johansson
2006-10-07Merged revisions 44684 via svnmerge from Paul Cadach
2006-10-07Extend CALLERID() function for "pres" and "ton" valuesPaul Cadach
2006-10-07slightly restructure the code that computes the channel's nameLuigi Rizzo
2006-10-07put repeated code to set nat mode in a function.Luigi Rizzo
2006-10-07put common code in a function to avoid repetitions.Luigi Rizzo
2006-10-07remove hardwired usage of 5060, use DEFAULT_SIP_PORT insteadLuigi Rizzo
2006-10-07improve and document function get_in_brackets(), introducingLuigi Rizzo
2006-10-07when possible, use ast_set2_flags instead of ast_set/ast_clr .Luigi Rizzo
2006-10-06Merged revisions 44631 via svnmerge from Kevin P. Fleming
2006-10-06Merged revisions 44628 via svnmerge from Joshua Colp
2006-10-06basically fix indentation of a large function after previousLuigi Rizzo
2006-10-06s cannot be null here, so remove the useless test and error-handling block.Luigi Rizzo
2006-10-06simplify logic in preparation to reduce indentationLuigi Rizzo
2006-10-06Merged revisions 44605 via svnmerge from Joshua Colp
2006-10-06Massive cleanup of the rpt code, updating to current coding guidelinesTilghman Lesher
2006-10-06Merged revisions 44581 via svnmerge from Joshua Colp
2006-10-06document a bit the use of templates.Luigi Rizzo
2006-10-06document the "contact" option a bit better.Luigi Rizzo
2006-10-06help old bsd-system which don't have RLIMIT_AS and use RLIMIT_VMEMLuigi Rizzo
2006-10-06make sure sockets are blocking when they should be blocking.Luigi Rizzo
2006-10-06Two things:Luigi Rizzo
2006-10-06Remove deprecated "incominglimit" config optionOlle Johansson
2006-10-06update example commands to match current syntaxLuigi Rizzo
2006-10-06regenerate the configure script to reflect the latest changes done byRussell Bryant
2006-10-05Fix indenting a bit (issue #8082 reported by selsky)Joshua Colp
2006-10-05Merged revisions 44502 via svnmerge from Joshua Colp
2006-10-05These mods fix a problem pointed out by dgartang, where in certain situations...Steve Murphy
2006-10-05Merged revisions 44486 via svnmerge from Joshua Colp
2006-10-05Merged revisions 44476 via svnmerge from Kevin P. Fleming
2006-10-05Basically, this commit only simplifies configure.ac and makes the Luigi Rizzo
2006-10-05Merged revisions 44450 via svnmerge from Joshua Colp
2006-10-05Merged revisions 44436 via svnmerge from Kevin P. Fleming
2006-10-05As per ToDo list, I have made it so that Wait(), WaitExten(), Congestion(), B...Steve Murphy
2006-10-05Merged revisions 44433 via svnmerge from Kevin P. Fleming
2006-10-04simplify checks for OSS using AST_EXT_LIB_CHECK;Luigi Rizzo
2006-10-04small formatting fixLuigi Rizzo
2006-10-04when only checking headers, do not set $1_LIB.Luigi Rizzo
2006-10-04document, and extend a bit the macro AST_EXT_LIB_CHECK so thatLuigi Rizzo