summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsRussell Bryant
2006-06-22use $(FIND) and $(LN) from configureRussell Bryant
2006-06-22use $(BASENAME) set by configureRussell Bryant
2006-06-22use the AC_PREFIX_DEFAULT macro to set the default prefix instead of settingRussell Bryant
2006-06-21Add agent to video docsOlle Johansson
2006-06-21Add video support to chan_agent. Olle Johansson
2006-06-21Issue #7380 - Cannot put a one-legged call on hold/off holdOlle Johansson
2006-06-21Merged revisions 35334 via svnmerge from Joshua Colp
2006-06-21Only delete scheduled item if it existsOlle Johansson
2006-06-21Actually allow realtime queue members to be added (issue #7408 reported by tg...Joshua Colp
2006-06-21Only formatting changes... (tabs to spaces)Olle Johansson
2006-06-21Fix timing issue (race) with poke/pong for very close peers that can cause a ...Joshua Colp
2006-06-21* added support for PID export/import to identify bridging in misdn_call alreadyChristian Richter
2006-06-21- Doxygen and some formatting fixes in res_featuresOlle Johansson
2006-06-21Finally fix parking and go back to metermaidsOlle Johansson
2006-06-20Bug 7399 - Sample config showed [general] as the context, so the app should l...Tilghman Lesher
2006-06-20Bug 7372: Wrong size for the block alignment (should have been 4 bytes;Tilghman Lesher
2006-06-20How many times can we free allocated memory? Many, obviously... ;-)Olle Johansson
2006-06-20Hunting crash when parking calls with SIP REFEROlle Johansson
2006-06-20use correct test for checking if sip domains are enabled or notOlle Johansson
2006-06-20$(INSTALL) is determined by configure and set in the makeopts fileRussell Bryant
2006-06-20Merged revisions 35121 via svnmerge from Tilghman Lesher
2006-06-20Don't count unknown media streams as media streams in the offer... (Fenlander...Olle Johansson
2006-06-20parse SDP properly even when we are debugging. (Thanks fenlander!)Olle Johansson
2006-06-20Issue #6820 - SIP channels hang in semi active stateOlle Johansson
2006-06-20fix an issue with dtmf not being sent sometimesNorth Antara
2006-06-20ensure menuselect fails if the deps file isn't foundRussell Bryant
2006-06-20- use $(CC) instead of gcc when building testexpr2Russell Bryant
2006-06-19- Formatting Olle Johansson
2006-06-19Merged revisions 34911 via svnmerge from Joshua Colp
2006-06-19Merged revisions 34875 via svnmerge from Tilghman Lesher
2006-06-19various cleanups, remove support for CVS checkoutsKevin P. Fleming
2006-06-19copy the definition of ast_strdupa and use it instead of strdupa to fix theRussell Bryant
2006-06-19when we get a disconnect, we should stop the tones on te side..Christian Richter
2006-06-19we need to send DISCONNECT on Timeout in the ALERTING/PROCEEDING cases tooChristian Richter
2006-06-19don't blow up in the sub Makefiles if menuselect.makeopts is not present. ThisRussell Bryant
2006-06-18No need to have debug enabled by default anymore..North Antara
2006-06-18Finally merge chan_skinny fixes into trunk.North Antara
2006-06-18handle ast_calloc failure and tweak some formatting to comply with codingRussell Bryant
2006-06-18merge changes from team/murf/AEL-trunk-fixesonlyRussell Bryant
2006-06-18fix a polish voicemail bug with saying dates (issue #7389, supczinskib)Russell Bryant
2006-06-18bail if ast_calloc fails, this was done before but i accidently removed it whenRussell Bryant
2006-06-18Blocked revisions 34655 via svnmergeRussell Bryant
2006-06-18fix various coding guidelines issues (issue #7345, with additional changes)Russell Bryant
2006-06-18use the CFLAGS from the main Makefile when building libdb1Russell Bryant
2006-06-18there is no reason to build and link stdtime/libtime.a because we alreadyRussell Bryant
2006-06-18Merged revisions 34627 via svnmerge from Russell Bryant
2006-06-18added TONE_HANGUP, also added Tone generation by mISDN_dsp for post hangup to...Christian Richter
2006-06-18commit russell's menuselect/buildoptions work with some changes:Kevin P. Fleming
2006-06-17* fixed bchannel cleaning race condition with new bchannel state (CLEAN_REQUEST)Christian Richter