2009-08-26 10:41:27 Bogdan-Andrei Iancu, * [6025] : backport from trunk (rev #6023 + #6024) -fixes SNMP memory leaks 2009-08-21 18:16:53 Bogdan-Andrei Iancu, * [6010] : backport from trunk (rev 6009): - fixed bogus computation of GW URI. - fixed double alloc. Closes bug #2841905. 2009-08-21 17:49:32 Bogdan-Andrei Iancu, * [6008] : backport from trunk (rev #6007): - fixed DNS-based failover -> do not add the destination as branch, but directly into the RURI. 2009-08-21 15:55:28 Bogdan-Andrei Iancu, * [6005] : - added nathelper table as default table to be created. Closes 2841503. 2009-08-20 19:17:26 Bogdan-Andrei Iancu, * [6001] : backport from trunk (rev #6000): - fixed getting the size of dialog profile - do not count dialogs in DELETED state. 2009-08-19 10:12:48 Bogdan-Andrei Iancu, * [5983] : backport from trunk (rev 5982) - better docs Closes bug #2836978. Credits got to Flavio Goncalves 2009-08-13 15:12:21 Irina-Maria Stanescu * [5949] : fixed small memory leak 2009-08-06 21:43:22 Bogdan-Andrei Iancu, * [5941] : backport from trunk (rev #5940): - fixed bug in extracting the body - the CT hdr may be missing 2009-08-06 12:21:07 Anca Vamanu, * [5938] : - fixed some locking problems (reported by Piotr Sobolewski) 2009-08-04 19:45:55 Bogdan-Andrei Iancu, * [5933] : backport from trunk (rev #5916): - fixed setting default values for SIP port and proto when greaping for a socket; the function ignore the port / proto if zero, but the parsing functions set them to 0 if they do not exist (in uris). Closes bug id #2827960 Credits go to Peter Baer. 2009-08-04 17:52:04 Anca Vamanu, * [5932] : - backport from trunk rev 5930 - updated the function that parsed auid to include pidf-manipulation and resource-list (reported by Inaki Baz Castillo) 2009-08-04 17:45:00 Anca Vamanu, * [5931] : - backport from trunk - revision 5924 - fixed loosing state: introduced a locking mechanism to prevent sending a new Publish before the reply for a previous one is received (thanks to Piotr Sobolewski for help with debugging) 2009-07-29 20:50:31 Bogdan-Andrei Iancu, * [5919] : Backport from trunk (rev #5918): - fixed proper free at destroy time of the inter proc buffers. Closes bug #2828969. Credits go to Christophe Sollet. 2009-07-22 10:10:16 Dan Pascu * [5910] : Rollback changes made in revision #5804 The checks are unnecessary and they only hide the error by no longer sending keepalive messages to the affected endpoints. In reality contact->uri should always be sip:IP:port so no extra checks are required. The port is always present even when default and the uri is built from the msg->rcv structure so it doesn't depend on any user setting from the script. In the end the segfault cause has proven to be in the sdp parser code that corrupted the shared memory. 2009-07-21 12:00:34 Bogdan-Andrei Iancu, * [5905] : backport from trunk (rev #5904): - fixed bug in iterating through an array of integers for checking the flags. Reported by Bobby Smith 2009-07-20 21:39:29 Bogdan-Andrei Iancu, * [5900] : updated the freebsd port to 1.5.2 Credits go to Michal Buchtik Closes patch #2823714 2009-07-20 19:42:27 Bogdan-Andrei Iancu, * [5899] : backport from trunk (rev #5898): - fixed improper len calculation for postgres NULL token. Closes bug #2823259 2009-07-20 15:54:49 Bogdan-Andrei Iancu, * [5892] : - fixed bogus len calculation of the sdp cloning -> mem overflow.