URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=21747d78... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Thu Jun 6 11:47:10 2013 +0200
cfgutils: updated docs to specify correct time unit for usleep
- it is microseconds, pointed by David K (cherry picked from commit 8e937d260d0ff41f50be56e0a46ede44554f3f99)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e52f1d6e... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Thu Jun 6 09:09:14 2013 +0200
kamailio.cfg: reset $du for voicemail re-routing in failure route (cherry picked from commit c4b29f6fac6155b9b087737df5956b687ff4e36a)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3dc0b799... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Wed Jun 5 22:44:13 2013 +0200
kamailio.cfg: few updates related to nat traversal
- added "co" flags to rtpproxy_manage() to change all IPs in sdp, many phone get confused if only media ip is changed - add nat=yes parameter only for in branch route to avoid multiple occurences (cherry picked from commit 0193489cca56f58b512f5379c078c98a366c17e2)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=72b48339... Author: Jason Penton jason.penton@smilecoms.com Date: Wed Jun 5 08:58:29 2013 +0200
module/ims_auth: protection against crash if there is no auth vector initialised. - patch submitted by Camille Oudot (cherry picked from commit 4b65964dbe1f38bcf867301d43933f9bbf91ab7d)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=51fc2140... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Mon Jun 3 20:53:05 2013 +0200
dialog: shift next timer run for keepalives of dialog
- reported by Daniel Tryba (cherry picked from commit a17a32e5f7a3120c200d6e48fe91d7aa1dfd28b1)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=de960707... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Mon May 27 16:54:02 2013 +0200
core: enclose uri in angle brakets for redirect contact header
- safer for uri with parameters and no q - reported by Dan Bogos (cherry picked from commit 74bf08ef30cf18fb609c2c067584f1515ede23da)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f01889d6... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Sun May 26 10:43:24 2013 +0200
dmq: many safety checks for mem mallocs and function return codes
- added license header in the files (cherry picked from commit 1977645ceb12ca2d0f2f767046606f6c5ae2c3bb)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2c04dd88... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Sat May 25 16:30:33 2013 +0200
protoshoot: use Makefile pattern for utils
- link to libsctp if SCTP support is enabled (cherry picked from commit 1bdbdb64e4862ddb69c2bf13be0f9be93968bb1e)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cd1120c6... Author: Konstantin Mosesov ez@voipgroup.org.ua Date: Sat May 18 13:56:22 2013 +0300
parser/sdp: Fixed segfault in sdp_print() when no SDP body.
- Failed scenario: remove_body(); msg_apply_changes(); sdp_print("1");
- Result: sdp=0x0 (cherry picked from commit e81b3aac19ab567813d6cb21fcba3d9bd6e1cc90)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=edde8d20... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Fri May 17 00:46:42 2013 +0200
core: fixed printing function name in log message
- based on http://gcc.gnu.org/onlinedocs/gcc/Function-Names.html (cherry picked from commit e081c2880b46174ad836ab1f56e3062bb17b4332)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=959cab20... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Wed May 15 22:45:18 2013 +0200
pv: clone result of several string transformations
- it is safer for assigning back to the same variable on which the transformation was applied - reported by Martin Mikkelsen (cherry picked from commit fe7e4a5152674aa9c81c09dd2fc9938d9e9e762e)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c3017b2e... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Tue May 14 19:52:45 2013 +0200
utils/misc: updated vim syntax file (cherry picked from commit 6038bae188863f541994976d299c38f50b0a699b)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=90a8f28c... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Mon May 13 10:59:20 2013 +0200
core: debug message to show mapping of routing block names to ids (cherry picked from commit 80e8058d9acea7c994819d043456fd1b449b048b)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=369143ae... Author: Juha Heinanen jh@tutpro.com Date: Sun May 12 16:10:40 2013 +0300
modules/presence: downgraded unsupported event syslog message
- Downgraded unsupported event syslog message from error to notice. (cherry picked from commit afdae93c5eba15496498be292c0c99608d801757)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2c4bc861... Author: Daniel-Constantin Mierla miconda@gmail.com Date: Tue May 7 19:15:36 2013 +0200
core: get rid of deferencing type-punned warning in deb wheezy
- reported by Victor Seva (cherry picked from commit 81d3eebd51089686949ab22da60166d4f3a460a7)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=62071fdd... Author: Henning Westerholt hw@kamailio.org Date: Thu May 2 21:17:57 2013 +0200
mangler: fix double definition of contact_flds_separator, reported from ld (cherry picked from commit 003d87edc23f62de98a1a22db03b12ea58abcbc6)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bb9a8ea4... Author: Peter Dunkley peter.dunkley@crocodile-rcs.com Date: Mon Apr 29 20:54:52 2013 +0100
modules/websocket: fixed mandatory headers check (cherry picked from commit 8f74c57605fdd1d31c7808a3b8afc79cc981b370)
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=61f68eae... Author: Peter Dunkley peter.dunkley@crocodile-rcs.com Date: Mon Apr 29 20:38:06 2013 +0100
modules/websocket: doubled the size of the buffer for adding headers to WebSocket handshake responses (cherry picked from commit a2e7f65ee8b86d37a6772619ae10087a05219192)