summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2006-06-30Fix up a few log messages in chan_sip (issue #7449 reported by tgrman)Joshua Colp
2006-06-30Store sysname even if we do not store fullcontact (thanks tholo)Olle Johansson
2006-06-29...too early in the morning for commits in Bergen, Norway...Olle Johansson
2006-06-29Add support for a=inactive in SDP for holding. This is not very well documentedOlle Johansson
2006-06-27Don't delete initid scheduled item twice... Thanks, vecher, for bugging me ab...Olle Johansson
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-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-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-23revert my changes that converted the jb on the channel to be dynamicallyRussell Bryant
2006-06-22- dynamically allocate the ast_jb structure that is on the channel structureRussell Bryant
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-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-19- Formatting Olle Johansson
2006-06-15Hoppsan!Olle Johansson
2006-06-15- Do not require a space at the end of the m= string in a T38 re-inviteOlle Johansson
2006-06-14Add some debug loggingOlle Johansson
2006-06-14Formatting fixesOlle Johansson
2006-06-13adds support for t38 pass through patch brought up to trunk fromMatt O'Gorman
2006-06-12only set the QOS variables if the pvt has an owner so that they are notRussell Bryant
2006-06-12Formatting fix and doxygen updateOlle Johansson
2006-06-12Fix typo (Thanks Vechers!)Olle Johansson
2006-06-12- Remove redundant forward declarationOlle Johansson
2006-06-11- Complete addition of forward declarations and grouping of functionsOlle Johansson
2006-06-09Issue #7325 - Parse string after URI decoding (casper)Olle Johansson
2006-06-09Store RTCP reports in channel variables and SIP historyOlle Johansson
2006-06-09- RTP debug message formattingOlle Johansson
2006-06-09Another try at hanging up the transferer channel after the masqOlle Johansson
2006-06-09Don't force context for domain= setting (imported from 1.2)Olle Johansson
2006-06-09Remove the return value from functions that return something that is never ch...Olle Johansson
2006-06-09Enabling and disabling debug messages...Olle Johansson
2006-06-08move 'struct ast_rtp' back to rtp.c where it belongsKevin P. Fleming
2006-06-08Debug logging fixesOlle Johansson
2006-06-08At least reply if we get a fatal error in handling a packet.Olle Johansson
2006-06-08Don't crash if chan2 does not exist (one-legged call situations, like echo)Olle Johansson