Commit Graph

2884 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
Luigi Rizzo e468d9011d a bunch of trivial code normalizations (removal of unnecessary
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
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 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
Olle Johansson 5483288048 - Implement handle_request_notify to handle incoming NOTIFY requests
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
Luigi Rizzo 6f09a652dd normalize some for() loops.
20 years ago
North Antara 0a24923596 skinny debug/verbose cleanup.
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
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
Christian Richter d7a839a299 fixed some essential segfaults happening under heavy load. Added a bit more error handling if we receive wrong data form mISDN (e.g. if we crashed before => handle_err() ). Added first steps to implement the parseing of the connected party number.
20 years ago
Olle Johansson 42fddfa075 Formatting cleanup
20 years ago
Olle Johansson 0a1898d8d6 Issue #6878 - Manager event DNDstate hidden under verbose option (casper)
20 years ago
Olle Johansson 37ff50a890 - Don't return AST_DEVICE_UNKNOWN to devicestate engine, since this will
20 years ago
Matthew Fredrickson a868675e2f chan_iax2 cleanups and optimizations (#6858)
20 years ago
Matt O'Gorman b9e7287ce6 adds manager event when an iax2 peer loses registration.
20 years ago
Olle Johansson 878c88f899 Add tag to NOTIFY headers (imported from 1.2)
20 years ago
Christian Richter a096fbd87d * removed unneeded bc->state field
20 years ago
Matt O'Gorman 319945c922 bug updates chan_h323 to some api changes it
20 years ago
Olle Johansson 5fbe9f80e8 Don't add hangup cause on non-final responses. (Imported from 1.2)
20 years ago
Olle Johansson 67b460d43c Issue #6848 - Accept MWI subscriptions with no Accept: header
20 years ago
Olle Johansson 46a1b7c73b Don't add ast_extension_state on re-subscribes
20 years ago