]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2006-06-22  Russell Bryantnothing to see here ...
2006-06-22  Russell Bryantadd the 'clean', 'clean-depend', and 'dist-clean' targe...
2006-06-22  Russell Bryantuse $(FIND) and $(LN) from configure
2006-06-22  Russell Bryantuse $(BASENAME) set by configure
2006-06-22  Russell Bryantuse the AC_PREFIX_DEFAULT macro to set the default...
2006-06-21  Olle JohanssonAdd agent to video docs
2006-06-21  Olle JohanssonAdd video support to chan_agent.
2006-06-21  Olle JohanssonIssue #7380 - Cannot put a one-legged call on hold...
2006-06-21  Joshua ColpMerged revisions 35334 via svnmerge from
2006-06-21  Olle JohanssonOnly delete scheduled item if it exists
2006-06-21  Joshua ColpActually allow realtime queue members to be added ...
2006-06-21  Olle JohanssonOnly formatting changes... (tabs to spaces)
2006-06-21  Joshua ColpFix timing issue (race) with poke/pong for very close...
2006-06-21  Christian Richter* added support for PID export/import to identify bridg...
2006-06-21  Olle Johansson- Doxygen and some formatting fixes in res_features
2006-06-21  Olle JohanssonFinally fix parking and go back to metermaids
2006-06-20  Tilghman LesherBug 7399 - Sample config showed [general] as the contex...
2006-06-20  Tilghman LesherBug 7372: Wrong size for the block alignment (should...
2006-06-20  Olle JohanssonHow many times can we free allocated memory? Many,...
2006-06-20  Olle JohanssonHunting crash when parking calls with SIP REFER
2006-06-20  Olle Johanssonuse correct test for checking if sip domains are enable...
2006-06-20  Russell Bryant$(INSTALL) is determined by configure and set in the...
2006-06-20  Tilghman LesherMerged revisions 35121 via svnmerge from
2006-06-20  Olle JohanssonDon't count unknown media streams as media streams...
2006-06-20  Olle Johanssonparse SDP properly even when we are debugging. (Thanks...
2006-06-20  Olle JohanssonIssue #6820 - SIP channels hang in semi active state
2006-06-20  North Antarafix an issue with dtmf not being sent sometimes
2006-06-20  Russell Bryantensure menuselect fails if the deps file isn't found
2006-06-20  Russell Bryant- use $(CC) instead of gcc when building testexpr2
2006-06-19  Olle Johansson- Formatting
2006-06-19  Joshua ColpMerged revisions 34911 via svnmerge from
2006-06-19  Tilghman LesherMerged revisions 34875 via svnmerge from
2006-06-19  Kevin P. Flemingvarious cleanups, remove support for CVS checkouts
2006-06-19  Russell Bryantcopy the definition of ast_strdupa and use it instead...
2006-06-19  Christian Richterwhen we get a disconnect, we should stop the tones...
2006-06-19  Christian Richterwe need to send DISCONNECT on Timeout in the ALERTING...
2006-06-19  Russell Bryantdon't blow up in the sub Makefiles if menuselect.makeop...
2006-06-18  North AntaraNo need to have debug enabled by default anymore..
2006-06-18  North AntaraFinally merge chan_skinny fixes into trunk.
2006-06-18  Russell Bryanthandle ast_calloc failure and tweak some formatting...
2006-06-18  Russell Bryantmerge changes from team/murf/AEL-trunk-fixesonly
2006-06-18  Russell Bryantfix a polish voicemail bug with saying dates (issue...
2006-06-18  Russell Bryantbail if ast_calloc fails, this was done before but...
2006-06-18  Russell BryantBlocked revisions 34655 via svnmerge
2006-06-18  Russell Bryantfix various coding guidelines issues (issue #7345,...
2006-06-18  Russell Bryantuse the CFLAGS from the main Makefile when building...
2006-06-18  Russell Bryantthere is no reason to build and link stdtime/libtime...
2006-06-18  Russell BryantMerged revisions 34627 via svnmerge from
2006-06-18  Christian Richteradded TONE_HANGUP, also added Tone generation by mISDN_...
2006-06-18  Kevin P. Flemingcommit russell's menuselect/buildoptions work with...
2006-06-17  Christian Richter* fixed bchannel cleaning race condition with new bchan...
2006-06-16  Russell Bryantremove IMAP_STORAGE from the build options list for...
2006-06-16  Russell Bryantremove prototypes for static functions and fix some...
2006-06-16  Russell Bryantremove "depend" from the "all" targets in sub Makefiles...
2006-06-16  Joshua ColpFix adsi target in main Makefile and check a variable...
2006-06-16  Joshua ColpHandle failure of ast_calloc when allocating interfaces...
2006-06-16  Joshua ColpAdd bulgarian indications (issue #7314 reported by...
2006-06-16  Russell Bryantadd support for setting the CFLAGS for voicemail storag...
2006-06-16  Joshua ColpUpdate the RADIUS CDR module documentation (issue ...
2006-06-16  BJ Weschke Fixed per kpfleming's suggestion to asterisk-dev.
2006-06-16  BJ Weschke Quit early and print a LOG_WARNING if we are trying...
2006-06-16  BJ Weschke Make sure agent_tech is unregistered within unload_mod...
2006-06-16  BJ Weschke Don't ast_request a channel structure twice when a...
2006-06-16  Olle JohanssonDon't force a busy state that will break channel signal...
2006-06-16  Joshua ColpMerged revisions 34400 via svnmerge from
2006-06-16  Russell Bryantbuild menuselect objects with -Wall and remove an unuse...
2006-06-15  Russell Bryantremove prototypes for private functions and make functi...
2006-06-15  Olle JohanssonBlock patch for 1.2 already fixed in trunk, but in...
2006-06-15  Kevin P. FlemingMerged revisions 34274 via svnmerge from
2006-06-15  Olle JohanssonHoppsan!
2006-06-15  Tilghman LesherMerged revisions 34242 via svnmerge from
2006-06-15  Tilghman Lesherast_calloc() already reports OOM conditions
2006-06-15  Tilghman Lesherast_calloc already reports out of memory conditions...
2006-06-15  Olle Johansson- Do not require a space at the end of the m= string...
2006-06-14  Kevin P. Fleminguse the proper named constants for checking device...
2006-06-14  Kevin P. Flemingvarious coding style cleanup and minor fixes
2006-06-14  Kevin P. Flemingmake Local channel return sensible device state values
2006-06-14  Kevin P. FlemingMerged revisions 34159-34160 via svnmerge from
2006-06-14  Olle JohanssonAdd some debug logging
2006-06-14  Olle Johansson- Use our standard of doxygen comments, not javadoc...
2006-06-14  Kevin P. FlemingMerged revisions 34087 via svnmerge from
2006-06-14  Olle JohanssonFormatting fixes
2006-06-14  Kevin P. Flemingadd Grandstream to credits too
2006-06-14  Russell Bryantmake the compiler's life easier. Thanks Kevin :)
2006-06-14  Russell Bryantindicate which options are just binary and don't really...
2006-06-14  Kevin P. Fleminguse the proper test for compiler atomics
2006-06-14  Kevin P. FlemingMerged revisions 33993 via svnmerge from
2006-06-13  Jim DixonAllowed proper tx/rx signal exclusivity for simplex...
2006-06-13  Kevin P. Fleminguse atomic operations provided by the compiler if they...
2006-06-13  Kevin P. Fleminguse a compiler builtin (which uses processor instructio...
2006-06-13  Matt O'GormanI am the king of typos....
2006-06-13  Joshua ColpAllow AST_FRAME_MODEM frames to be dumped, and document...
2006-06-13  Matt O'Gormanadded thanks to voipsupply and steve underwood
2006-06-13  Matt O'Gormanadds support for t38 pass through patch brought up...
2006-06-13  Kevin P. Flemingminor fix
2006-06-13  Kevin P. FlemingMerged revisions 33841 via svnmerge from
2006-06-13  Russell BryantMerged revisions 33813 via svnmerge from
2006-06-13  Russell Bryantdestroy the loaded say.conf on module unload
2006-06-13  Russell Bryantfix a place where code returns without unlocking the...
2006-06-13  Russell BryantBlocked revisions 33783 via svnmerge
next