]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2006-05-23  Matt O'Gormanhmm still need a way to get rid of connections
2006-05-23  Matthew FredricksonBump up the echo tail length option
2006-05-23  Matt O'Gormanfixes bug where server goes away.
2006-05-23  Christian Richteradded a l1watcher timeout, therefore removed the old...
2006-05-23  Matt O'Gormanallows for configurable answer timeout on attended...
2006-05-23  Kevin P. FlemingMerged revisions 29764 via svnmerge from
2006-05-23  BJ Weschke Sanity check code for an extended failure in trying...
2006-05-23  BJ Weschke What's good for 1.2 isn't good for /trunk. Fix for...
2006-05-23  Russell Bryanton a clean, we have to clean out the ael directory too
2006-05-23  Kevin P. Flemingrestore AST_LIST_HEAD_INIT (with no users in the tree...
2006-05-23  Matt O'Gormanfinish cleaning up some more stuff before russell
2006-05-23  Russell Bryantremove another excess "debug" message
2006-05-23  BJ WeschkeMerged revisions 29696 via svnmerge from
2006-05-23  BJ Weschke app_meetme Muting and Manager API enhancements #6731...
2006-05-23  Russell Bryantremove an unnecessary error message that is really...
2006-05-23  Russell Bryantupdate chan_jingle to reflect the recent change to...
2006-05-23  Olle JohanssonBreaking once will stop us... :-)
2006-05-23  Christian Richter* export_ies uses now _VAR else the vars are not copied...
2006-05-23  Olle JohanssonCode formatting
2006-05-23  Olle JohanssonFormatting, typos
2006-05-23  Mark SpencerHandle ringing (early) state properly on SIP
2006-05-22  Matt O'Gormanpatch from bug 0007204 to make bug 5750 follow standard
2006-05-22  Kevin P. Flemingremove properties from the xmpp merge
2006-05-22  Joshua ColpMerged revisions 29555 via svnmerge from
2006-05-22  Kevin P. Flemingbootstrap updates to include xmpp related stuff
2006-05-22  Matt O'Gormanasterisk-xmpp merge in
2006-05-22  Joshua ColpMerged revisions 29512 via svnmerge from
2006-05-22  BJ Weschke This is part 2/2 of the patches for #7090. Adds one...
2006-05-22  Joshua ColpMerged revisions 29464 via svnmerge from
2006-05-22  Russell Bryantadd DEBUG_CHANNEL_LOCKS to menuselect
2006-05-22  Joshua ColpAdd PICKUPMARK support to app_directed_pickup (issue...
2006-05-22  Joshua Colpdon't stop recording until hangup (no terminator) ...
2006-05-22  BJ Weschke Add UniqueID to the leave manager event.
2006-05-22  Christian Richteradded callcounters for incoming and outgoing calls
2006-05-22  Tilghman LesherMerged revisions 29398 via svnmerge from
2006-05-22  Tilghman LesherBlocked revisions 29394 via svnmerge
2006-05-22  Tilghman LesherEscaping commas within fields isn't always desireable.
2006-05-22  Luigi Rizzoremove code duplication generating some ast_verbose...
2006-05-22  Luigi Rizzouse functional form of time()
2006-05-22  Luigi Rizzouse the functional form of time(), and mark XXX a coupl...
2006-05-22  Luigi Rizzomore constifications
2006-05-22  Luigi Rizzovarious constification of function arguments to prevent...
2006-05-22  Luigi Rizzothe msg argument of the various transmi_response*(...
2006-05-22  Luigi Rizzomark const the 'header' argument of gettag
2006-05-22  Luigi Rizzomark const the source of copy_request
2006-05-22  Luigi Rizzofix indentation to make a table more readable
2006-05-22  Luigi Rizzosimplify register_peer_exten() removing some duplicated...
2006-05-22  Luigi Rizzouse strsep() to trim away ;xxx from SIP messages.
2006-05-22  Luigi Rizzouse a more compact method to trim the trailing ;.....
2006-05-22  Luigi Rizzoannotate const parameters of copy_header()
2006-05-22  Luigi Rizzosrc is const in parse_copy()
2006-05-22  Luigi Rizzominor logic simplification in get_sip_pvt_byid_locked()
2006-05-22  Luigi Rizzosimplify logic in function create_addr()
2006-05-22  Luigi Rizzosimplify logic in realtime_peer(), removing an unnecessary
2006-05-21  Luigi Rizzostrcmp() is the right function to use here, not strncmp().
2006-05-21  BJ WeschkeMerged revisions 29196 via svnmerge from
2006-05-21  Russell Bryantput a bunch of defines in enums, and convert comments...
2006-05-21  Russell Bryantremove a CLI command that has been marked deprecated...
2006-05-21  Luigi Rizzoremove an unused variable, and while at it
2006-05-20  Russell Bryantremove unused variable
2006-05-20  Russell BryantAdd support for logging CDR recrods to a radius server...
2006-05-20  Russell Bryantfix the possibility of writing one byte past the end...
2006-05-20  Russell Bryantadd some code optimizations, see the report for an...
2006-05-20  Russell Bryant- add a UserEvent action that allows a manager client...
2006-05-20  Kevin P. FlemingMerged revisions 28968 via svnmerge from
2006-05-20  Russell Bryantgit-svn-id: https://origsvn.digium.com/svn/asterisk...
2006-05-20  Russell Bryantremove an unused variable, and default the user to...
2006-05-20  Russell Bryantvarious fixes regarding coding guidelines issues
2006-05-20  Russell Bryantfix up another place where the code made assumptions...
2006-05-20  Kevin P. FlemingMerged revisions 28896 via svnmerge from
2006-05-20  Russell Bryantif a hostname is not specified, connect over a unix...
2006-05-20  Russell Bryantfix the build of func_realtime and aelparse with MTX_PR...
2006-05-20  Russell Bryantdefaults.h must be listed as a dependency after the...
2006-05-19  Kevin P. Flemingattributes need trailing CR-LF
2006-05-19  Russell Bryantallow chan_h323 to build (issue #7006, casper)
2006-05-19  Kevin P. Fleminglet's use the proper variable here, instead of segfault...
2006-05-19  Russell BryantMake the new behavior where the timestamp is checked...
2006-05-19  Russell Bryantwe have to build local copies of aelflex.o, aelbison...
2006-05-19  Kevin P. FlemingMerged revisions 28794 via svnmerge from
2006-05-19  Joshua ColpFix tab completion when you just do a plain tab without...
2006-05-19  Russell BryantMerged revisions 28790 via svnmerge from
2006-05-19  Russell Bryantthere is no reason to explicity specify -fomit-frame...
2006-05-19  Russell BryantMerged revisions 28754 via svnmerge from
2006-05-19  Russell Bryantadd support for more refined ability to set install...
2006-05-19  Tilghman LesherAs requested by kpfleming, renaming messagecount to...
2006-05-19  Russell Bryantonly delete call files if the timestamp on the file...
2006-05-19  Joshua ColpClean up some chan_zap code to make it more readable...
2006-05-19  Joshua ColpMerged revisions 28698 via svnmerge from
2006-05-19  Joshua ColpMerged revisions 28651 via svnmerge from
2006-05-19  Joshua ColpBlocked revisions 28630 via svnmerge
2006-05-19  Tilghman LesherMissing messagecount2 function
2006-05-19  Joshua ColpMerged revisions 28627 via svnmerge from
2006-05-19  Russell Bryantfix up a patch that did not merge properly from 1.2...
2006-05-19  Olle JohanssonAdding some documentation on Asterisk and video telepho...
2006-05-19  Olle JohanssonAdding send_text capability to chan_local
2006-05-19  Olle JohanssonFirst stab at supporting video in chan_local
2006-05-19  Olle JohanssonAdd simple devicestate for chan_local
2006-05-19  Olle JohanssonFormatting cleanup
2006-05-19  Russell Bryantwhen displaying the list of registered music on hold...
2006-05-18  Kevin P. Flemingrevert bogus change
next