aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-6/+40
2006-08-30Why check bridgepeer twice?oej1-2/+0
2006-08-30Don't add headers to an uninitialized eq (from issue 7694 garyhai, but notoej1-2/+2
2006-08-30Note to myself: Remember Russell's note: Always compile first...oej1-1/+0
2006-08-30Mark ALERT_INFO as deprecated. This can now be done with the sipaddheader() a...oej1-0/+4
2006-08-30Issue #7572 (Boesl) - hangup channel that get buggy 487 response (imported fr...oej1-0/+3
2006-08-30Issue #7822 - don't issue SRV lookups if it's disabled. (barthek)oej1-2/+2
2006-08-30Use an API call (ast_rtp_get_bridged) to return the RTP stream we are bridged...file1-6/+9
2006-08-28Merge in RTP-level packet bridging. Packet comes in, packet goes out - that's...file1-20/+39
2006-08-21Allow an offset for SIP_HEADER so you can get more then 1 header of the same ...file1-5/+19
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-15/+8
2006-08-17fix the use of an uninitialized variable (issue #7746, pointed out by garyhai)russell1-1/+3
2006-08-16Move things around a bit more for onhold support, and add a check to only dec...file1-21/+14
2006-08-16move the calls to ast_jb_configure() to before the PBX thread is started on therussell1-4/+2
2006-08-15print a more user friendly error message with the text representation of codecsrussell1-2/+9
2006-08-15reduce duplicated code by using print_codec_to_cli in sip_show_user as it isrussell1-15/+2
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