Commit Graph

8124 Commits (bdf2a05aa511ca81f10e582bf40b611de1b382cc)
 

Author SHA1 Message Date
Olle Johansson 4403905c2d Add reference to RFC for mailbox notification
20 years ago
Olle Johansson d0f254ef61 Cosmetic fixes to code...
20 years ago
Kevin P. Fleming cc2fb34bb3 fix obvious breakage
20 years ago
Kevin P. Fleming bcecc3d863 doh! don't double-increment the bracket count for embedded references
20 years ago
Kevin P. Fleming c87f4bd7a8 don't ignore left-curly-braces when searching for the end of a variable/function reference; match them up with right-curly-braces so we choose the proper brace to end the reference (will still fail to parse properly if the reference contains unbalanced braces)
20 years ago
Kevin P. Fleming d85073dc1f correct array index calculation (thanks mtaht3!)
20 years ago
Russell Bryant 501ac5189c update res_odbc to support pooled connections
20 years ago
Olle Johansson fc2d28805b - call parking improvements (part of the siptransfer branch)
20 years ago
Olle Johansson 2af3d42e9b Implement somewhat improved support for 481 Call leg does not exist responses...
20 years ago
Joshua Colp 021876711f Do not depend on having an end sound for stopping the bridge when time runs out. (issue #6979 reported by ppyy)
20 years ago
Olle Johansson 910c44b1b6 Clean up handle_response_peerpoke
20 years ago
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