[sr-dev] New commits on branch tmp/k3.0_sr_backports

Andrei Pelinescu-Onciul andrei at iptel.org
Fri Jan 15 14:52:33 CET 2010


URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=99b02d1ee7f16a891d24bfa3ca687e7d6a8e8cd2
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Sun Jan 10 20:01:01 2010 +0100

    usrloc(k): rpc version for ul.dump
    
    - ul.dump is rpc alternative for MI ul_dump
    - better alternative to avoid pkg frametation in MI process
    (cherry picked from commit 3cc229a3c7ba36475c3bd67e4849297f9548bf26)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=87958e7685eb5f518292f1a3913f716c4d299faa
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Sun Jan 10 19:02:42 2010 +0100

    core: init the len of sock_str attribute
    (cherry picked from commit f0d89fb89d1b588f253f048ab8fc22e0db7fff66)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5d97867e2680f0b116cb7a513cae9e8a6161ecb9
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Sun Jan 10 16:56:54 2010 +0100

    ctl: added parameters to control buffer size
    
    - new parameters to control binrpc buffers size:
    - binrpc_max_body_size
    - binrpc_struct_max_body_size
    (cherry picked from commit acfc2142ed5ef3e61138792136eb32616502229d)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=47810793d241131a5a9ac4ea32ff0dfc6d905a67
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Sun Jan 10 15:56:10 2010 +0100

    htable(k): rpc commad to dump htable
    
    - htable can get big, rpc behaves better than MI
    (cherry picked from commit 5997048fdbefee51aebb8c996178ceb44120a482)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3e79f37b2f0822894cea3e65b280925a111d7d4b
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Sun Jan 10 14:25:54 2010 +0100

    pv(k): fixed $shv engine
    
    - shv relies on early shm initialization
    - got rid of hacks to define first in pkg and move in shm at mod_init
    - fixes 3.0 specific issues reported by Andrey 'Krieger' Utkin
    - closes FS#22
    (cherry picked from commit b69e1c96bf65a4c4f8fa6bec28699607ea03e24d)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=69ac6895977dfa0ce3dfb13ef43698baf06a5656
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Sun Jan 10 12:09:20 2010 +0100

    sanity: print From hdr in warning message
    
    - when parsing of the header fails
    (cherry picked from commit 195cdf43e8eea385330376184f8b78b7d0322780)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=95e893d0affaf7423a28a9f2e0ac1244e0ff7fab
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Sun Jan 10 12:08:45 2010 +0100

    nathelper(k): print bad contact uri
    
    - help in troubleshooting bad sip clients
    (cherry picked from commit a93f7ad1ce21413d0e2a00e4c8579f6bfe0a8a3f)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ec538071e990d1e36f0c6ae0f4d99f7ab8cbd795
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Sun Jan 10 12:07:34 2010 +0100

    core: more verbose when error parsing hdr
    
    - give a hint about the content parsing (max first 20 chars of attempted
      string)
    (cherry picked from commit 78e8075eea603a854dcf0142dda0f1dae6c69857)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9179040149999c9a66f0629ae88788798e71c91b
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Fri Jan 8 17:16:28 2010 +0100

    kamailio.cfg: updated cfg with sample PSTN gw routing
    
    - defined within WITH_PSTN
    - calls to numbers starting with + or 00 are sent to PSTN GW
    - use of custome cfg parameter to define GW IP
    - remove preloaded Route headers for initial requests
    (cherry picked from commit a9e4d86edeee7b2f70b33c89c91e800aefe11da0)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=30455080b8e1d4cae0a0488b392c4cf364f63a24
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Thu Jan 7 11:33:37 2010 +0100

    nathelper(k): fix for swap scenario
    
    A -> RTPP -> B, offer in INVITE, answer in 200 OK (SDP in INVITE+200 OK)
    A -> RTPP -> B, re-Invite on session expiry, SDP in 200 OK + ACK
    
    The from-tag and to-tag are not swapped in the ACK with
    rtpproxy_answer(). Options "sl" would do the trick also, but "s" is
    deprecated soon
    
    Patch by Walter Schober
    (cherry picked from commit 839e2fee663846f68289a519c27aef433a872afa)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=57d99f466c921e85cc013eeeef67da83ca123bf6
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Wed Jan 6 18:50:31 2010 +0100

    presence(k): aliased MLA to SLA
    
    - doc updated to reflect RFCs and drafts
    (cherry picked from commit 1a9f379ed66dbcc05f7750ff961c0a7a6607b0db)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3f8b07ca7c2549478ce57310467a16aa671be009
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Wed Jan 6 18:47:36 2010 +0100

    core: event parsing enahced for dialog;ma
    
    - event defined by draft-anil-sipping-bla for Multiple Line Appearances,
    folloing to Shared/Bridged Line Appearances (SLA, BLA)
    - draft is defunct but still some implementations out there
    (cherry picked from commit 1e99795d2ddebe8a6794c3b407f96d30378b872f)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0f88678c7bb5b53e4e3f5708df9ed5e1b4c3d59a
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Wed Jan 6 15:39:46 2010 +0100

    tm: documented t_relay_to() function
    (cherry picked from commit d8af3a4b17bf1ca71df1d977d986f407ff34cfc2)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b44e9deffa8dd5fe84148ee73bcfb2a00ff9de13
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Wed Jan 6 14:36:55 2010 +0100

    tm: added t_relay_to(proxy, flags)
    
    - parameters compatible with t_relay() in K old version
    - proxy value can be: [proto:]host[:port]
    - flgas can be 0x01, 0x04 or 0x05, 0x02 flag not supported
    - all or any of the parameters can be omitted
    (cherry picked from commit fc59de27f87772df40a4408485a34344acbec950)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6481b24f991732986b45ff935e4fb6a03b53c94e
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Wed Jan 6 12:32:01 2010 +0100

    tm: documented t_replicate() functions
    (cherry picked from commit a511ceccfb593736d44b7701fd07f3f9b5c3a104)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0a0a95c91fcb7d67ffe2b1c730149f79328fbc91
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Jan 15 14:26:22 2010 +0100

    tm: t_replicate() can take avps & select as params
    
    t_replicate(uri) can now take ser-style avps ($foo) and selects (@ruri)
    as params (along PVs and normal strings).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f4cfee81ff275b0ab17482fd5e001a0717c83785
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Wed Jan 6 11:57:24 2010 +0100

    tm: added t_replicate(uri)
    
    - the parameter has to be a valid SIP uri
    - it can be given via a script variable
    - K compatibility mode
    - reported by Santiago Gimeno
    (cherry picked from commit 64e19a6a44a21adf6f743420a26a48cc3acd099a)




More information about the sr-dev mailing list