Commit Graph

2941 Commits (b5e616235950e75a34655e2abb6e2a5131982266)

Author SHA1 Message Date
Christian Richter cb6f278393 we send nearly everytime a RELEASE, only if we for sure know, that it's a TE and we did create the call we don't to hear the Inband Info
20 years ago
Olle Johansson fed57c1eb2 Making sure that cancel destroy is only executed once...
20 years ago
Olle Johansson f74538df11 Small fix
20 years ago
Luigi Rizzo c3b3feab76 - staticize gettag() complete_sip_peer() get_calleridname() arguments;
20 years ago
Luigi Rizzo 8731b6386d - constification of some functions (args and return values):
20 years ago
Luigi Rizzo 7e5e2ffb5f - localize 'struct cfalias' into the only function using it;
20 years ago
Luigi Rizzo 25e9168fea constify get_sdp*() and friends.
20 years ago
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
Olle Johansson 2240245389 Reverse revision 16804 that disables authentication
20 years ago
BJ Weschke 225d8d5270 Don't process re-subscribes as new subscriptions.
20 years ago
Russell Bryant e536a9c6df move a NULL check to before the first time the pointer is dereferenced (issue #6832)
20 years ago
Russell Bryant a13ab2f377 - code formatting tweaks
20 years ago
Russell Bryant 813c445686 Merged revisions 16744 via svnmerge from
20 years ago
Olle Johansson 83b7de9463 Doxygen fix
20 years ago
Olle Johansson 2994fa390c Make REG_STATE_* enum
20 years ago
Olle Johansson 40b71d4b39 Don't accept new INVITE if we already have one pending.
20 years ago
Luigi Rizzo 0b655c3ce9 minor cleanup: localize a variable and replace i++; i++ with i +=2;
20 years ago
Luigi Rizzo 0ff1c42675 useless 'extern' and trailing whitespace removal
20 years ago
Joshua Colp 5880a7f513 Do not leave a thread in limbo if an error occurs, or if testing packet loss.
20 years ago
Tilghman Lesher 9a9ab4e7cf Merged revisions 16581 via svnmerge from
20 years ago
Luigi Rizzo c163911efe don't use 8000, use DEFAULT_SAMPLE_RATE
20 years ago
Luigi Rizzo 6c232811c0 as discussed with Mark a few weeks ago, the 'newstack' argument
20 years ago
Kevin P. Fleming 4e5ea82b7e deprecate insecure=very and insecure=yes, since we have more explicit versions available now
20 years ago
Olle Johansson 50f0b12880 Issue #5374 - Enable internal timing of generators (cmantunes)
20 years ago
Olle Johansson 2c4ebe356e Issue #6450 - Don't remove characters from SIP uri's when not needed
20 years ago
Joshua Colp 0c134c5cba Fix IAX2 multithreaded scheduling (issue #6840)
20 years ago
Olle Johansson 3d1f9b747e Formatting fix.
20 years ago
Christian Richter acacae4e68 fixed no dtmf detect on 64 bit
20 years ago
Russell Bryant 1caeee1c61 oops! :)
20 years ago
Russell Bryant 6601f4deba conversion from malloc to ast_malloc
20 years ago
Olle Johansson b366c4062e Issue #6823 - Registration and port numbers. (from 1.2)
20 years ago
Luigi Rizzo 096bf1511f another batch of cli simplifications
20 years ago
Luigi Rizzo b94f6a6df4 normalize/simplify a bit of the command completion code.
20 years ago
Kevin P. Fleming bb87cd151b make 'sip show subscriptions' include context for subscribed hints
20 years ago
Luigi Rizzo e9b7424737 The condition to check the zaptel version was too strict.
20 years ago
Luigi Rizzo f84e5cfd43 fix a bug introduced in 15187 that scrambled the flags and
20 years ago
Russell Bryant 3de0204481 Merged revisions 15703 via svnmerge from
20 years ago
Russell Bryant 1ddae90e53 only display a debug message if iaxdebug is enabled as well (issue #6673)
20 years ago
Olle Johansson 147ae336d2 Fix NAT support breakage for peers with qualify=yes (imported from 1.2)
20 years ago
Kevin P. Fleming f7c2eed26a ensure that 'zap show channel' will indicate that the echo canceler has been disabled when CED has been detected on the channel
20 years ago
Russell Bryant 78f7235d04 store f->callno in a local var (issue #6818)
20 years ago
Kevin P. Fleming 584ab24577 oops :-(
20 years ago
Russell Bryant dea8078eef conversions to S_OR (issue #6817)
20 years ago
Luigi Rizzo 45edaa4c3a optimize a bit name completion by avoiding repeated calls to
20 years ago
Luigi Rizzo bf2ae44338 fix documentation
20 years ago
Kevin P. Fleming 8410e0d681 support subscription-based MWI, and use proper Call-ID on NOTIFY messages (issue #6390)
20 years ago
Kevin P. Fleming 0b5f2a5d3f use proper file name
20 years ago
Kevin P. Fleming 278b8e8fc7 improve IP TOS support for SIP and IAX2 (issue #6355, code from jcollie plus modifications)
20 years ago
Olle Johansson ddaeaae214 Issue #6736 - use flags for OPTIONs messages
20 years ago
Olle Johansson 2c9ecd7baa Reverting previous patch. Ok, let's take this from 1.2 instead... :-)
20 years ago
Olle Johansson e4c8021b7d Issue #6736 - Enable NAT flags for OPTIONs requests (Thanks casper!)
20 years ago