Commit Graph

9944 Commits (06ef2c19076240e71ccb0348daada7228a7e5db1)
 

Author SHA1 Message Date
Luigi Rizzo 06ef2c1907 localize some variables and reduce nesting depth
20 years ago
Luigi Rizzo dd2121b075 small simplification to initreqprep()
20 years ago
Luigi Rizzo 36e4f62e7c Simplify function parse_request() using a single loop instead
20 years ago
Luigi Rizzo b90f91c3b4 do not dereference p if we know it is NULL.
20 years ago
Olle Johansson 1b64c41369 Fix some debug output for setsockopt for TOS
20 years ago
Olle Johansson 259f0d76b6 - move definition of global_autoframing to the same place as other globals
20 years ago
Olle Johansson 12ef70f0c0 Add/change doxygen and comments
20 years ago
Olle Johansson 77c69dc4ef Recommend using "sip reload" since it's much easier to learn and
20 years ago
Olle Johansson 9cc9c38250 Explain usage of DEFAULT_SIP_PORT
20 years ago
Olle Johansson 64aae4a887 Do *NOT* use DEFAULT_SIP_PORT in these comparisions, since users may change
20 years ago
Paul Cadach 1ed8fb571f Merged revisions 44684 via svnmerge from
20 years ago
Paul Cadach 500353e095 Extend CALLERID() function for "pres" and "ton" values
20 years ago
Luigi Rizzo 901a66c401 slightly restructure the code that computes the channel's name
20 years ago
Luigi Rizzo a1a5824869 put repeated code to set nat mode in a function.
20 years ago
Luigi Rizzo bc1e5f77af put common code in a function to avoid repetitions.
20 years ago
Luigi Rizzo b37dc86c74 remove hardwired usage of 5060, use DEFAULT_SIP_PORT instead
20 years ago
Luigi Rizzo e691246b6e improve and document function get_in_brackets(), introducing
20 years ago
Luigi Rizzo 6466c2ebf9 when possible, use ast_set2_flags instead of ast_set/ast_clr .
20 years ago
Kevin P. Fleming eda9434455 Merged revisions 44631 via svnmerge from
20 years ago
Joshua Colp 62e6417b21 Merged revisions 44628 via svnmerge from
20 years ago
Luigi Rizzo 684d1f1698 basically fix indentation of a large function after previous
20 years ago
Luigi Rizzo 35cada23f0 s cannot be null here, so remove the useless test and error-handling block.
20 years ago
Luigi Rizzo acd1073909 simplify logic in preparation to reduce indentation
20 years ago
Joshua Colp 85625f3505 Merged revisions 44605 via svnmerge from
20 years ago
Tilghman Lesher 13ece8cc39 Massive cleanup of the rpt code, updating to current coding guidelines
20 years ago
Joshua Colp 1ddda62208 Merged revisions 44581 via svnmerge from
20 years ago
Luigi Rizzo b19b4b9764 document a bit the use of templates.
20 years ago
Luigi Rizzo f94849ca2a document the "contact" option a bit better.
20 years ago
Luigi Rizzo a96afe5d6d help old bsd-system which don't have RLIMIT_AS and use RLIMIT_VMEM
20 years ago
Luigi Rizzo 3f641c6048 make sure sockets are blocking when they should be blocking.
20 years ago
Luigi Rizzo ccca5843fd Two things:
20 years ago
Olle Johansson cb127f4baa Remove deprecated "incominglimit" config option
20 years ago
Luigi Rizzo 2a7ac3f735 update example commands to match current syntax
20 years ago
Russell Bryant 283e7369ea regenerate the configure script to reflect the latest changes done by
20 years ago
Joshua Colp 9565f72ad3 Fix indenting a bit (issue #8082 reported by selsky)
20 years ago
Joshua Colp 3dd0ce45fd Merged revisions 44502 via svnmerge from
20 years ago
Steve Murphy 6f34a8d78d These mods fix a problem pointed out by dgartang, where in certain situations, the target of a goto cannot be found, even right under your nose. This is because the current context is not updated properly, and rather than waste time and find why and where the context should have been updated, I just use my newly added 'dad' ptrs, and pop until I have either the context or extension, and use that instead.
20 years ago
Joshua Colp 0b26b56316 Merged revisions 44486 via svnmerge from
20 years ago
Kevin P. Fleming 8f1fc1ca08 Merged revisions 44476 via svnmerge from
20 years ago
Luigi Rizzo f4cd569b12 Basically, this commit only simplifies configure.ac and makes the
20 years ago
Joshua Colp 9924c3e2e9 Merged revisions 44450 via svnmerge from
20 years ago
Kevin P. Fleming cd0457d14e Merged revisions 44436 via svnmerge from
20 years ago
Steve Murphy 3d323f5345 As per ToDo list, I have made it so that Wait(), WaitExten(), Congestion(), Busy(), Read(), WaitForRing(), will now either actually handle a floating point argument as advertised, or has been upgraded to accept a floating point [timeout] arg.
20 years ago
Kevin P. Fleming 975ef9de9d Merged revisions 44433 via svnmerge from
20 years ago
Luigi Rizzo 13dc7ac7d2 simplify checks for OSS using AST_EXT_LIB_CHECK;
20 years ago
Luigi Rizzo 637c5d7fb2 small formatting fix
20 years ago
Luigi Rizzo 4b55f8d98f when only checking headers, do not set $1_LIB.
20 years ago
Luigi Rizzo 5cf27a303d document, and extend a bit the macro AST_EXT_LIB_CHECK so that
20 years ago
Luigi Rizzo e7db78a404 restore proper CPPFLAGS and LDFLAGS for FreeBSD,
20 years ago
Luigi Rizzo d16122c826 correct libraries for astman, at least so i think...
20 years ago