Commit Graph

7652 Commits (87890e75ba4fb65647050ccd1f03a59f1816f4f2)
 

Author SHA1 Message Date
Luigi Rizzo 87890e75ba constify get_header(), which let me find out and fix one bug (overwriting
20 years ago
Luigi Rizzo 47df1e2020 - describe how sip packets are stored internally;
20 years ago
Luigi Rizzo 20d1876617 struct sip_request cleanup:
20 years ago
Luigi Rizzo 104c2b0a3a more cleanup: remove useless braces, replace "if" with "?",
20 years ago
Olle Johansson 9b4e335439 Re-instate removed comment
20 years ago
Luigi Rizzo e081b42cd6 another batch of minor code simplifications
20 years ago
Tilghman Lesher 2cd46d59ea Bug 6829 - asprintf for Solaris
20 years ago
Russell Bryant f7c5aee2ad remove a couple more unnecessary "out of memory" error messages
20 years ago
Russell Bryant 7878538953 use ast_*alloc and don't create duplicated error messages.
20 years ago
Russell Bryant 9a5c7c75a3 Instead of using strncpy, use ast_copy_string. Also, in the case of copying a
20 years ago
Russell Bryant d13bc3fc83 run the module through indent to fix the formatting issues that violate the
20 years ago
Russell Bryant d146e7b92c fix typo in the provided indent command
20 years ago
Russell Bryant d203e9c6c0 add back braces that were removed in a recent commit that leave a bunch of
20 years ago
Luigi Rizzo e468d9011d a bunch of trivial code normalizations (removal of unnecessary
20 years ago
Luigi Rizzo 957fff010c rename FR_SET_BUF to AST_FRAME_SET_BUFFER
20 years ago
Olle Johansson 70f18e5f31 Issue 6917 - some cleanups for res_config_pgsql.c (mithraen)
20 years ago
Olle Johansson 6843c5ddc6 Issue 6919 - clarify error message
20 years ago
Kevin P. Fleming 628a3e8d1b update module license key text and update loader to accept it
20 years ago
Kevin P. Fleming 699f55071b a few cleanups from the last commit
20 years ago
Kevin P. Fleming f10f427d49 since the module API is changing, it's a good time to const-ify the description() and key() return values
20 years ago
Kevin P. Fleming 1bba6ec6fc merge rizzo's codec module rework (very similar to the format module rework)
20 years ago
Tilghman Lesher 1481e53ba8 Merged revisions 18494 via svnmerge from
20 years ago
Russell Bryant af2609dfbe fix bug in smdi config parsing (issue #6908)
20 years ago
Russell Bryant e27f756be4 remove traces of "look", something that does not exist in the tree
20 years ago
Tilghman Lesher bdff9c973d Merged revisions 18436 via svnmerge from
20 years ago
Olle Johansson 8159124572 -Fixing some debugging messages in history and console
20 years ago
Olle Johansson aefba4ad7d Add history events for re-invites
20 years ago
Olle Johansson f235bbe5a5 make history easier to read
20 years ago
Olle Johansson 8cd506cdfd Add some more information to SIP history
20 years ago
Olle Johansson 7089dc1341 Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c
20 years ago
Olle Johansson fd54f36509 Hmm. What is that keyword?? Let me see... Wait... Maybe... Ahh! OOPS!
20 years ago
Russell Bryant 3808318cff change a couple uses of !strlen() to ast_strlen_zero(). Oddly enough, one of
20 years ago
Olle Johansson 839ebd8e03 - sip_alloc failures are also caused by too few available file descriptors, so we can not
20 years ago
Olle Johansson b479a91e97 - Add cause code for format error
20 years ago
Olle Johansson 48ca2c82bf Import of revistion 18250 from 1.2
20 years ago
Christian Richter ece21c3019 sorry litle mistake
20 years ago
Christian Richter 47b8610f70 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18192 65c4cc65-6c06-0410-ace0-fbb531ad65f3
20 years ago
Christian Richter 7788d5061c fixed a bridging-endless-loop also fixed the rdnis is not exported issue
20 years ago
Olle Johansson b7d32b9e0b Issue #6674: Set the URI correctly on BYEs when we have an incoming call
20 years ago
Olle Johansson 255e77ae6e Issue #6580 - Unify directory definitions to one section of Makefile (casper)
20 years ago
Kevin P. Fleming 65e9dce01f Merged revisions 18087 via svnmerge from
20 years ago
Olle Johansson 4ded41daa5 Cosmetic update for outbound REFERs
20 years ago
Olle Johansson 965394e4c2 Add "NewChan" event to history to track the birth of a new ast_chan from a
20 years ago
Olle Johansson 009e081199 Improved handling of 491 responses
20 years ago
Olle Johansson 518c4b295d Small changes to parse_sip_options
20 years ago
Olle Johansson be4ac5e57a Small fixes to handle_request_invite
20 years ago
Olle Johansson 62128ba7b7 - Don't change channel direction on re-invites
20 years ago
BJ Weschke 3b89edc066 More code optimizations. Thanks kpfleming!
20 years ago
Olle Johansson 5483288048 - Implement handle_request_notify to handle incoming NOTIFY requests
20 years ago
BJ Weschke d42357fae1 Fix a problem where if the channel was hungup during detection, the application wouldn't block indefinitely looking for another frame from that channel. Don't try to do frame size analysis on a frame that isn't voice, only report DEBUG and VERBOSE msgs to the logger channels when the DEBUG and VERBOSE settings are high enough to require it, and some other minor cleanups.
20 years ago