]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2007-07-30  Joshua ColpMinor clean up of app_followme.
2007-07-30  Joshua ColpMerged revisions 77771 via svnmerge from
2007-07-30  Russell BryantResolve some compiler warnings so that I can build...
2007-07-30  Joshua ColpMerged revisions 77768 via svnmerge from
2007-07-30  Luigi Rizzominor code rearrangements:
2007-07-30  Luigi Rizzorename handle_request() to handle_incoming(), as the...
2007-07-29  Luigi Rizzomove some dialog-only flags to proper variables, namely
2007-07-29  Luigi Rizzouse a function, cli_yesno(), to produce the output...
2007-07-29  Luigi Rizzomove the two remaining peer flags to proper variables.
2007-07-29  Luigi Rizzomove RT_FROMCONTACT to a proper sip_peer field.
2007-07-29  Luigi RizzoMove some global 'flags' to individual variables.
2007-07-29  Luigi Rizzominor simplification of a conditional statement
2007-07-29  Luigi Rizzobuild the version of sip_tech with no send_digit_begin
2007-07-29  Luigi Rizzoremove bit position from description of SIP_* flags.
2007-07-29  Luigi Rizzoback on cleaning up the usage of flags.
2007-07-29  Luigi Rizzomore documentation on internal representation of incomi...
2007-07-29  Luigi Rizzomake register_unref() return NULL so it is easy to...
2007-07-28  Luigi Rizzoadd some documentation to auto_congest(), and some
2007-07-28  Luigi Rizzomore dialog_ref()/dialog_unref() calls
2007-07-28  Luigi Rizzomore dialog_ref()/dialog_unref() calls
2007-07-28  Luigi Rizzostart introducing hooks for reference counts on dialog...
2007-07-28  Luigi Rizzoremove an unused string
2007-07-28  Luigi Rizzosimplify a conditional expression using S_OR
2007-07-28  Luigi Rizzomake use of received= and rport= fields in sip replies.
2007-07-27  Tilghman LesherSome ODBC drivers don't set the CHAR_OCTET_LENGTH field...
2007-07-27  Tilghman LesherTarget asterisk.pdf stopped building when the build...
2007-07-27  Tilghman LesherMerged revisions 77571 via svnmerge from
2007-07-27  Joshua ColpMerged revisions 77540 via svnmerge from
2007-07-27  Joshua ColpTurn 4 lines of code into 1 line that does the same...
2007-07-27  Joshua ColpMerged revisions 77536 via svnmerge from
2007-07-27  Tilghman Lesher'dialplan save' shouldn't be converting '|' back to...
2007-07-27  Steve MurphyThese fixes take care of two problems: a complaint...
2007-07-27  Mark MichelsonMerged revisions 77490 via svnmerge from
2007-07-26  Joshua ColpMerged revisions 77460 via svnmerge from
2007-07-26  Kevin P. FlemingMerged revisions 77424,77429 via svnmerge from
2007-07-26  Russell BryantMerged revisions 77410 via svnmerge from
2007-07-26  Mark MichelsonMerged revisions 77380 via svnmerge from
2007-07-26  Tilghman LesherMerged revisions 77350 via svnmerge from
2007-07-26  Tilghman LesherMerged revisions 77348 via svnmerge from
2007-07-26  Mark MichelsonMerged revisions 77318 via svnmerge from
2007-07-26  Russell BryantDo a massive conversion for using the ast_verb() macro
2007-07-26  Russell BryantMerge a big batch of documentation fixes for escaping...
2007-07-26  Russell BryantRevert some changes to call abs() on the result of...
2007-07-26  Russell BryantEnsure that the read from /dev/urandom returns a positi...
2007-07-26  Tilghman LesherThings expecting a positive result from ast_random...
2007-07-26  Russell BryantAdd a link to the list of assigned RTP payload types...
2007-07-26  Luigi Rizzodocument how the RTP marker bit is passed for video...
2007-07-26  Luigi Rizzoadd an entry for h263plus in an empty slot of the rtp...
2007-07-26  Steve MurphyThe upgrade of application argument separators to comma...
2007-07-26  Steve MurphyMerged revisions 77191 via svnmerge from
2007-07-25  Joshua ColpMerged revisions 77176 via svnmerge from
2007-07-25  Luigi Rizzosilence a warning in ast-devmode on a potentially unini...
2007-07-25  Mark MichelsonMerged revisions 77154 via svnmerge from
2007-07-25  Joshua ColpMerged revisions 77071 via svnmerge from
2007-07-25  Luigi Rizzochange the debug level to 3 for an exceedingly annoying...
2007-07-25  Luigi RizzoMerged revisions 77022 via svnmerge from
2007-07-25  Russell Bryantremove a couple of entries that got duplicated and...
2007-07-25  Steve MurphyMerged revisions 76983 via svnmerge from
2007-07-24  Tilghman LesherMerged revisions 76937 via svnmerge from
2007-07-24  Tilghman LesherAdd the flag to trigger an intentional crash on mutex...
2007-07-24  Tilghman LesherBlocked revisions 76891 via svnmerge
2007-07-24  Tilghman LesherFix escaping and some of the formattting (closes issue...
2007-07-24  Jason ParkerRevert trivial whitespace change (for testing)
2007-07-24  Jason ParkerTrivial whitespace change to test comitting...
2007-07-24  Tilghman LesherMerged revisions 76803 via svnmerge from
2007-07-24  Mark MichelsonMerged revisions 76801 via svnmerge from
2007-07-24  Joshua ColpDon't download/install the sound packages if already...
2007-07-24  Jason ParkerThe chan_skinny Dial() syntax was funky. You had to...
2007-07-24  Luigi Rizzotwo small fixes when using stun (reported by Marta...
2007-07-24  Luigi Rizzoadd documentation on nat/stun support in chan_sip
2007-07-24  Joshua ColpMove manager users list over to an rwlist.
2007-07-23  Joshua ColpYou need to put static in front of a static RWLIST...
2007-07-23  Joshua ColpDon't bother calling AST_RWLIST_EMPTY on a list before...
2007-07-23  Tilghman LesherMerged revisions 76708 via svnmerge from
2007-07-23  Tilghman LesherEnhance AGI with several fixes:
2007-07-23  Joshua ColpClean up res_crypto module. It now uses an rwlist to...
2007-07-23  Tilghman LesherMissed one conversion to comma delimiter (thanks, Juggi...
2007-07-23  Tilghman LesherMerge the dialplan_aesthetics branch. Most of this...
2007-07-23  Jason ParkerMerged revisions 76656 via svnmerge from
2007-07-23  Joshua ColpMerged revisions 76654 via svnmerge from
2007-07-23  Jason ParkerMerged revisions 76620 via svnmerge from
2007-07-23  Joshua ColpMerged revisions 76618 via svnmerge from
2007-07-23  Luigi Rizzoadd two missing entries in the replica of the sip_tech...
2007-07-23  Joshua ColpMerged revisions 76561 via svnmerge from
2007-07-23  Russell BryantMark str2dtmfmode() as currently unused to resolve...
2007-07-23  Russell Bryant(closes issue #10271)
2007-07-23  Russell Bryantnote the debug and verbose changes in CHANGES
2007-07-23  Russell Bryant(closes issue #10192)
2007-07-23  Luigi Rizzointroduce two functions, map_x_s() and map_s_x(), to map
2007-07-23  Russell BryantRemove an unused function to resolve a compiler warning
2007-07-23  Joshua ColpUse autoconf logic to determine byte swapping macro...
2007-07-23  Luigi Rizzomove "sip prunte realtime ..." and "sip set debug ...
2007-07-23  Joshua ColpMerged revisions 76519 via svnmerge from
2007-07-23  Russell BryantMerged revisions 76485 via svnmerge from
2007-07-23  Luigi RizzoAdd some documentation on the sipregistry states and the
2007-07-23  Luigi Rizzoadd a bit of comments on internal functions.
2007-07-22  Luigi Rizzorewrite "sip show {channels|subscriptions}" CLI handler
2007-07-22  Luigi RizzoMake sip_destroy() return NULL so the caller can do...
2007-07-22  Luigi Rizzoadd two comment blocks, one on reusing nonces, and...
2007-07-22  Luigi Rizzocomment and slightly restructure handle_request() in...
next