Commit Graph

7761 Commits (5afbcc4f868d73ca3624dda53684caea70d4652c)
 

Author SHA1 Message Date
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
Luigi Rizzo e57131511e the fix for bug #6399 makes sense. thanks wrmem for the report.
20 years ago
Olle Johansson d75fed39ca Issue #6893 - Compiler warnings for PostgreSQL ARA driver
20 years ago
Olle Johansson 2efcfc1549 Issue #6610 - build on Intel Mac
20 years ago
Joshua Colp 3f76f9e442 Merged revisions 17702 via svnmerge from
20 years ago
Olle Johansson e4c129c1b6 - Doxygen fixes
20 years ago
Joshua Colp 1001cc0656 Unbreak res/Makefile (issue #6891 as reported by casper)
20 years ago
Olle Johansson ef6b50b706 Issue #5637 - Realtime driver for PostgreSQL (mguesdon)
20 years ago
Tilghman Lesher 756c7cbb12 Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand() to threadsafe ast_random()
20 years ago
Tilghman Lesher 701b49027d Bug 6508 - if priority was a number, then findlabel fails
20 years ago
Christian Richter 7028946605 some final fixes for cpn
20 years ago
Christian Richter ce8fc47ffc * advanced the error Handling routine for wrong frames from mISDN
20 years ago
Olle Johansson 414702f562 Add some documentation and a todo for enum.c
20 years ago
Olle Johansson 4b27966e71 Issue #6654: Enum crash on ADDRESS record, possibly bad record, but still a crash (imported from 1.2)
20 years ago