summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2006-06-27Formatting and doxygen fixesOlle Johansson
2006-06-27issue #7033 - Don't burst pokes to peers at load or reload.Olle Johansson
2006-06-27Inspired by issue 6742, but solved in a different way.Olle Johansson
2006-06-27fixes segfault on incoming call which is disconnected in Alerting stateChristian Richter
2006-06-27Don't change direction of the dialogue when we send a re-inviteOlle Johansson
2006-06-26Found a missing "l" on the left side of the sofa, close to the TV.Olle Johansson
2006-06-26Issue #7421 - Stop generator on both call legs (patch by tgrman) Olle Johansson
2006-06-26Issue #7429 - accessing a not allocated structure causes segfault... (tgrman,...Olle Johansson
2006-06-26* fixed the busy stateChristian Richter
2006-06-26fix for issue #7245Kevin P. Fleming
2006-06-26Separate private options so we don't request bug report on those...Olle Johansson
2006-06-26Update the SIP options list from IANA repositoryOlle Johansson
2006-06-25Merged revisions 35915 via svnmerge from Tilghman Lesher
2006-06-25use new (separate) dependencies file from menuselectKevin P. Fleming
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...Kevin P. Fleming
2006-06-24search for Zaptel and libtonezone separately in the configure scriptKevin P. Fleming
2006-06-23fix some little issues on big endian platforms to resolve compiler warningsRussell Bryant
2006-06-23revert my changes that converted the jb on the channel to be dynamicallyRussell Bryant
2006-06-23reduce indentationRussell Bryant
2006-06-23reduce indentationRussell Bryant
2006-06-22- move the increase of the use count to be after the possible failuresRussell Bryant
2006-06-22- dynamically allocate the ast_jb structure that is on the channel structureRussell Bryant
2006-06-22use .PHONY instead of FORCERussell Bryant
2006-06-22- convert the 'uninstall' target to use separate targets to process eachRussell Bryant
2006-06-22- specify that 'depend' is a .PHONY targetRussell Bryant
2006-06-22- specify that 'all' is a .PHONY targetRussell Bryant
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsRussell Bryant
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-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-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-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-19- Formatting Olle Johansson
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-18bail if ast_calloc fails, this was done before but i accidently removed it whenRussell Bryant
2006-06-18fix various coding guidelines issues (issue #7345, with additional changes)Russell Bryant
2006-06-18Merged revisions 34627 via svnmerge from Russell Bryant