2006-10-12 |
Russell Bryant | put flags in an enum and remove a couple of unused... |
commit | commitdiff | tree |
2006-10-12 |
Joshua Colp | Merged revisions 44942 via svnmerge from |
commit | commitdiff | tree |
2006-10-12 |
Luigi Rizzo | + move [almost] all instances of WWW-Authenticate/Proxy... |
commit | commitdiff | tree |
2006-10-12 |
Nadi Sarrar | Merged revisions 44921 via svnmerge from |
commit | commitdiff | tree |
2006-10-12 |
Russell Bryant | Merged revisions 44911 via svnmerge from |
commit | commitdiff | tree |
2006-10-11 |
Luigi Rizzo | reduce indentation of two large blocks |
commit | commitdiff | tree |
2006-10-11 |
Luigi Rizzo | operator != also works between booleans... |
commit | commitdiff | tree |
2006-10-11 |
Jason Parker | Merged revisions 44888 via svnmerge from |
commit | commitdiff | tree |
2006-10-11 |
Russell Bryant | Remove doc/linkedlists.txt as it is no longer needed... |
commit | commitdiff | tree |
2006-10-11 |
Russell Bryant | Revert Luigi's accidental commit of his local changes... |
commit | commitdiff | tree |
2006-10-11 |
Luigi Rizzo | remove duplicate prototypes. Have not checked if there... |
commit | commitdiff | tree |
2006-10-11 |
Luigi Rizzo | simplify and comment handle_response_peerpoke() |
commit | commitdiff | tree |
2006-10-11 |
Luigi Rizzo | fix indentation of a function after previous commit |
commit | commitdiff | tree |
2006-10-11 |
Luigi Rizzo | handle_response_peerpoke() does not need to return... |
commit | commitdiff | tree |
2006-10-11 |
Luigi Rizzo | small formatting cleanup |
commit | commitdiff | tree |
2006-10-11 |
Christian Richter | Merged revisions 44563 via svnmerge from |
commit | commitdiff | tree |
2006-10-11 |
Christian Richter | Merged revisions 44562 via svnmerge from |
commit | commitdiff | tree |
2006-10-11 |
Christian Richter | Merged revisions 44561 via svnmerge from |
commit | commitdiff | tree |
2006-10-11 |
Christian Richter | Merged revisions 44559 via svnmerge from |
commit | commitdiff | tree |
2006-10-10 |
Tilghman Lesher | More whitespace fixes |
commit | commitdiff | tree |
2006-10-10 |
Joshua Colp | Merged revisions 44819 via svnmerge from |
commit | commitdiff | tree |
2006-10-10 |
Tilghman Lesher | Merged revisions 44808 via svnmerge from |
commit | commitdiff | tree |
2006-10-10 |
Joshua Colp | Merged revisions 44806 via svnmerge from |
commit | commitdiff | tree |
2006-10-10 |
Joshua Colp | Merged revisions 44788 via svnmerge from |
commit | commitdiff | tree |
2006-10-10 |
Christian Richter | Merged revisions 44786 via svnmerge from |
commit | commitdiff | tree |
2006-10-10 |
Luigi Rizzo | clarify the use of the standard SIP port number, 5060, |
commit | commitdiff | tree |
2006-10-10 |
Luigi Rizzo | improve formatting of SIP packets when dumped to the... |
commit | commitdiff | tree |
2006-10-09 |
Joshua Colp | Timeout values are in seconds (issue #7122 reported... |
commit | commitdiff | tree |
2006-10-09 |
Jason Parker | Merged revisions 44764 via svnmerge from |
commit | commitdiff | tree |
2006-10-09 |
Joshua Colp | Blocked revisions 44760 via svnmerge |
commit | commitdiff | tree |
2006-10-09 |
Joshua Colp | Merged revisions 44759 via svnmerge from |
commit | commitdiff | tree |
2006-10-09 |
Olle Johansson | Being pedantic... "media" is easier to understand than... |
commit | commitdiff | tree |
2006-10-09 |
Luigi Rizzo | slightly restructure sipsock_read() removing a "goto" |
commit | commitdiff | tree |
2006-10-09 |
Luigi Rizzo | use S_OR in one place |
commit | commitdiff | tree |
2006-10-08 |
Luigi Rizzo | update_call_counter(): indentation fixes and small... |
commit | commitdiff | tree |
2006-10-08 |
Luigi Rizzo | localize some variables and reduce nesting depth |
commit | commitdiff | tree |
2006-10-08 |
Luigi Rizzo | small simplification to initreqprep() |
commit | commitdiff | tree |
2006-10-08 |
Luigi Rizzo | Simplify function parse_request() using a single loop... |
commit | commitdiff | tree |
2006-10-08 |
Luigi Rizzo | do not dereference p if we know it is NULL. |
commit | commitdiff | tree |
2006-10-07 |
Olle Johansson | Fix some debug output for setsockopt for TOS |
commit | commitdiff | tree |
2006-10-07 |
Olle Johansson | - move definition of global_autoframing to the same... |
commit | commitdiff | tree |
2006-10-07 |
Olle Johansson | Add/change doxygen and comments |
commit | commitdiff | tree |
2006-10-07 |
Olle Johansson | Recommend using "sip reload" since it's much easier... |
commit | commitdiff | tree |
2006-10-07 |
Olle Johansson | Explain usage of DEFAULT_SIP_PORT |
commit | commitdiff | tree |
2006-10-07 |
Olle Johansson | Do *NOT* use DEFAULT_SIP_PORT in these comparisions... |
commit | commitdiff | tree |
2006-10-07 |
Paul Cadach | Merged revisions 44684 via svnmerge from |
commit | commitdiff | tree |
2006-10-07 |
Paul Cadach | Extend CALLERID() function for "pres" and "ton" values |
commit | commitdiff | tree |
2006-10-07 |
Luigi Rizzo | slightly restructure the code that computes the channel... |
commit | commitdiff | tree |
2006-10-07 |
Luigi Rizzo | put repeated code to set nat mode in a function. |
commit | commitdiff | tree |
2006-10-07 |
Luigi Rizzo | put common code in a function to avoid repetitions. |
commit | commitdiff | tree |
2006-10-07 |
Luigi Rizzo | remove hardwired usage of 5060, use DEFAULT_SIP_PORT... |
commit | commitdiff | tree |
2006-10-07 |
Luigi Rizzo | improve and document function get_in_brackets(), introd... |
commit | commitdiff | tree |
2006-10-07 |
Luigi Rizzo | when possible, use ast_set2_flags instead of ast_set... |
commit | commitdiff | tree |
2006-10-06 |
Kevin P. Fleming | Merged revisions 44631 via svnmerge from |
commit | commitdiff | tree |
2006-10-06 |
Joshua Colp | Merged revisions 44628 via svnmerge from |
commit | commitdiff | tree |
2006-10-06 |
Luigi Rizzo | basically fix indentation of a large function after... |
commit | commitdiff | tree |
2006-10-06 |
Luigi Rizzo | s cannot be null here, so remove the useless test and... |
commit | commitdiff | tree |
2006-10-06 |
Luigi Rizzo | simplify logic in preparation to reduce indentation |
commit | commitdiff | tree |
2006-10-06 |
Joshua Colp | Merged revisions 44605 via svnmerge from |
commit | commitdiff | tree |
2006-10-06 |
Tilghman Lesher | Massive cleanup of the rpt code, updating to current... |
commit | commitdiff | tree |
2006-10-06 |
Joshua Colp | Merged revisions 44581 via svnmerge from |
commit | commitdiff | tree |
2006-10-06 |
Luigi Rizzo | document a bit the use of templates. |
commit | commitdiff | tree |
2006-10-06 |
Luigi Rizzo | document the "contact" option a bit better. |
commit | commitdiff | tree |
2006-10-06 |
Luigi Rizzo | help old bsd-system which don't have RLIMIT_AS and... |
commit | commitdiff | tree |
2006-10-06 |
Luigi Rizzo | make sure sockets are blocking when they should be... |
commit | commitdiff | tree |
2006-10-06 |
Luigi Rizzo | Two things: |
commit | commitdiff | tree |
2006-10-06 |
Olle Johansson | Remove deprecated "incominglimit" config option |
commit | commitdiff | tree |
2006-10-06 |
Luigi Rizzo | update example commands to match current syntax |
commit | commitdiff | tree |
2006-10-06 |
Russell Bryant | regenerate the configure script to reflect the latest... |
commit | commitdiff | tree |
2006-10-05 |
Joshua Colp | Fix indenting a bit (issue #8082 reported by selsky) |
commit | commitdiff | tree |
2006-10-05 |
Joshua Colp | Merged revisions 44502 via svnmerge from |
commit | commitdiff | tree |
2006-10-05 |
Steve Murphy | These mods fix a problem pointed out by dgartang, where... |
commit | commitdiff | tree |
2006-10-05 |
Joshua Colp | Merged revisions 44486 via svnmerge from |
commit | commitdiff | tree |
2006-10-05 |
Kevin P. Fleming | Merged revisions 44476 via svnmerge from |
commit | commitdiff | tree |
2006-10-05 |
Luigi Rizzo | Basically, this commit only simplifies configure.ac... |
commit | commitdiff | tree |
2006-10-05 |
Joshua Colp | Merged revisions 44450 via svnmerge from |
commit | commitdiff | tree |
2006-10-05 |
Kevin P. Fleming | Merged revisions 44436 via svnmerge from |
commit | commitdiff | tree |
2006-10-05 |
Steve Murphy | As per ToDo list, I have made it so that Wait(), WaitEx... |
commit | commitdiff | tree |
2006-10-05 |
Kevin P. Fleming | Merged revisions 44433 via svnmerge from |
commit | commitdiff | tree |
2006-10-04 |
Luigi Rizzo | simplify checks for OSS using AST_EXT_LIB_CHECK; |
commit | commitdiff | tree |
2006-10-04 |
Luigi Rizzo | small formatting fix |
commit | commitdiff | tree |
2006-10-04 |
Luigi Rizzo | when only checking headers, do not set $1_LIB. |
commit | commitdiff | tree |
2006-10-04 |
Luigi Rizzo | document, and extend a bit the macro AST_EXT_LIB_CHECK... |
commit | commitdiff | tree |
2006-10-04 |
Luigi Rizzo | restore proper CPPFLAGS and LDFLAGS for FreeBSD, |
commit | commitdiff | tree |
2006-10-04 |
Luigi Rizzo | correct libraries for astman, at least so i think... |
commit | commitdiff | tree |
2006-10-04 |
Luigi Rizzo | put linker flags in ASTLDFLAGS where they belong |
commit | commitdiff | tree |
2006-10-04 |
Kevin P. Fleming | Merged revisions 44393 via svnmerge from |
commit | commitdiff | tree |
2006-10-04 |
Kevin P. Fleming | Merged revisions 44390 via svnmerge from |
commit | commitdiff | tree |
2006-10-04 |
Kevin P. Fleming | Merged revisions 44378 via svnmerge from |
commit | commitdiff | tree |
2006-10-04 |
Steve Murphy | These changes resolve the problems in bug 8090, where... |
commit | commitdiff | tree |
2006-10-04 |
Steve Murphy | I've been meaning to add some explanation about muted... |
commit | commitdiff | tree |
2006-10-04 |
Steve Murphy | CLI reverbification update to this config file |
commit | commitdiff | tree |
2006-10-04 |
Steve Murphy | Added a warning to the documentation for Macro in respo... |
commit | commitdiff | tree |
2006-10-04 |
Kevin P. Fleming | Merged revisions 44322 via svnmerge from |
commit | commitdiff | tree |
2006-10-03 |
Matt O'Gorman | Merged revisions 44312 via svnmerge from |
commit | commitdiff | tree |
2006-10-03 |
Kevin P. Fleming | Merged revisions 44298 via svnmerge from |
commit | commitdiff | tree |
2006-10-03 |
Joshua Colp | Strat becomes Strategy based on feedback from two namel... |
commit | commitdiff | tree |
2006-10-03 |
Paul Cadach | Merged revisions 44283,44286 via svnmerge from |
commit | commitdiff | tree |
2006-10-03 |
Joshua Colp | Merged revisions 44284 via svnmerge from |
commit | commitdiff | tree |
2006-10-03 |
Joshua Colp | Add 'Strat' manager field to QueueParams event. (issue... |
commit | commitdiff | tree |
next |