Commit Graph

7638 Commits (957fff010c04043f7ed26dced42a8fcfb3491ef8)
 

Author SHA1 Message Date
Luigi Rizzo 957fff010c rename FR_SET_BUF to AST_FRAME_SET_BUFFER
19 years ago
Olle Johansson 70f18e5f31 Issue 6917 - some cleanups for res_config_pgsql.c (mithraen)
19 years ago
Olle Johansson 6843c5ddc6 Issue 6919 - clarify error message
19 years ago
Kevin P. Fleming 628a3e8d1b update module license key text and update loader to accept it
19 years ago
Kevin P. Fleming 699f55071b a few cleanups from the last commit
19 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
19 years ago
Kevin P. Fleming 1bba6ec6fc merge rizzo's codec module rework (very similar to the format module rework)
19 years ago
Tilghman Lesher 1481e53ba8 Merged revisions 18494 via svnmerge from
19 years ago
Russell Bryant af2609dfbe fix bug in smdi config parsing (issue #6908)
19 years ago
Russell Bryant e27f756be4 remove traces of "look", something that does not exist in the tree
19 years ago
Tilghman Lesher bdff9c973d Merged revisions 18436 via svnmerge from
19 years ago
Olle Johansson 8159124572 -Fixing some debugging messages in history and console
19 years ago
Olle Johansson aefba4ad7d Add history events for re-invites
19 years ago
Olle Johansson f235bbe5a5 make history easier to read
19 years ago
Olle Johansson 8cd506cdfd Add some more information to SIP history
19 years ago
Olle Johansson 7089dc1341 Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c
19 years ago
Olle Johansson fd54f36509 Hmm. What is that keyword?? Let me see... Wait... Maybe... Ahh! OOPS!
19 years ago
Russell Bryant 3808318cff change a couple uses of !strlen() to ast_strlen_zero(). Oddly enough, one of
19 years ago
Olle Johansson 839ebd8e03 - sip_alloc failures are also caused by too few available file descriptors, so we can not
19 years ago
Olle Johansson b479a91e97 - Add cause code for format error
19 years ago
Olle Johansson 48ca2c82bf Import of revistion 18250 from 1.2
19 years ago
Christian Richter ece21c3019 sorry litle mistake
19 years ago
Christian Richter 47b8610f70 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18192 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Christian Richter 7788d5061c fixed a bridging-endless-loop also fixed the rdnis is not exported issue
19 years ago
Olle Johansson b7d32b9e0b Issue #6674: Set the URI correctly on BYEs when we have an incoming call
19 years ago
Olle Johansson 255e77ae6e Issue #6580 - Unify directory definitions to one section of Makefile (casper)
19 years ago
Kevin P. Fleming 65e9dce01f Merged revisions 18087 via svnmerge from
19 years ago
Olle Johansson 4ded41daa5 Cosmetic update for outbound REFERs
19 years ago
Olle Johansson 965394e4c2 Add "NewChan" event to history to track the birth of a new ast_chan from a
19 years ago
Olle Johansson 009e081199 Improved handling of 491 responses
19 years ago
Olle Johansson 518c4b295d Small changes to parse_sip_options
19 years ago
Olle Johansson be4ac5e57a Small fixes to handle_request_invite
19 years ago
Olle Johansson 62128ba7b7 - Don't change channel direction on re-invites
19 years ago
BJ Weschke 3b89edc066 More code optimizations. Thanks kpfleming!
19 years ago
Olle Johansson 5483288048 - Implement handle_request_notify to handle incoming NOTIFY requests
19 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.
19 years ago
Olle Johansson 9bd9bceef7 Implement a handle_response_refer function to take care of responses
19 years ago
Olle Johansson 1e8d1dda7d Change transmit_notify_sipfrag to handle other messages than 200 OK, needed for
19 years ago
Olle Johansson ddcd16e519 - doxygen
19 years ago
Luigi Rizzo 4408c0e6b5 structures can be copied with the '=' operators, no need to
19 years ago
Russell Bryant 712d0fc8b9 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@17946 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant 87b1cf5618 various cleanups to the Makefile
19 years ago
Luigi Rizzo 6f09a652dd normalize some for() loops.
19 years ago
Joshua Colp 1749971753 Merged revisions 17905 via svnmerge from
19 years ago
North Antara 0a24923596 skinny debug/verbose cleanup.
19 years ago
Luigi Rizzo a36a1c8e2a minor formatting changes again
19 years ago
Luigi Rizzo c3249e2cb4 normalize repeated instances of code as follows:
19 years ago
Luigi Rizzo 590e21393e optimize move_variables() so that two lists can be created
19 years ago
Luigi Rizzo e245d3a975 + create function cdr_get_tv to replace several duplicated
19 years ago
Luigi Rizzo 85548cccb0 minor code cleanup
19 years ago