aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-09Enabling and disabling debug messages...oej1-2/+3
2006-06-08move 'struct ast_rtp' back to rtp.c where it belongskpfleming1-22/+19
2006-06-08Debug logging fixesoej1-4/+9
2006-06-08At least reply if we get a fatal error in handling a packet.oej1-7/+11
2006-06-08Don't crash if chan2 does not exist (one-legged call situations, like echo)oej1-1/+1
2006-06-08Improve SIP historyoej1-1/+2
2006-06-08Issue #7294 - Asterisk sends INVITE instead of BYE. Fix by Philippe Sultan. T...oej1-1/+1
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-06-06Merge of the "sdpcleanup" branch. Thanks to John Martin for a lot of testsoej1-221/+432
2006-06-05Issue 7208 - Handle ; in userinfo part of URI toooej1-2/+5
2006-06-05Do not use ':' as a separator between arguments (kept around for 1.4 for back...oej1-2/+4
2006-06-05Only override callingpres set by rpid if user/peer preference is set. (Issue ...oej1-2/+4
2006-06-04Code simplificationoej1-7/+2
2006-06-04- Fix more problems in transfer code (thanks Tholo!)oej1-10/+13
2006-06-04Respond to some of Luigis questions...oej1-45/+2
2006-06-04Fix potential bug. THanks luigi!oej1-5/+1
2006-06-04- Doxygen fixoej1-2/+2
2006-06-04Show max bitrate in "sip show user" and "sip show channel"oej1-3/+5
2006-06-04- Typo in chan_sip (: missing)oej1-1/+1
2006-06-04add a bit of comment on what build_route does,rizzo1-9/+8
2006-06-03remove some duplicated code;rizzo1-13/+15
2006-06-03small simplification in assignments, and fix a typo in a comment.rizzo1-9/+3
2006-06-03mark XXX some places where there is a return right beforerizzo1-0/+6
2006-06-03fix indentation of a blockrizzo1-16/+16
2006-06-03some code simplifications using S_OR() to remove some if blocksrizzo1-30/+16
2006-06-03use ast_skip_blanks() where appropriate, and use standardrizzo1-15/+7
2006-06-03mark XXX a buggy section of code and implement a probablerizzo1-2/+23
2006-06-03simplify logic in a small block of coderizzo1-7/+3
2006-06-03mark XXX a bug in the code. oej/kevin, any idea what you wantrizzo1-0/+4
2006-06-03remove duplicate coderizzo1-3/+0
2006-06-03Replace '\"' with '"'.rizzo1-3/+3
2006-06-01- Formattingoej1-7/+10
2006-06-01Minor change to DEBUG and WARNING messagesoej1-7/+7
2006-06-01Issue #7103 take two. Thanks Mikael!oej1-2/+3
2006-06-01- add the ability to configure forced jitterbuffers on h323, jingle,russell1-5/+1
2006-06-01make a global variable static and remove an unused global variablerussell1-2/+2
2006-06-01Commit of the new SIP transfer support (oej/siptransfer branch)oej1-269/+1064
2006-05-31move the includes of abstract_jb.h to be with the rest of the asterisk includes.russell1-2/+2
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesrussell1-3/+28
2006-05-31OKAY - Only replace our IP address in the outgoing SIP messages if the actual...file1-4/+7
2006-05-31Add congestion message to SIP historyoej1-0/+1
2006-05-31Use ast_channel_trylock for channelsoej1-3/+3
2006-05-25Merged revisions 30293 via svnmerge from kpfleming1-0/+1
2006-05-24don't send CANCEL for an INVITE that we haven't received a provisional respon...kpfleming1-13/+35
2006-05-24Typooej1-1/+1
2006-05-24add a new option for 'obscuring' SIP user/peer names from fisherskpfleming1-48/+125
2006-05-23Merged revisions 29764 via svnmerge from kpfleming1-5/+4
2006-05-23 Sanity check code for an extended failure in trying to obtain a channel lock...bweschke1-1/+10
2006-05-23Breaking once will stop us... :-)oej1-3/+2
2006-05-23Code formattingoej1-24/+23