aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-06-29...too early in the morning for commits in Bergen, Norway...oej1-1/+1
2006-06-29Add support for a=inactive in SDP for holding. This is not very well documentedoej1-16/+23
2006-06-28moved a notice into a logcrichter1-0/+5
2006-06-28fixed a few state problems when hanging up the call. also changed a few debug...crichter2-13/+12
2006-06-27Don't delete initid scheduled item twice... Thanks, vecher, for bugging me ab...oej1-2/+0
2006-06-27Code cleanup while trying to understand this channel...oej1-211/+175
2006-06-27Formatting and doxygen fixesoej1-20/+22
2006-06-27issue #7033 - Don't burst pokes to peers at load or reload.oej1-4/+14
2006-06-27Inspired by issue 6742, but solved in a different way.oej1-3/+16
2006-06-27fixes segfault on incoming call which is disconnected in Alerting statecrichter1-0/+1
2006-06-27Don't change direction of the dialogue when we send a re-inviteoej1-5/+1
2006-06-26Found a missing "l" on the left side of the sofa, close to the TV.oej1-1/+1
2006-06-26Issue #7421 - Stop generator on both call legs (patch by tgrman) oej1-0/+1
2006-06-26Issue #7429 - accessing a not allocated structure causes segfault... (tgrman,...oej1-9/+9
2006-06-26* fixed the busy statecrichter4-58/+111
2006-06-26fix for issue #7245kpfleming1-3/+3
2006-06-26Separate private options so we don't request bug report on those...oej1-2/+6
2006-06-26Update the SIP options list from IANA repositoryoej1-5/+14
2006-06-25Merged revisions 35915 via svnmerge from tilghman1-1/+1
2006-06-25use new (separate) dependencies file from menuselectkpfleming1-0/+1
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming3-92/+15
2006-06-24search for Zaptel and libtonezone separately in the configure scriptkpfleming2-3/+4
2006-06-23fix some little issues on big endian platforms to resolve compiler warningsrussell1-9/+13
2006-06-23revert my changes that converted the jb on the channel to be dynamicallyrussell8-96/+56
2006-06-23reduce indentationrussell1-140/+135
2006-06-23reduce indentationrussell1-48/+55
2006-06-22- move the increase of the use count to be after the possible failuresrussell1-6/+6
2006-06-22- dynamically allocate the ast_jb structure that is on the channel structurerussell8-63/+105
2006-06-22use .PHONY instead of FORCErussell1-3/+3
2006-06-22- convert the 'uninstall' target to use separate targets to process eachrussell1-1/+1
2006-06-22- specify that 'depend' is a .PHONY targetrussell1-1/+1
2006-06-22- specify that 'all' is a .PHONY targetrussell1-1/+1
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsrussell1-0/+2
2006-06-21Add video support to chan_agent. oej1-5/+11
2006-06-21Issue #7380 - Cannot put a one-legged call on hold/off holdoej1-5/+5
2006-06-21Only formatting changes... (tabs to spaces)oej1-50/+49
2006-06-21Fix timing issue (race) with poke/pong for very close peers that can cause a ...file1-12/+21
2006-06-21* added support for PID export/import to identify bridging in misdn_call alreadycrichter2-156/+254
2006-06-21- Doxygen and some formatting fixes in res_featuresoej1-1/+1
2006-06-21Finally fix parking and go back to metermaidsoej1-1/+6
2006-06-20How many times can we free allocated memory? Many, obviously... ;-)oej1-2/+2
2006-06-20Hunting crash when parking calls with SIP REFERoej1-1/+22
2006-06-20use correct test for checking if sip domains are enabled or notoej1-1/+1
2006-06-20Don't count unknown media streams as media streams in the offer... (Fenlander...oej1-2/+4
2006-06-20parse SDP properly even when we are debugging. (Thanks fenlander!)oej1-14/+19
2006-06-20Issue #6820 - SIP channels hang in semi active stateoej1-12/+13
2006-06-20fix an issue with dtmf not being sent sometimesnorth1-7/+15
2006-06-19- Formatting oej1-102/+104
2006-06-19when we get a disconnect, we should stop the tones on te side..crichter2-1/+6
2006-06-19we need to send DISCONNECT on Timeout in the ALERTING/PROCEEDING cases toocrichter1-1/+3