aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-05-23Handle ringing (early) state properly on SIPmarkster1-6/+48
2006-05-22remove code duplication generating some ast_verbose messages .rizzo1-9/+12
2006-05-22use the functional form of time(), and mark XXX a couple of placesrizzo1-27/+19
2006-05-22more constificationsrizzo1-16/+16
2006-05-22various constification of function arguments to prevent erroneousrizzo1-8/+8
2006-05-22the msg argument of the various transmi_response*() functions is const.rizzo1-6/+6
2006-05-22mark const the 'header' argument of gettagrizzo1-2/+2
2006-05-22mark const the source of copy_requestrizzo1-2/+2
2006-05-22fix indentation to make a table more readablerizzo1-14/+14
2006-05-22simplify register_peer_exten() removing some duplicated code.rizzo1-15/+15
2006-05-22use strsep() to trim away ;xxx from SIP messages.rizzo1-41/+16
2006-05-22use a more compact method to trim the trailing ;... from SIP lines.rizzo1-9/+5
2006-05-22annotate const parameters of copy_header()rizzo1-2/+2
2006-05-22src is const in parse_copy()rizzo1-2/+2
2006-05-22minor logic simplification in get_sip_pvt_byid_locked()rizzo1-13/+12
2006-05-22simplify logic in function create_addr()rizzo1-13/+7
2006-05-22simplify logic in realtime_peer(), removing an unnecessaryrizzo1-7/+5
2006-05-21strcmp() is the right function to use here, not strncmp().rizzo1-6/+3
2006-05-20fix the possibility of writing one byte past the end of a buffer.russell1-3/+4
2006-05-19attributes need trailing CR-LFkpfleming1-2/+2
2006-05-19Merged revisions 28794 via svnmerge from kpfleming1-3/+8
2006-05-19As requested by kpfleming, renaming messagecount to inboxcount and messagecou...tilghman1-1/+1
2006-05-19Formatting cleanupoej1-2/+3
2006-05-18Merged revisions 28380,28384 via svnmerge from kpfleming1-26/+105
2006-05-18add another media path reinvite 'flavor', where we will only redirect our med...kpfleming1-16/+40
2006-05-18adding new code should require following the formatting guidelines :-)kpfleming1-2/+2
2006-05-18Allow contexts in regexten so that extensions can be added to multiple contex...file1-5/+55
2006-05-17Only set the RTP DTMF information of an RTP structure does indeed exist.file1-1/+2
2006-05-17Issue #7176 - Crash in expire_register (imported from 1.2)oej1-4/+11
2006-05-17Adding a debug lineoej1-0/+2
2006-05-17Use pointer instead of un-needed buffer. Thanks Kevin!oej1-3/+3