URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6eb29d1…
Author: Andrew Mortensen <admorten(a)isc.upenn.edu>
Date: Fri Mar 1 16:33:59 2013 -0500
sca: fix private hold handling
- private hold call-info was being ignored in hold reINVITEs, causing
inaccurate "active" notifications to go to subscribers.
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f35503c…
Author: Andrew Mortensen <admorten(a)isc.upenn.edu>
Date: Fri Feb 22 14:45:58 2013 -0500
sca: return true if no Contact header is found in an INVITE packet
- stop spurious log messages when receiving a 100 Trying with no Contact.
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0fcbb87…
Author: Andrew Mortensen <admorten(a)isc.upenn.edu>
Date: Thu Feb 21 22:56:37 2013 -0500
sca: log at debug level when reporting lack of Contact header
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=51c8020…
Author: Andrew Mortensen <admorten(a)isc.upenn.edu>
Date: Thu Feb 21 22:32:23 2013 -0500
sca: ensure SCA caller has correct callee CLI when callee is non-SCA.
- previously only set when callee was also SCA
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cf0cbc1…
Author: Andrew Mortensen <admorten(a)isc.upenn.edu>
Date: Thu Feb 21 18:55:02 2013 -0500
sca: remove misleading comment.
- suggestion in comment has long since been implemented
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=530a28d…
Author: Konstantin Mosesov <ez(a)voipgroup.org.ua>
Date: Fri Feb 22 00:51:33 2013 +0200
app_python: Bugfix for rewrite_ruri
*) Fixed a bug in msg_rewrite_ruri discovered by "V Tone"
<vtone001(a)gmail.com>om>.
*) Removed 'python exception' when do_action returns error. Reason: it is not
an exception.
*) Removed abort() if first_line type is invalid.
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=da69a75…
Author: Andrew Mortensen <admorten(a)isc.upenn.edu>
Date: Thu Feb 21 17:00:31 2013 -0500
sca: prevent possible NULL-dereference in log message when NOTIFY fails.
- sub struct may be NULL outside of else block. Use non-shmem req_sub from
incoming SUBSCRIBE packet instead.
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dc80bbc…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Thu Feb 21 11:34:25 2013 +0100
kamailio.cfg: fixed typos to speeddial
- patch by Thilo Bangert, FS#268
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bf14bc6…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Thu Feb 21 11:25:39 2013 +0100
tm: add Max-Forwards header to local requests if not given as parameter
- add the header to local generated CANCEL and ACK
- based on a patch by Morten Tryfoss
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f54c6ff…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Thu Feb 21 10:40:07 2013 +0100
core: dns - prevent queries for IPv4/6 address literals
- prevent A queries for IPv6 address literals or AAAA queries for IPv4
address literals
- patch by Simon Perreault
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8706c88…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Wed Feb 20 11:29:06 2013 +0100
Makefile.defs: version set to 4.0.0-pre2
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4774168…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Wed Feb 20 09:59:56 2013 +0000
modules/outbound: Fix core dump crash
- Reported by oej
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2d9331f…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Wed Feb 20 09:49:44 2013 +0000
modules/outbound: Fixes the crash but is logically incorrect for outbound
- Not sure why the crash happened at all - but this fix breaks the outbound logic
Revert "outbound Fix core dump crash"
This reverts commit 6369444761d44526ded2620e33438abb182d2bdc.
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=94596ce…
Author: Olle E. Johansson <oej(a)edvina.net>
Date: Tue Feb 19 23:08:13 2013 +0100
outbound Fix core dump crash
When we got a CANCEL without Contact the parse_contact was sent a null
pointer. Changing the "or" to "and" fixed this and Kamailio no
longer cores
on Cancel coming on over websockets from jssip.
Tested at SIPit 30. Core dumps and backtraces available.
Pdunkley - please check this patch
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=603da43…
Author: Olle E. Johansson <oej(a)edvina.net>
Date: Mon Feb 18 22:36:45 2013 +0100
maxfwd The default value is not 256, it's 16 in the source code.
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4fda5e7…
Author: Richard Good <richard.good(a)smilecoms.com>
Date: Mon Feb 18 09:48:22 2013 +0200
dialog_ng: changed LM_ERR to LM_DBG in dlg_hash.c
- dlg_set_leg_info() line 416 was incorrectly logged as ERR when it should be only
DBG
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8d06b55…
Author: Ovidiu Sas <osas(a)voipembedded.com>
Date: Fri Feb 15 21:13:29 2013 -0500
rtpproxy: when adding ICE relay candidates, always include RTCP candidate
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=36609ac…
Author: Ovidiu Sas <osas(a)voipembedded.com>
Date: Fri Feb 15 20:12:56 2013 -0500
sdp: fix TABS and whitespaces
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a73f992…
Author: Ovidiu Sas <osas(a)voipembedded.com>
Date: Fri Feb 15 12:08:20 2013 -0500
xhttp_rpc: cosmetic updates to header's web page
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=542cbc7…
Author: Ovidiu Sas <osas(a)voipembedded.com>
Date: Fri Feb 15 11:27:15 2013 -0500
xhttp_pi: fix default value for xhttp_pi_root param