2006-06-04 |
Olle Johansson | - Fix more problems in transfer code (thanks Tholo!) |
blob | commitdiff |
2006-06-04 |
Olle Johansson | Respond to some of Luigis questions... |
blob | commitdiff | diff to current |
2006-06-04 |
Olle Johansson | Fix potential bug. THanks luigi! |
blob | commitdiff | diff to current |
2006-06-04 |
Olle Johansson | - Doxygen fix |
blob | commitdiff | diff to current |
2006-06-04 |
Olle Johansson | Show max bitrate in "sip show user" and "sip show channel" |
blob | commitdiff | diff to current |
2006-06-04 |
Olle Johansson | - Typo in chan_sip (: missing) |
blob | commitdiff | diff to current |
2006-06-04 |
Luigi Rizzo | add a bit of comment on what build_route does, |
blob | commitdiff | diff to current |
2006-06-03 |
Luigi Rizzo | remove some duplicated code; |
blob | commitdiff | diff to current |
2006-06-03 |
Luigi Rizzo | small simplification in assignments, and fix a typo... |
blob | commitdiff | diff to current |
2006-06-03 |
Luigi Rizzo | mark XXX some places where there is a return right... |
blob | commitdiff | diff to current |
2006-06-03 |
Luigi Rizzo | fix indentation of a block |
blob | commitdiff | diff to current |
2006-06-03 |
Luigi Rizzo | some code simplifications using S_OR() to remove some... |
blob | commitdiff | diff to current |
2006-06-03 |
Luigi Rizzo | use ast_skip_blanks() where appropriate, and use standard |
blob | commitdiff | diff to current |
2006-06-03 |
Luigi Rizzo | mark XXX a buggy section of code and implement a probable |
blob | commitdiff | diff to current |
2006-06-03 |
Luigi Rizzo | simplify logic in a small block of code |
blob | commitdiff | diff to current |
2006-06-03 |
Luigi Rizzo | mark XXX a bug in the code. oej/kevin, any idea what... |
blob | commitdiff | diff to current |
2006-06-03 |
Luigi Rizzo | remove duplicate code |
blob | commitdiff | diff to current |
2006-06-03 |
Luigi Rizzo | Replace '\"' with '"'. |
blob | commitdiff | diff to current |
2006-06-01 |
Olle Johansson | - Formatting |
blob | commitdiff | diff to current |
2006-06-01 |
Olle Johansson | Minor change to DEBUG and WARNING messages |
blob | commitdiff | diff to current |
2006-06-01 |
Olle Johansson | Issue #7103 take two. Thanks Mikael! |
blob | commitdiff | diff to current |
2006-06-01 |
Russell Bryant | - add the ability to configure forced jitterbuffers... |
blob | commitdiff | diff to current |
2006-06-01 |
Russell Bryant | make a global variable static and remove an unused... |
blob | commitdiff | diff to current |
2006-06-01 |
Olle Johansson | Commit of the new SIP transfer support (oej/siptransfer... |
blob | commitdiff | diff to current |
2006-05-31 |
Russell Bryant | move the includes of abstract_jb.h to be with the rest... |
blob | commitdiff | diff to current |
2006-05-31 |
Russell Bryant | Add support for using a jitterbuffer for RTP on bridged... |
blob | commitdiff | diff to current |
2006-05-31 |
Joshua Colp | OKAY - Only replace our IP address in the outgoing... |
blob | commitdiff | diff to current |
2006-05-31 |
Olle Johansson | Add congestion message to SIP history |
blob | commitdiff | diff to current |
2006-05-31 |
Olle Johansson | Use ast_channel_trylock for channels |
blob | commitdiff | diff to current |
2006-05-25 |
Kevin P. Fleming | Merged revisions 30293 via svnmerge from |
blob | commitdiff | diff to current |
2006-05-24 |
Kevin P. Fleming | don't send CANCEL for an INVITE that we haven't receive... |
blob | commitdiff | diff to current |
2006-05-24 |
Olle Johansson | Typo |
blob | commitdiff | diff to current |
2006-05-24 |
Kevin P. Fleming | add a new option for 'obscuring' SIP user/peer names... |
blob | commitdiff | diff to current |
2006-05-23 |
Kevin P. Fleming | Merged revisions 29764 via svnmerge from |
blob | commitdiff | diff to current |
2006-05-23 |
BJ Weschke | Sanity check code for an extended failure in trying... |
blob | commitdiff | diff to current |
2006-05-23 |
Olle Johansson | Breaking once will stop us... :-) |
blob | commitdiff | diff to current |
2006-05-23 |
Olle Johansson | Code formatting |
blob | commitdiff | diff to current |
2006-05-23 |
Mark Spencer | Handle ringing (early) state properly on SIP |
blob | commitdiff | diff to current |
2006-05-22 |
Luigi Rizzo | remove code duplication generating some ast_verbose... |
blob | commitdiff | diff to current |
2006-05-22 |
Luigi Rizzo | use the functional form of time(), and mark XXX a coupl... |
blob | commitdiff | diff to current |
2006-05-22 |
Luigi Rizzo | more constifications |
blob | commitdiff | diff to current |
2006-05-22 |
Luigi Rizzo | various constification of function arguments to prevent... |
blob | commitdiff | diff to current |
2006-05-22 |
Luigi Rizzo | the msg argument of the various transmi_response*(... |
blob | commitdiff | diff to current |
2006-05-22 |
Luigi Rizzo | mark const the 'header' argument of gettag |
blob | commitdiff | diff to current |
2006-05-22 |
Luigi Rizzo | mark const the source of copy_request |
blob | commitdiff | diff to current |
2006-05-22 |
Luigi Rizzo | fix indentation to make a table more readable |
blob | commitdiff | diff to current |
2006-05-22 |
Luigi Rizzo | simplify register_peer_exten() removing some duplicated... |
blob | commitdiff | diff to current |
2006-05-22 |
Luigi Rizzo | use strsep() to trim away ;xxx from SIP messages. |
blob | commitdiff | diff to current |
2006-05-22 |
Luigi Rizzo | use a more compact method to trim the trailing ;..... |
blob | commitdiff | diff to current |
2006-05-22 |
Luigi Rizzo | annotate const parameters of copy_header() |
blob | commitdiff | diff to current |
2006-05-22 |
Luigi Rizzo | src is const in parse_copy() |
blob | commitdiff | diff to current |
2006-05-22 |
Luigi Rizzo | minor logic simplification in get_sip_pvt_byid_locked() |
blob | commitdiff | diff to current |
2006-05-22 |
Luigi Rizzo | simplify logic in function create_addr() |
blob | commitdiff | diff to current |
2006-05-22 |
Luigi Rizzo | simplify logic in realtime_peer(), removing an unnecessary |
blob | commitdiff | diff to current |
2006-05-21 |
Luigi Rizzo | strcmp() is the right function to use here, not strncmp(). |
blob | commitdiff | diff to current |
2006-05-20 |
Russell Bryant | fix the possibility of writing one byte past the end... |
blob | commitdiff | diff to current |
2006-05-19 |
Kevin P. Fleming | attributes need trailing CR-LF |
blob | commitdiff | diff to current |
2006-05-19 |
Kevin P. Fleming | Merged revisions 28794 via svnmerge from |
blob | commitdiff | diff to current |
2006-05-19 |
Tilghman Lesher | As requested by kpfleming, renaming messagecount to... |
blob | commitdiff | diff to current |
2006-05-19 |
Olle Johansson | Formatting cleanup |
blob | commitdiff | diff to current |
2006-05-18 |
Kevin P. Fleming | Merged revisions 28380,28384 via svnmerge from |
blob | commitdiff | diff to current |
2006-05-18 |
Kevin P. Fleming | add another media path reinvite 'flavor', where we... |
blob | commitdiff | diff to current |
2006-05-18 |
Kevin P. Fleming | adding new code should require following the formatting... |
blob | commitdiff | diff to current |
2006-05-18 |
Joshua Colp | Allow contexts in regexten so that extensions can be... |
blob | commitdiff | diff to current |
2006-05-17 |
Joshua Colp | Only set the RTP DTMF information of an RTP structure... |
blob | commitdiff | diff to current |
2006-05-17 |
Olle Johansson | Issue #7176 - Crash in expire_register (imported from... |
blob | commitdiff | diff to current |
2006-05-17 |
Olle Johansson | Adding a debug line |
blob | commitdiff | diff to current |
2006-05-17 |
Olle Johansson | Use pointer instead of un-needed buffer. Thanks Kevin! |
blob | commitdiff | diff to current |
2006-05-16 |
Kevin P. Fleming | mark RTP sessions that are not carrying DTMF |
blob | commitdiff | diff to current |
2006-05-16 |
Olle Johansson | Send a=recvonly when put on hold, otherwise a=sendrecv... |
blob | commitdiff | diff to current |
2006-05-16 |
Olle Johansson | Show all formats for an active SIP call |
blob | commitdiff | diff to current |
2006-05-16 |
Olle Johansson | One sipfrag attachment is enough... |
blob | commitdiff | diff to current |
2006-05-11 |
Luigi Rizzo | simplify determine_firstline_parts |
blob | commitdiff | diff to current |
2006-05-11 |
Luigi Rizzo | remove last instance of add_blank_header() |
blob | commitdiff | diff to current |
2006-05-11 |
Luigi Rizzo | remove almost all useless instances of add_blank_header... |
blob | commitdiff | diff to current |
2006-05-11 |
Olle Johansson | - Use systemname for realm in sip, if we have no config... |
blob | commitdiff | diff to current |
2006-05-11 |
Luigi Rizzo | remove trailing space |
blob | commitdiff | diff to current |
2006-05-11 |
Luigi Rizzo | remove a duplicate prototype |
blob | commitdiff | diff to current |
2006-05-11 |
Luigi Rizzo | remove duplicated code in add_header |
blob | commitdiff | diff to current |
2006-05-11 |
Luigi Rizzo | simplify init_req() |
blob | commitdiff | diff to current |
2006-05-11 |
Luigi Rizzo | cleanup init_resp with proper variable names and arguments. |
blob | commitdiff | diff to current |
2006-05-11 |
Luigi Rizzo | staticize a variable. |
blob | commitdiff | diff to current |
2006-05-11 |
Luigi Rizzo | replace list unlinking with UNLINK macro |
blob | commitdiff | diff to current |
2006-05-11 |
Luigi Rizzo | simplify sip_pretend_ack also removing a bug in the... |
blob | commitdiff | diff to current |
2006-05-11 |
Kevin P. Fleming | Merged revisions 26760 via svnmerge from |
blob | commitdiff | diff to current |
2006-05-11 |
Olle Johansson | Ignore CANCEL on call that is already answered |
blob | commitdiff | diff to current |
2006-05-11 |
Olle Johansson | Small formatting fixes |
blob | commitdiff | diff to current |
2006-05-11 |
Olle Johansson | Issue #OEJ12399.3 - Set default maxcallbitrate for... |
blob | commitdiff | diff to current |
2006-05-11 |
Olle Johansson | - Add more and organize forward declarations (preparing... |
blob | commitdiff | diff to current |
2006-05-11 |
Olle Johansson | Issue #7081 (kanoop) - use proper cause code for 480 |
blob | commitdiff | diff to current |
2006-05-10 |
Russell Bryant | remove some chekc sof the result of ast_mutex_lock... |
blob | commitdiff | diff to current |
2006-05-10 |
Russell Bryant | remove almost all of the checks of the result from... |
blob | commitdiff | diff to current |
2006-05-10 |
Kevin P. Fleming | ensure that control frames with payload can be sent... |
blob | commitdiff | diff to current |
2006-05-09 |
Mark Spencer | Make SIP early media work more efficiently without... |
blob | commitdiff | diff to current |
2006-05-09 |
Mark Spencer | Make sure we update parameters correctly with reinvite |
blob | commitdiff | diff to current |
2006-05-09 |
Mark Spencer | Make menuselect be able to show what the modules are |
blob | commitdiff | diff to current |
2006-05-08 |
Olle Johansson | Issue #7103 (mikma) |
blob | commitdiff | diff to current |
2006-05-08 |
Olle Johansson | - Issue 7101 (mikma) - Don't crash with no From: header... |
blob | commitdiff | diff to current |
2006-05-05 |
Russell Bryant | document the return value of gettag() |
blob | commitdiff | diff to current |
2006-05-05 |
Russell Bryant | fix the return value of gettag() to only return the... |
blob | commitdiff | diff to current |
next |