Commit Graph

8124 Commits (bdf2a05aa511ca81f10e582bf40b611de1b382cc)
 

Author SHA1 Message Date
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
Olle Johansson 9bd9bceef7 Implement a handle_response_refer function to take care of responses
20 years ago
Olle Johansson 1e8d1dda7d Change transmit_notify_sipfrag to handle other messages than 200 OK, needed for
20 years ago
Olle Johansson ddcd16e519 - doxygen
20 years ago
Luigi Rizzo 4408c0e6b5 structures can be copied with the '=' operators, no need to
20 years ago
Russell Bryant 712d0fc8b9 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@17946 65c4cc65-6c06-0410-ace0-fbb531ad65f3
20 years ago
Russell Bryant 87b1cf5618 various cleanups to the Makefile
20 years ago
Luigi Rizzo 6f09a652dd normalize some for() loops.
20 years ago
Joshua Colp 1749971753 Merged revisions 17905 via svnmerge from
20 years ago
North Antara 0a24923596 skinny debug/verbose cleanup.
20 years ago
Luigi Rizzo a36a1c8e2a minor formatting changes again
20 years ago
Luigi Rizzo c3249e2cb4 normalize repeated instances of code as follows:
20 years ago
Luigi Rizzo 590e21393e optimize move_variables() so that two lists can be created
20 years ago
Luigi Rizzo e245d3a975 + create function cdr_get_tv to replace several duplicated
20 years ago
Luigi Rizzo 85548cccb0 minor code cleanup
20 years ago
Luigi Rizzo e9b428e121 convert one more file...
20 years ago
Luigi Rizzo 1d92bbc09b remove traces of previously merged files
20 years ago
Olle Johansson 9d8260c68e Formatting fixes
20 years ago
Luigi Rizzo 5d34c2bbe1 minor formatting cleanup and removal of trailing whitespace.
20 years ago
Olle Johansson 8e22245b09 Formatting fixes
20 years ago
Olle Johansson 023e27f695 Formatting fixes
20 years ago
Luigi Rizzo e5d48fd45f use the new module interface for this module, but make it
20 years ago
Luigi Rizzo c9834f6187 make sure that file calls other than OPEN work on all formats
20 years ago
Olle Johansson 7fb5de23d9 Make "show http" CLI command follow new guidelines - now "http show status"
20 years ago
Luigi Rizzo 08dfc15553 whitespace and formatting fix postponed from last commit:
20 years ago
Luigi Rizzo 25a61b9e08 split pbx_load_module so we can reduce the indentation depth.
20 years ago
Luigi Rizzo 38f14cbca7 use FREE instead of free as pointer to the destructor function.
20 years ago
Luigi Rizzo 1fd898bd84 convert a couple of applications to the new module style
20 years ago
Luigi Rizzo a60d8196df small cleanups to module.h and loader.c to start playing with
20 years ago