summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2006-07-21 This corrects the crash condition present in #7575, but I'm not really sure ...BJ Weschke
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forRussell Bryant
2006-07-20Only bitmaskify the RTP payload structure for video if an RTP structure exist...Joshua Colp
2006-07-19Fix a few doxygen warnings.North Antara
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...Kevin P. Fleming
2006-07-19revert this morning's incorrect indentation changeKevin P. Fleming
2006-07-19First pass at in-place file manipulation via managerMark Spencer
2006-07-13actually make the non-standard G726-32 behavior available for SIP clientsKevin P. Fleming
2006-07-13Merged revisions 37531 via svnmerge from Kevin P. Fleming
2006-07-13allow users of RTP to use G726-32 AAL2 packing even when RFC3551 packing has ...Kevin P. Fleming
2006-07-12repeat after me ...Russell Bryant
2006-07-12Re-enable RTCP quality reportsOlle Johansson
2006-07-07eliminate some pointer signedness warningsRussell Bryant
2006-07-06Merged revisions 37173 via svnmerge from Joshua Colp
2006-07-05Draft became RFC...Olle Johansson
2006-07-04Specify digest algorithm for picky clientsOlle Johansson
2006-07-03Increase buffer size for routing headers. When routing with enc.keys withinOlle Johansson
2006-07-03Raise debugging level for messageOlle Johansson
2006-07-03Blocked revisions 36725 via svnmergeRussell Bryant
2006-07-02Issue #7421 - Hold status not working fully. Thanks jmls for a good job debug...Olle Johansson
2006-07-02users want code to compile, really. Olle Johansson
2006-07-02Formatting and debug output fixesOlle Johansson
2006-07-02tell the other side that we're using 20 ms packetization for iLBCOlle Johansson
2006-07-02- Make use of system name in realtime SIP peers optionalOlle Johansson
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