- Fix more problems in transfer code (thanks Tholo!)
[asterisk/asterisk.git] / channels / chan_sip.c
2006-06-04 Olle Johansson- Fix more problems in transfer code (thanks Tholo!)
2006-06-04 Olle JohanssonRespond to some of Luigis questions...
2006-06-04 Olle JohanssonFix potential bug. THanks luigi!
2006-06-04 Olle Johansson- Doxygen fix
2006-06-04 Olle JohanssonShow max bitrate in "sip show user" and "sip show channel"
2006-06-04 Olle Johansson- Typo in chan_sip (: missing)
2006-06-04 Luigi Rizzoadd a bit of comment on what build_route does,
2006-06-03 Luigi Rizzoremove some duplicated code;
2006-06-03 Luigi Rizzosmall simplification in assignments, and fix a typo...
2006-06-03 Luigi Rizzomark XXX some places where there is a return right...
2006-06-03 Luigi Rizzofix indentation of a block
2006-06-03 Luigi Rizzosome code simplifications using S_OR() to remove some...
2006-06-03 Luigi Rizzouse ast_skip_blanks() where appropriate, and use standard
2006-06-03 Luigi Rizzomark XXX a buggy section of code and implement a probable
2006-06-03 Luigi Rizzosimplify logic in a small block of code
2006-06-03 Luigi Rizzomark XXX a bug in the code. oej/kevin, any idea what...
2006-06-03 Luigi Rizzoremove duplicate code
2006-06-03 Luigi RizzoReplace '\"' with '"'.
2006-06-01 Olle Johansson- Formatting
2006-06-01 Olle JohanssonMinor change to DEBUG and WARNING messages
2006-06-01 Olle JohanssonIssue #7103 take two. Thanks Mikael!
2006-06-01 Russell Bryant- add the ability to configure forced jitterbuffers...
2006-06-01 Russell Bryantmake a global variable static and remove an unused...
2006-06-01 Olle JohanssonCommit of the new SIP transfer support (oej/siptransfer...
2006-05-31 Russell Bryantmove the includes of abstract_jb.h to be with the rest...
2006-05-31 Russell BryantAdd support for using a jitterbuffer for RTP on bridged...
2006-05-31 Joshua ColpOKAY - Only replace our IP address in the outgoing...
2006-05-31 Olle JohanssonAdd congestion message to SIP history
2006-05-31 Olle JohanssonUse ast_channel_trylock for channels
2006-05-25 Kevin P. FlemingMerged revisions 30293 via svnmerge from
2006-05-24 Kevin P. Flemingdon't send CANCEL for an INVITE that we haven't receive...
2006-05-24 Olle JohanssonTypo
2006-05-24 Kevin P. Flemingadd a new option for 'obscuring' SIP user/peer names...
2006-05-23 Kevin P. FlemingMerged revisions 29764 via svnmerge from
2006-05-23 BJ Weschke Sanity check code for an extended failure in trying...
2006-05-23 Olle JohanssonBreaking once will stop us... :-)
2006-05-23 Olle JohanssonCode formatting
2006-05-23 Mark SpencerHandle ringing (early) state properly on SIP
2006-05-22 Luigi Rizzoremove code duplication generating some ast_verbose...
2006-05-22 Luigi Rizzouse the functional form of time(), and mark XXX a coupl...
2006-05-22 Luigi Rizzomore constifications
2006-05-22 Luigi Rizzovarious constification of function arguments to prevent...
2006-05-22 Luigi Rizzothe msg argument of the various transmi_response*(...
2006-05-22 Luigi Rizzomark const the 'header' argument of gettag
2006-05-22 Luigi Rizzomark const the source of copy_request
2006-05-22 Luigi Rizzofix indentation to make a table more readable
2006-05-22 Luigi Rizzosimplify register_peer_exten() removing some duplicated...
2006-05-22 Luigi Rizzouse strsep() to trim away ;xxx from SIP messages.
2006-05-22 Luigi Rizzouse a more compact method to trim the trailing ;.....
2006-05-22 Luigi Rizzoannotate const parameters of copy_header()
2006-05-22 Luigi Rizzosrc is const in parse_copy()
2006-05-22 Luigi Rizzominor logic simplification in get_sip_pvt_byid_locked()
2006-05-22 Luigi Rizzosimplify logic in function create_addr()
2006-05-22 Luigi Rizzosimplify logic in realtime_peer(), removing an unnecessary
2006-05-21 Luigi Rizzostrcmp() is the right function to use here, not strncmp().
2006-05-20 Russell Bryantfix the possibility of writing one byte past the end...
2006-05-19 Kevin P. Flemingattributes need trailing CR-LF
2006-05-19 Kevin P. FlemingMerged revisions 28794 via svnmerge from
2006-05-19 Tilghman LesherAs requested by kpfleming, renaming messagecount to...
2006-05-19 Olle JohanssonFormatting cleanup
2006-05-18 Kevin P. FlemingMerged revisions 28380,28384 via svnmerge from
2006-05-18 Kevin P. Flemingadd another media path reinvite 'flavor', where we...
2006-05-18 Kevin P. Flemingadding new code should require following the formatting...
2006-05-18 Joshua ColpAllow contexts in regexten so that extensions can be...
2006-05-17 Joshua ColpOnly set the RTP DTMF information of an RTP structure...
2006-05-17 Olle JohanssonIssue #7176 - Crash in expire_register (imported from...
2006-05-17 Olle JohanssonAdding a debug line
2006-05-17 Olle JohanssonUse pointer instead of un-needed buffer. Thanks Kevin!
2006-05-16 Kevin P. Flemingmark RTP sessions that are not carrying DTMF
2006-05-16 Olle JohanssonSend a=recvonly when put on hold, otherwise a=sendrecv...
2006-05-16 Olle JohanssonShow all formats for an active SIP call
2006-05-16 Olle JohanssonOne sipfrag attachment is enough...
2006-05-11 Luigi Rizzosimplify determine_firstline_parts
2006-05-11 Luigi Rizzoremove last instance of add_blank_header()
2006-05-11 Luigi Rizzoremove almost all useless instances of add_blank_header...
2006-05-11 Olle Johansson- Use systemname for realm in sip, if we have no config...
2006-05-11 Luigi Rizzoremove trailing space
2006-05-11 Luigi Rizzoremove a duplicate prototype
2006-05-11 Luigi Rizzoremove duplicated code in add_header
2006-05-11 Luigi Rizzosimplify init_req()
2006-05-11 Luigi Rizzocleanup init_resp with proper variable names and arguments.
2006-05-11 Luigi Rizzostaticize a variable.
2006-05-11 Luigi Rizzoreplace list unlinking with UNLINK macro
2006-05-11 Luigi Rizzosimplify sip_pretend_ack also removing a bug in the...
2006-05-11 Kevin P. FlemingMerged revisions 26760 via svnmerge from
2006-05-11 Olle JohanssonIgnore CANCEL on call that is already answered
2006-05-11 Olle JohanssonSmall formatting fixes
2006-05-11 Olle JohanssonIssue #OEJ12399.3 - Set default maxcallbitrate for...
2006-05-11 Olle Johansson- Add more and organize forward declarations (preparing...
2006-05-11 Olle JohanssonIssue #7081 (kanoop) - use proper cause code for 480
2006-05-10 Russell Bryantremove some chekc sof the result of ast_mutex_lock...
2006-05-10 Russell Bryantremove almost all of the checks of the result from...
2006-05-10 Kevin P. Flemingensure that control frames with payload can be sent...
2006-05-09 Mark SpencerMake SIP early media work more efficiently without...
2006-05-09 Mark SpencerMake sure we update parameters correctly with reinvite
2006-05-09 Mark SpencerMake menuselect be able to show what the modules are
2006-05-08 Olle JohanssonIssue #7103 (mikma)
2006-05-08 Olle Johansson- Issue 7101 (mikma) - Don't crash with no From: header...
2006-05-05 Russell Bryantdocument the return value of gettag()
2006-05-05 Russell Bryantfix the return value of gettag() to only return the...
next