summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-17fix the use of an uninitialized variable (issue #7746, pointed out by garyhai)Russell Bryant
2006-08-16Move things around a bit more for onhold support, and add a check to only dec...Joshua Colp
2006-08-16move the calls to ast_jb_configure() to before the PBX thread is started on theRussell Bryant
2006-08-15print a more user friendly error message with the text representation of codecsRussell Bryant
2006-08-15reduce duplicated code by using print_codec_to_cli in sip_show_user as it isRussell Bryant
2006-08-10Add support to see if a peer has someone on hold, and fix a small bug with ge...Joshua Colp
2006-08-08Merge team/russell/ast_verbose_threadstorageRussell Bryant
2006-08-07Fix accidental removal of if() in commit 38905Olle Johansson
2006-08-07Issue #7651 - always send subscription-state (AuPix)Olle Johansson
2006-08-05Merged revisions 38950 via svnmerge from Russell Bryant
2006-08-05Merged revisions 38903-38904 via svnmerge from Russell Bryant
2006-08-04Don't assume that a referred by URI will always exist (issue #7641 reported a...Joshua Colp
2006-08-02Merged revisions 38731 via svnmerge from Kevin P. Fleming
2006-07-31Merged revisions 38611 via svnmerge from Kevin P. Fleming
2006-07-28add macros for the pure and const attributes to compiler.h, in case they everRussell Bryant
2006-07-28Add the function attribute "pure" or "const" to various functions that performRussell Bryant
2006-07-28Merged revisions 38420 via svnmerge from Joshua Colp
2006-07-27Merged revisions 38288 via svnmerge from Russell Bryant
2006-07-26Merged revisions 38234 via svnmerge from Joshua Colp
2006-07-24Start out with cleared RTP payload structures instead of defaults. This shoul...Joshua Colp
2006-07-24move middle-of-the-block declaration at the top.Luigi Rizzo
2006-07-24Only deal with getting the supported payloads on audio if an audio RTP stream...Joshua Colp
2006-07-22use ast_atomic_fetchadd_int in chan_zap, sip, and iax2 for usecount handlingRussell Bryant
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