]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2006-06-07  Kevin P. Flemingmove autoconfig.h to the include/asterisk directory...
2006-06-07  Kevin P. Flemingsimplify autoconfig include mechanism (make tholo happy...
2006-06-07  Russell Bryantremove the WITH_SMDI define
2006-06-07  Russell BryantMerged revisions 32818 via svnmerge from
2006-06-07  Russell Bryantadd an updated patch that adds dnsmgr support for outgo...
2006-06-07  Russell Bryantremove the need to have to re-run make after a default...
2006-06-07  Christian Richterchanged the clean_up_bc function to work proper again...
2006-06-06  Russell Bryantrevert my changes to convert fields of zt_pvt to use...
2006-06-06  Matthew FredricksonAdd q.921 state information. (#7260)
2006-06-06  Russell Bryantoops.
2006-06-06  Russell Bryantmove a variable declaration to the beginning of a block
2006-06-06  Russell Bryantuse sizeof to determine the size of a buffer
2006-06-06  Russell Bryantuse sizeof to get the size of a buffer
2006-06-06  BJ Weschke More updates.
2006-06-06  Russell Bryantmake a global list head static
2006-06-06  BJ Weschke More cleanup.
2006-06-06  Russell Bryantmove a declaration to the beginning of a block
2006-06-06  BJ Weschke Don't leak memory.
2006-06-06  Russell Bryantallocate an int on the stack instead of with ast_calloc
2006-06-06  BJ WeschkeAll better now!
2006-06-06  Matt O'Gormanfixes some issues with description loggin on presence
2006-06-06  Matt O'Gormanfix a potential segfault
2006-06-06  Russell Bryantadd missing include
2006-06-06  Matt O'Gormanallow presence events to be handled before the
2006-06-06  Matt O'Gormanfixed autoregister bug.
2006-06-06  BJ Weschke If the recorded file is found, don't actually start...
2006-06-06  Tilghman LesherMerged revisions 32605 via svnmerge from
2006-06-06  Kevin P. Flemingfix some compiler warnings about variables used before...
2006-06-06  Olle JohanssonMerge of the "sdpcleanup" branch. Thanks to John Martin...
2006-06-06  Tilghman LesherMerged revisions 32582 via svnmerge from
2006-06-06  Kevin P. FlemingMerged revisions 32566 via svnmerge from
2006-06-06  Russell Bryantdon't return -1 if zapata.conf is not present (part...
2006-06-06  Christian Richteradded select before write to avoid deadlock on full...
2006-06-06  BJ Weschke Introducing app_followme into /trunk!
2006-06-06  Russell Bryantfix a channel deadlock in ast_answer
2006-06-06  Russell Bryant- use stringfields in a bunch of the fields of the...
2006-06-06  Russell Bryantfix some typos in the stringfields documentation
2006-06-06  Russell Bryantadd the ability to do the same thing as "make dont...
2006-06-05  Kevin P. Fleminguse module names, not file names, in menuselect
2006-06-05  Kevin P. FlemingMerged revisions 32373 via svnmerge from
2006-06-05  Kevin P. Flemingbegin adding support for new sound packages
2006-06-05  Kevin P. Flemingyet another massive performance and memory savings...
2006-06-05  Russell Bryantrevert the changes to allow chan_iax2 to use dnsmgr...
2006-06-05  Russell Bryantuse the standard Asterisk copyright header
2006-06-05  Russell Bryantclean up various formatting issues
2006-06-05  Joshua ColpConvert chan_iax2 to use dnsmgr in order to deal with...
2006-06-05  Olle JohanssonDoxygen updates
2006-06-05  Kevin P. Flemingit's time... only enable global priority jumping if...
2006-06-05  Olle JohanssonMove definition of RTP structure to rtp.h (preparing...
2006-06-05  Olle JohanssonIssue 7231 - Utility to convert libtonezone indications...
2006-06-05  Olle JohanssonIssue #7231 - Missing indications from libtonezone...
2006-06-05  Olle JohanssonIssue #2863 - Improved RTCP support (John Martin, Fredr...
2006-06-05  Olle Johansson- Add headers to e-mail with caller ID name and number...
2006-06-05  Olle JohanssonIssue 7208 - Handle ; in userinfo part of URI too
2006-06-05  Olle JohanssonDo not use ':' as a separator between arguments (kept...
2006-06-05  Olle JohanssonOnly override callingpres set by rpid if user/peer...
2006-06-05  Russell Bryantfix a typo in the documentation of how to use string...
2006-06-04  Olle JohanssonCode simplification
2006-06-04  Olle Johansson- Fix more problems in transfer code (thanks Tholo!)
2006-06-04  Olle Johansson- Add information about transcoding to "show channel"
2006-06-04  Olle JohanssonRespond to some of Luigis questions...
2006-06-04  Olle JohanssonFix potential bug. THanks luigi!
2006-06-04  Olle Johansson- 5 is the highest used debug level, so let's stay...
2006-06-04  Olle Johansson- Doxygen fix
2006-06-04  Olle JohanssonShow max bitrate in "sip show user" and "sip show channel"
2006-06-04  Matt O'Gormanoops my config file was out of date not the sample
2006-06-04  Matt O'Gormanoops fixing example config
2006-06-04  Matt O'Gormanoops
2006-06-04  Matt O'Gormansolves some issues with jabberstatus app
2006-06-04  Olle JohanssonMake tonezone writeable in CHANNEL() (from my old func_...
2006-06-04  Olle Johansson- Typo in chan_sip (: missing)
2006-06-04  Olle JohanssonAdd formats in text form to dumpchan()
2006-06-04  Olle JohanssonDoxygen improvements
2006-06-04  Olle JohanssonDoxygen formatting fixes
2006-06-04  Russell BryantUse a dynamically sized array to store the list of...
2006-06-04  Kevin P. FlemingMerged revisions 31921 via svnmerge from
2006-06-04  Luigi Rizzoadd a bit of comment on what build_route does,
2006-06-03  Luigi Rizzoremove some duplicated code;
2006-06-03  Luigi Rizzosmall simplification in assignments, and fix a typo...
2006-06-03  Luigi Rizzomark XXX some places where there is a return right...
2006-06-03  Luigi Rizzofix indentation of a block
2006-06-03  Luigi Rizzosome code simplifications using S_OR() to remove some...
2006-06-03  Luigi Rizzouse ast_skip_blanks() where appropriate, and use standard
2006-06-03  Luigi Rizzomark XXX a buggy section of code and implement a probable
2006-06-03  Luigi Rizzosimplify logic in a small block of code
2006-06-03  Luigi Rizzomark XXX a bug in the code. oej/kevin, any idea what...
2006-06-03  BJ Weschke Make sure DEBUG is really cranked up before we decide...
2006-06-03  Luigi Rizzoremove duplicate code
2006-06-03  Luigi RizzoReplace '\"' with '"'.
2006-06-03  Russell Bryantwhen using moh files mode, don't look for a file past...
2006-06-03  BJ WeschkeMerged revisions 31738 via svnmerge from
2006-06-03  Olle JohanssonAdding John Martin to CREDITS for his video work
2006-06-03  Tilghman LesherTwo missed cases
2006-06-03  Tilghman LesherOoops, those characters weren't really periods (credit...
2006-06-02  Russell Bryantadd credits for cdr_radius
2006-06-02  Olle JohanssonAdding credits for SIP transfer work
2006-06-02  Russell Bryantadd a comment where some memory usage optimization...
2006-06-01  Russell Bryantuse strcpy instead of snprintf in a couple places
2006-06-01  Kevin P. FlemingMerged revisions 31555 via svnmerge from
2006-06-01  Kevin P. FlemingMerged revisions 31520 via svnmerge from
next