Commit Graph

7813 Commits (60d91caa2305781ca4c707b022e7773f07c49fcc)
 

Author SHA1 Message Date
Olle Johansson 60d91caa23 Change sip show channels to include refer status
20 years ago
Olle Johansson 1fec0e47e7 - Deallocate refer structure at sip_destroy time
20 years ago
Luigi Rizzo 52ac09f78f simplify logic in iax2_bridge()
20 years ago
Luigi Rizzo 9df5296c9b simplify logic in various functions, remove unnecessary variables
20 years ago
Luigi Rizzo c14427878a remove a line that was added by mistake
20 years ago
Luigi Rizzo 51743a4aea simplify the flow of builtin_atxfer().
20 years ago
Olle Johansson 177b8e9143 It's critical that we get an ACK on a 200 OK to an INVITE. If we do not get the ACK,
20 years ago
Olle Johansson 2c73c08f5a use XMIT_RELIABLE ...
20 years ago
Olle Johansson 40161ae947 - Move subscribeuri away from refer-to, since refer-to is moving away from sip_pvt
20 years ago
Tilghman Lesher 8a066de957 Merged revisions 21037 via svnmerge from
20 years ago
Tilghman Lesher 5bcdea5102 Merged revisions 20966 via svnmerge from
20 years ago
Kevin P. Fleming fc071a182b actually return the number steps... not the number of steps minus 1
20 years ago
Kevin P. Fleming 2229586d71 more module loader related fixes
20 years ago
Kevin P. Fleming 987f24840c add an API so that the number of steps required for a translation path can be acquired
20 years ago
Olle Johansson 080298dad4 Set timeout timers to Timer A and F in rfc 3261, section 17
20 years ago
Olle Johansson ea7f924b30 Change transmit_invite(). SIP Transfers are now broken officially, while
20 years ago
Olle Johansson 5320c6b76a - Add supported header
20 years ago
Olle Johansson 42918c225a Add more history on masqs
20 years ago
Olle Johansson b124cf4c80 - Implementing the new SIP transfer data structure
20 years ago
Olle Johansson bdb2332621 - Documentation update
20 years ago
Olle Johansson bedd0c2ed3 Documentation update
20 years ago
Olle Johansson 382fd7260c Remove ignore from handle_respons_refer
20 years ago
Olle Johansson a5e5fb18e2 Clean up handle_response_invite
20 years ago
Olle Johansson 92ac73fe3b - Drop too bad SIP requests in order to avoid some UDP misuse (hello Edwin)
20 years ago
Olle Johansson 39b530f4d6 - Doxygen formatting
20 years ago
North Antara 659cb5ea5a whitespace and spelling (recieve instead of receive) fixes
20 years ago
Luigi Rizzo b7e36b50cc preparation for reduction of the nesting of a large function
20 years ago
Luigi Rizzo 7cb4a9df38 more usages of stream_and_wait
20 years ago
Luigi Rizzo db107f93e1 more usages of function 'finishup()'
20 years ago
Luigi Rizzo 2c7b77814c one more instance of stream_and_wait, and remove an extra
20 years ago
Luigi Rizzo 9d825a2126 simplify a couple of functions.
20 years ago
Luigi Rizzo 6e6315099c more replaceemnt of dup code with functions.
20 years ago
Luigi Rizzo ed8f2e43f6 localize several variables, and simplify the last part of park_exec()
20 years ago
Luigi Rizzo 3e20f8d75d more formatting cleanup including removal of a useless check
20 years ago
Luigi Rizzo 09a1511672 rename a variable same as used in a very similar function,
20 years ago
Luigi Rizzo 4ca8c0fc8d s/pu->chan/chan in a few places;
20 years ago
Luigi Rizzo 36ea51ecd7 put some common code into functions (still more instances to be replaced)
20 years ago
Luigi Rizzo 70109abc39 properly reindent a large block.
20 years ago
Luigi Rizzo e304a986fd more readability fixes - localize some variables and invert
20 years ago
Luigi Rizzo d29f8a677e introduce a function to set context, extension and priority
20 years ago
Luigi Rizzo 81ed862e67 minor readability fixes in preparation for more work on this file:
20 years ago
Luigi Rizzo bdfa578990 minor formatting fixes
20 years ago
Luigi Rizzo 3d7e2145b8 move some duplicated code outside an if/then/else block
20 years ago
Luigi Rizzo 3469287168 make sure there is [almost] only a single exit point for a very long
20 years ago
Luigi Rizzo 8f80cbea14 simplify the ast_channel walking routines.
20 years ago
Luigi Rizzo ebc152c0da move common conditions to the outside block.
20 years ago
Luigi Rizzo 7783a7a7e6 simplify logic in ast_generic_bridge()
20 years ago
Luigi Rizzo 9807aab483 move common code in one place
20 years ago
Luigi Rizzo ba7c8dbd73 avoid returning in the middle of a switch() in ast_answer()
20 years ago
Luigi Rizzo ad5cfd80c0 simplify function __ast_request_and_dial() as follows:
20 years ago