Commit Graph

10149 Commits (fee99c3be6f70cf25fc1f618c3e9d38ebce4bc9c)
 

Author SHA1 Message Date
Joshua Colp 7b3665596f Merged revisions 44759 via svnmerge from
19 years ago
Olle Johansson d766095219 Being pedantic... "media" is easier to understand than "data" in the function name... :-)
19 years ago
Luigi Rizzo 853f7ed660 slightly restructure sipsock_read() removing a "goto"
19 years ago
Luigi Rizzo 69af2cea2f use S_OR in one place
19 years ago
Luigi Rizzo ad63b4c7c1 update_call_counter(): indentation fixes and small simplifications
19 years ago
Luigi Rizzo 06ef2c1907 localize some variables and reduce nesting depth
19 years ago
Luigi Rizzo dd2121b075 small simplification to initreqprep()
19 years ago
Luigi Rizzo 36e4f62e7c Simplify function parse_request() using a single loop instead
19 years ago
Luigi Rizzo b90f91c3b4 do not dereference p if we know it is NULL.
19 years ago
Olle Johansson 1b64c41369 Fix some debug output for setsockopt for TOS
19 years ago
Olle Johansson 259f0d76b6 - move definition of global_autoframing to the same place as other globals
19 years ago
Olle Johansson 12ef70f0c0 Add/change doxygen and comments
19 years ago
Olle Johansson 77c69dc4ef Recommend using "sip reload" since it's much easier to learn and
19 years ago
Olle Johansson 9cc9c38250 Explain usage of DEFAULT_SIP_PORT
19 years ago
Olle Johansson 64aae4a887 Do *NOT* use DEFAULT_SIP_PORT in these comparisions, since users may change
19 years ago
Paul Cadach 1ed8fb571f Merged revisions 44684 via svnmerge from
19 years ago
Paul Cadach 500353e095 Extend CALLERID() function for "pres" and "ton" values
19 years ago
Luigi Rizzo 901a66c401 slightly restructure the code that computes the channel's name
19 years ago
Luigi Rizzo a1a5824869 put repeated code to set nat mode in a function.
19 years ago
Luigi Rizzo bc1e5f77af put common code in a function to avoid repetitions.
19 years ago
Luigi Rizzo b37dc86c74 remove hardwired usage of 5060, use DEFAULT_SIP_PORT instead
19 years ago
Luigi Rizzo e691246b6e improve and document function get_in_brackets(), introducing
19 years ago
Luigi Rizzo 6466c2ebf9 when possible, use ast_set2_flags instead of ast_set/ast_clr .
19 years ago
Kevin P. Fleming eda9434455 Merged revisions 44631 via svnmerge from
19 years ago
Joshua Colp 62e6417b21 Merged revisions 44628 via svnmerge from
19 years ago
Luigi Rizzo 684d1f1698 basically fix indentation of a large function after previous
19 years ago
Luigi Rizzo 35cada23f0 s cannot be null here, so remove the useless test and error-handling block.
19 years ago
Luigi Rizzo acd1073909 simplify logic in preparation to reduce indentation
19 years ago
Joshua Colp 85625f3505 Merged revisions 44605 via svnmerge from
19 years ago
Tilghman Lesher 13ece8cc39 Massive cleanup of the rpt code, updating to current coding guidelines
19 years ago
Joshua Colp 1ddda62208 Merged revisions 44581 via svnmerge from
19 years ago
Luigi Rizzo b19b4b9764 document a bit the use of templates.
19 years ago
Luigi Rizzo f94849ca2a document the "contact" option a bit better.
19 years ago
Luigi Rizzo a96afe5d6d help old bsd-system which don't have RLIMIT_AS and use RLIMIT_VMEM
19 years ago
Luigi Rizzo 3f641c6048 make sure sockets are blocking when they should be blocking.
19 years ago
Luigi Rizzo ccca5843fd Two things:
19 years ago
Olle Johansson cb127f4baa Remove deprecated "incominglimit" config option
19 years ago
Luigi Rizzo 2a7ac3f735 update example commands to match current syntax
19 years ago
Russell Bryant 283e7369ea regenerate the configure script to reflect the latest changes done by
19 years ago
Joshua Colp 9565f72ad3 Fix indenting a bit (issue #8082 reported by selsky)
19 years ago
Joshua Colp 3dd0ce45fd Merged revisions 44502 via svnmerge from
19 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.
19 years ago
Joshua Colp 0b26b56316 Merged revisions 44486 via svnmerge from
19 years ago
Kevin P. Fleming 8f1fc1ca08 Merged revisions 44476 via svnmerge from
19 years ago
Luigi Rizzo f4cd569b12 Basically, this commit only simplifies configure.ac and makes the
19 years ago
Joshua Colp 9924c3e2e9 Merged revisions 44450 via svnmerge from
19 years ago
Kevin P. Fleming cd0457d14e Merged revisions 44436 via svnmerge from
19 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.
19 years ago
Kevin P. Fleming 975ef9de9d Merged revisions 44433 via svnmerge from
19 years ago
Luigi Rizzo 13dc7ac7d2 simplify checks for OSS using AST_EXT_LIB_CHECK;
19 years ago