aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-10Add support to see if a peer has someone on hold, and fix a small bug with ge...file1-21/+50
2006-08-08Merge team/russell/ast_verbose_threadstoragerussell1-10/+1
2006-08-07Fix accidental removal of if() in commit 38905oej1-1/+2
2006-08-07Issue #7651 - always send subscription-state (AuPix)oej1-2/+1
2006-08-05Merged revisions 38950 via svnmerge from russell1-1/+1
2006-08-05Merged revisions 38903-38904 via svnmerge from russell1-3/+9
2006-08-04Don't assume that a referred by URI will always exist (issue #7641 reported a...file1-3/+7
2006-08-02Merged revisions 38731 via svnmerge from kpfleming1-9/+12
2006-07-31Merged revisions 38611 via svnmerge from kpfleming1-10/+30
2006-07-28add macros for the pure and const attributes to compiler.h, in case they everrussell1-7/+8
2006-07-28Add the function attribute "pure" or "const" to various functions that performrussell1-7/+7
2006-07-28Merged revisions 38420 via svnmerge from file1-4/+5
2006-07-27Merged revisions 38288 via svnmerge from russell1-1/+10
2006-07-26Merged revisions 38234 via svnmerge from file1-1/+1
2006-07-24Start out with cleared RTP payload structures instead of defaults. This shoul...file1-9/+4
2006-07-24move middle-of-the-block declaration at the top.rizzo1-1/+1
2006-07-24Only deal with getting the supported payloads on audio if an audio RTP stream...file1-2/+3
2006-07-22use ast_atomic_fetchadd_int in chan_zap, sip, and iax2 for usecount handlingrussell1-8/+3
2006-07-21 This corrects the crash condition present in #7575, but I'm not really sure ...bweschke1-3/+2
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forrussell1-159/+97
2006-07-20Only bitmaskify the RTP payload structure for video if an RTP structure exist...file1-1/+2
2006-07-19Fix a few doxygen warnings.north1-1/+1
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming1-34/+52
2006-07-19revert this morning's incorrect indentation changekpfleming1-1/+1
2006-07-19First pass at in-place file manipulation via managermarkster1-1/+1
2006-07-13actually make the non-standard G726-32 behavior available for SIP clientskpfleming1-5/+12
2006-07-13Merged revisions 37531 via svnmerge from kpfleming1-1/+3
2006-07-13allow users of RTP to use G726-32 AAL2 packing even when RFC3551 packing has ...kpfleming1-12/+12
2006-07-12repeat after me ...russell1-1/+1
2006-07-12Re-enable RTCP quality reportsoej1-4/+5
2006-07-07eliminate some pointer signedness warningsrussell1-4/+4
2006-07-06Merged revisions 37173 via svnmerge from file1-1/+1
2006-07-05Draft became RFC...oej1-1/+1
2006-07-04Specify digest algorithm for picky clientsoej1-2/+2
2006-07-03Increase buffer size for routing headers. When routing with enc.keys withinoej1-1/+1
2006-07-03Raise debugging level for messageoej1-1/+1
2006-07-03Blocked revisions 36725 via svnmergerussell1-4/+1
2006-07-02Issue #7421 - Hold status not working fully. Thanks jmls for a good job debug...oej1-7/+12
2006-07-02users want code to compile, really. oej1-2/+2
2006-07-02Formatting and debug output fixesoej1-7/+9
2006-07-02tell the other side that we're using 20 ms packetization for iLBCoej1-1/+6
2006-07-02- Make use of system name in realtime SIP peers optionaloej1-23/+30
2006-06-30Fix up a few log messages in chan_sip (issue #7449 reported by tgrman)file1-3/+4
2006-06-30Store sysname even if we do not store fullcontact (thanks tholo)oej1-3/+8
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-27Don't delete initid scheduled item twice... Thanks, vecher, for bugging me ab...oej1-2/+0
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