summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2006-06-05Issue 7208 - Handle ; in userinfo part of URI tooOlle Johansson
2006-06-05Do not use ':' as a separator between arguments (kept around for 1.4 for back...Olle Johansson
2006-06-05Only override callingpres set by rpid if user/peer preference is set. (Issue ...Olle Johansson
2006-06-04Code simplificationOlle Johansson
2006-06-04- Fix more problems in transfer code (thanks Tholo!)Olle Johansson
2006-06-04Respond to some of Luigis questions...Olle Johansson
2006-06-04Fix potential bug. THanks luigi!Olle Johansson
2006-06-04- Doxygen fixOlle Johansson
2006-06-04Show max bitrate in "sip show user" and "sip show channel"Olle Johansson
2006-06-04- Typo in chan_sip (: missing)Olle Johansson
2006-06-04add a bit of comment on what build_route does,Luigi Rizzo
2006-06-03remove some duplicated code;Luigi Rizzo
2006-06-03small simplification in assignments, and fix a typo in a comment.Luigi Rizzo
2006-06-03mark XXX some places where there is a return right beforeLuigi Rizzo
2006-06-03fix indentation of a blockLuigi Rizzo
2006-06-03some code simplifications using S_OR() to remove some if blocksLuigi Rizzo
2006-06-03use ast_skip_blanks() where appropriate, and use standardLuigi Rizzo
2006-06-03mark XXX a buggy section of code and implement a probableLuigi Rizzo
2006-06-03simplify logic in a small block of codeLuigi Rizzo
2006-06-03mark XXX a bug in the code. oej/kevin, any idea what you wantLuigi Rizzo
2006-06-03remove duplicate codeLuigi Rizzo
2006-06-03Replace '\"' with '"'.Luigi Rizzo
2006-06-01- FormattingOlle Johansson
2006-06-01Minor change to DEBUG and WARNING messagesOlle Johansson
2006-06-01Issue #7103 take two. Thanks Mikael!Olle Johansson
2006-06-01- add the ability to configure forced jitterbuffers on h323, jingle,Russell Bryant
2006-06-01make a global variable static and remove an unused global variableRussell Bryant
2006-06-01Commit of the new SIP transfer support (oej/siptransfer branch)Olle Johansson
2006-05-31move the includes of abstract_jb.h to be with the rest of the asterisk includes.Russell Bryant
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesRussell Bryant
2006-05-31OKAY - Only replace our IP address in the outgoing SIP messages if the actual...Joshua Colp
2006-05-31Add congestion message to SIP historyOlle Johansson
2006-05-31Use ast_channel_trylock for channelsOlle Johansson
2006-05-25Merged revisions 30293 via svnmerge from Kevin P. Fleming
2006-05-24don't send CANCEL for an INVITE that we haven't received a provisional respon...Kevin P. Fleming
2006-05-24TypoOlle Johansson
2006-05-24add a new option for 'obscuring' SIP user/peer names from fishersKevin P. Fleming
2006-05-23Merged revisions 29764 via svnmerge from Kevin P. Fleming
2006-05-23 Sanity check code for an extended failure in trying to obtain a channel lock...BJ Weschke
2006-05-23Breaking once will stop us... :-)Olle Johansson
2006-05-23Code formattingOlle Johansson
2006-05-23Handle ringing (early) state properly on SIPMark Spencer
2006-05-22remove code duplication generating some ast_verbose messages .Luigi Rizzo
2006-05-22use the functional form of time(), and mark XXX a couple of placesLuigi Rizzo
2006-05-22more constificationsLuigi Rizzo
2006-05-22various constification of function arguments to prevent erroneousLuigi Rizzo
2006-05-22the msg argument of the various transmi_response*() functions is const.Luigi Rizzo
2006-05-22mark const the 'header' argument of gettagLuigi Rizzo
2006-05-22mark const the source of copy_requestLuigi Rizzo
2006-05-22fix indentation to make a table more readableLuigi Rizzo