Merged revisions 44486 via svnmerge from
[asterisk/asterisk.git] / channels / chan_sip.c
2006-10-05 Joshua ColpMerged revisions 44486 via svnmerge from
2006-10-05 Joshua ColpMerged revisions 44450 via svnmerge from
2006-10-05 Kevin P. FlemingMerged revisions 44433 via svnmerge from
2006-10-04 Kevin P. FlemingMerged revisions 44393 via svnmerge from
2006-10-04 Kevin P. FlemingMerged revisions 44378 via svnmerge from
2006-10-03 Joshua ColpMerged revisions 44284 via svnmerge from
2006-10-03 Matt O'Gormanbug #8076 check option_debug before printing to debug...
2006-10-02 Joshua ColpMerged revisions 44215 via svnmerge from
2006-10-02 Mark SpencerDon't use channel when you don't mean a channel
2006-09-30 Paul CadachMerged revisions 44078 via svnmerge from
2006-09-30 Paul CadachMerged revisions 44068 via svnmerge from
2006-09-28 Joshua ColpMerged revisions 43933 via svnmerge from
2006-09-28 Joshua ColpAdd jitterbuffer information to sip list settings ...
2006-09-27 Joshua ColpMerged revisions 43774 via svnmerge from
2006-09-26 Joshua ColpMerged revisions 43707 via svnmerge from
2006-09-22 Luigi Rizzostyle fix:
2006-09-21 Joshua ColpOh look more changes, but these are my own! (Clean...
2006-09-21 Tilghman LesherAnd some deprecated APIs and modifications to documentation
2006-09-21 Tilghman LesherLots more removal of deprecated things
2006-09-21 Joshua ColpSS7 marked the start of an open season for trunk again...
2006-09-20 Tilghman LesherConstify the result of a config retrieval function...
2006-09-19 Matt O'Gormansimilar patch for verbose vs debug with minor changes
2006-09-19 Joshua ColpImprove output of sip show peers (issue #6624 reported...
2006-09-18 Matt O'Gormanallow for packetization on rtp channel drivers, need...
2006-09-18 Olle JohanssonMerging patch from 1.2 - Issue #7682
2006-09-18 Olle JohanssonIssue #7351 - sending CANCEL when the call at some...
2006-09-18 Kevin P. Flemingmerge qwell's CLI verbification work
2006-09-16 Kevin P. Flemingmerge markster's usersconf branch with some slight...
2006-09-12 Olle JohanssonIssue #7924 - cmaj - Turn off silence suppression if...
2006-09-12 Olle JohanssonIssue #7928 - Don't send both 404 and 503. Fix by phsul...
2006-09-12 Olle JohanssonIf we've found a T38 SDP line, stop looking for more...
2006-09-11 Olle JohanssonMore formatting fixes and doxygen stuff
2006-09-11 Olle JohanssonAdd comment
2006-09-11 Olle Johansson- Use enum for send-request reliability flags
2006-09-11 Olle JohanssonMore formatting
2006-09-11 Olle JohanssonMore formatting/doxygen updates to keep me occupied
2006-09-11 Olle JohanssonIgnore this. Only whitespace fixes while being bored.
2006-09-11 Olle JohanssonChange from "r" as a variable name to "dialog". "r...
2006-09-11 Olle JohanssonUse Timer T1 for dialog timeouts/destruction
2006-09-10 Tilghman LesherIf the leading underscore is not stripped before compar...
2006-09-09 Olle JohanssonDon't destruct sessions prematurely. Especially not...
2006-09-09 Olle Johanssonimporting rev 42535 from 1.2 (which by mistake was...
2006-09-09 Olle JohanssonDon't destroy pvt prematurely. Wait for answer or timeout.
2006-09-09 Olle JohanssonClear proper flag
2006-09-07 Joshua ColpConvert some warnings into debug messages since they...
2006-09-04 Olle JohanssonMake sure we handle CANCEL/ACK properly (imported with...
2006-09-01 Joshua ColpMerged revisions 41768 via svnmerge from
2006-09-01 Joshua ColpIf we are doing video and we can't reinvite, then resor...
2006-09-01 Joshua ColpIf no number is specified in the SIP_HEADER dialplan...
2006-08-31 Matt O'Gormaneverything that loads a config that needs a config...
2006-08-31 Joshua ColpMerge in VLDTMF support with Zaptel/Core done by the...
2006-08-30 Olle JohanssonWhy check bridgepeer twice?
2006-08-30 Olle JohanssonDon't add headers to an uninitialized eq (from issue...
2006-08-30 Olle JohanssonNote to myself: Remember Russell's note: Always compile...
2006-08-30 Olle JohanssonMark ALERT_INFO as deprecated. This can now be done...
2006-08-30 Olle JohanssonIssue #7572 (Boesl) - hangup channel that get buggy...
2006-08-30 Olle JohanssonIssue #7822 - don't issue SRV lookups if it's disabled...
2006-08-30 Joshua ColpUse an API call (ast_rtp_get_bridged) to return the...
2006-08-28 Joshua ColpMerge in RTP-level packet bridging. Packet comes in...
2006-08-21 Joshua ColpAllow an offset for SIP_HEADER so you can get more...
2006-08-21 Kevin P. Flemingmerge new_loader_completion branch, including (at least):
2006-08-17 Russell Bryantfix the use of an uninitialized variable (issue #7746...
2006-08-16 Joshua ColpMove things around a bit more for onhold support, and...
2006-08-16 Russell Bryantmove the calls to ast_jb_configure() to before the...
2006-08-15 Russell Bryantprint a more user friendly error message with the text...
2006-08-15 Russell Bryantreduce duplicated code by using print_codec_to_cli...
2006-08-10 Joshua ColpAdd support to see if a peer has someone on hold, and...
2006-08-08 Russell BryantMerge team/russell/ast_verbose_threadstorage
2006-08-07 Olle JohanssonFix accidental removal of if() in commit 38905
2006-08-07 Olle JohanssonIssue #7651 - always send subscription-state (AuPix)
2006-08-05 Russell BryantMerged revisions 38950 via svnmerge from
2006-08-05 Russell BryantMerged revisions 38903-38904 via svnmerge from
2006-08-04 Joshua ColpDon't assume that a referred by URI will always exist...
2006-08-02 Kevin P. FlemingMerged revisions 38731 via svnmerge from
2006-07-31 Kevin P. FlemingMerged revisions 38611 via svnmerge from
2006-07-28 Russell Bryantadd macros for the pure and const attributes to compile...
2006-07-28 Russell BryantAdd the function attribute "pure" or "const" to various...
2006-07-28 Joshua ColpMerged revisions 38420 via svnmerge from
2006-07-27 Russell BryantMerged revisions 38288 via svnmerge from
2006-07-26 Joshua ColpMerged revisions 38234 via svnmerge from
2006-07-24 Joshua ColpStart out with cleared RTP payload structures instead...
2006-07-24 Luigi Rizzomove middle-of-the-block declaration at the top.
2006-07-24 Joshua ColpOnly deal with getting the supported payloads on audio...
2006-07-22 Russell Bryantuse ast_atomic_fetchadd_int in chan_zap, sip, and iax2...
2006-07-21 BJ Weschke This corrects the crash condition present in #7575...
2006-07-21 Russell BryantMerge a new implementation of ast_inet_ntoa, our thread...
2006-07-20 Joshua ColpOnly bitmaskify the RTP payload structure for video...
2006-07-19 North AntaraFix a few doxygen warnings.
2006-07-19 Kevin P. Flemingmerge Russell's 'hold_handling' branch, finally impleme...
2006-07-19 Kevin P. Flemingrevert this morning's incorrect indentation change
2006-07-19 Mark SpencerFirst pass at in-place file manipulation via manager
2006-07-13 Kevin P. Flemingactually make the non-standard G726-32 behavior availab...
2006-07-13 Kevin P. FlemingMerged revisions 37531 via svnmerge from
2006-07-13 Kevin P. Flemingallow users of RTP to use G726-32 AAL2 packing even...
2006-07-12 Russell Bryantrepeat after me ...
2006-07-12 Olle JohanssonRe-enable RTCP quality reports
2006-07-07 Russell Bryanteliminate some pointer signedness warnings
2006-07-06 Joshua ColpMerged revisions 37173 via svnmerge from
2006-07-05 Olle JohanssonDraft became RFC...
2006-07-04 Olle JohanssonSpecify digest algorithm for picky clients
next