]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2006-10-16  Joshua ColpMerged revisions 45262 via svnmerge from
2006-10-16  Joshua ColpBlocked revisions 45246 via svnmerge
2006-10-16  Joshua ColpIt's new directed pickup! This now features a more...
2006-10-16  Olle JohanssonUpdate
2006-10-16  Luigi Rizzo+ comment some unclear fields of struct mansession;
2006-10-16  Olle JohanssonWhen adding new functions, please add a forward declara...
2006-10-16  Olle JohanssonImporting rev 45196 from 1.4 - don't kill dialog for...
2006-10-16  Olle JohanssonA B2BUA should *not* issue proxy auth.
2006-10-16  Luigi Rizzo+ comment some unclear requirements for master_eventq
2006-10-16  Luigi Rizzoprotect access to first_action with actionlock.
2006-10-16  Luigi Rizzocomment some functions, and more small code simplifications
2006-10-16  Luigi Rizzofix indentation of a large block after changes in previ...
2006-10-16  Luigi Rizzosimplify string parsing routines using ast_skip_*(...
2006-10-15  Luigi Rizzodon't forget to close a descriptor on a malloc failure.
2006-10-15  Luigi Rizzotypo: serer -> server
2006-10-14  Steve Murphyupdate the doc string for both AEL and extensions.conf...
2006-10-13  Kevin P. FlemingMerged revisions 45125 via svnmerge from
2006-10-13  Joshua ColpInherit the context and extension until the channel...
2006-10-13  Joshua ColpMerged revisions 45106 via svnmerge from
2006-10-13  Joshua ColpMerged revisions 45104 via svnmerge from
2006-10-13  Christian RichterMerged revisions 45088 via svnmerge from
2006-10-13  Joshua ColpMerged revisions 45079 via svnmerge from
2006-10-13  Steve MurphyCorrection for bug 8128 in trunk
2006-10-13  Joshua ColpMerged revisions 45066 via svnmerge from
2006-10-13  Joshua ColpMerged revisions 45051 via svnmerge from
2006-10-13  Kevin P. FlemingMerged revisions 45049 via svnmerge from
2006-10-13  Joshua ColpMerged revisions 45040 via svnmerge from
2006-10-13  Joshua ColpMerged revisions 45031 via svnmerge from
2006-10-13  Kevin P. FlemingMerged revisions 45027 via svnmerge from
2006-10-13  Christian RichterMerged revisions 45026 via svnmerge from
2006-10-13  Luigi RizzoTry to avoid the use of 'z' modifier in cases where...
2006-10-13  Luigi Rizzoarguments to auth_headers() needed to be swapped here.
2006-10-13  Christian RichterMerged revisions 44994 via svnmerge from
2006-10-12  Matt O'GormanMerged revisions 44982 via svnmerge from
2006-10-12  Kevin P. Flemingeliminate compiler warning
2006-10-12  Kevin P. FlemingMerged revisions 44971 via svnmerge from
2006-10-12  Kevin P. FlemingMerged revisions 44956 via svnmerge from
2006-10-12  Russell BryantMerged revisions 44945 via svnmerge from
2006-10-12  Russell Bryantput flags in an enum and remove a couple of unused...
2006-10-12  Joshua ColpMerged revisions 44942 via svnmerge from
2006-10-12  Luigi Rizzo+ move [almost] all instances of WWW-Authenticate/Proxy...
2006-10-12  Nadi SarrarMerged revisions 44921 via svnmerge from
2006-10-12  Russell BryantMerged revisions 44911 via svnmerge from
2006-10-11  Luigi Rizzoreduce indentation of two large blocks
2006-10-11  Luigi Rizzooperator != also works between booleans...
2006-10-11  Jason ParkerMerged revisions 44888 via svnmerge from
2006-10-11  Russell BryantRemove doc/linkedlists.txt as it is no longer needed...
2006-10-11  Russell BryantRevert Luigi's accidental commit of his local changes...
2006-10-11  Luigi Rizzoremove duplicate prototypes. Have not checked if there...
2006-10-11  Luigi Rizzosimplify and comment handle_response_peerpoke()
2006-10-11  Luigi Rizzofix indentation of a function after previous commit
2006-10-11  Luigi Rizzohandle_response_peerpoke() does not need to return...
2006-10-11  Luigi Rizzosmall formatting cleanup
2006-10-11  Christian RichterMerged revisions 44563 via svnmerge from
2006-10-11  Christian RichterMerged revisions 44562 via svnmerge from
2006-10-11  Christian RichterMerged revisions 44561 via svnmerge from
2006-10-11  Christian RichterMerged revisions 44559 via svnmerge from
2006-10-10  Tilghman LesherMore whitespace fixes
2006-10-10  Joshua ColpMerged revisions 44819 via svnmerge from
2006-10-10  Tilghman LesherMerged revisions 44808 via svnmerge from
2006-10-10  Joshua ColpMerged revisions 44806 via svnmerge from
2006-10-10  Joshua ColpMerged revisions 44788 via svnmerge from
2006-10-10  Christian RichterMerged revisions 44786 via svnmerge from
2006-10-10  Luigi Rizzoclarify the use of the standard SIP port number, 5060,
2006-10-10  Luigi Rizzoimprove formatting of SIP packets when dumped to the...
2006-10-09  Joshua ColpTimeout values are in seconds (issue #7122 reported...
2006-10-09  Jason ParkerMerged revisions 44764 via svnmerge from
2006-10-09  Joshua ColpBlocked revisions 44760 via svnmerge
2006-10-09  Joshua ColpMerged revisions 44759 via svnmerge from
2006-10-09  Olle JohanssonBeing pedantic... "media" is easier to understand than...
2006-10-09  Luigi Rizzoslightly restructure sipsock_read() removing a "goto"
2006-10-09  Luigi Rizzouse S_OR in one place
2006-10-08  Luigi Rizzoupdate_call_counter(): indentation fixes and small...
2006-10-08  Luigi Rizzolocalize some variables and reduce nesting depth
2006-10-08  Luigi Rizzosmall simplification to initreqprep()
2006-10-08  Luigi RizzoSimplify function parse_request() using a single loop...
2006-10-08  Luigi Rizzodo not dereference p if we know it is NULL.
2006-10-07  Olle JohanssonFix some debug output for setsockopt for TOS
2006-10-07  Olle Johansson- move definition of global_autoframing to the same...
2006-10-07  Olle JohanssonAdd/change doxygen and comments
2006-10-07  Olle JohanssonRecommend using "sip reload" since it's much easier...
2006-10-07  Olle JohanssonExplain usage of DEFAULT_SIP_PORT
2006-10-07  Olle JohanssonDo *NOT* use DEFAULT_SIP_PORT in these comparisions...
2006-10-07  Paul CadachMerged revisions 44684 via svnmerge from
2006-10-07  Paul CadachExtend CALLERID() function for "pres" and "ton" values
2006-10-07  Luigi Rizzoslightly restructure the code that computes the channel...
2006-10-07  Luigi Rizzoput repeated code to set nat mode in a function.
2006-10-07  Luigi Rizzoput common code in a function to avoid repetitions.
2006-10-07  Luigi Rizzoremove hardwired usage of 5060, use DEFAULT_SIP_PORT...
2006-10-07  Luigi Rizzoimprove and document function get_in_brackets(), introd...
2006-10-07  Luigi Rizzowhen possible, use ast_set2_flags instead of ast_set...
2006-10-06  Kevin P. FlemingMerged revisions 44631 via svnmerge from
2006-10-06  Joshua ColpMerged revisions 44628 via svnmerge from
2006-10-06  Luigi Rizzobasically fix indentation of a large function after...
2006-10-06  Luigi Rizzos cannot be null here, so remove the useless test and...
2006-10-06  Luigi Rizzosimplify logic in preparation to reduce indentation
2006-10-06  Joshua ColpMerged revisions 44605 via svnmerge from
2006-10-06  Tilghman LesherMassive cleanup of the rpt code, updating to current...
2006-10-06  Joshua ColpMerged revisions 44581 via svnmerge from
2006-10-06  Luigi Rizzodocument a bit the use of templates.
next