summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2006-09-11More formattingOlle Johansson
2006-09-11More formatting/doxygen updates to keep me occupiedOlle Johansson
2006-09-11Ignore this. Only whitespace fixes while being bored.Olle Johansson
2006-09-11Change from "r" as a variable name to "dialog". "r" is commonly used for regi...Olle Johansson
2006-09-11Use Timer T1 for dialog timeouts/destruction Olle Johansson
2006-09-10If the leading underscore is not stripped before comparison,Tilghman Lesher
2006-09-09Don't destruct sessions prematurely. Especially not when we want reliable ret...Olle Johansson
2006-09-09importing rev 42535 from 1.2 (which by mistake was actually imported from svn...Olle Johansson
2006-09-09Don't destroy pvt prematurely. Wait for answer or timeout.Olle Johansson
2006-09-09Clear proper flagOlle Johansson
2006-09-07Convert some warnings into debug messages since they can exist under perfectl...Joshua Colp
2006-09-04Make sure we handle CANCEL/ACK properly (imported with mods from 1.2)Olle Johansson
2006-09-01Merged revisions 41768 via svnmerge from Joshua Colp
2006-09-01If we are doing video and we can't reinvite, then resort to generic bridging ...Joshua Colp
2006-09-01If no number is specified in the SIP_HEADER dialplan function, then just use ...Joshua Colp
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp
2006-08-30Why check bridgepeer twice?Olle Johansson
2006-08-30Don't add headers to an uninitialized eq (from issue 7694 garyhai, but notOlle Johansson
2006-08-30Note to myself: Remember Russell's note: Always compile first...Olle Johansson
2006-08-30Mark ALERT_INFO as deprecated. This can now be done with the sipaddheader() a...Olle Johansson
2006-08-30Issue #7572 (Boesl) - hangup channel that get buggy 487 response (imported fr...Olle Johansson
2006-08-30Issue #7822 - don't issue SRV lookups if it's disabled. (barthek)Olle Johansson
2006-08-30Use an API call (ast_rtp_get_bridged) to return the RTP stream we are bridged...Joshua Colp
2006-08-28Merge in RTP-level packet bridging. Packet comes in, packet goes out - that's...Joshua Colp
2006-08-21Allow an offset for SIP_HEADER so you can get more then 1 header of the same ...Joshua Colp
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