[sr-dev] New commits on branch admorten/sca

Andrew Mortensen admorten at isc.upenn.edu
Fri Mar 1 22:41:02 CET 2013


URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6eb29d14a0946de1c89ff6e291af906528f4f0a1
Author: Andrew Mortensen <admorten at 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=f35503c9f4755575678d68e7da9934297787e249
Author: Andrew Mortensen <admorten at 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=0fcbb878b07fd961562ccfa8c3ada4b65a87f92a
Author: Andrew Mortensen <admorten at 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=51c8020f306ea1f2f30faed42dee96b9911914cf
Author: Andrew Mortensen <admorten at 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=cf0cbc1a508efded5926958576008292cedec44e
Author: Andrew Mortensen <admorten at 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=530a28df81f14ec54c2e68e42b042cd95f181110
Author: Konstantin Mosesov <ez at 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 at gmail.com>.
    *) 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=da69a75147b026576f5a90425adcee8f197b83b4
Author: Andrew Mortensen <admorten at 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=dc80bbcadf751c4ac8e0c45fb09b235a9803f1f3
Author: Daniel-Constantin Mierla <miconda at 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=bf14bc6730633bc325f658e755bc237bfb4652f8
Author: Daniel-Constantin Mierla <miconda at 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=f54c6ffd3f012692583428b5f6e0291f335e0706
Author: Daniel-Constantin Mierla <miconda at 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=8706c88771b7bae54c352dadd051d9d5a98ac882
Author: Daniel-Constantin Mierla <miconda at 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=4774168f715e2fb5edf73719c12fc75516aa7a7c
Author: Peter Dunkley <peter.dunkley at 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=2d9331f1315e072abac2541f925d58e174c73c6c
Author: Peter Dunkley <peter.dunkley at 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=94596ce6051a7fc4209bce1844e107139dcbb4b8
Author: Olle E. Johansson <oej at 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=603da439d0e6f0f3d60e08d3ade1cc955c9125a7
Author: Olle E. Johansson <oej at 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=4fda5e728a9b27779d075e2dcc75fae7f7c4a26f
Author: Richard Good <richard.good at 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=8d06b55eb40e16670daa26de03abacb71049aa2a
Author: Ovidiu Sas <osas at 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=36609ac3f54bae38a854285edbc0761c4be158d2
Author: Ovidiu Sas <osas at 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=a73f9924b716347822dad9ec092826a76abf86f0
Author: Ovidiu Sas <osas at 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=542cbc72cecbe6c0284c95142d4e49d20e9e2ff5
Author: Ovidiu Sas <osas at voipembedded.com>
Date:   Fri Feb 15 11:27:15 2013 -0500

    xhttp_pi: fix default value for xhttp_pi_root param




More information about the sr-dev mailing list