[SR-Dev] New commits on branch ser_modules

Andrei Pelinescu-Onciul andrei at iptel.org
Wed Apr 15 20:42:02 CEST 2009


URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=53e6557d7f7f1822c18980b6fbb0dcfbbbce1acc
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Apr 3 13:37:27 2009 +0000

    tls: ser_cert.sh portability fixes
    
    - check if hostname supports -f, before trying it (else fallback to
      hostname without parameters).
    - check if getops supports long options (bsd and darwin versions do not).
      If not use only short options.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c1843097af005f0843e221a6a1ad735bd633a347
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Fri Feb 27 10:50:31 2009 +0000

    METHOD_OTHER is replaced with METHOD_OPTIONS, because the OPTIONS request
    is supported by the parser.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bb5aa5037a078f6c058ab6ae63d1b3df10588b4f
Author: Jan Janak <jan at iptel.org>
Date:   Thu Feb 26 11:39:43 2009 +0000

    cfg_size macro renamed to cfg_sizeof to avoid a conflict with one of the
    functions in libconfuse, this library is used by one of the kamailio modules.
    
    Acked by Miklos Tirpak.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6d5122540d31c6754a4865b1e3c4e9c8996718d2
Author: Ondrej Martinek <ondra at iptel.org>
Date:   Tue Jan 6 17:14:13 2009 +0000

    * logging API updated (see doc/logging-api.txt for details)
    
      - LOG(LEVEL, FMT, ARGS...) and the short macro corresponding to
        LEVEL level made eqvivalent (eg. LOG(L_DBG, FMT, ARGS...) and
        DBG(FMT, ARGS...) prints always the same message)
    
      - changed the format of log messages produced by the macros
        to include the log level, module name, filename, line (if applicable)
    
      - added new, internal LOG_(LEVEL, PREFIX, FORMAT, ARGS...) macro
    
      - removed DPrint() and DEBUG() macros, L_DEFAULT log level and dprint()
        function
    
    !!!
    !!! IMPORTANT! READ ME!
    !!!
    
    These changes (mainly the first two) require reformating of the most log
    messages in SER core and module source files.  This step can be done
    automatically by running "scripts/logging/fix-logs-all" script BUT it
    was NOT originally performed because it would have generated too many
    changes in CVS which was discouraged by Andrei.  Instead, the developers
    are expected to run it when ready.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=eadb6fedd0aa7090294d6c3daad8c177ea0a4edf
Author: Bogdan Pintea <bogdan at iptego.com>
Date:   Mon Jan 5 21:26:44 2009 +0000

    When building the route set of ACKs for local UACs, only the reply is now
    evaluated; this is insufficient, since replies to in-dialog requests normally
    miss the route set. The patch fixes that: evals INVITE, if this was in-dialog;
    otherwise, the reply (since the req. doesn't have yet complete route set).
    
    Add support for the SASI if'ace, adding the implemenation for two more TM API
    functions:
    - t_get_canceled_ident(): returns the hash coordinates (bucket/index) of the
      transaction the currently processed CANCEL is targeting
    - ack_local_uac(): allow generating the ACKs for 2xx'ed locally originated
      INVITEs - new headers and body can now also be appended to it.
    
    Fully closes #SER-346.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ffa329ab3fd96b3a94a2bdd36a12b954f9e3d8a1
Author: Bogdan Pintea <bogdan at iptego.com>
Date:   Sun Jan 4 15:50:15 2009 +0000

    Fixed compiler issues warnings over:
    - switch over enum w/o complete list set or default
    - int - pointer casts
    
    Closes #SER-416.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f1f75f62330140153f3ade926c485a433353adf4
Author: Bogdan Pintea <bogdan at iptego.com>
Date:   Sun Jan 4 15:41:13 2009 +0000

    Some errors are marked as DB API (framework) failures instead of MYSQL API
    (library) errors. This could lead to premature reconnection attempt abortion.
    Applied patch fixes that.
    
    Closes #SER-417.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4486239b37736175bdc2be12257129b4cdd9853b
Author: Bogdan Pintea <bogdan at iptego.com>
Date:   Sun Jan 4 15:08:19 2009 +0000

    The header file ds_rpc.h statically defines the doc string for some RPC
    functions, and is included in source ds_rpc.c file that does not use the
    defines - they are used in dispatcher.c only; this leads, of course, to
    compiler whining about it.
    The applied patch fixes that.
    
    Closes #SER-418.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c1595a78604051474c730a8ddad1b75024238f67
Author: Bogdan Pintea <bogdan at iptego.com>
Date:   Sun Jan 4 14:52:42 2009 +0000

    "Route :" prefix (and separator) is used some more time across the
    source. It was defined 3 times (with a small variation). Applied patch
    moves the definition to global config.h.
    
    Closes #SER-420.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1991a5dc7ce45b4a837daa67eb9ec3876c8f1a6b
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Dec 16 14:36:15 2008 +0000

    permissions: fix build without -DUSE_IPV6 errors
    
    
    Author: Vance Shipley <vances at motivity.ca>
    Committer: Andrei Pelinescu-Onciul <andrei at iptel.org>

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=788c80f1f362b0597375f40357e3a996e90aa27d
Author: Alfred E. Heggestad <aeh at db.org>
Date:   Mon Dec 8 11:26:49 2008 +0000

    nathelper: added support for SDP rtcp attribute (RFC 3605)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=19c1380a8b1d79e2298db36949a8063f42577724
Author: Alfred E. Heggestad <aeh at db.org>
Date:   Mon Dec 8 11:01:32 2008 +0000

    prefix_route: include atomic_ops.h where atomic_t is used

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=422e7e65955f7edb8dd39ce32b005956beaa01b5
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Mon Dec 8 06:11:40 2008 +0000

    Fix warnings on LP64 plarforms out there (all 64-bit amd64/emt64 unixes
    and linuxes) where sizeof(*void) != sizeof(int).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cecd051fae5d23b172228dcc7db3fd73960697ef
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Mon Dec 8 06:08:24 2008 +0000

    Add comma between function names and fix typo.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a538e11b5667c92be7e19a65b7cb726d0d3f2ccd
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Mon Dec 8 06:06:54 2008 +0000

    xcap_root is statically allocated array, so that it cannot be NULL.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=388b3a40946772895989bc7531e6c1986fc07df3
Author: Alfred E. Heggestad <aeh at db.org>
Date:   Sat Dec 6 22:09:13 2008 +0000

    added new module prefix_route

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9881d84d55007e6f42988c2350d16301453aaddc
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Nov 28 15:24:15 2008 +0000

    more type punning warnings fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1f618e5d8d5cd28a63d6b6b00c914e79027eee1b
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Nov 28 15:24:00 2008 +0000

    avp: warning fixes & more sane usr_avp struct
    
    - type punning warning fixed (both for =-Wstrict-aliasing and
       -Wstrict-aliasing=2)
    - replaced usr_avp->data with a union (more sane, looks better)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0d533bdd58ab70bacfeaa99ea4b8bd2c672434f2
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Fri Nov 7 17:35:03 2008 +0000

    Extra_attrs lock handling improvement
    
    - new avp_db parameter (auto_unlock_extra_attrs)
      0 (default) : report sript writer's BUG when any lock remains locked
      1 : unlock all locks in postscript callback
    
    - use hash (table_name) + hash(id) for locking instead of the same lock for the whole group

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6924de14a1da1cb132cd1c60c9c83ba394124bb2
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Nov 4 22:28:04 2008 +0000

    Make sure selected RTPproxy supports 20081102 protocol extensions.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bb815657623a807e4287acf40f4252e0c4761fc9
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Nov 4 22:24:12 2008 +0000

    Move definition of struct rtpp_node into nathelper.h.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=01e5dfb1adef21c03ae28fab4f410e6e51217659
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Nov 4 22:05:36 2008 +0000

    Update copyright.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5deedb91ab1f05cdc9d82b599e04c19ea6073257
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Nov 4 21:59:41 2008 +0000

    Document rtpproxy_stream2xxx and rtpproxy_stop_stream2xxx.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bcd6e13df5eee9e1e86745d67db92b1ba9538589
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Nov 4 21:10:07 2008 +0000

    o Use recently extended U command to submit list of supported payload types
    to the RTPproxy. Only do this if the RTPproxy supports revision 20081102
    of the protocol.
    
    o Introduce 4 new commands:
    
    rtpproxy_stream2uac(prompt_name, count)
    rtpproxy_stream2uas(prompt_name, count)
    rtpproxy_stop_stream2uac()
    rtpproxy_stop_stream2uas()
    
    Those commands allow to stream prompt/announcement pre-encoded with
    the makeann command from the RTPproxy distribution. The uac/uas
    suffix selects who will hear the announcement relatively to tha current
    transaction, so that for example invoking the rtpproxy_stream2uac()
    in the request processing block on ACK transaction will play the
    prompt to the UA that has generated original INVITE and ACK while
    rtpproxy_stop_stream2uas() on 183 in reply processing block will
    play the prompt to the UA that has generated 183.
    
    Another possible application of this functionality is implementing music
    on hold (MOH) functionality. When count is -1, the streaming will be in
    loop indefinitely until the appropriate rtpproxy_stop_stream2xxx()
    is issued.
    
    route {
        if (method == "INVITE") {
            rtpproxy_offer();
            if (detect_hold()) {
                rtpproxy_stream2uas("music_on_hold", -1);
            } else {
                rtpproxy_stop_stream2uas();
            };
        };
    }
    
    In order to work correctly, functions require that the session in the
    RTPproxy already exists. Also those functions don't alted SDP, so that
    they are not substitute for calling rtpproxy_offer/rtpproxy_answer or
    force_rtp_proxy.
    
    Sponsored by:	Telio Telecom AS

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f6d232ff748b1ae3669c238238df5b78e2e708e7
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Nov 4 19:51:43 2008 +0000

    Use rtpproxy_offer/rtpproxy_answer.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=95cda993853fec47682ff3f718467fe93c3b521c
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Nov 4 19:46:08 2008 +0000

    Use rtpproxy_offer()/rtpproxy_answer().

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8cfc79ec40541354b0c25fed8dce63ff2e502dfd
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Nov 4 19:30:26 2008 +0000

    Use NULL instead of 0 for function pointers.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=04c534e81acaf0992504fcfcf75d784d4216fb71
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Nov 4 19:06:29 2008 +0000

    When calling rtpproxy_offer() on SIP response message swap to/from
    tags, so that future re-INVITEs with offer in INVITE will be handled
    correctly.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=98c5781c53323fddc0a382244209f40adcbf15d0
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Nov 4 11:15:24 2008 +0000

    If we are traversing more than one RTPproxy node with re-packetization
    enabled make sure we don't add zXXX over and over again.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=38dbf81706dc5dbfb40a552e474c6299377e5684
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Nov 4 11:11:58 2008 +0000

    Move helper functions out from overly long nathelper.c.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=40f95dbdb2718e9bb3a069ae31302d39ea2c8820
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Mon Nov 3 17:41:29 2008 +0000

    Make sure we actually zend zXXX option. Increase option buffer space
    while I am here.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=492bf41e1848e080326e493cc98b72a020f99963
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Fri Oct 31 10:52:40 2008 +0000

    - client_side_filtering description

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b299e72d2d01714276e7a4af786f948f11de5c6f
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Thu Oct 30 07:21:50 2008 +0000

    The first parameter of the xlog function is changed to fparam structure.
    The log level can be set via AVP or select call: xlog("$level", "message")

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8a5e170a0737393ad2c705863c89e52eefc36fd2
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Wed Oct 29 13:43:27 2008 +0000

    - support for multi-value filtering when generating records
    - client side filtering via set_dbopt ("client_side_filtering"), to enable resonable filtering of multivalue fields and fields without ordering rules
    - all comparision operations supported by filter (requires appropriate rules at LDAP server), otherwise client side filtering may be applied
    - generalized time timezone and localtime, ZULU support
    - generalized time fraction seconds support
    - support for alias dereferencing in openldap, option in table definition
    - support for referral dereferencing in openldap, option in table definition
    - doc added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a354229c3231d1e69f008794ba0aba37f580292b
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Wed Oct 29 13:41:26 2008 +0000

    - support for DB_NE operator (non-equality)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=966ec72c44b22d42369680993ab3362ece8ac3c8
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Oct 21 03:17:45 2008 +0000

    _inst being NULL is the same in this contect as _inst->len being 0.
    Handle the latter and don't do zero-memory allocation and zero-bytes
    memcpy().
    
    Sponsored by:   Sippy Software, Inc.
    Debugging:      mpatrol

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6ac5f8995dda18e50665b4b978ef199e69747d43
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Oct 21 02:55:57 2008 +0000

    Make sure to call parse_headers(HDR_EOH_F) in the replace() and
    replace_all(). Otherwise, if replacement happens in the body the
    associated lump can end up in the list of header lumps, not in the
    body lumps, which can lead to bad things if the message is also
    then process by the nathelper or similar SDP-rewriting modules.
    
    Sponsored by:	Sippy Software, Inc.
    Debugging:	mpatrol

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=22e72433aeee915b5b3c315446dc06c18556117d
Author: Libor Chocholaty <libor at iptel.org>
Date:   Mon Oct 13 14:29:16 2008 +0000

    removed debug messages causing crash

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0e2aef7646d4838c2d877148147cc6a75df4dc48
Author: Gergely Kovacs <gergo at iptel.org>
Date:   Fri Aug 15 14:07:01 2008 +0000

    - Indication of underflow/overflow in integer attributes (SER-403)
    - Unsolicited messages and openldap library v2.3 issue workaround added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5c9284f8be6af66bcb9e57dbad6572138163a17e
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Thu Aug 14 20:37:25 2008 +0000

    - minor parser correction considering trailing delimiter as correct case

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ba4f2460b1a15d15429da00042c4b25e9745a8b4
Author: Gergely Kovacs <gergo at iptel.org>
Date:   Wed Aug 13 12:57:05 2008 +0000

    Support for unsolicited notifications added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8410d841b0b85f5db6657a893bdbc7b07afe65cc
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon Aug 11 17:45:32 2008 +0000

    - sctp support

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d91ccbbb9e8b66c9299bc2c1e650f73b3dc37d54
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Aug 7 13:16:10 2008 +0000

    - compilation fix (typo, some shell command pasted into the code)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ad806ebf52895a58fd090d803e7a9e42cc997c08
Author: Gergely Kovacs <gergo at iptel.org>
Date:   Thu Aug 7 09:57:04 2008 +0000

    support for automatic reconnects added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=29f9568c30b12bd7980a34711e4eec06cb43192f
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Wed Aug 6 20:55:47 2008 +0000

    - forgotten refcnt increment

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a8679aa4266a3a1d037af6679c81439213ce77b5
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Wed Aug 6 20:37:42 2008 +0000

    - ipset initialization when declaring ipset using modparam()
    e.g. modparam("permissions", "declare_ipset", "A=127.0.0.1/24");

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cbba2c20c175fbfc32498fdcd65d3ef348ca332d
Author: Gergely Kovacs <gergo at iptel.org>
Date:   Wed Aug 6 08:33:20 2008 +0000

    Support for time-limited and size-limited search operations added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c9e9df4c30e90d0e90d993b77767db7b8f7673e7
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Tue Aug 5 17:20:26 2008 +0000

    - added nested select to support parsing headers consisting from "params" only
    e.g.
      P-Charging-Vector: icid-value=1234bc9876e;icid-generated-at=192.0.6.8;orig-ioi=home1.net
    selectable also using
      %@hf_value.p_charging_vector.params["icid-value"]
    
    Note that %@message.h.p_charging_vector.params["icid-value"] has been already working

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7495f82a78dab38ec94eef126ab647d96ee96012
Author: Martin Hoffmann <hn at nvnc.de>
Date:   Thu Jul 31 15:04:02 2008 +0000

    Add "See Also" sections to avp and avp_db man pages.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1d296a517c15f0022b797e6270b5908861d2265a
Author: Martin Hoffmann <hn at nvnc.de>
Date:   Thu Jul 31 14:57:57 2008 +0000

    Man page for module "avp_db".

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3d2616aeb7e20b3fac5af4fc090de3429ed36a43
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Thu Jul 31 00:52:51 2008 +0000

    - added ipsets manipulable using RPC
    - new modparam "declare_ipset"
    - RPC functions: ipset.clean, ipset.add, ipset.commit, ipset.list, ipset.print
    - locking "one-writer(RPC)/more readers(script)" implemented
    - missing stuff from README added into docbook

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=062f34aa308e72aa453ea3ef30f9fe728c1faf3a
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Mon Jul 28 15:53:24 2008 +0000

    - added common IP tree functions for fast checking if an address is in group of subnet masks
    - both IPv4 and IPv6 are supported
    - new script function ip_is_trusted(comma_delimited_subnet_list, ip), for more info see doc

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c3f4cbd359be2dbccebc6641ad55c7127921cd7f
Author: Martin Hoffmann <hn at nvnc.de>
Date:   Mon Jul 28 14:58:26 2008 +0000

    Man pages for auth and avp.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d032056790fcfaf6bfa7bee44c3af7f51c3b4d28
Author: Gergely Kovacs <gergo at iptel.org>
Date:   Mon Jul 28 12:46:51 2008 +0000

    Support for multi-value attributes added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3058abe429ea9e0f9d5a76d18486ed449b560da4
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Fri Jul 25 12:21:52 2008 +0000

    - added example and README regenerated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ba8702db602bb7d742fa0f7d66bc23bee21006c2
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 22 12:32:13 2008 +0000

    - use cfg_parse_bool_opt

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b59f049036d9686aee61d6a44734dcaec7fee842
Author: Ondrej Martinek <ondra at iptel.org>
Date:   Mon Jul 21 19:36:43 2008 +0000

    replace LOG_* macros by L_* for log level

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ebbb449f7a72413682d7409c136e55ac073f4eda
Author: Gergely Kovacs <gergo at iptel.org>
Date:   Fri Jul 18 10:02:49 2008 +0000

    tls encryption support added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aeb55e0e7c6790af7c3fb70e73939b02e792624d
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Jul 17 13:38:16 2008 +0000

    - doc update: nonce_auth_max_drift

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2e3672f1aecf4bea783c23e15fb7fdab35439c16
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Jul 17 13:33:53 2008 +0000

    - check if nonce creation time is in the future (it might happen after a
     system backward time adjustment or in a cluster which is not
     time-synchrponized) and if the difference is greater then
     nonce_auth_max_drift (new module parameter), consider the nonce stale
     (and re-challenge).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=840211e9d3ca20198aa5affce6eecc9f2335e4e0
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Jul 17 13:06:29 2008 +0000

    - replaced time(0) w/ ser_time(0)  (=> less syscalls, ser_time is more
     then 10 times faster)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=294a2d10e48e2a8a4ced2cf3300a452b8c49e398
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Jul 17 13:05:04 2008 +0000

    - regenerated README

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b9014b0b4034ddb1e7620455faefba76f03414f9
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Jul 17 10:52:39 2008 +0000

    - nonce_count example fixes: save_noreply, t_reply("$code", "$reason") ...

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8f1df79743a6487bb895755734e21ba2af17f632
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Jul 16 09:00:57 2008 +0000

    - doc update: added missing qop and the new nonce_count, one_time_nonce,
      nid_pool_no, nc_array_size, nc_array_order, otn_in_flight_no,
      otn_in_flight_order.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a885212dffcbece1693c5777d7b3447e7db52cee
Author: Martin Hoffmann <hn at nvnc.de>
Date:   Fri Jul 11 12:03:33 2008 +0000

    Add some text on the mechanism and the certificates.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6ac1181eb1a388f43ad056bc4ac8c702a718c773
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Jul 10 17:10:07 2008 +0000

     - one-time-nonce support -- if enabled a nonce will be accepted only once =>
    each new request will be challenged. It offers strong protection against
    replay attacks, but on the other hand it would undo any benefits form UA side
    credentials caching (=> extra messages, extra round trips, more processing at
    the proxy). It can work together with qop and nonce-count tracking: if
    nonce-count tracking is enabled (set auth modparam nonce_count to 1), it will
    take precedence for UAs supporting qop. In general auth_extra_checks should be
    preferred to one-time-nonce support (one-time-nonce should be used only in
    "paranoid" mode).
    The one-time-nonce support should be used only in statefull mode (to allow tm
    to catch the retransmissions prior to the authentication), or else it would
     challenge the retransmissions.
    The code is mostly shared with the nonce-count support (lock-free, optimized
    for multiple cpus), the big difference being that in this case only 1 bit of
    state is saved per nonce-id ("expected"/"unexpected") and so less memory is
    used (for the default 1 million in-flight nonces only 128Kb are needed).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1395bed9ac79a31071a161726e4c93a2721679d2
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jul 10 15:14:45 2008 +0000

    - added an alias for generalized time syntax

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=83e4894ab9660efa2568688e8c628acbed769c3f
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jul 10 14:14:02 2008 +0000

    - ticket numbers added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cee1d2fd342409f952ee62d3d95925fcf7a1b591
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jul 10 12:54:55 2008 +0000

    - new items added to the todo list

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4593248a82d815d302fecb514faac3110f70e208
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Jul 10 10:11:39 2008 +0000

    - spelling fixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=12690ddbca6dfc29bcf18bdc9a50fab4b75e3f44
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Jul 9 20:06:32 2008 +0000

    - experimental support for nonce-count (nc) checking if qop=auth or auth-int.
    To enable it set the nonce-count modparam to 1 and make sure qop is set.
    It works by allocating an id for each generated nonce and using this id to
    derive and index in a circular table in which the last seen nc is stored. The
    id along with some flags and the table partition (the table can be divided in
    several independent smaller tables each allocated to a different set of ser
    processes, for better multi cpu scaling) are stored inside the generated nonce
    and are protected by the nonce 1st md5.  The binary nonce size is 5 bytes
    bigger if nonce-counts are enabled (in the message the nonce is 8 or 4 chars
    bigger, depending if auth_extra_check are enabled or not).
    A response is checked in the following way: if it has qop and nc, the nonce
    id and pool/partition extracted from the nonce will be used to lookup the
    stored nc. If the received nc is > then the stored nc the checks succeeds and
    the stored nonce is updated. If the received nc is greater then 255 (largest
    nc value that can be stored right now), the nonce is considered stale => reset
    stored nc to zero and re-challenge. If the id extracted from the nonce is
    bigger with more then array_partition_size  bytes then the current id the
    nonce is considered  too old => stale and re-challenge (this is needed to
    avoid complex replay attacks, that would send enough requests to overflow the
    index and so get back to a known index value for which the attacker has a
    message to replay).
    By default the nc array uses 1Mb of memory => it can store 1 mil nc values
    (this is also the maximum number of supported in-flight nonces). It can be
    changed using  the nc_array_size or nc_array_order modparams.
    The code is non-locking and optimized for concurrent access (the per partition
    indexes are separated by at least a cacheline and the indexes are incremented
    so that subsequent generated nonces will not use array cells in the same cache
    line).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a12470f15befb20810d02ab6fb85ddd3e09c8502
Author: Di-Shi Sun <di-shi at transnexus.com>
Date:   Tue Jul 8 15:16:55 2008 +0000

    Removed REGISTER support from sample config.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c9ddafdef165753be7a4be3d89347c61aef14183
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Jul 4 17:51:46 2008 +0000

    - replaced 2 time(0) syscalls with only one

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7c2afaccc181c654ed4a8f5a942ce51b108196c2
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Jul 2 12:13:01 2008 +0000

    - switched nonces to base64 => shorter nonces (32 instead of 48 and 56
     instead of 80) allowing more space for future extensions; slightly
     faster processing.
    - more relaxed nonce length checks (to allow for a nonce generated before a
     ser restart without auth_extra_checks to be considered stale after the
      restart with auth_extra_checks enabled)
    - nonce creation <-> ser start time check minor fix

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=72ec2d83ed55be41f7be70df12221cf6e6f5c876
Author: Martin Hoffmann <hn at nvnc.de>
Date:   Tue Jul 1 17:41:25 2008 +0000

    Man page for auth_identity.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5d5821cc8620a7587669a4f24c037efa421db482
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Sat Jun 28 23:13:04 2008 +0000

    - fix: on stream sockets a request with more parameters then needed would
     cause de-synchronizations (the extra bytes would be seen as the start of
      a new packets => invalid packet and closed connection).
    Closes SER-367.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bb62c16822abe28804aa7a1addfa757b0c7011c9
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jun 26 15:43:26 2008 +0000

    - a set of minimalistic config files for testing purposes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2f6dcf239cb0ac9a89b9418f89d413a050554f45
Author: Gergely Kovacs <gergo at iptel.org>
Date:   Thu Jun 26 13:28:10 2008 +0000

    authtype connection section attribute example added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0c9e552f86e2c033d54bb32d9934ce64739c8b17
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jun 26 12:49:03 2008 +0000

    - ignore generated manpage files

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7c7fabe94e92ff9f579a21bd7dc05e9ac5b68a58
Author: Gergely Kovacs <gergo at iptel.org>
Date:   Thu Jun 26 12:45:50 2008 +0000

    ldap digest-md5 authentication support added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2af339c7c6b8515acd6bd32e1179be56f9000c3b
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jun 26 12:15:32 2008 +0000

    - adding missing end of doxygen group

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=23cafc1b32c7c5ce7eeee120275786615e1afcf1
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jun 26 11:49:22 2008 +0000

    - tls module todo

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=904bfb23089fc44d6fda3efff6b6dd97b79a2f29
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jun 25 08:57:26 2008 +0000

    - todo updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a4f31ab84cb45f46500b4875f4600f201778aafd
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jun 25 08:12:06 2008 +0000

    - updated with comments received from Victor Pascual

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c96dde2456a304c5e0974f6ab4030b402e37715e
Author: jandres <jandres>
Date:   Tue Jun 24 14:52:03 2008 +0000

    Remove comment which (now incorrectly) states that accounting only
    supports string AVPs.
    Thanks to Olaf Bergmann for pointing this out.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=304e54393353a1d6d4d0d1a25dea40200b1b868b
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon Jun 23 18:25:04 2008 +0000

    - fixed name

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9e761c732a4cdc79a4f7538af0bb24fbb34aa88e
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jun 23 17:48:40 2008 +0000

    - default key and certificate names changed to ser-selfsigned*
    - added ser_certs.sh

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b668cecef196141ee65ecaef0488d6c00acd0ebe
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jun 23 17:29:11 2008 +0000

    - missing READMEs added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=99efa53bf76fd49d61922950159aba8c53a12ca7
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jun 23 17:18:48 2008 +0000

    - a typo fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6812c1fe94350335d483b83fb1f3e773add059db
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jun 23 16:49:17 2008 +0000

    - domain.dump fixed to return correct number of flag attributes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e5e97527263e6f2fb8b61bce9e2345e2f5796b14
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jun 23 16:46:09 2008 +0000

    - fixed wrong values generated by struct_printf

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b330697241906844557c0ba81d53cdbb27a870ac
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jun 23 14:29:28 2008 +0000

    - support for integer avps in acc modules, patch provided by Jan Andres.
      SER-378

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7a7569ac7de5ebbaa3e3ac1a12901a73c1e17f32
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jun 23 14:10:01 2008 +0000

    - removed debugging return from a destroy function, patch provided by Jan
      Andres
      closes SER-379

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=74846ebe718e946e3840d059a5e595ca55799075
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jun 23 13:02:20 2008 +0000

    - destroy memory cache even when database is disabled, patch provided by Jan Andres
      closes SER-381

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7d82594a95a2c2c8e3afc26ba5c550789b48b706
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jun 23 12:42:02 2008 +0000

    - free extension elements, patch provided by Jan Andres
      closes SER-380

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=340b14347b6bd37027bd618ca970410a3f6d9c92
Author: Jan Janak <jan at iptel.org>
Date:   Fri Jun 20 16:10:20 2008 +0000

    - fixed indentation and error message in attr2uri

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=641af70464a745126876c7aff571229fd05ffe01
Author: Martin Hoffmann <hn at nvnc.de>
Date:   Fri Jun 13 14:22:47 2008 +0000

    Man page for acc_syslog.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f39beab5217edb07f50c0637d5f4fdee82c5fd82
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jun 12 16:06:12 2008 +0000

    - removed trailing line

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7baa1be789bfed0b53d053418d62eb58744cd191
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jun 12 16:05:44 2008 +0000

    - headers moved within the doxygen section

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=80eb8afaa05cd66acb4ba0286d3bc03e7802d43b
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jun 12 16:02:04 2008 +0000

    - updated to the latest changes in the cfg parser

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9f4ae43e863149603f595570aa5166802f306bd7
Author: Alfred E. Heggestad <aeh at db.org>
Date:   Thu Jun 12 15:47:11 2008 +0000

    fix typo; 'the the' -> 'the'

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9cd18ef93338728442cf861e166816134767ace6
Author: Gergely Kovacs <gergo at iptel.org>
Date:   Wed Jun 11 15:45:37 2008 +0000

    the processing of connection table of ldap configuration added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=50e1edd64dde37bb7c216442ac8b09f40988ea17
Author: Gergely Kovacs <gergo at iptel.org>
Date:   Wed Jun 11 15:40:26 2008 +0000

    credentials table name fixed, example for connection table added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e977e0c776313ddbcb9ad866af4991cbdeb25a95
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jun 11 11:13:53 2008 +0000

    - updated with the last changes in the cfg parser
    - support for connection information in the configuration file
    - format of the config file slightly changed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=97aa5b5facd740d5cf65338eb7333f3d0f059c11
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Wed Jun 11 08:55:10 2008 +0000

    - comments adjusted

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e2c387affa4f5b40b910720d2fdee6eef3a3f6fc
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Tue Jun 10 15:37:53 2008 +0000

    - adding valid_since in nonce to support case when secret is being generated, ser has been
    restarted and client sends request having nonce related to previous ser instance. This should not
    lead to reauthentication when stale=true is returned. Client can silently recreate credentials
    without any user prompt. It happen when valid_since points to time before ser
    was started.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=76b597983d523a30355cb667313d9c774e6f9a38
Author: Libor Chocholaty <libor at iptel.org>
Date:   Mon Jun 9 15:48:21 2008 +0000

    removed empty line

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b6550480def9f2134f3f80bb5a749798682fcff4
Author: Libor Chocholaty <libor at iptel.org>
Date:   Mon Jun 9 15:46:55 2008 +0000

    added error message to avoid gcc warning about not handled states

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0d23846c4989acf475a81390a620de3690fb95a3
Author: Martin Hoffmann <hn at nvnc.de>
Date:   Mon Jun 9 15:33:52 2008 +0000

    Man page for acc_db.
    Some corrections to stylesheet and the page for auth_db.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7bcc59e1ce890a7f4dc8ea017c29e1217fe05841
Author: Martin Hoffmann <hn at nvnc.de>
Date:   Mon Jun 9 09:18:34 2008 +0000

    Stylesheet for docbook-based man pages.
    Man page for auth_db.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1babd807d831f866c9da410ea233ccdb3d093d76
Author: Libor Chocholaty <libor at iptel.org>
Date:   Fri Jun 6 17:05:06 2008 +0000

    added support for authentication schemas outside auth module
    auth modules supports md5 authentication and any other module can reuse common function in auth module by auth_api_t
    and send a own authentication function as parameter

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ffb2f93a058aa5c7049c68f000d95a38fd37eee9
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Jun 6 13:39:26 2008 +0000

    - added basic docs for xlfix_attr

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e400ae22cc02407b25c8ae75f23ceda674dd8fd4
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Jun 6 13:25:58 2008 +0000

    - regenerated README

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=129340a21d525da91f622c45eee6518fb7befc9e
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Jun 6 13:24:42 2008 +0000

    - attempt to bring the doc up-to-date: s/avp/attr in functions names,
     deleted function which are no longer present in the code, fixed some examples,
     fixed avp name (some function require "$avp", while other "avp")
    - documented uri-part in attr2uri($avp, "uri-part")

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=29c53ed04d47be0bfed3cb803da27cbd31137616
Author: Jan Janak <jan at iptel.org>
Date:   Fri Jun 6 00:03:06 2008 +0000

    - Use the new configuration file parser

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e74afd4c156b31ae10ef20510e860aac869b1045
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Jun 5 16:39:03 2008 +0000

    - minor typo

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5dca037d3f30c5480c67cd89ada812cb6c5a7f4d
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Jun 5 16:36:01 2008 +0000

    - removed unneeded libs, thanks to Marcus Better <marcus at better.se>

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3b7c5a65c9724d7e505ea16212d29ae207b2eb2b
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jun 5 08:06:43 2008 +0000

    - simple authentication is done

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0a7bbd9b5e377ae6a2adb7dcc229ace02ec4ea53
Author: Gergely Kovacs <gergo at iptel.org>
Date:   Wed Jun 4 21:43:27 2008 +0000

    simple user authentication mechanism added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c808dc21dc3c648a7a3bb7deb0672c171262dc59
Author: Jan Janak <jan at iptel.org>
Date:   Sun Jun 1 19:22:15 2008 +0000

    - fixed a crash in mysql_stmt_fetch when the statement does not exist

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=91336aafc647636466c73877716608527039a675
Author: Jan Janak <jan at iptel.org>
Date:   Sun Jun 1 12:33:12 2008 +0000

    - fixed segfault on failed db initialization

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aab6d1ef9eda9e825c8696f548591590ba5f1b77
Author: Jan Janak <jan at iptel.org>
Date:   Sun Jun 1 10:00:59 2008 +0000

    - support for flatstore uris with relative pathnames (they are
      converted to absolute with respect to the main ser config file)
    - todo list added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f9c15185aefb8d19e4476420139f4c6029780b00
Author: Jan Janak <jan at iptel.org>
Date:   Sun Jun 1 09:35:48 2008 +0000

    - license text reformatted
    - changed header field order in ld_uri.c

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e6491d28746915c464b70c4b7b9548b3889e14c4
Author: Jan Janak <jan at iptel.org>
Date:   Sat May 31 17:29:39 2008 +0000

    - wrong array index fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3d2d3d124bd9dcc3d03dc5ce18b14d18a8c904e7
Author: Gergely Kovacs <gergo at iptel.org>
Date:   Thu May 29 15:21:59 2008 +0000

    Filter query string assembling fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a0c254861591b69047b9272ad8b85c92a9fedd4e
Author: Gergely Kovacs <gergo at iptel.org>
Date:   Thu May 29 15:17:49 2008 +0000

    Compilation warning fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9cbb2876c1d1c5a69c1d2170f0841566a8c8921e
Author: Alfred E. Heggestad <aeh at db.org>
Date:   Thu May 29 07:01:38 2008 +0000

    small docs update to reflect implementation

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=87328e08f2ba46ba32b6ee4207ba0428f2d03e41
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu May 29 02:43:36 2008 +0000

    Change the way we append parameter to the end of SDP: instead of
    appending before the terminating CRLF, append it before any number of
    trailing CRs and LFs and prepend CFLF before appending. This should
    prevent nathelper from generating broken SDPs when brain-damaged UA
    sends us a request that has arbitrary number of CRs/LFs at the end of
    SDP (such as Fring 3.30 for example).
    
    Before:
    
    ----
    v=0
    o=- 1212022997 1212022997 IN IP4 xx.xxx.xxx.xx
    s=OSS RTP Session
    c=IN IP4 xx.xxx.xxx.xx
    t=0 0
    m=audio 9 RTP/AVP 96 3 107 8 0 101
    a=rtpmap:96 AMR/8000
    a=fmtp:96 mode-set=0
    a=rtpmap:3 GSM/8000
    a=rtpmap:107 iLBC/8000
    a=rtpmap:8 PCMA/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    
    
    a=direction:active
    ----
    
    After:
    
    ----
    v=0
    o=- 1212026907 1212026907 IN IP4 xx.xxx.xxx.xx
    s=OSS RTP Session
    c=IN IP4 xx.xxx.xxx.xx
    t=0 0
    m=audio 9 RTP/AVP 96 3 107 8 0 101
    a=rtpmap:96 AMR/8000
    a=fmtp:96 mode-set=0
    a=rtpmap:3 GSM/8000
    a=rtpmap:107 iLBC/8000
    a=rtpmap:8 PCMA/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=direction:active
    
    
    ----

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=789819d048168c2fc5c43b43c79435050a73aefa
Author: Jan Janak <jan at iptel.org>
Date:   Wed May 28 16:51:35 2008 +0000

    - updated to the latest db api

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=427d66e6abb4e220aeecbf7cdad792cf407e3bce
Author: Jan Janak <jan at iptel.org>
Date:   Wed May 28 15:44:18 2008 +0000

    - removed doxygen comment which isn't really meant to be doxygen

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=288c5a080ec13e1287dfa4692133f80d627652a0
Author: Jan Janak <jan at iptel.org>
Date:   Wed May 28 15:43:56 2008 +0000

    - updated to the latest db api

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=80770d3065facbe9af2d091c5fe1a088c14faebc
Author: Jan Janak <jan at iptel.org>
Date:   Wed May 28 12:39:52 2008 +0000

    - updated to the new db api
    - other minor fixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=78ac88cedfef80e986d17f084e19455c68ab2653
Author: Jan Janak <jan at iptel.org>
Date:   Tue May 27 22:26:24 2008 +0000

    - updated to the new db api

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b9ed5facd3fdd619c70420ec9f2182cf0b355b68
Author: Jan Janak <jan at iptel.org>
Date:   Tue May 27 16:14:53 2008 +0000

    - lcr module updated to the new db api

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b6ed78ba3f31c3d379040ac0c591d85233dbef93
Author: Jan Janak <jan at iptel.org>
Date:   Tue May 27 11:56:12 2008 +0000

    - minor bug fixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bebf57c33dbe3dd8375af84f46cb9c0fdf085f36
Author: Jan Janak <jan at iptel.org>
Date:   Tue May 27 00:22:02 2008 +0000

    - new version of flatstore module for new db api in SER 2.1

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4706e4e09b945102d73e4a1499ab9a9021abb9ea
Author: Jan Janak <jan at iptel.org>
Date:   Fri May 23 15:06:45 2008 +0000

    - fixed wrong comment

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=39a663942b3dd12af36b57edbe00e2d81ab1a24f
Author: Jan Janak <jan at iptel.org>
Date:   Thu May 22 13:55:24 2008 +0000

    - mysql versions < 5.0 do not support MYSQL_DATA_TRUNCATED
      patch provided by Alfred E. Heggestad
      closes SER-377

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9527c106792b470901e3f31938e85f833f948829
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Wed May 21 16:30:53 2008 +0000

    Fix problem in the previous commit: use ntohl() instead of ntohs() when
    converting int4 and cast result to int32_t not int16_t.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=17e43b3900f98f91af58660e250d8218b4e8e0ab
Author: Jan Janak <jan at iptel.org>
Date:   Wed May 21 13:05:43 2008 +0000

    - support for timestamptz column type

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f20c9b83e622f296c8159a652a18a0d65038b025
Author: Jan Janak <jan at iptel.org>
Date:   Wed May 21 12:24:59 2008 +0000

    - support for conversions from int to str

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f1d094e3a8f02053d4126040bd484c55fce86edf
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Wed May 21 04:18:42 2008 +0000

    Handle conversion between DB_BITMAP and postgresql int8 type.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2da42d0e5642e057de9945ccab0e780551198e95
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Wed May 21 04:16:30 2008 +0000

    Put back functionality lost during DB API 2.0 conversion. Allo '/' to be
    part of the "hostname" portion of the "URI". PostgreSQL allows using this
    to specify location of the unix domain socket for communication with the
    server. Example of such URL would be:
    
      postgres://someuser@/var/run/sippy
    
    Here the sippy is the database name, while /var/run is the location of the
    socket. This change should be backward compatible since '/' is not
    allowed in the database name.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fd05e7a5ae747595d3c8f2ac5e6a4e4d2d07d79c
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue May 20 23:17:16 2008 +0000

    Remove trailing space after `\', for some reason it confuses gnu make
    I have here.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4ce4761fef316ac78ea21e6fed22d7ba12106937
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue May 20 23:13:20 2008 +0000

    We also need <sys/types.h> and <sys/socket.h> to get AF_INET on FreeBSD.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5d204bd1cbe72e9bdc9f2607fd70a04e6987d3cd
Author: Jan Janak <jan at iptel.org>
Date:   Mon May 19 15:18:02 2008 +0000

    - todo list updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dd95b88b01adad036eff738526d4c3deec287285
Author: Jan Janak <jan at iptel.org>
Date:   Mon May 19 15:17:03 2008 +0000

    - LD_SCOPE_CHILDREN compiled conditionally, it requires a recent version
      of openldap library and is disabled by default
    - convenience scope aliases sub and one added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3bfe17ec2d842035d1e4ec6ed17d0e7c0c52a99e
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon May 19 11:51:39 2008 +0000

    - update

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a55ebf2c8333fc6355406f818fd0c4a5306c7da9
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon May 19 11:43:44 2008 +0000

    - fix: bad comparisons/possible crash if no <> are present in the contact uri
    - fix: if uri changed mark the chached parsed uri as invalid
    - fix: restored memset(..,0) in decode2format (else some format members might
       be used uninitialized
    
    - removed debugging code
    - support for sips uris
    - disabled  STRICT_CHECK (might stop decoding contacts if one fails)
    - contact uri parameters are not deleted anymore
    - encode_contact now encodes also the src ip, port and protocol
    - decode_contact  msg. uri)  decodes the received from info (src ip, port and
      protocol saved in the contact) and sets dst_uri to them

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cf61e28607825da020a9ced4d22af97db1306acc
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon May 19 11:07:53 2008 +0000

    - mangler module revived

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9560da5d44e42585226ec98cd18bea043746cb8f
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Sat May 17 10:03:15 2008 +0000

    Despite what some people believe there is no such thing
    as <malloc.h> in the C language nowadays.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fc5db947ce2fe5e3fbb23a5615544bb03242ec4e
Author: Jan Janak <jan at iptel.org>
Date:   Thu May 15 10:51:19 2008 +0000

    - buffer size increased to 1024
    - fixed zero termination of truncated fields (reported by Miklos)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8ab2e0cc1476877b712809794f697dba2303c54c
Author: Jan Janak <jan at iptel.org>
Date:   Wed May 14 17:07:43 2008 +0000

    - full support for all db api field types in LDAP search filters
      (they will be converted according to the syntax specified in
       the config file)
    - todo list updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d1e8f080018e060e55d8ecfc7d97a2316f1c01eb
Author: Jan Janak <jan at iptel.org>
Date:   Tue May 13 16:40:39 2008 +0000

    - proper escaping of values inserted into the search filter

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2e4fa116a30024dd24bb28fa084838e6c530a49b
Author: Jan Janak <jan at iptel.org>
Date:   Tue May 13 14:35:59 2008 +0000

    - example SER LDAP schema

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=532283df182c0057bcf8656a895c2cd17ab914e3
Author: Jan Janak <jan at iptel.org>
Date:   Tue May 13 12:35:12 2008 +0000

    - todo list updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=efe5ab39bc8d0babad110fc539eecca90a59ab5a
Author: Jan Janak <jan at iptel.org>
Date:   Tue May 13 12:31:34 2008 +0000

    - syntax added where necessary in field maps

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=555c941f0b31d3eb0c982fb72eec51d616f4591c
Author: Jan Janak <jan at iptel.org>
Date:   Tue May 13 12:31:10 2008 +0000

    - added support for boolean attributes in result
    - added support for attribute syntaxes in the config file
    - the code converting integers rearranged

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8155de4ba988deb9b1c1f89c2df998d2b44e174b
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Tue May 13 11:06:09 2008 +0000

    - added timer module documentation

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7bf90ec5cd7575125ec0d47b44e6e0198cd6dcf5
Author: Jan Janak <jan at iptel.org>
Date:   Tue May 13 09:11:45 2008 +0000

    - domain_attrs table mapping added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8e5a763944fcea39a8cf03f2b9d997b01d19b6a8
Author: Jan Janak <jan at iptel.org>
Date:   Tue May 13 09:11:04 2008 +0000

    - compile the database command used to load domain attributes only
      when it is really needed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6274e6e39bffce12e5e3854f5c0b98684ae34d65
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Tue May 13 08:44:37 2008 +0000

    - new module supporting feeding configuration params from database. See included README

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6be3c1e18b1acf26a9c815fdce50fbce664c451d
Author: Jan Janak <jan at iptel.org>
Date:   Mon May 12 16:13:10 2008 +0000

    - Support for generalized time attributes
    - Support for double/float fields
    - Support for bitmap fields
    - todo list items augmented with more info

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=449a8a867cb7b46db0e62a5034aedef3c7f03e14
Author: Jan Janak <jan at iptel.org>
Date:   Mon May 12 15:01:17 2008 +0000

    - parse and check the result message
    - support for binary values
    - better support for integers
    - support for bitmap fields

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2f4c96e9cc98d0353b6905606b33746c743b3712
Author: Jan Janak <jan at iptel.org>
Date:   Mon May 12 12:21:03 2008 +0000

    - latest version of the configuration file for ldap module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a24df217aea707beb2bf31859a2bd85d2609d22f
Author: Jan Janak <jan at iptel.org>
Date:   Mon May 12 12:15:36 2008 +0000

    - parameter name corrected

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1db521afeab7784a39a8d7d646838d6d774d90eb
Author: Jan Janak <jan at iptel.org>
Date:   Mon May 12 12:14:38 2008 +0000

    - initial version of generic LDAP driver (not yet ready to be used)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=959513bd9682fadd8e17ee784efd6e4dc161493e
Author: Jan Janak <jan at iptel.org>
Date:   Wed May 7 17:36:36 2008 +0000

    - fixed wrong parameter value passed to PQexecPrepared
    - few minor bugs fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2a75c4e16eaeafffdebda7d0ccd31d08f16c450f
Author: Jan Janak <jan at iptel.org>
Date:   Tue May 6 12:16:38 2008 +0000

    - removing forgotten files

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=008e834dd281fbb304e0c07c3d617722df34c459
Author: Jan Janak <jan at iptel.org>
Date:   Tue May 6 12:07:48 2008 +0000

    - put doxygen docs in correct group

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=89dbcbb1cff3201c8cdb46b5d469be8a9d0ce1fe
Author: Jan Janak <jan at iptel.org>
Date:   Mon May 5 15:07:05 2008 +0000

    - New postgres driver for the new db api in ser
    - Support for prepared statements
    - Support for oid retrievals from system catalogs
    - More flexible data type conversion
    - Support for inet data fields

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c468f8d32053e6a925e2a6fda95e4c3729f457ec
Author: Bogdan Pintea <bogdan at iptego.com>
Date:   Wed Apr 23 21:20:43 2008 +0000

    New texops function added: remove_hf_re("regexp") to filter message headers out
    by matching the header name field against a regular expression.
    
    Closes SER-340.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=de3edfcb71bedc40b0a2878cea5604e3b9dddc25
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Apr 23 18:29:39 2008 +0000

    - fix: memory leak in subst_user (missing pkg_free(result->s)). Thanks go to
      the anonymous reporter of SER-374.
      Closes SER-374.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2609be91cd82ceeee36a0d57e4c86c071d57c294
Author: Di-Shi Sun <di-shi at transnexus.com>
Date:   Tue Apr 22 02:59:27 2008 +0000

    Modified for not to relay E2E ACK issue, still need some work.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bf4c0b3b736fedc841124307c02386c2f5666783
Author: Hendrik Scholz <hscholz at raisdorf.net>
Date:   Mon Apr 21 13:15:16 2008 +0000

    - allow dispatcher.list reload during run-time using sercmd interface
    - dispatcher.list is now limited in size (see DS_MAX_* in dispatcher.h)
      due to storage in shared memory
      If you have more than 32 sets or 32 entries in a single set you need to
      increase the DS_MAX_ values!
    - implement/close SER-285

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e3cf2b6cb7d30874ace2290ca8a2f79371a2d527
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Thu Apr 17 20:55:46 2008 +0000

    fixed bug which treated local IP with non-listening port as local if the IP
    is entered as alias in the DB domain table and thus broke loose routing.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d2bc826167d6af3d73f3e6c7208df780799fd25f
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 16 15:54:50 2008 +0000

    - fixed missing parameter

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7aeefe593474cf2a2a699a43b0374ea2bd88881a
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 16 15:50:39 2008 +0000

    - support for server_id added, each contact also stores the id of
      the server in a cluster that received and processed the registration
    - get_all_ucontact returns only contacts that have the server_id the
      local server, this makes is possible to implement a distributed
      nat pinger where all proxies within a cluster will ping a portion
      of contacts from the user location database

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=71b9f4400fb7d12aee5307bb6d38200043f5f90f
Author: Jan Janak <jan at iptel.org>
Date:   Tue Apr 15 21:24:26 2008 +0000

    - Support for SER-Server-ID RADIUS attribute

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=39854151c8af01c2cdc1a8e860a8b2a4e941b007
Author: Jan Janak <jan at iptel.org>
Date:   Tue Apr 15 21:18:09 2008 +0000

    - support for server_id column containing a unique id of the server

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8608790fc9cf21537eae8b8fe9fa093f3c91e3cb
Author: Jan Janak <jan at iptel.org>
Date:   Tue Apr 15 21:10:55 2008 +0000

    - support for server_id column containing a unique id of the server, this is
      useful for merging of records from acc and missed_calls tables from several
      sources/databases.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8d922f08b089ec1e3171f01b887f526fdf24c05f
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Wed Apr 2 09:12:38 2008 +0000

    memory leak is fixed: xl_elog_free_all() did not free the select
    expressions within the xl formatted string.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d2b43301d1e2d53920db08dd6ea1647b67429fe1
Author: Bogdan Pintea <bogdan at iptego.com>
Date:   Mon Mar 31 18:57:55 2008 +0000

    Various warnings fixed (mostly appearing with 64b compiles).
    
    Closes issue SER-343.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5b36689499c9cbe187b56b5e7478ff85515579d2
Author: Bogdan Pintea <bogdan at iptego.com>
Date:   Mon Mar 31 18:41:48 2008 +0000

    New selects exported, allowing to dissecting the content of an attribute by
    interpreting it as a "name-addr" value.
    
    Ex.:
    $loaded_uri = "\"display name\" <UserName at HostName;param>"
    $user = @avp["$loaded_uri"].nameaddr.uri.user
    
    '$user' will contain "UserName".
    
    
    Closes issue #SER-365.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=40c1c8b9fe89be093383da3a803cad542677dc6d
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Fri Mar 14 07:57:57 2008 +0000

    xl_parse_format() can fix-up \\, \r, \n, \t characters.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=884c4c982aaa416f39126b3c975918a91c0a3402
Author: Jan Janak <jan at iptel.org>
Date:   Thu Mar 6 12:15:51 2008 +0000

    - base64 functions moved to libcds
    - updated Makefile to use libcds

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=61e34eac26a782f6c5b6dd9a394a88433dd1be08
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 5 07:59:19 2008 +0000

    - an error message that is too noisy turned into debugging message

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c2327e5fcfc79edd3d8878448651392ecd4b672c
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Sun Mar 2 16:09:28 2008 +0000

    - fixed includes (rm malloc.h) due to portability problems

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c148218495128261e02c5ba1935452ab8fde4bcf
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Tue Feb 26 18:48:28 2008 +0000

    - added support for cfg API
    - functions support module function params API
    - doc update

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=398513adc9914a25720cfe5cce09a9a4d477a7ef
Author: Jan Janak <jan at iptel.org>
Date:   Thu Feb 14 15:40:44 2008 +0000

    - support for 'last_id' getopt, which retrieves the unique id of the last
      inserted row

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=94f8f96c095eb9d0e3c0c0475f6a071c06eb717d
Author: Di-Shi Sun <di-shi at transnexus.com>
Date:   Tue Feb 12 06:36:44 2008 +0000

    Fixed relaying BYE without Record-Route header loop issue.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=13c77934ef32d59942da2932569f596697bd2a13
Author: Jan Janak <jan at iptel.org>
Date:   Mon Feb 11 12:39:49 2008 +0000

    - shm_str_dup and shm_asciiz_dup set the destination buffer to NULL if
      the source is NULL too

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=65847b62c621dedceef6ca206386218aa6f8556e
Author: Jan Janak <jan at iptel.org>
Date:   Fri Feb 8 05:38:39 2008 +0000

    - Convert all relative pathnames of files to absolute with
      respect to the main SER configuration file (the external
      TLS config file and modparams) or the TLS config file
      (file included from there).
    - Use get_abs_pathname from sip_router/ut.c instead of the
      local function get_pathname

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6f930ac2cc2d2be65314b5450873e2fce5d999cb
Author: Jan Janak <jan at iptel.org>
Date:   Tue Feb 5 08:27:42 2008 +0000

    - modified function get_pathname to return path relative to the
      path of the main SER configuration file if it does not start
      with /, this is much more sensible then just pre-pending CFG_DIR,
      it is possible to write modparam("tls", "config", "tls.cfg")
      and still control the location of the configuration files using
      -f cmd line option
    - the function now returns result allocated with malloc, not
      pkg_malloc

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fe5715c56125d5bcdfbe893ee633b4d56070b1b1
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Mon Feb 4 21:01:51 2008 +0000

    Use isflagset() function properly. The function returns -1 if
    flag isn't set and 1 if it is.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=87d7d9a5dc66e7f7cf22587f7bf7b7983a7a2541
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Mon Feb 4 16:37:55 2008 +0000

    Make a difference between non-existing variable, and not readable variable
    when the value cannot be retrieved. (reported by Vladimir Marek)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6c7a4f2bbd9decf9b3b7e9f36c00876526ed11d6
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Mon Feb 4 06:29:41 2008 +0000

    Fix cut&pasto - radius_config -> service_type.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a49832b96efac19640b8f8356b1c70287b01f220
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Mon Feb 4 06:03:19 2008 +0000

    Introduce the new use_ruri_flag parameter.
    
    When this parameter is set to the value other than "-1" and the
    request being authenticated has flag with matching number set
    via setflag() function, use Request URI instead of uri parameter
    value from the Authorization / Proxy-Authorization header field
    to perform RADIUS authentication.  This is intended to provide
    workaround for misbehaving NAT / routers / ALGs that alter request
    in the transit, breaking authentication.  At the time of this
    writing, certain versions of Linksys WRT54GL are known to do that.
    
    Sponsored by:	Sippy Software, Inc., http://www.sippysoft.com

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5da1aa3d1493ffe5e210d280a07bd312e92e131d
Author: Jan Janak <jan at iptel.org>
Date:   Sun Feb 3 19:29:54 2008 +0000

    - Disable "fetch_all" database option for the database command
      that retrieves all the rows from location table.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f2a8b6716bd73440f191db695feb71ba19466f57
Author: Jan Janak <jan at iptel.org>
Date:   Sun Feb 3 19:12:05 2008 +0000

    - Support for fetching all data to the client at once
    - Implemented db_setopt and db_getopt support for "fetch_all"
      command, when set to 1 (default), the client library will
      fetch all data to client in one step, this behavior can
      be disabled by setting the parameter to 0.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e9e739da9b017b6623b5faa08bd5a28e5e6b2d79
Author: Jan Janak <jan at iptel.org>
Date:   Sat Feb 2 16:22:01 2008 +0000

    - Added usrloc.dump_file
    - Added extra fields to usrloc.show_contacts()
      Contributed by Bogdan Pintea
      closes SER-341

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=390462c506e92ad44e0dcf5249cf997e8c56c75b
Author: Jan Janak <jan at iptel.org>
Date:   Sat Feb 2 14:31:09 2008 +0000

    - get_from_did returns 1 on success
      closes SER-334

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bc1ba760353eb9460c95ebd2f306ad196c5942e7
Author: Jan Janak <jan at iptel.org>
Date:   Sat Feb 2 14:30:23 2008 +0000

    - indentation fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=90b31de99f04ff02cd512fc50d73db8b4868f31c
Author: Jan Janak <jan at iptel.org>
Date:   Sat Feb 2 13:00:37 2008 +0000

    - Use get_int_fparam to retrieve the value of the integer parameter,
      closes SER-260

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8d347d8bfaba803a9e8cbef0729fade0fa7a5141
Author: Jan Janak <jan at iptel.org>
Date:   Fri Feb 1 18:42:57 2008 +0000

    - fixed testing of return value of fix_param
      closes SER-323

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e2f3847cb654a2476b942166cfbeba8350b252e8
Author: Jan Janak <jan at iptel.org>
Date:   Fri Feb 1 16:46:43 2008 +0000

    - fixed wrong return value of del_attrs(), patch provided
      by Bogdan Pintea

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ec2dd8b62dcea0efbcd48f7a00686131699ce31e
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Fri Feb 1 09:31:35 2008 +0000

    Don't update port 0 in the SDP, since such port in answer means
    that the stream has been rejected. Unlike proposed patch don't
    even bother to contact RTPproxy in this case, since it makes
    no sense.
    
    When the same situation happens with offer do contact proxy, but
    update only IP, since in this case it's likely that the offering
    UA just wants sending stream out, w/o receiving anything back.
    
    Bug:	SER-319

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6b89707e053907fb0f6143d87a053d9a1ef7e790
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Mon Jan 28 12:57:57 2008 +0000

    removing a test function that was committed my accident

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=88c64f23b525cc6b4f21fe4d27d2aa546a74cdc9
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Mon Jan 28 12:54:59 2008 +0000

    changing the syntax of cfg_register_ctx() function
    (The context handle must be ready when the on_declare()
    callbacks are called, and it may happen that the callback
    is executed before cfg_register_ctx() returns.)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=141b00c7e7b76f9d1dce93c80dc078112646f87f
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jan 24 13:34:23 2008 +0000

    - dummy test commit

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ae29ff90d8d7d73e783d778432e4975d1f7b2035
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jan 24 13:29:02 2008 +0000

    - split auth_extra_checks parameter into three parameters: auth_checks_register,
      auth_checks_no_dlg, and auth_checks_in_dlg. This was necessary to make it
      possible to configure different set of integrity checks for different
      message types.
    - improved indentation
    - Added doxygen documentation
    - Updated README

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0cb6c5fd1d2934117776392b7d47458a766d1a86
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jan 21 13:58:22 2008 +0000

    - set higher log level for messages that flood syslog
    - module name added to log messages for easier identification

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=69d7573e04ab2ce492e6135502a1ab54a147244e
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jan 21 13:00:35 2008 +0000

    - a too noisy error message turned into debugging message

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fce70bcb97416a9de84c68cda7c607ab71691219
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jan 16 15:27:06 2008 +0000

    - check_result_columns renamed to check_result
    - bind_result ignores empty result sets without indicating errors

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=411192a4823b0fb3910a787c1e6c8ef9edc9d972
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jan 16 14:58:46 2008 +0000

    - better check of the return value of mysql_stmt_result_metadata

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5b71e72bf0f4f62ea8c576d503dc76f7cff9705b
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jan 16 14:17:28 2008 +0000

    - reordered included header files for better detection of missing headers
    - disable automatic database reconnects, they do not work with pre-compiled
      statements
    - error/info/log message cleanup
    - auto_reconnect module parameter removed
    - introduced new module parameter retries which controls the number of
      times queries are tried to execute on server on failures

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c778fc2b7571d1b44d615259d38c964227e1b0c2
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Fri Jan 11 19:27:11 2008 +0000

    added non equal operator to DB API and mysql module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7e3f02a336a86740426aeff126ee4dd49aad634e
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Fri Jan 11 19:26:14 2008 +0000

    fixed function name in log message

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=08108d490f879cb90210c9c56c6d81bb4a833d1b
Author: Di-Shi Sun <di-shi at transnexus.com>
Date:   Mon Dec 31 06:09:31 2007 +0000

    1. Added support to new AuthRsp codes.
    2. Modified response messages and log messages.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1a80699619abf380ad6168ff666fa893b721384f
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Sat Dec 22 15:01:57 2007 +0000

    - fixing SER-342 minor bug

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aef875770a17e18d9a569a9bd35f7bf7b8501b4c
Author: Di-Shi Sun <di-shi at transnexus.com>
Date:   Fri Dec 21 07:19:49 2007 +0000

    1. Changed OSP cookie tags to handle the destinations corrupting Record-Route/Route headers. (SER does not have this issue, just for code sync)
    2. Fixed reporting wrong translated called numbers issue.
    3. Replaced strcpy by strncpy.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ddcaca6425ca3115efb4ffd589f2ed194365fd86
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Thu Dec 20 11:11:24 2007 +0000

    removed unused variable

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d13ac9d6106c4fcaf11dffc0f4a60a8c4cfa0663
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Thu Dec 13 15:29:56 2007 +0000

    Destination blacklist parameters have been updated to the config
    framework, the following variables are changeable runtime:
    
    - use_dst_blacklist
    - dst_blacklist_expire
    - dst_blacklist_mem

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ee7170f9653b9d6b1b99670687598a9749eaa062
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Thu Dec 13 11:21:05 2007 +0000

    The help function returns also the type of the parameter.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4f3cb33a49f87975be38ac5b3a06c07eb14acee8
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Wed Dec 12 16:45:20 2007 +0000

    two new RPC functions:
     - cfg_rpc.list: lists all the configuarion variables
     - cfg_rpc.diff: displays the peding configuration changes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dca5421690acfc95efd6a765fd15120de75968b1
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Wed Dec 12 11:37:51 2007 +0000

    adding module documentation to the repository

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8eb9c324a11e29460a4b4fa1ef053b2159544430
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Tue Dec 11 16:15:56 2007 +0000

    - Updating the local configuration in the child processes that are
    forked by modules.
    
    - Per-child process config destroy function is introduced:
    should be called when a child process exists, but SER continues
    running, not needed to be called otherwise.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9342f06e0bc7ad4e80b3b24b013714e996bc3336
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Dec 11 04:27:00 2007 +0000

    New functions rtpproxy_offer() and rtpproxy_answer() to allow
    using RTP proxy in the cases when SDP offer is in 2xx and SDP
    answer in ACK, basically these are to be used just like
    force_rtp_proxy() and they have the same semantics. This is inspired
    by the OpenSER's "swap" flag, but designed to be less cryptic
    and easy to understand. The sample use is below:
    
    route {
      if (method == "INVITE") {
        if (invite_has_sdp) {
          /* Handle re-INVITE */
          if (rtpproxy_offer("L")) {
            t_on_reply("1");
          } else if (need_proxy) {
            if (rtpproxy_offer()) {
              t_on_reply("1");
            };
          };
        } else {
          /* INVITE w/o SDP */
          if (need_proxy) {
            t_on_reply("2");
          };
        };
      } else if (method == "ACK") {
        if (ack_has_sdp) {
          rtpproxy_answer();
        };
      };
      ...
    }
    
    onreply_route[1] {
      if (reply_has_sdp) {
        rtpproxy_answer();
      };
    }
    
    onreply_route[2] {
      if (reply_has_sdp) {
        rtpproxy_offer();
      };
    }
    
    Sponsored by:   Sippy Software, Inc., http://www.sippysoft.com/

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3f16dbfccd76af39bc35e0ef0679fd34c11add53
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Dec 11 00:51:22 2007 +0000

    The last change was:
    
    Sponsored by:   Sippy Software, Inc., http://www.sippysoft.com/

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=475dc0c081690e2b72fe430c8ae9125311b40254
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Dec 11 00:49:26 2007 +0000

    Add support for the new re-packetization feature of RTP proxy. This support
    exists in the form of the zNNN options for the force_rtp_proxy() commend,
    where NNN is target size of RTP packets after re-packetization.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=02e15f4f78030dde530550fc5f752f1592f575b0
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Mon Dec 10 22:36:38 2007 +0000

    Update IP address in the session header along with address(es) in media
    description.
    
    Submitted by:	andrei

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=af97379c3dfc93c5bf425725e4545263f32e0e38
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Wed Dec 5 22:46:04 2007 +0000

    Fixed memory leak in case of Proxy-Require header (same as on the 2.0 branch).
    Reported by Bogdan Pintea

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=524cc2f5124ae65352ee0da4b363e9e38edba6af
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Wed Dec 5 15:56:41 2007 +0000

    Implementing a driver for the configuration framework, that exports
    all the functionality over the RPC interface. This module can be
    used to change the config variables via RPC calls on-the-fly.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fd7b6326b2bee59267589fd121c8038e7418af4b
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Wed Dec 5 15:51:24 2007 +0000

    Initialize and destory the configuration framework in main.c,
    and update the local config within the child processes at the
    beginning of each loop.
    
    TODO: The local config must be updated in all the modules that
    fork a new process implementing an endless loop.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d406c82004334a2e8a48a615cad3fdb060013f90
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Nov 29 21:02:14 2007 +0000

    - update to the changed io_wait/watch api

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b3fde3a647fbf28b8889eb83fbb1e8b2d755f244
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Nov 28 21:31:41 2007 +0000

    - more reply attack proof authentication: when enabled the nonce will
     include and extra MD5 over selected parts of the message (e.g. request uri,
      callid and from tag or src. ip ) and some other secret. For more
     information see the README/docs and the new auth_extra_checks parameter.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cf987a3c8c68721590f4ace0d8f6ac3885d73a77
Author: Gergely Kovacs <gergo at iptel.org>
Date:   Mon Nov 26 08:55:05 2007 +0000

    Nils Ohlmeier's certificate subject verification improvements added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=45c7f4d0d1bfa547b76ce6960cbfd2b8eab9720c
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Nov 22 17:33:57 2007 +0000

    - fix: first add connection to the list and then start watching the fd$
    (without it for EPOLL_ET or SIGIO_RT the io hanlder might be called
     immediately and if this happens due to an error or eof a crash might occur)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4b0861222ee9b5e1a8539d45cec0eead287424f6
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Tue Nov 20 17:33:08 2007 +0000

    - added xml documentation

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=64515b8d423f618de08cc47b1e0677e9d55cadcf
Author: Gergely Kovacs <gergo at iptel.org>
Date:   Mon Nov 19 11:22:42 2007 +0000

    PEM certificate processing improved

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d534ffe288cc586ed4252e77c21643222bf697c5
Author: Gergely Kovacs <gergo at iptel.org>
Date:   Fri Nov 16 12:52:43 2007 +0000

    Nils Ohlmeier's bugfixes and improvements added:
    
    - log messages typos fixed
    - module option to accept certs in PEM formart added
    - domain of the value of Identity-Info processing fixed
    - http response code processing fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c37a9e30f207ffdb4423d7fb2d3c27ca6507015d
Author: Jan Janak <jan at iptel.org>
Date:   Thu Nov 15 17:27:06 2007 +0000

    - a couple of minor bug fixes backported from internal verion
    - support for "fake NULL" values (strings or integers that will
      be written in database if the value is NULL) (compile time option)
    - proper support for raw SQL statements
    - the possibility to retrieve fields in the result set and their
      types from the server added (needed for queries like select *).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aa7799c02db6de7f36ec71240bc18689d8ad68eb
Author: Jan Janak <jan at iptel.org>
Date:   Thu Nov 15 15:09:01 2007 +0000

    - dispose driver-specific driver properly on error

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=41246184bd9357bb8cf01051ab6be724e234606e
Author: Jan Janak <jan at iptel.org>
Date:   Thu Nov 15 12:44:14 2007 +0000

    - save_mem_nr ported to HEAD

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=82da0bcd6476fa80fb62ef28b35b54388140f33f
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu Nov 15 02:27:06 2007 +0000

    Port is_avp_set() from the OpenSER. It is necessary for new AVP'ized
    registrar code, to wrap calls to append_to_reply("%$contact"), which
    otherwise can add meaningless <null> string instead Contact HF when
    UA removes registration (expires=0). It is unclear whether or not
    SER should append the Contact into reply in this case (RFC 3261 is
    not very clear in this regard), but historically SER 0.9.x did not
    append it, so that it's probably safe to do the same.
    
    Sponsored by:   Sippy Software, Inc., http://www.sippysoft.com/

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7f0b8c3b776d4671b9e9f363e3eea8567a1838d1
Author: Jan Janak <jan at iptel.org>
Date:   Wed Nov 14 16:27:17 2007 +0000

    - support for db_skip_delete

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=11d160301f6a4b62b21fee22b1cc274b192f3f8f
Author: Jan Janak <jan at iptel.org>
Date:   Wed Nov 14 14:48:20 2007 +0000

    - updated to the new db api

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4c7f3babbe9e0cd159a944031d0c9f5d3cfe903c
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Fri Nov 9 16:51:46 2007 +0000

    attr2uri() is extended with "strip" and "strip_tail" capabilities

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9b738f01b6838da577342bb98a85ff36409839f2
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Sat Nov 3 11:52:32 2007 +0000

    - db_ops adjusted for new db_api
    - named queries, etc.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5d4a45d754c8f67508a4348de3de1ce365d0d021
Author: Di-Shi Sun <di-shi at transnexus.com>
Date:   Tue Oct 30 06:31:20 2007 +0000

    Modified to reduce possible race condition.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ccbce2c08c5f91e83e3b56cee9040fe1f3b73262
Author: Gergely Kovacs <gergo at iptel.org>
Date:   Thu Oct 25 09:53:53 2007 +0000

    support of certificate's subjectAltName added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bc8d2fa5dea06e893fa87ea545420fa2041074be
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Mon Oct 22 12:57:52 2007 +0000

    xlfix_attr() function is introduced:
    It fixes the value of the attribute from xl formatted string to pure string
    runtime.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2335e474bcebacbab84fc70f2f539dc0aa64e433
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Mon Oct 22 12:54:29 2007 +0000

    exporting xl_elog_free_all() function

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f0642a50b87cd48faa0dfdb343f62d4d9c8012cd
Author: Di-Shi Sun <di-shi at transnexus.com>
Date:   Mon Oct 22 02:40:45 2007 +0000

    1. Added usage report for BYE without OSP info.
    2. Added destination count code (does not work in this release).
    3. Reformated code.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2025cf12370823d19f99b2fe60f566a89f1a1a6a
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Fri Oct 19 16:58:37 2007 +0000

    ipmatch() and allow_trusted() functions are tested and the found bugs
    are corrected regarding the DB-API update.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bf0fd469d30066db875cae59569abc2c61bb31e3
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Fri Oct 19 12:06:04 2007 +0000

    sched_yield.h is included in order to make sched_yield() always available.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4ed808722ed9ad2ca8eea84bbacb83c4723fd192
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Fri Oct 19 11:59:24 2007 +0000

    permissions module is updated to the new DB-API
    WARNING: not yet tested

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=eb16fbeb75b917b3a27279a929663a4c6576dd6d
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Fri Oct 19 00:34:15 2007 +0000

    (whilespace only)
    
    Use consistent style for comments.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9c24f4c60ea6c596e0de5796d144e0b973452d21
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Oct 18 21:03:23 2007 +0000

    - fix: proper ser-child-forking for the natpinger process
     (has access to tp sockets, appears in sercmd ps a.s.o)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ab3384dedb0f8aa9283e4faade7d998cd3028e88
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Oct 18 20:44:44 2007 +0000

    - use a more real looking uri in natpings froms
     (some UAs, like kphone, are really confused by the "sip:registrar" uri
      and never reply to the pings)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d9020f0fe6de8413fe3fb34e46d3d350cc54a9d6
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Oct 18 17:55:29 2007 +0000

    - don't try to use a multicast socket for natpings (it might happens in
     setups that use multicast REGISTER replication)
    - minor warning workaround (remove const)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=24019e58fe3512361104f20ae9283d5f0a44daae
Author: Ondrej Martinek <ondra at iptel.org>
Date:   Thu Oct 18 16:45:53 2007 +0000

    * fixed "fixup" of 1st paramater of sl_send_reply(),
      in addition, select can be used as its value now

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=98307daf976ba094acdee7e594c55f2ed11b1511
Author: Gergely Kovacs <gergo at iptel.org>
Date:   Tue Oct 16 16:01:09 2007 +0000

    TLS module works if AUTH_IDENTIY is loaded

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ab724166ce1e6e90ecdd2a66521878a67d9f3b1f
Author: Gergely Kovacs <gergo at iptel.org>
Date:   Mon Oct 15 14:48:04 2007 +0000

    modifications due to Identity, Identity-info and Date header parsing
    change added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b9fc8d466afa9ab1e91a7a007a982a912a41f708
Author: Gergely Kovacs <gergo at iptel.org>
Date:   Mon Oct 15 14:41:19 2007 +0000

    Encryption and decryption functions use RSA_sign and RSA_verify instead of
    RSA_public_encrypt and RSA_public_decrypt.
    
    Certificate downloader supposes that is in DER format.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e108b4ce1f1943c85d38975608c7423b3c51ba58
Author: Gergely Kovacs <gergo at iptel.org>
Date:   Mon Oct 15 14:08:18 2007 +0000

    private key and certificate format specified

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c84baefa39e7a6be380ceba660e75bb4ad3f6a9f
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Wed Oct 10 23:26:14 2007 +0000

    minor change - don't show bogus  WARNING: xl_mod_init: more IP XX.XX.XX.XX not used
    if is the IP is the same as the first IP

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=44d0b4d01de9f0059b06fa6635bc0b62dc1d661f
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Oct 9 22:28:39 2007 +0000

    Warn when natping_crlf != 0 && natping_stateful != 0 && natping_method != NULL.
    In this case natping_crlf has no effect.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9e995addbcf423f010b61af7405d74b88b1f8298
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Oct 9 22:24:51 2007 +0000

    Remove duplicate logic. We either in stateful pinging mode or in dummy
    CRLF-pinging mode. There is no need to do both at the same time now
    that we have a full blown stateless pinging.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=de6d4c10fb96dd1519df29524825799f5c4e8b5c
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Oct 9 22:14:13 2007 +0000

    o Implement stateless natpinging using real SIP packets.
    
    Submitted by:	Andrei Pelinescu-Onciul
    
    o Rename tcpping_crlf into natping_crlf and change the logic a little bit.
    By default provide the old behaviour - dummy 4-byte packets are used for
    doing pings for all protocols unless natping_crlf is set to 0. If the
    natping_crlf is set to 0 we use the new stateless method and if
    natping_stateful is not zero we use old stateful method.
    
    o Try to detect common misconfiguration cases (i.e. user disabling dummy
    ping or user enabling stateful ping without setting natping_method) on
    init and warn user about that.
    
    Documentation is to follow.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b46e708eca74a5173aa52293965d255276d6f9ec
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Wed Oct 3 14:56:32 2007 +0000

    Level of the select call is moved to a global variable form the structure
    in order to make the select calls shared memory-safe.
    Fixes SER-318

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6efc6f6e49255361b5cb46e46ce22c9961ff854c
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Sep 27 08:50:29 2007 +0000

    - minor fix: when using ser -c to check the config file, the exec module
     destroy function would try to deallocate an unallocated lock

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=13b9b9c30ac70d92dc271ed668b6b664423ce054
Author: Gonzalo Javier Sambucaro <gonzalo at mslc.com.ar>
Date:   Mon Sep 24 14:41:45 2007 +0000

    no message

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0aa3897f2da9d10975484bdb66322c76ceb7ff8e
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Tue Sep 18 21:16:00 2007 +0000

    ifix: attr_destination was mistakenly prohibited from FAILURE_ROUTE

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=efa66d40eef1fee270a12546ce800f6b21b5b469
Author: Gonzalo Javier Sambucaro <gonzalo at mslc.com.ar>
Date:   Fri Sep 14 15:52:07 2007 +0000

    no message

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0b3d4c4987293773b9771ea91dc57a480824379b
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Mon Sep 10 21:24:43 2007 +0000

    - polishing ERR/WARN (LOG)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=970e35152a4087a7f296fc270d4a11267ea449a1
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Mon Sep 10 19:22:13 2007 +0000

    - named timer identifiers (instead numeric ones)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1e76dd31af02a5319a2abc1cb6f554e873a577be
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Mon Sep 10 19:02:58 2007 +0000

    eval module:
    - removing dependency on uuid lib
    - removing from excluded modules
    - fixing SER-298, SER-293 reported by Enrico

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4194cfa05b4dbd40ad8fdefea17cacccbe3027af
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon Sep 10 15:26:44 2007 +0000

    - ctl overflow check fix, take 2 (previous fix breaks error replies)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c7c0d8de45b0edaf40c4be555b9507a6e54a593c
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Sep 7 15:51:02 2007 +0000

    - fix: binrpc_write_int return overlfow check was wrong -- it failed if
     already at the end of the packet/send buffer and a 0 was written (which
      is represented with a 0 length integer in binrpc). Because of the 0 length
     the overflow check failed and 1 byte was written (the type).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=05c2cd5fcb702e1b0f7a2e6d4ca747ea2aeb5c00
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Tue Sep 4 22:16:16 2007 +0000

    avoid URI queries with empty username

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ec90ab681c41e8b3e66661bad0ab3df118073383
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Mon Sep 3 19:52:36 2007 +0000

    Remove debug message which apparently mistakenly slipped into rev.1.103.
    
    Pointy hat to:	tma0

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a20b2b174e8f0e1850116f3e989845fede71a972
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Mon Sep 3 19:49:51 2007 +0000

    o Make style consistent;
    
    o name error messages in natping consistent.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a7c5292ea976ecb7b618bb3a4fe8a08a729a5ab1
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Mon Sep 3 18:55:33 2007 +0000

    Add rtp/avpf, rtp/savp and udp/bfcp into the list of supported transports.
    
    Submitted by:	Atle Samuelsen

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a1504b6b94dbba3506dc9596c15c4aa328931605
Author: Jan Janak <jan at iptel.org>
Date:   Mon Sep 3 09:50:46 2007 +0000

    - indentation fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=979d2c6c021ef1e29bb505708b38c43826fd3dec
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Tue Aug 28 00:54:36 2007 +0000

    SIP/TCP option to send just CRLF for better interop and less traffic

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3d1a0d39b3518dc850629e6c1c2970009db6a1f2
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Fri Aug 24 08:29:02 2007 +0000

    is_2rr moved into rr parser to allow its usage from other modules

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4afc91b355865f23177c3daa9648569e478b8c41
Author: Jan Janak <jan at iptel.org>
Date:   Tue Aug 14 12:18:00 2007 +0000

    - doxygen source documentation added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d24ee26f8b87e6a7904d1a9e3a261502c02a3c00
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Aug 1 00:05:42 2007 +0000

    - support for setting the source address in tcp_send() and tcpconn_get()
      (should allow for a better tcp force_send_socket() in the future)
    - add multiple aliases for each connection, to cover all the search
     possiblities: (dst_ip, dst_port), (local_ip, dst_ip, dst_port),
      (local_ip, local_port, dst_ip, dst_port).
    - improved connection hash function

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9640ad675b0a14547a331b461c8e4200ac0fd97d
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Mon Jul 30 21:32:18 2007 +0000

    - commiting forgotten examples, it's experimental (!) version

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2235941c9cd26568a6e9118756f0b7f1464fab39
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Mon Jul 30 21:27:58 2007 +0000

    Iptrtpproxy  provides  similar functionality as nathelper but communicates with
    netfilter kernel xt_RTPPROXY module using libipt_RTPPROXY userspace library.
    See http://www.2p.cz/en/netfilter_rtp_proxy All RTP streams are manipulated
    directly in kernel space, no data are copied from kernel to userspace and
    back, it reduces load and delay.
    
    The iptrtpproxy module is written as light-weighted, there is not implemented any
    dialog managment as is e.g. in nathelper, the reason is that such API should be
    provided by core or specialized dialog manager module. Because such module
    is not in CVS, session information may be stored in extra attributes of
    avp_db  module and session id itself in record route as cookie, see rr
    module.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c438345b8a7b312fcd4ca86ddd67a2420a61f54f
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon Jul 30 20:04:12 2007 +0000

    - new modules implementing script callable blacklist functions:
       blst_add([timeout]) - adds the message source to the blacklist
       blst_add_retry_after(min, max) - adds the message source to the blacklist
                             using the Retry-After header value as the timeout
                             value (if not present it returns false)
       blst_del() - deletes the message source from the blacklist
       blst_is_blacklisted() - returns true if the message source is in the
                               blacklist
       (for more info see the module docs)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2ca7fc0087cfb3f3fbbde4ddefbca938af2df0ad
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Fri Jul 27 05:06:11 2007 +0000

    Properly handle re-INVITEs with multiple media streams from answering party.
    
    Submitted by:	Martin Hoffmann

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1444ab7996e9836e574eb4f9a3c346bc0cfe64da
Author: Di-Shi Sun <di-shi at transnexus.com>
Date:   Thu Jul 26 14:58:28 2007 +0000

    Added redirection_uri_format option in ser.cfg to work with Cisco 2600 IP-IP gateway.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=80d3f7e4264107d92e7f9de16bb20f2da8c74023
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Tue Jul 24 12:17:27 2007 +0000

    - fixing rr cookie select memory leak

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=39de51966f2d5e45faeba6cac1eddb5a44e264e5
Author: Jan Janak <jan at iptel.org>
Date:   Fri Jul 13 08:52:29 2007 +0000

    - re-submit compiled queries to the server upon reconnect
    - removed superfluous INFO statements
    - removed C++ style comments

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3258e63c38e8551a193405b571f8cddf1e5aaf45
Author: Jan Janak <jan at iptel.org>
Date:   Fri Jul 13 08:45:46 2007 +0000

    - disable use_did parameter by default
    - indentation fixed
    - clean up DB related data structures only of they have really been created
    - get_ha1 passes DB errors to the caller

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=357bc2ef080072418316d10c4bd0aba0b15d379e
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Jul 4 17:27:34 2007 +0000

    - added register_fds(no), used to register the maximum numbers of fds opened by a module (on a per process basis). Needed for code that needs to know the maximum possible open fd number (like the tcp code).
    - added get_max_open_fds()

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a0155c5ac7b86f4740b18fbeca121d3919edd3c5
Author: Libor Chocholaty <libor at iptel.org>
Date:   Tue Jul 3 15:16:14 2007 +0000

    added doxygen comment to deal with these files

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7c3793b4045829a71cca5adf822131a147d29040
Author: Libor Chocholaty <libor at iptel.org>
Date:   Tue Jul 3 15:13:29 2007 +0000

    updated update_params() to work with 3 sets of params

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e612b0fc1a93ae274f1e5e8d502e054945a6d0df
Author: Libor Chocholaty <libor at iptel.org>
Date:   Tue Jul 3 15:06:17 2007 +0000

    added common prefix 'mysql:' into INFOs

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ec24d153135e98475501c670213aeb67183d111e
Author: Libor Chocholaty <libor at iptel.org>
Date:   Tue Jul 3 14:53:22 2007 +0000

    more descriptive comments

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=91428ba64331edde08554d098a9cc85b2d2dd8c9
Author: Libor Chocholaty <libor at iptel.org>
Date:   Mon Jul 2 11:04:05 2007 +0000

    removed forgotten abort() from error handler.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f86ac685826f7e9fe3501ecd14ff63d1d054d91b
Author: Libor Chocholaty <libor at iptel.org>
Date:   Mon Jun 25 17:53:12 2007 +0000

    added doxygen comment

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aa72024a2b7daba0773df4f6ff155406a153d808
Author: Libor Chocholaty <libor at iptel.org>
Date:   Mon Jun 25 17:51:27 2007 +0000

    Preparation for implementation of UPDATE db statement.
    First of all we need two sets of params in db_cmd.
    First for match clause and the second as column-value pairs of changed columns.
    Currently it uses three sets of parameters: result, match and vals.
     - result - DB_GET output
     - match - DB_GET, DB_DEL (and DB_UPD in the future)
     - vals - DB_PUT (and DB_UPD)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=afa1217cf25431ee717f0df9b3481bc56eef7c4a
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jun 25 15:39:09 2007 +0000

    Added the following features from Andrei:
    - connect_timeout parameter which allows to limit connection timeouts to
      mysql server
    - send_timeout parameter which can limit the time the client library spends
      sending data to the server
    - receive_timeout parameter which can limit the time the library spends
      waiting for the data from the server
    - enable reconnect for mysql >= 5.0.13

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9a0a75464171a2f3431b4b6f1b6c308c68364821
Author: Di-Shi Sun <di-shi at transnexus.com>
Date:   Fri Jun 22 03:23:46 2007 +0000

    Changed the q value to unspecified for redirect cases.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e681d8047e956791566066c633bca7b1f859d4c4
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Tue Jun 19 13:17:34 2007 +0000

    updating the modules to the new UAC function parameters of tm

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b428f71bee2d673a47f443d4455b3c8c16e9969b
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon Jun 18 21:23:54 2007 +0000

     - updated to the modified dns api

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bc918b349a84e3532c85b813eb0cb801229bf6d1
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Fri Jun 15 14:05:05 2007 +0000

    corrected BUG in reg. avps which causes core dumps under higher load

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4955c477818b372b2574af584112ad6ae67eac77
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Jun 14 23:14:20 2007 +0000

    - updated all the users of run_actions() or do_action() to the new
     interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=81fcc9c7919e200533a9b9f2fdba2d0573558718
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Jun 14 15:08:03 2007 +0000

    added incompatibility description into presence handbook and XCAP module documentation as requested by SER-283

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6275989f7b70c376f51313c1a9a66ed73e9c14fe
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Wed Jun 13 11:02:02 2007 +0000

    - added parameters to add a Contact header to the reply
      (this is the only real reason to use this module ;-)
    - closes SER-202

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f50cad69430f32fb0cf284877181f38376d41442
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Wed Jun 13 10:37:29 2007 +0000

    forgot listitem statements

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0ad5f79ac22b9eece28337c8ae20f0fd458e7637
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Wed Jun 13 10:32:19 2007 +0000

    - added new test for Contact =! received port
    - updated the documentation
    - closes SER-200

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8fb14fe813a7bb29b4e6954d3fea68d9bf4c7f2b
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Jun 7 21:46:56 2007 +0000

    - updated all the child_init users to ignore or treat specially the
     PROC_INIT rank

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cd5fffbf67409004a228726fb904c3f92208159a
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Wed Jun 6 01:09:34 2007 +0000

    Pass parmeter types to PQexecParams() explicitly, otherwise PostgreSQL
    will be guessing them based on field type and in the case of mismatch
    may bail with cryptic error message:
    
    "ERROR: dbase.c:783: Error: ERROR:  insufficient data left in message"
    
    Particularly, this happens easily with integers - SER is packing 4 bytes,
    while PG expects 8 bytes.
    
    Sponsored by:	Sippy Software, Inc. ( http://www.sippysoft.com/ )

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=99d68c4c9e20eb478a0af6ea2dce75705043f792
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Mon Jun 4 14:56:59 2007 +0000

    - don't fork the pinger process if the natping_interval==0  (fixes SER-280)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d3bf23d10b34f9af400d126cc111c2af389a62ac
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue May 29 21:24:58 2007 +0000

     - fixed example for binrpc bytes type encoding

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=609b56e26d29898d434749c2d208df09e894f0a4
Author: Hendrik Scholz <hscholz at raisdorf.net>
Date:   Tue May 29 15:24:39 2007 +0000

    - close SER-244: Memory initialization issue in auth_radius
      reported and patch provided by Jan Andres (jan.andres at freenet-ag.de)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ea265d624780fbb58ac9df8c84dcc0bac9f27cf8
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon May 28 11:33:01 2007 +0000

    cosmetical changes in presence handbook

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=50f5461dd299b74df630192559e41e229134d28a
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Fri May 25 16:08:20 2007 +0000

    Make save_noreply() useable in onreply route, which allows for some
    new interesting applications, when SIP Proxy/Registrar forwards
    REGISTER request, but saves contact in a local contact database
    if registration has been successful.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2451713919f7049d71796b38e3c4b9f037e18d68
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue May 22 07:29:03 2007 +0000

    added list of dependencies (related to SER-272)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5b30f3d2570373e06539f965e693c2d28dc2b350
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon May 21 14:46:02 2007 +0000

    updated documentation (related to SER-252)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ff48990e028247c5fc10ff87168a9d5d0dd05a8d
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu May 17 10:00:43 2007 +0000

    added example config file for 'adjustable attributes' - it shows how to create simple dialog proxy (handling only INVITE/BYE dialogs).
    solves SER-252

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=db82b963b87ee6dad89b92be6912856edcc183eb
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu May 17 09:58:05 2007 +0000

    Added functions for storing/loading flagged attributes according to user-defined key.
    Documentation will be updated soon (documentation of this module is out of date and
    needs to be completely rewritten).
    solves SER-252

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ae0642a269c12fa93d160508bf6eccdf63a32274
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed May 16 09:21:23 2007 +0000

    merged from Ottendorf branch:
    Corrected bug in handling next_hop parameter. The next_hop parameter is optional from now.
    closes SER-270

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=53a186f45a7085bb61d31fbe910d87ae643482fd
Author: Di-Shi Sun <di-shi at transnexus.com>
Date:   Tue May 15 05:26:37 2007 +0000

    Update OSP module doc.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f7b9da9d1af1f38259f2ac0f8758928b75bf1e11
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Mon May 14 10:25:49 2007 +0000

    Add new module tunable notify_is_refresh. Default is 1, setting to 0
    prevents 200 OK to NOTIFY from being used as a target refresh.
    It is necessary in the cases when notified party is behind a NAT
    otherwise remote contact is updated with non-public IP and any
    further NOTIFY will be lost.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7898141d80b2748d69ff4fcf2de11a8515b82abb
Author: Di-Shi Sun <di-shi at transnexus.com>
Date:   Mon May 14 06:56:51 2007 +0000

    Change CANCEL logic.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1b1696c2909c0e02b210589b43e41e6c6b4c06c9
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Fri May 11 11:46:02 2007 +0000

    Documentation updated according to anounced auth_db change
    (see http://lists.iptel.org/pipermail/serdev/2007-May/010034.html)
    
    Note that only documentation related to the change was updated the rest left
    untouched (out of date).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d213144d319cc2a89f1f773fc9819b5bb3833935
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu May 10 11:34:00 2007 +0000

    updated to CDS changes in reference counters and removed init/cleanup function
    It is not tested! (presence modules are not compilable because were not updated
    to new DB API yet)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c38b57e8dc134415804ee15933f407b3f59ca4e0
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue May 8 08:35:24 2007 +0000

    - updated the ser lib using modules to the new lib building system
     (libs are built automatically if needed by a module and when a module that uses a ser lib is installed it will be re-linked with the correct rpath => no more
      LD_LIBRARY_PATH)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b61db5f904bdaf38b333957be75ea423f1dca90e
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Fri May 4 21:35:52 2007 +0000

    Add support for loading non-string (int only at this time) fields via
    load_credentials feature. For now, they are converted into the string
    AVP and as such should be either processed as strings or converted
    into integers using avpops module functions. Non-ideal solution, but
    it's better than crashing when trying to access invalid pointer.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ac59eca321e8146483e6df62e7c453558c553fc9
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu May 3 18:56:51 2007 +0000

    Make compatible with the latest curl library.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6ed1cdfcc7af936a9ce606be7eb0690979b9fbdb
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu May 3 10:01:13 2007 +0000

    Include stdio.h for snprintf(3).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=50a2b01a8181144d7fab2e3164ff087b0ed83ec1
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu May 3 03:40:51 2007 +0000

    Make compilable.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ace14085cd11e8036efcf5ab562c7b6dfeef23d8
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed May 2 17:08:33 2007 +0000

    updated doc to current version of code

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7d29d44924f7461282dd788340aabb9bd8b310c5
Author: Libor Chocholaty <libor at iptel.org>
Date:   Wed May 2 09:28:21 2007 +0000

    string length fix

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ce3fe54b0294ed938ec741dc29293df494944bb7
Author: Di-Shi Sun <di-shi at transnexus.com>
Date:   Wed May 2 03:14:27 2007 +0000

    1. Fix a typo for log variables.
    2. Add warning log for the BYE messages without OSP info.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c7acc4c3615f56729a6f44be7ec84f99a8542fd6
Author: Di-Shi Sun <di-shi at transnexus.com>
Date:   Thu Apr 26 08:18:38 2007 +0000

    merge code from experimental.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=51db30af3efd6cf4f09f1635896870a80420e49c
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Apr 24 06:44:07 2007 +0000

    updated information about authors (into Ottendorf branch will be added as soon
    as whole presence handbook will be finished)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e83a1c331f9f2528c35fe549e90fbb926e4b4ba3
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Apr 24 03:45:08 2007 +0000

    New function start_recording() allowing to start recording RTP session in the
    RTP proxy.
    
    Sponsored by:   Sippy Software, Inc. ( http://www.sippysoft.com/ )

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cf71342a2b7c91c5e55bc58046422370d0ade3ef
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Apr 24 03:15:00 2007 +0000

    Silence error message in the condition that isn't really error one.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7b283b08179cf5b54d85a5cd8c9546562cd68b47
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Apr 24 02:41:46 2007 +0000

    Add URL.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=17350603cf61000b3b8d25d279c4166a04e7d71b
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Apr 24 02:36:17 2007 +0000

    Add documentation for the BDB module.
    
    Developed by:   Sippy Software, Inc. ( http://www.sippysoft.com/ )
    Sponsored by:   iptego GmbH

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8d1c3be47d9a6dc27a56bb63924ee07ea12afe15
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Apr 24 02:27:02 2007 +0000

    Fork separate process for sending NAT pings - this provides much better
    scalability.
    
    Sponsored by:	Sippy Software, Inc. ( http://www.sippysoft.com/ )

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f13ad6ecf0c9f713f89052226f79cd5e9749ce73
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Apr 19 09:16:25 2007 +0000

    corrected improper freeing of pregenerated DB queries and DB context (but it
    probably doesn't need to be called in module destroy function because DB
    related things are initialized in other child processes than the process
    calling destroy function)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=abad8249f1c5075ae5499fcf7cf6c638f5c2582f
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Apr 19 07:41:52 2007 +0000

    both used avp lists moved into shared memory (it seems to be working, but more testing needed)
    closes SER-262

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0ded6646a27489ca3603c38ac514273e491a7dce
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Apr 19 07:01:10 2007 +0000

    corrected mistake in DB column type

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2d66f46d55d6adc97554e2ce6a4b2381f1726d3d
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Apr 19 06:44:26 2007 +0000

    fixed two compilation warnings (one possible bug)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=032bb4497d6a210b469649a93a124a78e3182247
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 18 13:08:45 2007 +0000

    - db_fld.v.str renamed to db_fld.v.lstr due to problems with g++

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ecfc640b58bfab513cc8542abcd3f24a18648a76
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Apr 18 07:03:57 2007 +0000

    added forgotten stopper in DB query initialization

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ba0c86c7498323d879dd938b986b7fcf30e1ed23
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Mon Apr 16 13:48:26 2007 +0000

    wrong column was used for domain name

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=eac7084c08df8b03a70e9f009f289ff698946291
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Fri Apr 13 10:07:52 2007 +0000

    corrected DB query initialization

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c7b06caaa3a656547830b06a2cc3a371b984a12c
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Apr 11 11:15:05 2007 +0000

    corrected bug introduced during rewriting to new DB API (forgotten variable freed)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c25b6a2618bf1ca46f34bd7f7c40dbae0f4c666b
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 11 10:02:54 2007 +0000

    - fixed wrong variable names

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4068b266296606894eab6ab3410fbe51fe687fea
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 11 09:54:01 2007 +0000

    - store/retrieve registration avps in one query

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4d33cca7632f5b04651d2762f33a1c862acbc7a0
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 11 09:09:53 2007 +0000

    - updated to the new db api
      registration avps still need some work

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5aa63474ea8ca043993ec136709f39fb9b4f5c93
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Apr 11 06:31:37 2007 +0000

    added forgotten test for succesfull child init (all queries must be initialized)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=66a066154c39adca765ee0dd2ed112da71d53768
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Apr 11 06:24:27 2007 +0000

    Updated fixup function to return error for non-fixed-string table names.
    If it will be needed it can be done the same way like now, but the query
    would be generated during run (only once per process for each table).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=18b7828588232cabee86f4f0b01193cfcc18e189
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Apr 10 18:22:43 2007 +0000

    updated to new DB API,
    corrected BUG - ha1 value was read instead of password when 'calculate_ha1' set to 'yes' (thanks to Michal Matyska)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bbe2fb9e8b732221986fd526817f68896b3b46df
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Apr 5 14:58:42 2007 +0000

    updated to new DB API

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5c5497ec9a84f0fcdb3b1c4881255b696b28e5ec
Author: Jan Janak <jan at iptel.org>
Date:   Thu Apr 5 13:26:20 2007 +0000

    - Support for raw sql queries

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b8d115e6ea254bac420c6711e8d13dda950032e2
Author: Jan Janak <jan at iptel.org>
Date:   Thu Apr 5 13:04:31 2007 +0000

    - Use the new database api

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d89453bad360fb91d94ebdd303d47bcf3197865e
Author: Jan Janak <jan at iptel.org>
Date:   Thu Apr 5 12:34:14 2007 +0000

    - Use the new database api

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=75a33fc73501875c8a4c96ae7f9a12802e9538cc
Author: Jan Janak <jan at iptel.org>
Date:   Thu Apr 5 12:00:08 2007 +0000

    - Use the new database api

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0897f15375ceb15c82ecba57f5cb42c431bd495b
Author: Jan Janak <jan at iptel.org>
Date:   Thu Apr 5 11:14:59 2007 +0000

    - wrong comment fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e01e711dd36b8c1ec53b000da9aaa13f85890ab7
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Thu Apr 5 07:46:23 2007 +0000

    copy-paste bug correction

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cf30ecea4bba42f96f0af54634b960c3037a74af
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 4 17:12:58 2007 +0000

    - migrated to the new db api

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0b82102fc8a335bd1bc2222ad7091af5012b4a27
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 4 13:59:17 2007 +0000

    - extra debugging messages removed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=387d58a2ad53e991852e9b320c86b782528a38be
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 4 12:33:06 2007 +0000

    - fixed a couple of gcc warnings

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2e1cd1bf6d1a54a71390398025b2d6e026bdb23e
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 4 11:48:20 2007 +0000

    - mysql module updated to new db api

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=72c03f30b89c60a8457ea32793bdfb4b81aa75f7
Author: Hendrik Scholz <hscholz at raisdorf.net>
Date:   Fri Mar 30 11:49:24 2007 +0000

    - fix typo in documentation reported by Samuel (samu60 at gmail.com)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3914c8f43501fe06f9bc204d5df981520c811db1
Author: Libor Chocholaty <libor at iptel.org>
Date:   Fri Mar 30 11:25:11 2007 +0000

    text formatting

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=44bf66a4dd9caec85e609bd698bd5a7d4c56d6c0
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Mar 29 23:38:02 2007 +0000

    - modules are installed by Makefile.modules
    - rpath is automatically set up for modules using ser libraries on install
     or make (rpath is different for installed modules and for modules only
     compiled)
    - ser libraries are built and installed automatically if a module needs them
     (the module must define SER_LIBS in its makefile). See print_lib for an
     example.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8d824e3b0774cc6f85c04038b25039ad38e822cc
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Mar 28 16:57:19 2007 +0000

    - small correction

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=784f199e1d028a7277ae305d953515929baaa178
Author: Libor Chocholaty <libor at iptel.org>
Date:   Wed Mar 28 16:15:30 2007 +0000

    typo

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=79a462f38ad920d3bdb2ff30bca181c3e6f74fc9
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 27 11:47:28 2007 +0000

    - Always add User-Name attribute, patch provided by Samuel

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4e6b86d1ea10df97047b738248729d5b1131e1de
Author: Gergely Kovacs <gergo at iptel.org>
Date:   Tue Mar 20 09:48:16 2007 +0000

    - some important notes added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d28ad6dbc2a4519b9b146073a52d5dd8b9bb1171
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Sat Mar 17 01:28:52 2007 +0000

    Add Berkley DB 4 (bdb) module.  Documentation to follow as I need some
    time to XML-ize it.
    
    Compared to other DB modules, BDB has some limitations imposed by the
    simpicity of the underlying storage engine. Those limitations will be
    outlined in the documentation.
    
    Developed by:	Sippy Software, Inc.
    Sponsored by:	iptego GmbH

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9476ba643de808bc710be9e37d71332b872f09e8
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Mar 16 22:00:31 2007 +0000

    - example module that uses the example libprint.so and compiles it if
     not present

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b18513282113989ce95fc010c0abb8f51aca4c4e
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Fri Mar 16 10:37:26 2007 +0000

    Closes SER-249 Remove definition of uri_type_to_str, which is in parse_uri now (and you had to include it already)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e2db48d90615d300553ce1ebd7e09e1afe93707b
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Wed Mar 14 21:51:37 2007 +0000

    - added missing break in switch's case

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=25908e2c07a1513caceafab81883da281edaee6a
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Wed Mar 14 21:40:09 2007 +0000

    - fixed SER-246 (wrong handling of get_all_ucontacts() return value)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=37a76f30cd4b4bb636b5bb4caaa8372f6f3f6c2e
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Mar 14 17:28:04 2007 +0000

    - reverted the msg_start/first_line line memeber addition: almost the same
    effect can be obtained without adding another structure member which eats more
    memory,
    - added the SIP_MSG_START(msg) macro which has the same functions as the now
     removed msg->first_line.line.s
    
    (this commit should also fix SER-248)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ebd56feb6e004abf7732e97f974d7b69664d12f8
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Wed Mar 14 16:49:47 2007 +0000

    This diagram tries to illustrate why loose or strict routing is
    choosen if loose_route() is called from the script.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=92acf708170431c3fa76b0815bf6242f2ba60cec
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Wed Mar 14 10:40:53 2007 +0000

    - fixed SER-240, bad unproper usage of pkg allocators in xl_mod_init()

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9b9502400837459b0743b42824d5a2e04a19b715
Author: Dmitry Semyonov <dsemyonov at dins.ru>
Date:   Sun Mar 11 18:55:24 2007 +0000

    Get rid of compilation warnings emitted by
    gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=80cd6e97987dbcc4eff3f582a02a740aa7593242
Author: Libor Chocholaty <libor at iptel.org>
Date:   Thu Mar 8 16:39:48 2007 +0000

    pointers in dlist structures are modified after fork,
    so we need shared memory

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=618649c12627bed423bac640bc8f1f7a56dea1a1
Author: Gergely Kovacs <gergo at iptel.org>
Date:   Thu Mar 8 16:27:41 2007 +0000

    Copyright information added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cd519eda2434e9ada7e9224fcc677d7e976dd78e
Author: Gergely Kovacs <gergo at iptel.org>
Date:   Thu Mar 8 15:05:29 2007 +0000

    SER module which implements Enhancements for Authenticated Identity
    Management (RFC4474)
    
    RFC 3261 stipulates several places within a SIP request where a user can express an
    identity for themselves, notably the user-populated From header field.  However, the
    recipient of a SIP request has no way to verify that the From header field has been
    populated appropriately, in the absence of some sort of cryptographic authentication
    mechanism.
    
    First release

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ee08c73bf8a401061d026410d6c4df3d670652c5
Author: Libor Chocholaty <libor at iptel.org>
Date:   Mon Mar 5 16:03:47 2007 +0000

    formatting only

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c31b5409e4fc77df1e8c3384135e5ccbb1045493
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Thu Mar 1 12:30:27 2007 +0000

    Tel uri and sip;user=phone uri polishing. Checks username for visual separators, fix handle params for user=phone. Select @{...}.uri.user returns normalized username, module writer needs check the uri->flag.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fa96302de0fd208a13509472be2e0a1d1de29a62
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Feb 28 01:38:47 2007 +0000

    - added low_mem_threshold1 & low_mem_threshold2 (the ammount of free memory
     from which tls operations will start to fail preemptively is now configurable;
     by default the value depends on the number of processes)
    - doc update

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=198d3dd4c14c530a285c8bcb7ea2a31febe08ee1
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Feb 27 21:43:46 2007 +0000

    - new debugging/test module: contains debugging and testing functions (not for
      production use). For now: dbg_msleep(), dbg_abort(), dbg_pkg_status() and
      dbg_shm_status. dbg_msleep() is very usefull for simulating delays.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=61677431ecda7a92b703b8212e7325b2d3d9b850
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon Feb 26 23:32:29 2007 +0000

    - tls: tls_update_fd improvement - use SSL_set_fd only when the connection is
      not fully init. and SSL_get_*bio/BIO_set_fd in the other cases (much faster
      and avoids SSL_mallocs).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f357887bcdc58c10952787c2ae0810c9f9be562d
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Feb 23 23:24:32 2007 +0000

    - workaround for openssl bug #1491 (multiple problems on low memory): tls
     functions will preemptively fail if the available memory drops under a
     certain treshold (for now a very conservative value based on the maximum
     possible number of simultaneously executing connects/accepts - expect
     something >= 20MB, depending on the number of processes)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=865f1ee61767f6aea7a3dd413f80df91e0daa33a
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Feb 23 21:03:38 2007 +0000

    - relax db_init BUG check (allow db init from fixup functions)
    
    (SER-227 related)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d612ed02258cfc2bbd315f7d507190c6c8042fde
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Feb 23 20:03:17 2007 +0000

    - minor warnings

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1d9a3d0a39dad9cabb8f6b49e5eff28821007858
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Feb 22 22:44:26 2007 +0000

    - fix: use case insensitive hash (closes SER-233)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=625db444fc8d9c1876ebc5ab8bced6e566facf89
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Feb 22 15:56:48 2007 +0000

    - fix the yesterday's fix: allow db_init from main if it's done from mod_init
     (but don't allow it and log a BUG if it happens from child_init(PROC_MAIN)).
    
    (SER-227 related)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1cb90330b827405dc711276ec72e9898e06baa64
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Feb 22 14:05:13 2007 +0000

    - rls module child_init updated (db connections should not be opened from child_init(PROC_MAIN))
    
    closes SER-227

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9961e8ec1b12536fa456ad34ca7f5d28ccccf1b3
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Feb 22 00:24:16 2007 +0000

    - fix:  db connections should not be opened from child_init(PROC_MAIN),
      or they will be inherited by all the tcp processes (bad). Bug reported by
       Jan Andres <jan.andres at freenet-ag.de>.
    
    closes SER-227

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a9044d9cbbf8dd5f0db51e239afddf8bd3d7525f
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Feb 21 20:29:04 2007 +0000

    -  malloc debugging for openssl and random malloc null returns turened off
    (I've commited this yesterday by mistake)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6e0c6d264501050f6de2a0317432434197d86ec4
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Feb 21 00:54:44 2007 +0000

    - added tls module documentation (not yet complete, still missing select, rpc and better tls.cfg description).
    
    Test case: try to read the generated README and see if it makes sense and you uderstand at least 88,73% from it. Prerequisites: well rested and a blood alcohol level within legal driving limits. WARNING: known to induce strong drowsiness.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0cb3efb5be7aaba637a1935a4e16624324f49360
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Feb 20 19:41:14 2007 +0000

    - make tar doesn't exclude tls*, but instead tls/*
    - don't append -tls to the version number unless CORE_TLS is used
    (there's enough information in the flags to see if support for the tls
     modules is enabled)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dae8df1e8c7ace199faaddfdbb16b268ee95eabe
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Sun Feb 18 14:05:45 2007 +0000

    - added (uint|int|str)_to_static_buffer functions to select_buffer
    - fixed minor bug in struct msg_start where is not known start of first line when empty lines preceed (sip_msg.buff points before them), so added line field holding correct position of first_line, fixed usage in textops and xmlrpc modules
    - added new select_core selects to resolve SER-158
    - added new tm module select to resolve SER-158

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b50749a6d473b1a378c9556e109312fb22e8e851
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Feb 16 21:43:17 2007 +0000

    - call tls_shutdown() only if tls_set_fd() was succesfull
    (fixes a tricky bug that can appear on low memory conditions)A
    - tls_dump_cert_info takes into account the possibility of a failing
      X609_NAME_oneline() (can happen on low memory)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=571acbe250dc95f53c346174e6b7b6d8930e0cae
Author: Di-Shi Sun <di-shi at transnexus.com>
Date:   Fri Feb 16 16:41:49 2007 +0000

    1. Update OSP doc
    2. Test CVS access

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3487936d0b0a0ab03c9b3a0aeccf94e300ba9f07
Author: Jan Janak <jan at iptel.org>
Date:   Fri Feb 16 15:35:16 2007 +0000

    - oracle module moved from experimental to the main tree
    - libs and includes configured to match locations provided
      by oracle-xe-client package (the original paths are commented)
    - removed redefinition of ERR and DBG
    - fixed tracker location in common.h

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=03ff09e8463ad9cceec18433b46881f8b7eb4671
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Fri Feb 16 07:40:05 2007 +0000

    little documentation update (not fully done yet)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fe81c1511a16eadcf0b481d718726e75bac389d7
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Fri Feb 16 07:38:59 2007 +0000

    documentation update

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=35465d9425778aad2b8a96eb5de021eda38dbc44
Author: Libor Chocholaty <libor at iptel.org>
Date:   Wed Feb 14 16:08:26 2007 +0000

    pike.top RPC call added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a4b3bf27692b9acfee782ec47ec72ff7bb1deee2
Author: Libor Chocholaty <libor at iptel.org>
Date:   Wed Feb 14 15:59:10 2007 +0000

    pike.top RPC call added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=68b7ed0745b56c528458c0d6300137f66ab4a39b
Author: Libor Chocholaty <libor at iptel.org>
Date:   Wed Feb 14 13:48:55 2007 +0000

    pike.top RPC call added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f81b764cb0e8bfa3b4df3d38fd358163cabcdcf5
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Feb 13 13:22:57 2007 +0000

    - tls: openssl kerberos malloc bug (# 1467) fixed on cvs (0.9.8e-dev and 0.9.9-dev), so add extra checks for enabling the workarround (which disables kerberos) only when necessary:  if openssl compiled with kerberos support, and openssl < 0.9.8e-beta1 or openssl between 0.9.9-dev and 0.9.9-beta1 apply workarround.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=513b5deec1c8c6918bb339e7979b9144d01d5ad6
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon Feb 12 20:19:39 2007 +0000

    - warnings for solaris
    - compilation fixes for  gcc 2.95

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fc9a4e56f4accc0408b527d383ba66724ef0a6d4
Author: Jan Janak <jan at iptel.org>
Date:   Mon Feb 12 13:16:33 2007 +0000

    - A_SER_ATTRS has not been renamed to A_SER_ATTR, fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cd331c1dc48578cdfdc0e605bcf85cf32cfc2a2f
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Sat Feb 10 19:02:56 2007 +0000

    - tls-core.patch removed (no longer necessary)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=642d9dae299c1d45749cc45d4f28a34c743582a3
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Sat Feb 10 19:02:04 2007 +0000

    - use the new tls hooks api (the core patch is no longer necessary)
    - renamed some of tls_.* functions to tls_h_.* to avoid name conflicts with
    the core
    - fixed shutdown tls before tcp bug (if ser was stopped while tls connections
     were still active, the tls module was destroyed before tcp => crash when
      tcp tried to close the tls connections). Now all the destroy operation
     are moved into the new destroy_tls hook and the module destroy function is
      empty.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b8f92382f1bd57eb5e3409d4158c82caaf6ae7ba
Author: Jan Janak <jan at iptel.org>
Date:   Thu Feb 8 14:40:54 2007 +0000

    - @xmlrpc must be non-terminal select

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=394fcb98f095f48797e039b55580d7b7c454667f
Author: Jan Janak <jan at iptel.org>
Date:   Thu Feb 8 14:39:42 2007 +0000

    - added missing static keyword

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1d0f141607c33a631d65a4659b210dc23392cf4b
Author: Jan Janak <jan at iptel.org>
Date:   Thu Feb 8 14:33:32 2007 +0000

    - added missing static keyword

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0c40f50b3d2ddab7447d5d1febac0ec655cb466d
Author: Jan Janak <jan at iptel.org>
Date:   Mon Feb 5 15:16:21 2007 +0000

    - cosmetic change: tls_sel renamed to xmlrpc_sel

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=756fd751b16fa29952f8d1959de777851adf12e3
Author: Jan Janak <jan at iptel.org>
Date:   Mon Feb 5 10:20:54 2007 +0000

    - added missing header files to make tls module compile on FreeBSD
      reported by Atle Samuelsen

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=88dad975d92ca0f3cdc32c6a7ac335ae4970fa3a
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Feb 2 15:17:52 2007 +0000

    - fixed missing warning quotes (problem with older compilers)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dc1daa1232cebb09d5fdbb8fe205421d796f14eb
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Feb 1 04:24:06 2007 +0000

     - openssl compression bug detect/workaround enabled at runtime
     (if zlib compression is detected, we replace openssl version with ours).
     The previous version had this fix but it was enabled only at compile-time.
     - SSL_OP_TLS_BLOCK_PADDING_BUG option disabled if
        0.9.8 <= openssl < 0.9.8c and compresion is used (check at runtime)
     - more start-up sanity checks:
        - check if openssl used library version is close enough to the
          library with which the tls module was compiled (header files)
          For now it checks for the same major, minor and fix level
          (e.g. 0.9.8a && 0.9.8c are ok, 0.9.7b and 0.9.8a are not)
       - try to auto-detect (using the compile flags) if the used library was
         compiled with kerberos support and if the tls module was compiled with the
         same setting (or else we won't be able to enable the kerberos bug
         workarround).
     - more verbose start-up messages and errors
     - warning fixes
     - 2 new module parameters:
        tls_disable_compression (default 0)
        tls_force_run (default 0) -- will ignore the start-up sanity checks and
         continue running even if the library version/options are different
     References: openssl bugs #1468, #1467 & #1204 (http://rt.openssl.org)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=418edded890018be96a5c59eb89d3415fb5d099c
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Wed Jan 31 18:52:48 2007 +0000

    Change of the function parameter from str* to fparam_t* was not reflected in the typecasts.
    
    Closes SER-222

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=94eaa14ee84f79ede14aa1d2f01a9aeb05dac84f
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Wed Jan 31 18:49:27 2007 +0000

    Closes SER-214

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=61b8a0858024b7891cc1305f05b6b6f93bf8a552
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Jan 26 23:11:22 2007 +0000

    - workarround for openssl kerberos malloc bug:
    openssl kerberos code in kssl.c uses libc malloc/free/calloc instead
    of the OPENSSL* versions (set using CRYPTO_set_mem_functions()). In ser
     ssl connections "move" between processes and so everything must be
     allocated in shared mem. If the wrong malloc function are called ser
     will eventually crash. This workarround tries to disable kerberos support
     each time a new SSL structure is created. For this fix to work is important
     to either use statically linked openssl or re-compile ser on the target
     machine (if openssl is linked dynamically then it must use the same
     compilation options as the machine on which ser is compiled).
    Bug reporterd by Atle Samuelsen <clona at cyberhouse.no>.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=74b06aec7f2ba90dac59a8674d010d8a64a3bd19
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Jan 26 19:56:49 2007 +0000

    - typo fix: don't attempt to apply the compression fix workarround if no
     zlib compression was found

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=951a718156e7dfd500ae49b7a2001056afc59544
Author: Hendrik Scholz <hscholz at raisdorf.net>
Date:   Fri Jan 26 10:20:09 2007 +0000

    - load_domains(): check for valid database handle before attempt using it

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7c4b5bce09fe3852b281127f56693635d73727a2
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Jan 24 18:01:55 2007 +0000

    - tls fix: set openssl locking functions (should be stable even under high
     load, lost of connections, and multi-cpu machines)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0df143e06bd10fd5214f28e4e3bb4345939b0e98
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Jan 23 10:41:35 2007 +0000

    corrected bug - added To header parsing in lookup_uid - sometimes is not msg->to set there (depending on order of headers) and ser dumps a core

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8d6030eb8bb0b00c4153f06d9f4e6be33f33a928
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Jan 18 20:35:01 2007 +0000

    - added PROC_RPC (used for now by ctl)
    - ctl uses PROC_RPC as rank for its child

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=76ad8006676b5726b71003408227d4026383432f
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Jan 17 20:24:05 2007 +0000

    - timeouts fixed (all the tcp timeouts use now ticks and not seconds)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b82fef2c002ec1c7a80bef058aff1d013a393e28
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Jan 17 17:29:39 2007 +0000

    updated documentation - included generated DB schema description in standalone module documentation

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6433008c941c320838b90e658e957cd8df42cd13
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jan 17 12:14:58 2007 +0000

    - removed reference to msilo.sql (not needed anymore)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=432c222c56aeb701aea5d74ef4ca58b5b80ecbaf
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jan 17 11:55:51 2007 +0000

    - msilo.sql is obsolete
      closes SER-207

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7bce37094f3e6396498162c60a7b15b22bcf7fc0
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jan 17 11:11:36 2007 +0000

    - Fixed convertion of function parameters
      fixes SER-205

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8d9379479f0b8b6e8f1ad90fbd6f5242092e5fa8
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jan 17 10:54:19 2007 +0000

    - fixed potential memory leak
      fixes SER-209

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2cc589f1cb76786944e646b1c7ae39668740bfa9
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jan 17 10:39:09 2007 +0000

    - The config file parser did not always return proper
      variable value
      closes SER-206

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=01bb9c12c0b8861fddfee4c651f1fdb2a9b2fc8a
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Fri Jan 12 15:39:17 2007 +0000

    updated module documentation

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8b636b03c50c0bc8ea15c5d4790c092924732fee
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Mon Jan 8 14:58:38 2007 +0000

    Security bug is fixed which was published in http://www.openpkg.com/security/advisories/OpenPKG-SA-2006.042.html
    
    The publishment is rather funny than serious, because the config line is read in a LINE_LENGTH size buffer, and a part of the line is never longer
    than the line itself.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5e1df702d9a11b2eae80a261b222932f154742e2
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Wed Jan 3 16:09:33 2007 +0000

    dont free non-allocated memory for instance value

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=24c0db2ea947012959f4c547262876a301b2ddf3
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Dec 14 14:39:23 2006 +0000

    removed CDATA wrapping of XML documents in XMLRPC output

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=326ffefd61d88596bf82fab2893c43bfc82b4727
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Dec 14 11:37:26 2006 +0000

    corrected BUG - tuple extensions were not written into database

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=66ca7aedf7869252c3bd33f2f471899617dac0c3
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Dec 14 11:36:28 2006 +0000

    corrected XMLRPC interface - CDATA sections thrown out because didn't work more

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=690f160e953bee981e785ba25652c7db4a6d28e2
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Dec 14 08:58:11 2006 +0000

    corrected typing error in DB column name

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=662971e1f29bc789f83ca5653fc48bbc9387f4dd
Author: Jan Janak <jan at iptel.org>
Date:   Wed Dec 13 16:51:49 2006 +0000

    - Implemented radius_load_attrs function which can load the values
      of SER attributes from RADIUS server. The function synopsis is
      same as in avp_db.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1a002348ceb652bdc2243f6991da79f425954990
Author: Jan Janak <jan at iptel.org>
Date:   Wed Dec 13 16:50:28 2006 +0000

    - Use global default domain id defined in config.h

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ef54887ad322a69a40420a6a866b6888abb4295e
Author: Jan Janak <jan at iptel.org>
Date:   Wed Dec 13 16:49:52 2006 +0000

    - Use ATTRID and VENDOR macros to separate attribute id from vendor id
    - Send SER-Service-Type attribute to the RADIUS server and set its value
      to Digest-Authentication
    - check for empty attribute name when converting RADIUS attributes to
      SER attributes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fecbc881549587feab67aec9653cac9acbfe5fed
Author: Jan Janak <jan at iptel.org>
Date:   Wed Dec 13 16:48:23 2006 +0000

    - Use ATTRID and VENDOR macros to separate attribute id from vendor id

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6a611e22faab62338bf0498ecc855e6027520b4d
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Dec 13 15:12:35 2006 +0000

    added possibility to change DB column names from config (!not tested!)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=be30ac884fbb136d22af25380fe4af84dd581467
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Wed Dec 13 13:27:16 2006 +0000

    protocol included in the log message

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f82028b130220e23ef321e99561710e09b9bf238
Author: Jan Janak <jan at iptel.org>
Date:   Wed Dec 13 01:41:55 2006 +0000

    - set proper vendor in rc_avpair_add (most SER attributes are vendor specific)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=81e2014af0656a3f3554cf0f69478f5fc41fd228
Author: Jan Janak <jan at iptel.org>
Date:   Wed Dec 13 00:44:34 2006 +0000

    - generate AVPs after successful authentication
    - make sure that uid of the caller is present in avps
    - make sure "iptelorg" vendor is in the dictionary (it is required)
    - recover AVPs from SER-Attr VSAs
      closes SER-193

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bc1ec6ffd1194e9716f7b199e970dc25b4a2f461
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Dec 12 15:59:20 2006 +0000

    corrected unsafe hash function to safer one,
    closes SER-194

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=441c2477e7328557b3c24ea047ae7f0285e94fbb
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Tue Dec 12 15:31:08 2006 +0000

    Cleses SER-189. gflags mod_destroy simplification

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1030a69640fe0295a75ad221c2810da4831b817f
Author: Greger V. Teigre <greger at teigre.com>
Date:   Tue Dec 12 11:05:00 2006 +0000

    Added empty functions.xml so that lcr docs compile.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ebc8b03c84810256e84903b8df0bb55432db3ad6
Author: Steve Blair <blairs at isc.upenn.edu>
Date:   Mon Dec 11 18:52:26 2006 +0000

    New LCR docs

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e4cb669724def5b7488163b630c2bf4f12478e34
Author: Jan Janak <jan at iptel.org>
Date:   Mon Dec 11 16:29:51 2006 +0000

    - remove dependency on domain module and use get_from_did and get_to_did
      instead
      closes SER-137

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=beeb688bf47a3e5d8400a16af522a89e98d4637b
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon Dec 11 16:21:15 2006 +0000

    - dbg msg removed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ee90ea5825a22ce948eefd03f01c3abbe8798d87
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon Dec 11 16:01:53 2006 +0000

    - xmlrpc fix:- use the new non-sip-msg callbacks
                 - create automatically a new via if the http message doesn not
                   have one and "fake" a receive_msg()
                 - create_via removed (done automatically now)
    - bonus: the ser route called for xmlrpc messages can be configured
      with modparam("xmlrpc", "route", "route_for_xmlrpcs"). By default
      the main route is used (so no change needed for old scripts).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2195d78d52305cd63622efd366b896a37490d9df
Author: Jan Janak <jan at iptel.org>
Date:   Mon Dec 11 13:40:22 2006 +0000

    - fail to initialize when domain module is needed but not found
      patch provided by Michal Matyska
      closes SER-192

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=53e027da172ba6ea91a44e4c13f449bad2c7e009
Author: Hendrik Scholz <hscholz at raisdorf.net>
Date:   Mon Dec 11 13:11:02 2006 +0000

    - allow AVPs in is_user()
    
      This provides a way to compare a TO username against the username
      in authentication credentials, i.e.
    
      if (!is_user("@to.uri.user")) {
         sl_send_reply("403", "To username doesn't match credentials");
         drop;
      }
    
      Bear in mind that you need parsed authentication headers for this, i.e.
      provided by (radius_)www_authenticate().

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1acb2032edbde28a83052fe889c886b697e9a3e1
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Mon Dec 11 10:20:25 2006 +0000

    Closes SER-114. Search through URI and USER classes attributes to find which ones add to record-route avp cookie

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=38cbe954251c696d8f60d2eb406544d24bee311b
Author: Jan Janak <jan at iptel.org>
Date:   Sat Dec 9 11:07:18 2006 +0000

    - proper escaping of payload in xmlrpc replies
      closes SER-107

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5e6b70c865e9e1b18e43e48c1c15e33189f4e906
Author: Jan Janak <jan at iptel.org>
Date:   Sat Dec 9 00:44:15 2006 +0000

    - all attributes set by authentication functions should go to user class
      fixes SER-139

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8754b57a62286ff89302c3cb014c18013e849bab
Author: Jan Janak <jan at iptel.org>
Date:   Sat Dec 9 00:37:08 2006 +0000

    - call build_challenge function when authentication fails
      closes SER-138

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=22eeb8e695f5672e3735d05d5532ec688767d258
Author: Jan Janak <jan at iptel.org>
Date:   Sat Dec 9 00:36:15 2006 +0000

    - default did should not be configurable

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c837b5c7af1100f75e8c3ab1c985661eb5310591
Author: Jan Janak <jan at iptel.org>
Date:   Fri Dec 8 23:51:41 2006 +0000

    - Pick proper outbound Request-URI (use the branch whose reply
      will be forwarded upstream)
      closes SER-23

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=74cbfbfe34c7424c4641d2ebcf2a78d8d2293b56
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Dec 8 14:08:35 2006 +0000

    - even more warning fixes (64bit)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1d861e41a4fed2f501c773db02b02b5ba9505b01
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Dec 7 19:12:55 2006 +0000

    - more warnings fixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b69140cf82b6e335d9b7ca1a754e05cd2eb81476
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Dec 7 14:46:51 2006 +0000

     - gflags mod_destroy fix, closes SER-189

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=943d0d610068b8e0edd7d14227ebc91ad33eae5d
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Dec 7 09:45:28 2006 +0000

    updated doc to be compilable standalone

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c2cd104e881ab524cebbbed272b25da5650b36d5
Author: Vladimir Marek <vlada at iptel.org>
Date:   Mon Dec 4 12:59:10 2006 +0000

    Added include of xmlrpc.xml file.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=77959787f22ece9fb27518e3a8d6f998c1eaa4b0
Author: Vladimir Marek <vlada at iptel.org>
Date:   Mon Dec 4 12:58:00 2006 +0000

    Description of XMLRPC interface of gflags module.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c70a8d8e1250f27640d818e3130026b4be5bcc99
Author: Vladimir Marek <vlada at iptel.org>
Date:   Mon Dec 4 12:55:49 2006 +0000

    Added xmlrpc command global.reload for reloading of global_attrs db table.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=265cf25052b4384a6b9d6a24a94f98422e612610
Author: Greger V. Teigre <greger at teigre.com>
Date:   Fri Dec 1 16:08:26 2006 +0000

    Adding docbook converted docs for OSP module.
    Credit goes to Steve Blair

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0f7b39d5134fb96beea2568997a5bb29d84ba579
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Fri Dec 1 12:52:10 2006 +0000

    allowed standalone documentation generation for RLS module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=260ca88d864bc5c68d3c8601a5f611a2f5d33ee1
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Thu Nov 30 15:29:36 2006 +0000

    duplicated case values removed (reported by Ricardo Martinez, rmartinez at redvoiss.net)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4e9dc2c3280f1529d962170fe101b0a0bb30fa3a
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Thu Nov 30 12:52:50 2006 +0000

    load_uri_attrs falls back to the "_default" did instead of using the domain name
    scheme column is checked during uri_attrs load

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=75c91f5fd4cb62600a14f37e4c040daffc66a863
Author: Greger V. Teigre <greger at teigre.com>
Date:   Thu Nov 30 09:37:14 2006 +0000

    Fixed error in ROOTDIR definition causing module doc make to fail.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0ac9800a297518f593ce26a1320655ada0726194
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Wed Nov 29 15:51:59 2006 +0000

    lookup_user functions include the URI scheme in the DB search

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3dc2fddeb6c5874237fb84db6e9fc4446d6cdbc0
Author: Jan Janak <jan at iptel.org>
Date:   Wed Nov 29 12:23:58 2006 +0000

    - removed reference to serhelp at iptel.org, we will be using serusers at iptel.org instead

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0047efd92cc2e7bce891a8d8dbbb85b7305c6a4f
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Nov 28 19:05:53 2006 +0000

    - random numbers are seeded only by core

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fe1a4d0641d05136bea76795e436b91c3c5a4828
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Mon Nov 27 13:55:51 2006 +0000

    @tls.peer.verified did not set the result buffer

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=12852c57ca9fd809e0a9774720cca28d5a66c3a5
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Nov 24 17:20:08 2006 +0000

    - usrloc hash fix (performace): switched to a numeric string optimized hash
      function (which also has very good distribution for strings)
    - added the new hash to core's hashes.h & changes hashes.h license
     to openbsd style (so that anybody can use the hash functions without
      being forced to gpl the code)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=16f2441d7209bf85a0d26a32371b99d8308d4e9c
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Fri Nov 24 14:02:29 2006 +0000

    lookup_user functions fall back to the default did ("_default") if no domain name is present in the URI (for example in case
    of tel: URI), or the domain name could not be looked up.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=60824f6ac4a578b99a878caa3b12cd7f4bd7fbfe
Author: Jan Janak <jan at iptel.org>
Date:   Fri Nov 24 10:48:27 2006 +0000

    - return codes extended so that we could detect malformed digest credentials
      (proposed by Monica Sarbu)
      closes SER-136

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8f45ec087282ae17a58df499e9e8113c1b5d8c3b
Author: Jan Janak <jan at iptel.org>
Date:   Fri Nov 24 07:37:28 2006 +0000

    - fixed wrong comparison values, reported by Klaus Darilion
      closes SER-108

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=08cfae5ad84a5ca115c77f4cffd12e84378bbefc
Author: Jan Janak <jan at iptel.org>
Date:   Thu Nov 23 00:47:28 2006 +0000

    - READONLY mode fixed, patch submitted by Bogdan Pintea
      closes SER-113

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=73210ef828be965270e40183e0993523ea48615d
Author: Jan Janak <jan at iptel.org>
Date:   Wed Nov 22 23:57:46 2006 +0000

    - set_{to,from}_uid return the return value of add_avp, patch provided by Bogdan Pintea
      closes SER-121

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=12cc6aca50bc5382d451ad107f73654724a1d13e
Author: Jan Janak <jan at iptel.org>
Date:   Wed Nov 22 23:47:34 2006 +0000

    - fixed wrong comments, reported by Bogdan Pintea
      closes SER-123

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d67fad6657dddc99a28ab32af259f28a2d62244c
Author: Jan Janak <jan at iptel.org>
Date:   Wed Nov 22 23:44:19 2006 +0000

    - warning fixes, reported by Bogdan Pintea
      closes SER-124

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=79f3c101660e8c75226a17c5c4c0c6446ae7ed14
Author: Jan Janak <jan at iptel.org>
Date:   Wed Nov 22 23:40:56 2006 +0000

    - proper test for return value of set_destination, fixed by Bogdan Pintea
      closes SER-125

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6655407bec123aefbd864bfd3b1abffd5af76ef1
Author: Jan Janak <jan at iptel.org>
Date:   Wed Nov 22 18:19:10 2006 +0000

    - search for did only when use_did is set, fix provided by Bogdan Pintea
      closes SER-126

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b79e0e0a16ce7313a4c57a85f7e7c22a22123847
Author: Jan Janak <jan at iptel.org>
Date:   Wed Nov 22 14:53:57 2006 +0000

    - retrieve function parameters properly. Fix provided by Bogdan Pintea
      closes SER-134

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=eb3aa07e96ddb3452bf9a36a103688d2d29e4476
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Nov 21 12:48:44 2006 +0000

    added missing return after error in pa.trace

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6d9e11920ac832caaac935a899a3290f5857780e
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Nov 21 12:33:11 2006 +0000

    fixed trace method to work with binrpc (there was an attempt to use optional argument)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d5b2da6d7250af81b8fda8b2f6c2e2fabbe9091c
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Nov 17 20:07:36 2006 +0000

    - ctl sepcific rpcs (who & connections) are only available through
     ctl (they are local to the ctl listener process) => reply with error if
     somebody else tries to call them

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=53e869326b4bfe1e1ca1011be7b4b1f41407e960
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Nov 16 18:37:26 2006 +0000

    - bind db module & init db connection only if load_global_attrs is set

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=99c3db0f63b2a29a86f50eea0bfce3d57ea84900
Author: Jan Janak <jan at iptel.org>
Date:   Thu Nov 16 14:44:40 2006 +0000

    - default did is _default

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=57771f47cca3fde095a31bf93b4a6462e89585f6
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Nov 15 19:55:13 2006 +0000

    - tls init updated to the new get_max_procs() use (not allowed from
     mod_init())
    - tls-core.patch updated to the latest tcp changes
    - lots of warnings and/or small errors fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ca85055498f45239c15db22a2f0346069de9768e
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Nov 13 12:16:34 2006 +0000

    updated logging

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=66c5de5d58c59efe57b678bb92af3c487e01a98a
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Nov 6 08:44:39 2006 +0000

    corrected bug reported by Bogdan Pintea and aplied his patch (closes SER-118)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cbe4efc77e2547fe1d501e231788ff4822af01cf
Author: Jan Halla <hallik at iptel.org>
Date:   Sat Nov 4 01:44:34 2006 +0000

    tls-core.patch updated to be useable with current SER CVS HEAD

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=118b481ce75e513498f2737ebc08384f17953eeb
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Nov 3 00:43:45 2006 +0000

    - ctl/binrpc modified not to complain if no reply was sent (happily send empty
     replies) and to parse empty messages/replies (until now an empty message
      was considered an error)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2e472c6b98b2a33ea72eed9d2b85df9e4ee9db94
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Nov 1 16:03:32 2006 +0000

     - PIDF extensions support
     - XCAP parameters related to auth. info stored with presentity (experimental)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4b7e9b25e3738b7978f3ac9df33675f2c10bc1dc
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Nov 1 14:54:29 2006 +0000

    changed trace log,
    added Makefile for documentation

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0863c68c5e0693c24bdbda7b1b35a08db7b6bb6b
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Nov 1 14:51:53 2006 +0000

    removed route serialization functions - used functions from CDS library

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=53d5e84fd925fa58dbcbf4ab3a152bd83b85662c
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Nov 1 14:46:55 2006 +0000

    replaced usage of uri2sock with uri2dst

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6cb196a50b052eb27c1a0afc973dfb57db796d55
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Fri Oct 27 16:38:55 2006 +0000

    Improved algorithm to distinguish between loose and strict routing.
    This should solve problems of not routing correctly ACKs for negative
    replies on preloaded INVITEs.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f57883fea2a325b39c0131e63cd5c842506e23b0
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Oct 25 20:29:44 2006 +0000

    - minor pike extra feature:
       - pike_check_req("1") will not update the timer aynmore
     (pike_check_req() and pike_check_req("0") are equivalent to the old behaviour)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cd1386a94f37ed8527aa3dc34ef750e5e785207a
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Oct 25 20:24:20 2006 +0000

    - even more pike race avoidance/fixes (this time from me)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9aea2bb257951dd995c4b1d7478d4b7e2880462a
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Oct 25 20:22:51 2006 +0000

    - pike fixes ported from openser:
     1. changes made on the initial fork (Bogdan Iancu)
     2. "bug fixed - due bogus flag testing, race between timer and ip tree could
           occurred" (Bogdan Iancu)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=40859b453b2e6d214c6b10fdbbdc282e46a3eb50
Author: Hendrik Scholz <hscholz at raisdorf.net>
Date:   Thu Oct 19 09:23:56 2006 +0000

    - fix memory leak by freeing temporary header.
      Header is stored as AVP by add_avp()/create_avp()

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8e90ae7e96f09caa90840e9c721c3cd03d8abdb7
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Tue Oct 17 22:29:53 2006 +0000

    fixed: wrong return value from get_*_did was expected

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6da9c946e00cb484398a92a47e11a1238232f4e4
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Tue Oct 17 21:11:19 2006 +0000

    fixed debug log messages

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9d8111c104546149a8d66c05b070d43c8006d4f3
Author: Jan Janak <jan at iptel.org>
Date:   Mon Sep 25 11:44:22 2006 +0000

    - AOR filter can be applied to contacts in 200 OK too

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7945ed19fdc66526f67e3888614215296e577a53
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu Sep 21 21:29:33 2006 +0000

    Add support for extended Secure RTP Profile for RTCP.
    
    Submitted by:	Atle Samuelsen

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b864929fc426170fd8c945fe559f5928949a172b
Author: Jan Janak <jan at iptel.org>
Date:   Thu Sep 21 09:54:49 2006 +0000

    - 2 parameter variant of lookup_user: lookup_user("$f.uid", "@from.uri")

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e30bbff885f336938a811fe1c588445bca54445e
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Sep 20 17:15:34 2006 +0000

    - fixed some of the warnings
    - fixed typo in db_ops/db_ops.c
    - eval module excluded from the compiled-by-default-list (bec. it doesn't
     compile yet)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b8719c9120300448741bb3b273a7a829613edc08
Author: Hendrik Scholz <hscholz at raisdorf.net>
Date:   Wed Sep 20 09:39:14 2006 +0000

    - do not try use use tcp_poll_method when USE_TCP wasn't defined

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=29a5a99b5a534672c88350a8928f41c728f9ea57
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Sep 19 16:13:28 2006 +0000

    - applied patch from  Dragos Vingarzan <vingarzan at fokus.fraunhofer.de> which
     moves all the forking part into 2 functions in pt.c (fork_process and
      fork_tcp_process).
    - added PROC_NOCHLDINIT rank value for Dragos's fork_process (if this
     value is used as child_id/rank_value the mod_child functions will not be
      called)
    - added register_procs(processes_no), used from mod_init when a module
     knows that it will fork some children (replaces the old process_count++
      / the patch's estimated_process_count++)
    - added get_max_procs(): returns the maximum (estimated) number of
      processes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2feef7bea05553d4ef9575792ae600b778a58344
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Fri Sep 15 22:10:00 2006 +0000

    FPARAM_STR is the correct switch case, if anybody needs FPARAM_STRING then use p->v.asciiz to get the value too

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=87e1a4dd550b1990ca93f2b7a2c0ccb321567840
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Sep 15 10:37:46 2006 +0000

    - dns cache support (ser will cache both positive and negative responses if
     turned on, see doc/dns.txt for more details & config options)
    - dns failover support: when a name resolves to more then 1 ip (either
      multiple A or AAAA records or multiple SRVs) and sending to the first
       ip fails, ser will retry with the others. By default is off. See
      doc/dns.txt for more details/config options a.s.o.
    - destination blacklist: when sending to some destination (defined by
      ip:port and protocol) fails, ser will temporarily add this destination
       in a blacklist giving future sends the opportunity of immediately
        failing. Destination are also added to the blacklist on tm invite
       timeouts (when no response is received in the fr_timer interval).
      By default is off, see doc/dst_blacklist.txt form more details/config
       options.
    - small makefile fixes (in mode=debug)
    - resolver get_record api changes (updated enum)
    
    WARNING: there are a lot of changes in tm

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=81abd1983e9eda22a90b0f1cd877f532e71f5af5
Author: Jan Janak <jan at iptel.org>
Date:   Thu Sep 14 14:16:42 2006 +0000

    - domain.reload does not return 400 when cache is disabled

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a4adf6b9d1806fdec6caaca6f394d38023f876b3
Author: Jan Janak <jan at iptel.org>
Date:   Thu Sep 14 14:10:18 2006 +0000

    - make lookup_domain work also without memory cache

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9c88054c919ca5d8c4aea0c7fd997d6573d8bb61
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Tue Sep 5 14:54:16 2006 +0000

    Fixed wrong removale of a Route header in case of
    strict to loose route convertion if the routes are
    stored in seperate Route HFs (same bug as on stable).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2a416138f1630b6a188ddc89e664cf8b867379cb
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Sep 5 14:53:44 2006 +0000

    Added "contact AVPs" - AVPs stored with contact during registration.
    
    Before call to save() function you have to add a flag (given to usrloc module
    as parameter) to AVP - AVPs with this flag are saved with contact and may be
    restored later (for example within onbranch_route) by call to
    read_reg_avps(...). If DB is used, such AVPs can be stored within contact table
    (serialized) or into separate table (contact_attrs).
    
    Example:
    
    ...
    modparam("usrloc", "reg_avp_flag", "regavps")
    ...
    
    avpflags regavps;
    
    route {
    
    	...
    
    	if (method=="REGISTER") {
    		$t.a = "whatever";
    		setavpflag("$t.a","regavps");
    
    		save("location"); # t.a will be stored here
    
    		break;
    	};
    
    	t_on_branch("1");
    
    	if (!lookup("location")) {
    		sl_send_reply("404", "Not Found");
    		break;
    	};
    	route(1);
    }
    
    route[1]
    {
    	if (!t_relay()) {
    		sl_reply_error();
    	};
    }
    
    branch_route[1]
    {
    	read_reg_avps("location", "$t.uid");
    	xlog("L_ERR", "loaded a = %$t.a");
    }

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2ed6f8ebbdd9f7740d3b3268f5cd0bf910b98f95
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Tue Sep 5 10:01:47 2006 +0000

    - fr_inv_timer can be overwritten by AVP values
    - Q_FLAG definition has been changed -- custom flag is used now
    - DEF_FR_INV_TIMER_AVP is set to the default value of tm module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ace5f01d6397cc677b7d8feb006bd384557c4398
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Thu Aug 31 08:38:10 2006 +0000

    - dynamic memory allocation for multi value instaed of preallocated static buffer

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=184af565cb6067384979f1af50178a167cfb3f00
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Wed Aug 30 17:12:55 2006 +0000

    - added missuing reset_static_buffer() before run_actions

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3aa2c60582dafaaebed6d5447be665a3974dace1
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Wed Aug 30 13:31:29 2006 +0000

    - support for @select as parameter of eval_xxxx()
    - get_static_buffer() used

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d0f59c3cc8654e6272bff6fac47d55f4c30c0ab8
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Wed Aug 30 12:54:51 2006 +0000

    - dynamic buffer allocation for string evaluated by xl_print

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=06036d094d18cceb7b1c4549a94effd4cfd5d2ed
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Wed Aug 23 22:36:33 2006 +0000

    - removed stripping of quotes in find_next_value

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0cf01f296fe1066f31a3a810967ee35c246c795e
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Tue Aug 22 15:19:57 2006 +0000

    readme updated with the ipmatch functions and with some new module parameters

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=836acfcc7577f3f80eef60839b27a8ebd767b3a8
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Tue Aug 22 08:51:42 2006 +0000

    ipmatch functions are implemented
    
    The functions can be used to catch messages coming from or going to specific SIP network elements, for example gateways, peering partners, or load
    balancers. (Requests which are not permitted to reach a gateway must be dropped before sending out -- it can easily happen when a user registers the
    gateway's IP address, or forwards the call to it.)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=40059f6cabcf2205fdab6f77205ef78f2df289cf
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Mon Aug 14 14:41:08 2006 +0000

    child processes do not keep the database connection open in case of cache mode

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=13b5ead514b768921d79f73603404ad0b0b50e9e
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Mon Aug 14 12:40:32 2006 +0000

    - fixed problem in mod_init when mod_param's query has not been fixed properly

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=869aab3371b42379518d954a45a88b356c9ce157
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Fri Aug 11 13:48:55 2006 +0000

    forgotten files are added (functions related to file operations are moved here)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=83e214aba66a7f34227be0ee267ac088fad33bef
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Fri Aug 11 13:46:07 2006 +0000

    - memory is not allocated for the file container array if none of the file operation functions are used (set
    default_allow_file and default_deny_file parameters to "")
    - module init failes if there is a missing file and safe_file_load is 1
    - module init failes in case of parsing error
    - some fixup function cleanup

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d4201cdf09cb8c1af06ae0cbfd3a633bd02980a5
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Wed Aug 9 19:18:14 2006 +0000

    - fix_nated_sdp(8) append a=direction:passive to SDP body

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=daf04a64bcf14e90e583bb5755dbc3de6ac334fd
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Wed Aug 9 18:52:26 2006 +0000

    - added support for get_str_fparam() for force_rtp_proxy(), unforce_rtp_proxy()

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=120cf32c7347a5b14e0d7baf5a3bc9902380fd1a
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Thu Aug 3 12:07:02 2006 +0000

    fixup function returns -1 if AVP parameter does not start with $ sign
    fix_param does not create fparam_t structure and SER crashes otherwise

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=52d72af1b874d896001694bf5c60dc7b569ed9fd
Author: Jan Janak <jan at iptel.org>
Date:   Wed Aug 2 09:20:04 2006 +0000

    - fixed bug reported by Alexandr Dubovikov
    - additional cleanup/fixes applied

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=75f93c59e16b6d6ed4c7f6042090148208a0bf5f
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Tue Aug 1 14:24:04 2006 +0000

    module RR now accepts add_username parameter as string FPARAM ("string", "$avp" or "@select")

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=35bcf73b0dd5cf251d11dc4edcad5fafdf2dadb7
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Sun Jul 30 18:47:19 2006 +0000

    Error message showed row_no instead of field_no, so unexplainable error message was thrown, like:
     6(12354) ERROR: db_ops: field (0) does not exist, num fields: 2
     6(12354) ERROR: db_ops: field (1) does not exist, num fields: 2
     6(12354) ERROR: db_ops: field (2) does not exist, num fields: 2

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a0162a6d19f2fe23bdd8e3c3b7c3be252b3b3d3b
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Jul 27 08:27:49 2006 +0000

    forgotten commit (needed after previous changes in PA and libs)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=472754871a72ba5ed77c32a32580a937e335e4ae
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Jul 27 08:26:54 2006 +0000

    corrected memleak

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b1839f876ff520d96b9817905471874e4628c135
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Wed Jul 26 10:25:23 2006 +0000

    Return result -1 (wrong credentials) when function checking response tells that.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=018409d07c9de1ab67f414aeb9eba09a2f3ca07b
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Jul 26 10:10:44 2006 +0000

    first step in support of PIDF extensions (database support not finished yet, not tested)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=76c260f49190b8ee4345239b6c01431cb18de525
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Tue Jul 25 16:45:47 2006 +0000

    - fixed missing fixup_int_1 allign

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bd4127e3bd6dae28cce941e73dc6309ebc00c0a7
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 25 16:24:44 2006 +0000

    - warnings fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=405fd9715adc897ef9db22e157d488400ea1d7f8
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 25 16:11:36 2006 +0000

    - parameters of xmlrpc_reply support avps and selects

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=575fdb95064d09f8c7e53ef8dd0151fc2a89bf1f
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 25 15:53:27 2006 +0000

    - applied patch from Bogdan Pintea

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a93ec3c39ce9474f2655ea5f71f344f688e48921
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 25 15:46:45 2006 +0000

    - applied patch from Bogdan Pintea

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a58f5c329002d3155f94b37bb84b234a9a3f229e
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 25 15:32:53 2006 +0000

    - warnings fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=526c5101f299da3819e190a9f75a52a08690ef32
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 25 15:30:43 2006 +0000

    - removed variables that are not needed anymore

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=43ac2b858aeef0eb673ad42e7c34e7282919db84
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 25 15:29:37 2006 +0000

    - removed variables that are not needed (reported by Bogdan)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=487bb1d60ef32f6e936c58ef66e14bcd486c42ef
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 25 15:27:21 2006 +0000

    - removed unused variable (reported by Bogdan)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=931563eb5593049b8377cfb27b189f2ec335c5b0
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Tue Jul 25 14:05:59 2006 +0000

    - increased max. contact length when rewriting contact

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8ee734e1c3c8c9b11141003807433b51ceda3146
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 25 13:43:39 2006 +0000

    - credentials table includes did column
    - authentication and reply sending decoupled, the new
      way to perform digest authentication is:
      if (!www_authenticate("@to.uri.host", "credentials")) {
          append_to_reply("%$digest_challenge");
          sl_reply("401", "Unauthorized");
          drop;
      }
    - www_challenge and proxy_challenge deprecated (can be replaced
      with append_to_reply and sl_reply
    - qop can be configured using modparam

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=eddd4eae9dabd8d98086ebc59f697d6ee0542a13
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 25 11:45:56 2006 +0000

    - added support for registered with 2 parameters

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5d58dfb2869f8b424e025c3200db7e9f70581840
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Jul 25 05:46:58 2006 +0000

    PA module data structures change (based on structures from common libs now),
    PA code cleanup

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=70e193c58a7b3ea9814ce17c1f416151c26aa774
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Jul 24 14:35:19 2006 +0000

    fixed memory leak

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=df354815ebf819b1a8000b7cab316c7dcbb1c367
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Mon Jul 24 13:56:11 2006 +0000

    - fixed merge error in check_ruri_sip_version
    - alligned returned codes of check_digest

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0976dd08cb41e5789099ea816437b76ce913ae7b
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jul 24 13:41:35 2006 +0000

    - documentation updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ebe6503adc8a7f2d2e0a6555cf188a12b2c9db4f
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jul 24 13:39:23 2006 +0000

    - SANITY_MAX_CHECKS written in a way that is easier to maintain
    - return value of sanity_check function changed
    - added sanity check of digest credentials (2048), it tests
      all digest credentials in the message
    - fixed some memory leaks (pkg_malloc not freed on an error)
    - some debugging statements enclosed in EXTRA_DEBUG otherwise
      they would produce too much output
    - check SIP version length first before calling memcmp
    - "\r\n" replaced with CRFL
    - struct sip_uri allocated on the stack, there is no need
      to allocate it using pkg_malloc

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0b836c0f9f1176bbb2cfcd35f6eb15c248740355
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Mon Jul 24 13:21:09 2006 +0000

    - added Contact parsing to parse_uri check
    - changed log levels from error to warning
    - failed checks return now 0, which means processing the script
      is stopped because the sanity module itself replied already

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=98c86c9964c0a84b1155c6470c6b5a72c9362cb0
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jul 24 10:07:26 2006 +0000

    - function prototype is now in domain module header

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3fed1aa5d759849c2127aaf9033e88432bf0c73c
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jul 24 09:40:08 2006 +0000

    - spurious debugging messages removed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d78950b0dc37d4bd30c06ac127a80a57743c6e4c
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jul 24 09:36:58 2006 +0000

    - check for domains also in domain module if present and used.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e37f279a437f275c8f64947c2c701cd44ffdf534
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jul 24 09:36:23 2006 +0000

    - get_did function typedef

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=920bf6c5de1319765fbd6482693b9eacbfc58a09
Author: Jan Janak <jan at iptel.org>
Date:   Fri Jul 21 15:01:07 2006 +0000

    - added second parameter to registered (the same as in lookup)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f9169478bb4c3352325eb800026283f8f9db4541
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Fri Jul 21 14:01:07 2006 +0000

    - if save_noreply was called and error occured, really do not send any message, just report error

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d55382016f32348056516a14ab3faf086ee7ef28
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 19 16:29:46 2006 +0000

    - mangler is obsolete module, neither needed nor maintained

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b503111879077b3223e2793a812f629869bc9b8b
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 19 16:26:51 2006 +0000

    - obsolete module, not maintained

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=93186a06f1145e72b3f91f6b4c0142ec32a3eae4
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 19 16:25:06 2006 +0000

    - obsolete module, not maintained anymore

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f0ac632feb0cd100c7fa6ed2be565767dec7270c
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 19 16:22:13 2006 +0000

    - diversion module is not needed anymore

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a570b703fde5326853c77524d792bf57ba4b55c9
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 19 16:19:42 2006 +0000

    - removed, the module is neither being used nor maintaned

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7e38f7165ed0145bed49d890bd32892cc1d7f3ad
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 19 16:17:34 2006 +0000

    - obsolete module, declared dead, all functions can be implemented using
      attributes instead

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=78a9ace95d43b64282d6b6135dbaac50179b2597
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 19 16:15:10 2006 +0000

    - obsolete module, declared dead. All functions can be implemented using
      attrs instead

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3418970fe22b07121d372708021b10869020e3cd
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 19 15:42:43 2006 +0000

    - aligned to new fixups

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c7ebaed7141e0ffa73711d47d543ba467bedc5c9
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 19 15:17:57 2006 +0000

    - aligned to new fixups

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ffc5cdf0f2c34fea89a737b059b59c9132e54be0
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Wed Jul 19 14:35:56 2006 +0000

    warnings and type removed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5eaaf51442e77d96c3e1a06aac6f9f9aeccfbe9e
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Wed Jul 19 14:35:37 2006 +0000

    fixup_int_12 result change incorporated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e3b1b2c442b9f2da93d97236f0d901d9a89d9ac0
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Wed Jul 19 14:34:59 2006 +0000

    temporarilly fixup_int_12 result change avoided, fixup uses atoi now; waiting for author's rewrite

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d024c180e4ffa55259aa0935dd7c36f8df06c9ee
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Wed Jul 19 14:12:45 2006 +0000

    better fixup instead of fixup_int_12

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=df377864351f7fa8283cdab1ef79a17afb57082b
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Wed Jul 19 14:01:00 2006 +0000

    eval - updated (int)*param -> get_int_fparam(...) based on fixup_int_12 change
    db_ops - temporarilly changed to atoi fixup instead of fixup_int_12. waiting for author's rewrite

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e31c977c957cdf7b39a32d1a6d9c57c914d55dab
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 19 12:49:03 2006 +0000

    - use default fixup

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=13c73e141fc9b95f7367a5739cc3af27bde9b9a9
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 19 12:48:36 2006 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=45ca715ba866066fd46e50f77c78bffdca28192f
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 19 11:37:30 2006 +0000

    - support for attrs and selects in parameters

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=52ba38d6dababe416f4e2a296302ae6324430ba5
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 19 11:23:44 2006 +0000

    - is_from_user_e164 renamed to is_e164 which acceps one parameter,
      it can be attr, select or string
    - small cleanup

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2132f82aee7b079c5b4e1e8609de81bd6f555e00
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 19 10:17:15 2006 +0000

    - use default fixups where possible

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ee170ec244c609360baa05bb14141b75124fd4d9
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 19 09:44:44 2006 +0000

    - support for avps and selects in parameters

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=14040da155cbe1e6995fb860f1225ea36e793a3b
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 19 09:44:26 2006 +0000

    - use pre-defined fixup function

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8f0853cc57f6f0958fdbaaa4040aade88584a63f
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Tue Jul 18 18:06:53 2006 +0000

    fixed that the AOR was stored instead of the Contact (on behalf of Jan + thanks to Bogdan)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8deff8f9bedc8597deaa8edd31d4ea59e518828d
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 18 15:40:18 2006 +0000

    - fixed problems from the last commit

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1f78880bb19f9130dc095eab68ae98bbf634f2e5
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Tue Jul 18 15:01:39 2006 +0000

    - fixed several wrong function calls from last comit
    - fixed several compiler warnings
    - fixed several log messages

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d358b4737684e45f94517e5b6738ba6e888cfd8f
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 18 12:15:14 2006 +0000

    - compiler warning fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c128537323020a4f44ab2e67d80881174f147f3f
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 18 12:14:31 2006 +0000

    - internal function to map domain to did

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=41e1bc2348761c38ca4251e964862a882e792fe7
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 18 12:12:57 2006 +0000

    - Attribute loading from database hidden behind single function load_attrs:
    
      load_attrs("$fr", "@from.nameaddr.uri")  - Load From URI attributes
      load_attrs("$ft", "@ruri") - Load To URI attributes
      load_attrs("$fu", "$f.uid") - Load user attributes based on from UID
      load_attrs("$tu", "$t.uid") - Load user attributes based on to UID
    
      First parameter is attribute group, second parameter can be any AVP, select,
      or string

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=37c73c6d918f93f6a6cc76db5dbe28daba7ce9c1
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 18 12:08:27 2006 +0000

    - grand avp module cleanup:
    
      * set_iattr, set_sattr, and set_sattr function can be used when you need to
        obtain attribute name from somewhere, for example:
        $attr1 = "$foo";
        set_attr("$attr1", "bar") will create attribute foo with value bar.
    
      * print_attr accepts attribute name as parameter
    
      * del_attr accepts attribute name as parameter
    
      * del_attrs can be used to delete the whole group of attributes, for example:
        del_attrs("$fu") will delete all From user attributes (works with uri,
        user, and domain attributes).
    
      * flags2attr accepts attribute name as parameter
    
      * dumps_attrs has two variants, without any parameter it will dump all
        attributes to the log, with parameter a single group of attributes can
        be specified just like in del_attrs.
    
      * renamed avp -> attrs almost everywhere
    
      * small bugfixes are included (and possibly new bugs introduced)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cb83a7cb9bced4fd3b6370eb9bfed8ed8456b3b8
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 18 11:59:46 2006 +0000

    - use new convenience functions to obtain parameter value

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=098dc887fc525a18d8d2aec8bb27ead1fde13d49
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 18 11:58:32 2006 +0000

    - aligned to functions in acc_db

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4e4528293d0f51cd8514bddf33cfe161bed496f1
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 18 11:57:50 2006 +0000

    - acc_db_log and acc_db_missed also accept selects and avps as parameter,
      that means you can do acc_db_log("$reply")

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3989466c7e603d94da8d9ee2ccec7dd22f5fbd76
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Mon Jul 17 23:02:14 2006 +0000

    fixed several bugs which were introduced recently

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=42c6bc05ef3cbebb20272096882ca2dc6011176e
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Jul 12 11:08:40 2006 +0000

    improved dialog refreshing

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=365e82ef270d388422b5fb21efe4732003c24c4c
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Jul 12 07:14:54 2006 +0000

    removed forgotten experimental file

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cf929d1ba9153e1b528c83c61b449f6fcf7ebb56
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Jul 11 05:49:04 2006 +0000

    unused include thrown out

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9aab9983cb9118ce083b54f4a0de9d4a8f35e399
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Jul 11 05:47:18 2006 +0000

    cosmetical change

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f737230784b455c58a761f252fe4ec6c9feadb2d
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Jul 10 12:39:17 2006 +0000

     - asynchronous download of authorization rules (can be switched on/off; better
       responses than synchronous)
     - automatical refreshing of authorization rules by timer, not only on
       re-subscriptions
     - bigger cosmetical changes in code

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c7b1d10c2cebd51ec752d0e4b05833cabed68b12
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Fri Jul 7 18:40:43 2006 +0000

    @rr.dialog_cookie  (the same as RR would put into Record-Route header.
    If put into Route header, the new transaction would get some AVP set at loose_route call.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=45797020389887c73a203979214541788f8faded
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 4 16:24:04 2006 +0000

    - fixed conflicting macro (MAX_QUERY_SIZE)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bbb2393f641937a32e767275012dbb1ddd268418
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 4 16:16:32 2006 +0000

    - 2nd parameter of lookup can be avp, select, string

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=da5863351fab0ca6e33da536f79d6738bec7ad28
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 4 16:03:00 2006 +0000

    - dropped support for P-Preferred-Identity, it can be implemented in the script:
      if (@from.uri.host == "anonymous.invalid" && @msg.p_preferred_identity) {
          lookup_domain("$fd", "@msg.p_preferred_identity.nameaddr.uri.host");
      } else {
          lookup_domain("$fd", "@from.uri.host");
      }
    
    - is_anonymous removed, can be implemented in the script (see the snipped above)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a076e76e060d68e0bc866d94a465be5ec0472b0b
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 4 13:19:25 2006 +0000

    - fixed return value of get_str_fparam

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=60f105c950f362fb4e72869190c439fb5b76eea5
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 4 13:11:20 2006 +0000

    - uri attributes added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6c59bd68c5766c0314490a4a8f8ded052f94eff0
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 4 13:10:15 2006 +0000

    - support for URI attributes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=602242f3e2340e30b704af2afe5fbb3334e9e4f8
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 4 13:09:49 2006 +0000

    - Support for AOR column. If there is $t.aor attribute then the value
      of the attribute will be used, otherwise the save function will
      use the To URI.
    - lookup_contacts now has 2nd optional parameter which is the desired
      aor that contacts must have in order to be used. Contacts with
      different aor will be ignored. This allows arbitrary contact filtering.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=033075dfa1027afa86456834a0e8506432c0f39f
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 4 13:02:30 2006 +0000

    - Support for AOR column in location table. The value of AOR is taken
      from To header field in REGISTER message

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ac768713618a3136981cdc4a0256c70cb2cf037d
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 4 12:58:00 2006 +0000

    - New version of load_attrs, the function can load uri and user level attributes
      from database, for example:
    
      load_attrs("$fu", "$f.uid") Loads user attributes for the uid of the caller
      load_attrs("$fr", "@from.uri") Load uri attributes for the URI in From
    
      The first parameter can be:
      $fr - From track, class URI
      $fu - From track, class user
      $tr - To track, class URI
      $tu - To track, class user
    
      Second parameter can be string, avp, or select. If you load user class attributes
      then the second parameter is used to obtain UID. If you load URI class attributes
      then the second parameter is used to obtain URI.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1a9fb16269080e79d7c3d1e6fc25102f2678b9ba
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Mon Jul 3 11:42:39 2006 +0000

    - new function strvalat function

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dedfeff08fd7053062fce2268ec67436d4a000ce
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Mon Jul 3 10:37:49 2006 +0000

    - stripped < > from multiuri

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3d3d18730f2f85f55d14d67b04d9adafa05792ad
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Fri Jun 30 18:32:01 2006 +0000

    - fixed compariosion @hf_value.NAME[#]

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1bcf690f0b2fe70d1c49b8734aa92b8387f314f3
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Fri Jun 30 17:31:12 2006 +0000

    - support for @hf_value.NAME[*], it combines all values from multiple headers

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5d060859d6ddcf37d05bd99316540aa34254af07
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Fri Jun 30 11:55:58 2006 +0000

    - support for forcing of value type when writing to db driver (eg. datetime)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ab62389a1a1105f2d94f7f2738c448d4805f1394
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Fri Jun 30 10:58:59 2006 +0000

    - fixed add_value function (number of item was missing)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8dc175c8ca7776a33c31f21f9bd8644650e00331
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Fri Jun 30 08:28:02 2006 +0000

    added short description of presence state aggregation

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f241f58274802895ef90eb6ce842c0270262b297
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Thu Jun 29 13:27:43 2006 +0000

    module parameter changed from support to supported like in the SIP messages

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a259707128f6ffa1419481f83850c1a40a3e82fc
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Tue Jun 27 22:16:34 2006 +0000

    - support for select_any_nameaddr nested select

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c7fb89511db31cc64d730feda8a53ecbe4782d33
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Tue Jun 27 20:16:30 2006 +0000

    - added support for select_any_uri and select_any_nameaddr

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=54aa4d4a1fa44cfeeae25c72029aba34ed65899a
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Tue Jun 27 19:50:29 2006 +0000

    - added support for select_any_nameaddr

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7f19d1ac14bc8d28b782d3a00ddf6ff8aec05baf
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Tue Jun 27 19:07:44 2006 +0000

    select core extension:
    ....uri.params.XXXX  tries to find required parameter
    
    allowed to combine NESTED | CONSUME_NEXT_STR (_INT) - resolve checks for correct parameter type (and value if STR)
    
    
    GCC warning avoided in select_authorize & auth_diameter

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2110a216de1acc0a62facdb949665818d8732050
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Tue Jun 27 17:56:11 2006 +0000

    - added support for select_any_nameaddr nested select

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=622b8bb64ee27799b55d8edac497953c10fdece1
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jun 27 16:12:28 2006 +0000

    - added missing else

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ef40c7b3d118ba59a4899dffd0ec373811c3f1d1
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Tue Jun 27 15:26:00 2006 +0000

    -fixed uri nested select

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=347c79dcc7fb742bdf0906803eb59dfd448b17e1
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jun 27 13:57:01 2006 +0000

    - find_credentials is now part of the digest parser

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e1d4041eaf750ab88142ed49cb4cb92623a84d0e
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jun 27 13:55:01 2006 +0000

    - Support for AVPs in lookup_domain, such as lookup_domain("$domain");

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e18b3055f0313e87bdc5aff0faa99053721c252c
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Mon Jun 26 15:11:35 2006 +0000

    - msg_no renamed to timer_msg_no

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3459a1a8b82459ba1dfba9f95fa733dc38688b92
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Jun 26 14:59:29 2006 +0000

    updated documentation for presence modules

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c8017f2a4d8e9aba9780b39a3983257ff092adcd
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Jun 26 09:40:01 2006 +0000

    removed internal function is_terminating_notify, using the one from CDS

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5b746d2c262c26295e14a034b7e3565b21e619aa
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Jun 26 07:27:18 2006 +0000

    little cosmetical changes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7ae1f1278fade9c405b7776e182fd40422c1b96a
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Fri Jun 23 11:15:34 2006 +0000

    the right header name is Supported not Support - thanks to Hendrik Scholz

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4597c86b62cb4e5a00ce0352463f9142a1273a7d
Author: Greger V. Teigre <greger at teigre.com>
Date:   Wed Jun 21 11:56:03 2006 +0000

    Added new load function "caller_from_ruri". Useful for retrieving callee's
    config values in a caller situation, ex. when callee forwards call and thus
    for some purposes becomes caller.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=378b8828ea1ec6dc0430c1b0fb673b3fb0ebe909
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Sat Jun 17 11:38:30 2006 +0000

    - support for looping eval_while, eval_while_stack
    - inc/dec operator
    - eval_add_value, eval_insert_value for inserting values on stack
    - valconcat for value concatanation

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d20e5448b8a1d368d23abe688e3f86e7c00d3886
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Sat Jun 17 09:43:29 2006 +0000

    - test of return value from called route routine. It enebles break look using "return -1;" command

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=78b5b2d3018a5ab480557091c0e38aa53c284c37
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Sat Jun 17 00:21:27 2006 +0000

    Remove some coding style deviations.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=03c93e47e5c9064a2e7f0704e02a7f9a4d6a7373
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Sat Jun 17 00:13:23 2006 +0000

    Rewert 1.6, it was a mistake on my part.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b3d972e3e53d1450ea5172a720a470282ec663c4
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Sat Jun 17 00:11:25 2006 +0000

    o Staticize natping_contact();
    
    o make natping_contact() using unix-style error reporting (0 - OK, != 0 error).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=29aa2edac4e2e4d8c675b4949c07385661a5a5fe
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Fri Jun 16 16:56:14 2006 +0000

    - added natping_contact() enabling to process pinging directly from script, e.g. using timer module
    - @nathelper.rewrite_contact select returning contact with rewritten IP:PORT

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aed28bb659b413f679a814afaafda1a3e2b6e3bb
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Wed Jun 14 08:36:39 2006 +0000

    - added select @hf_value.HFNAME[IDX].name returning name part ( "name" <sip:host>;params )

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e402a327f538d21d5196c2d129c972012f45b6ab
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Jun 13 08:11:03 2006 +0000

    few common SIP/SER helper functions moved into CDS (needed elsewhere)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=74547881a16b664d2e6b8bdb897d43bc6f9043f2
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Jun 13 07:11:12 2006 +0000

    prepared dialog management functions removed from this module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4f5360c7708b3f7d245c42a472d0fa6f17e59470
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Fri Jun 9 16:46:54 2006 +0000

    Parsing of select framework syntax moved to the select core; serdev doc showing how to extend select framework within module.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ca0cbc9d347270945b30c8ebd87c20753956911f
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Thu Jun 8 12:04:54 2006 +0000

    - added support for functions when adding values to stack, currently we have time, uuid, stackno

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3f0b52da8d0f65a73d89b714228fa6130bc00b21
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Wed Jun 7 09:08:39 2006 +0000

    - added timer module files
    - the module supports calling specific dedicated route in predefined interval and perfom a task
    - see README
    - docbook doc come later

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=02320798a0c0aacad1d66136bfa7dd31905e85a1
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Wed Jun 7 08:59:15 2006 +0000

    - added eval module files
    - eval enables extression evaluating directly in ser.cfg script using polish notation.
    - AVP(int/str), select via xlib, fast registers (may be fixuped alternative to using AVP as temporary variables), etc.
    - both int and str types
    - see README
    - docbook doc come later

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5ad3975168cb973c50387fe8660985756bbef46d
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Wed Jun 7 08:38:31 2006 +0000

    - db_ops module files added.
    - db_ops enables processing SQL commands directly in ser.cfg script. See README for more information. Full docbook doc come later.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=771498c5a8e28a71a6106270446794b4c481d727
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Tue Jun 6 17:40:45 2006 +0000

    new mode 2 was not evaluated correctly

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0a087811e73252a38e496fc64d0393052ac61afd
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Jun 6 11:54:55 2006 +0000

    corrected BUG reported by Luis Silva - added missing parse_from_header call

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=02dae75d159c2c7a48baf3029784d71af8763cd0
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Thu Jun 1 09:46:18 2006 +0000

    - AVP_FLAG_DIALOG_COOKIE constant published in header to be accesable by other modules that are keen to use dialog cookies

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=24ecac80a68190423a3342664a4fa8c3afc11dd1
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Wed May 31 23:23:09 2006 +0000

    - removed obsolete rr_add_avp_cookie, rr_store. Use new core function setavpflag instead. rr will store avp to record-route flaged "dialog_cookie"

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e24117c36aae97bab3c602ce64fbd5f33520c215
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Wed May 31 19:51:39 2006 +0000

    fixed a nice memory leak (memory was allocated twice)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5f1a730f1f3e5e31ab5f4cfd603096ae6a584038
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Wed May 31 08:37:13 2006 +0000

    remove_record_route function introduced which can be used to remove the rr HF when it is in message lump memory

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ad848710fb8ce09b0365ca9c17f7f494b4123325
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Tue May 30 21:24:27 2006 +0000

    added new flag 2

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7021a8e84cd646bf0318f5e6fdc3d64e7e435364
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Tue May 30 21:21:51 2006 +0000

    added flag value 2 which takes username first and falls back to hostname

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ce7549ab8ebb45a44135e7eff80c9970a0baa6d3
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Tue May 30 12:00:57 2006 +0000

    bug currected: missing space in query between 'where' and 'order by' keywords

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=07d5d058a2c4ec46ea9ef5ced9fbb00bd4569ed8
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Fri May 26 07:17:23 2006 +0000

    removed unused xcap_root parameter (it is in xcap module instead)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4143591b5ffa18a27f0605e05532f003bebfb48b
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu May 25 12:04:48 2006 +0000

     - cosmetical changes
     - experimental trick in dialog module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=874693ebd2880623166ece1a0857a49fe95a6233
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu May 25 12:03:26 2006 +0000

    corrected BUG - missing Max-Forwards header in outgoing requests

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3ff15571111eedb4ed47350a0e121a2dc4b5599b
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu May 25 09:37:19 2006 +0000

     - randomized sending of SUBSCRIBE requests (not directly in the QSA subscription processing but initiated by timer; parameter driven)
     - removed unnecessary code from mod init function

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=acc29cc4b7fab41fede144a539c320a5142e2c3e
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu May 25 09:32:36 2006 +0000

    added reaction on failed NOTIFY requests (might be problematic with incorrect clients; may be disabled)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c92b5640a0e3f9bbfd29cc0d052c7a7b6a6b1790
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Tue May 23 09:57:42 2006 +0000

    added new check 'parse uris' which checks the presence and
    parseability of Request, From and To URI.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a0caae2a0f994b4fd13b50aad8ccb72c4f8fbbe3
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed May 17 14:36:44 2006 +0000

    - added some parameters for better control over performance (controlling level
      of nested lists, timer settings, ... see ChangeLog)
    - handling responses on NOTIFY (destroying subscriptions for non-OK responses)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7d793b0a259e8c26f56d49fdf6c165a13cbbf275
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Mon May 15 21:34:54 2006 +0000

    - fixed critical precedence bug in base64encode, *tgt_len-- -> (*tgt_len)--

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=223f078c67518264a13315bc9bdaf1b27f76c0e3
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Thu May 11 15:51:58 2006 +0000

    fixed length check for received parameter in case of IPv6. Thanks to Klaus for pointing it out

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b490e94c0630793ae6d49168457991aaee018f4a
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Thu May 11 13:44:13 2006 +0000

    documentation updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7c55614be68d07be4e17e1eb79126f1d6e02563f
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Thu May 11 13:26:47 2006 +0000

    - added function is_from_anonym which retruns ture if the From domain
      is anonymous.invalid (configurable as module parameter). Additionally
      an AVP is_anonymous with value 1 is added to the user From track.
    - added module parameter load_preferred_id which tells the lookup_domain
      function to take the domain from the P-Preferred-Identity header if
      present instead of the From header.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3ec029e83c60723b55a3deb1b5cf3cbe5efb1468
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Thu May 11 13:19:46 2006 +0000

    Extended attr2uri. The function now takes a second optional
    argument which determines the sub part of the ruri as target
    for the AVP content.
    Currently supported values: prefix,uri,username,usernamepasswd,domain,domainport,port

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ee109ca9ab1038879a57a7a0626be4a87a9ed8f4
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Thu May 11 13:15:17 2006 +0000

    let dump_avp dump all AVPs not only user from track

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=545a739e99e3045afae8817af38d41bb0acf1384
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Thu May 11 13:06:06 2006 +0000

    made received uri parameter IPv6 compliant

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=928b6ec0ac1a72e041601f6e0026bccf48e9a7dc
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu May 11 07:29:50 2006 +0000

     - corrected BUG in handling PUBLISH in PA module
     - cosmetical changes in PA, libs
     - added some trace logs for performance tests

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2ea80b3f712d1eb5cd8f05c0e460864c88e1451e
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Thu May 4 18:51:53 2006 +0000

    - bug: xlset_attr did not set AVP_VAL_STR
    - more documentation update

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b96ed17f587a2d185c3220ec7dd7bffd6d1c70d9
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Thu May 4 12:20:33 2006 +0000

    Documentation update

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5f297b5ee26b5278bbde5fe899b31309b64776a9
Author: Jan Janak <jan at iptel.org>
Date:   Mon Apr 24 18:16:59 2006 +0000

    - PRACK added to the list of methods that are alway authenticated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8e3c74ebb16e86da4f37172924f2411900090020
Author: Jan Janak <jan at iptel.org>
Date:   Mon Apr 24 18:01:07 2006 +0000

    - implemented check_uri function, the function can be used to
      verify whether user (represented by uid) is allowed to use
      the URI in  From/To/Request-URI

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2f17271b7c57eacbfb8b172e19413b8d68a5192b
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Apr 21 14:28:37 2006 +0000

    - more struct dest_info conversions (via_builder, tm: build_uac_req,
      assemble_via a.s.o)
    - basic support for comp=method (where mehtod=sigcomp|sergz) parsing
     (via, various uris) and adding (via, rr lumps). The code is compiled
      only if USE_COMP is defined. NOTE: for now the code is useless
      (no compression code yet and no compression hooks), so by default it's
      not compiled.
    
    WARNING: lots of changes and very lightly tested

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=48859a7212220094f4bca718ac49ba1b3f0857e4
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Fri Apr 21 08:39:01 2006 +0000

    added parameter presence_outbound_proxy (may be used instead of presence_route)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=976a046b5711efcaea35c20886fc369a9b6e1a93
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 19 14:48:01 2006 +0000

    - fixed bug introduced with SUPPORT_EMPTY_USERNAMES

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=99ef46455e35c2e49e8b4be9e76af4c15d21560e
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Apr 18 19:56:48 2006 +0000

    - more dest_info conversions:
        - forward_request takes now a dest_info parameter
        - various something2dst conversions functions
        - got rid of the temprary mk_proxy when forwarding after the uri
        - updated all the affected modules
    
    WARNING: not tested, use with care

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2d33261a7a2efe15f30794160ccc36943d7382a0
Author: Jan Janak <jan at iptel.org>
Date:   Tue Apr 18 18:13:13 2006 +0000

    - more safety checks

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bc72b2f5d79b18567b429fde0dc6a42c18587d59
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Apr 13 12:21:21 2006 +0000

    added parameter max_notifications_at_once

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1b1ffb4334b4bcb4af44699d796e412dcb0372b4
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Apr 13 12:20:02 2006 +0000

    prepared for subscriptions to clients

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=18d278a0fdbf0c9f4c4c8635aa01a31b3359f757
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Wed Apr 12 23:01:49 2006 +0000

    Update e-mail.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2a0709aa4de8a281f01de290fe5106bf0a2efa2a
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Apr 12 18:04:24 2006 +0000

    - msg_send(), udp_send() and tcp_send() parameter list changed
     (now they use a struct dest_info to pack several of the old params)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9102b9f68b25b764af9d79dc9121ae3f4f93514e
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Apr 12 17:50:07 2006 +0000

     - warning fixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8c245a8602f984da35f803c90ee832d72b9a6f78
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Apr 12 17:46:44 2006 +0000

    corrected bug - added missing from header parsing

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=45a119636dd13ded78d705f0e7ef0c08b27aac70
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Apr 11 16:34:07 2006 +0000

    changed parameter of "authorize_message" function (filename with im-rules instead of XCAP root)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=33364921f17268385ab8594dba9aac1ae4c5a9ab
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Apr 11 15:48:24 2006 +0000

    changed QSA - prepared for internal subscription parameters and reduced memory allocations

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4958e0bce5f1e53d3e18e7a65f5df6780ad8bdfc
Author: Jan Janak <jan at iptel.org>
Date:   Tue Apr 11 13:35:20 2006 +0000

    - check for DB_LOAD_SER flag to make flag checking consistent
      across modules.
      Closes SER-100

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6f4d3935e581e2ef8a3e9dda13cffdfb7c4aead3
Author: Jan Janak <jan at iptel.org>
Date:   Tue Apr 11 13:02:12 2006 +0000

    - cosmetic change, FPARAM_ASCIIZ renamed to FPARAM_STRING
      Closes SER-102

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3f669a9eeedefb36bb1aa2f353286051a73bc260
Author: Jan Janak <jan at iptel.org>
Date:   Tue Apr 11 12:33:37 2006 +0000

    - changed result type of show_contacts (should be array).
      Closes SER-104

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0ae504a0d956157f1435df13757faa55eb382e39
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Apr 11 08:13:53 2006 +0000

    added parameter "additional_presence_headers" containing SIP headers added into outgoing SUBSCRIBE requests for presence

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3f4b99d78fbcf7bf00576d44c908c78a03861752
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Apr 10 16:59:06 2006 +0000

    corrected content-type propagation through QSA

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bd96ff76ca1ce6266ca5e9918c5a5e7fadaab911
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Apr 10 10:50:48 2006 +0000

    added function "ds_select_new" for setting new_uri instead of dst_uri (usable for sending redirects instead of forwarding)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2d8053c0b9f1f7ad6bccb3ccdc86d066f1ffdf1f
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Apr 10 07:32:40 2006 +0000

     - added PA module parameter for pres-rules filename on XCAP server
     - reduced trace logs from XCAP module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=626094a5737810982369dc643c8f938da37f0792
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Fri Apr 7 13:43:08 2006 +0000

     - XCAP queries moved into XCAP module, all other modules (and libs) are now
       independent on libcurl3
     - parameter settings which was done via AVP (like xcap_root) and output
       variables (like subscription_status) changed to usage of global variables -
       due to problems with AVPs if functions called from script send requests
       (like NOTIFY from handle_subscripton - after sending it are AVPs cleared)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2df90abe0633f99f55e98ae2a2e172fd4cb7b40e
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Apr 4 12:00:08 2006 +0000

    storing subscription status into AVP and using it when storing offline watcherinfo

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a429b674c8efd7be8ea15232ed9179004a381275
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Apr 4 09:45:29 2006 +0000

    corrected bug when walking through list of sent messages

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=03cd055be3316a222881356a8cd9435088bd3df7
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Apr 4 09:25:37 2006 +0000

    NULL bodies replaced with empty string due to TCP problems with requests sent without Content-Length

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6239ba2119de170cd79f0ff99c0c68a6a086eeb7
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Apr 3 17:24:30 2006 +0000

    corrected buggy contact sent from RLS module, created function in common libs for server contact extraction

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d33cb34732254a9628a29a4a06b02f4970165898
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Fri Mar 31 13:59:16 2006 +0000

    updated documentation

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ca31007f62dd5d6c84ce3af1bd52ed25f662381a
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Mar 30 14:13:23 2006 +0000

     - updated presence handbook and pa and rls documentation
     - cosmetical changes in rls and pa (removed unused parameters)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=553fbaa1a02afdae1b4a7523c7b54eb4681e1cae
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Mar 29 15:35:58 2006 +0000

    added functions for MESSAGE authorization

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b6ba6e6a720ba25746b49ae9186b9013e88f1331
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Mar 28 11:41:40 2006 +0000

    corrected bug in handling tm callback parameter

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7ef58da368d6c766316c276b50fbe33606a268a4
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Mar 28 11:37:09 2006 +0000

    added parameter max_publish_expiration

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e21f87f61191e92fbd62b9377556d72acc565484
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Mar 27 12:53:52 2006 +0000

    corrected bug in offline watcherinfo dump

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bc9193a55250867b19d00051be815319d8d11ae2
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Mar 27 07:39:34 2006 +0000

    added function for message authorization (only template now)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=51523fd39a96357964130acff1ef073873e333e8
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Mar 23 14:26:21 2006 +0000

    optimized count of sent NOTIFY requests

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cb5fbc6df43178e62b223414aa579c22d7a8e545
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Mar 23 12:24:33 2006 +0000

    cosmetical changes (logging), corrected memory leak

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=49bc49e2ddf645a3b6c7416e6798f12bd1923872
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Mar 23 12:23:37 2006 +0000

    cosmetical changes (logging)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=65785494afc6dbe5a2696994a0a80671a22df2f6
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Wed Mar 22 20:24:26 2006 +0000

    - @select return non null pointer event when res->len==0, it's required by @select =~ "foo" comparision (at least)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9fa94ac52ac9233ed91fe44b7881a6146dd24c29
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Wed Mar 22 18:40:35 2006 +0000

    - line terminator \r\n (instead simple \n) when adding a header using append_hf_value, insert_hf_value.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=79284db3848f230c096c106f01cb6d0bf4e091f9
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Mar 22 11:12:36 2006 +0000

    added "Content-Length: 0" into outgoing SUBSCRIBE requests (such message
    is otherwise not parsed by SER when using TCP transport)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d55f0229d39f4873c9c5bddccb84b3288553202d
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Mar 22 09:43:18 2006 +0000

    lib/presence: QSA carries subscription status
    pa: set subscription status for internal subscriptions, using get_content_length
        instead of strlen(body), corrected change flag settings
    rls: accepts subscription status from QSA
    presence_b2b: using get content length instead of strlen(body),
                  propagate subscription status through QSA

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b309d80688d9d9e6d7902874c1bf245202487cce
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Mar 20 13:35:56 2006 +0000

    reduced number of NOTIFY messages sent to the subscriber (if presence document
    doesn't change, notification is not propagated from virtual subscription)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=279cad711b2934f19f254ffe55599a8dbf5566a9
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Mar 20 13:05:36 2006 +0000

    rls - multiple message queues replaced with one shared
        - xcap root stored into database with subscription data
    pa, presence_b2b, lib: little changes in API for internal status notification (QSA)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=48799b0aca39413ef7484fa983bbdb499e140da2
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Sat Mar 18 16:46:43 2006 +0000

    Module param next_route_avp introduced.
    If set and next route is found within loose_route() call, the uri is stored in the AVP.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2a46a0dc010e2e0fb270340ef69403c6f6a3e08a
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Fri Mar 17 19:22:41 2006 +0000

    avoid database lookups on empty authname.
    compile with SUPPORT_EMPTY_AUTHNAME if you want to have empty usernames.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=34a238ee2954c1ed12364933607c299e1ade8e63
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Fri Mar 17 19:10:56 2006 +0000

    - sorry, removed debug messages

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5ccf035dec87226d6117f8a8b5f744dcb342b474
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Fri Mar 17 19:08:34 2006 +0000

    - fixed insert_hf_value of index #1 when no header presented

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ab0e0cdbad81dfca226b48eff68c2f1c4cd2e689
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Fri Mar 17 18:35:56 2006 +0000

    - set_any_uri support notes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7f2b0bacdc2fff279090ffcda69a6c13488ef66f
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Fri Mar 17 18:31:59 2006 +0000

    - support for @sel_any_uri nested

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ec7fa454b63d0f796a77cd6676b0d5b89761a0d1
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Fri Mar 17 10:02:14 2006 +0000

    removed old code for processing nested resource list subscriptions

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b1f9f91dfae599a85e695250f656ff4df4d0ae7e
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Fri Mar 17 09:45:08 2006 +0000

    updated trace function

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d7fe2580bc0701227d9ec6729e0cc21a38f6f0af
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Fri Mar 17 09:43:51 2006 +0000

     - changed parameters of XCAP queries in PA, RLS and libs
     - changed processing of nested resource list (more efficient)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4eb83b98e99b00b7193a784c90ecaf1fe67947d7
Author: Jan Janak <jan at iptel.org>
Date:   Thu Mar 16 10:47:36 2006 +0000

    - fixed wrong test for DB_DISABLED, discovered by Michal Matyska

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=af6548706511838a8ad4cd71bdc41e386f39a526
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Mar 15 16:13:46 2006 +0000

    - Makefile: added nodeb: make tar nodeb=1 (the tar.gz won't contain
     the debian subdir anymore, needed for debian packaging)
    - updated ser.cfg: removed old fifo and added it via ctl

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=df0985bfd152ef05ad5936ff3ef55ead6dd31dc4
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Mar 15 16:05:31 2006 +0000

    forgotten files from previous commit (improved debugging and new RLS functions)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2a385f886711f78cef381e4db3c03d0566093638
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Mar 15 16:03:41 2006 +0000

    corrected some bugs in libraries and added some functions
    modified RLS processing - separated XCAP query and subscription handling, added some functions for that, improved debugging
    improved PA and PRESENCE_B2B debugging

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d015cd6cca44e69f1945c27c813c008586ac7482
Author: Jan Janak <jan at iptel.org>
Date:   Mon Mar 13 10:47:12 2006 +0000

    - fixed memory leak (discovered by Vaclav Kubart)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c1f7483a643fd337a49dc007f2dc1927f8090f7c
Author: Jan Janak <jan at iptel.org>
Date:   Mon Mar 13 10:24:54 2006 +0000

    - fixed memory leak (discovered by Vaclav Kubart)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f44d1492f9f1dbfed4315ceda2d4c37a66ab6e25
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 3 18:23:47 2006 +0000

    - deallocate lock only if it was really allocated
    - implemented tls.init (lists all existing TLS connections)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8682a05007859733384b3bd7a2a6014dc8f5ea6a
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 3 15:52:11 2006 +0000

    - fixed file comments
    - added missing defines in header files
    - added missing Id tags

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bcd7317aef5f6781cbf5691261f2844a27dbd9ab
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 3 12:35:41 2006 +0000

    - fixed get_ssl (TCP extra data contains pointer to a different structure)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9a0448bf89c5c0e6f8494923641c207e289437e6
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 3 12:26:07 2006 +0000

    - make sure tls modparams do not overview defaults for the external
      configuration file

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c1215404634fff74541752956bceaa5b10eb10bf
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 3 12:23:44 2006 +0000

    - a couple of typos fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0534a0bdbf17a5de36e9b9bc0fd2d65a24a77cca
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 3 12:22:01 2006 +0000

    - minor beautification

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=36adee6e96e151259ca3474f04b995ee2676d891
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 3 12:20:45 2006 +0000

    - Example configuration file for tls module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=479d75f34072ceaa61e8a5e3a543d766265512de
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 3 11:26:53 2006 +0000

    - Support for external TLS configuration file
    - support for relative path names (CFG_DIR will be added automaticaly)
    - Support for run-time configuration re-load
    - tls.reload management command implemented

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8491cdce1a22dc7c58533afb3e7e9d2b51190602
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 3 09:58:11 2006 +0000

    - added missing extern keyword, reported by Daniel Dodson

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fb3cb02d8c98ba5695f33991f17c0623f0e4b5a5
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Mar 2 17:22:27 2006 +0000

     - improved robustness
     - cosmetical changes
     - corrected BUG - contacts sent in all 2xx responses

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1ec6a7c9f69740c06dd2b86f19cb8e33737aaeeb
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Mar 2 13:56:10 2006 +0000

    returned lost auth_dbf initialization

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8d96389db807af41495f01665df01f409d846998
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 1 16:05:12 2006 +0000

    - aligned to the new sl_api structure of sl module
    - new parameters code_attr, reason_attr, and contact_attr
    - save_noreply will save the reply code, reply reason text
      and contacts in AVPs which can be then accessed from the
      script, so one can do:
    
      save_noreply("location");
      ... # Do something here
      append_to_reply("$contact");
      sl_reply("$code", "$reason");
    
    - Support for retry-after removed, it can be done from the
      script now (which is more flexible)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=778540c353b84f7e598b6f68d896c6a5e8bb1949
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 1 16:01:29 2006 +0000

    - aligned to the new sl_api structure of sl module
    - Makefile.def included in the makefile

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7899d13f61005b20b112116f0b837922b581db0b
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 1 16:01:13 2006 +0000

    - aligned to the new sl_api structure of sl module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4aa3e4baa435f7264aef15717669342d3b391f74
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 1 16:00:22 2006 +0000

    - aligned to the new sl_api_t structure

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f33afd2b23328a4776f06380b362ebc68c84f727
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 1 15:59:35 2006 +0000

    - expose internal functions through a structure like other ser
      modules,
    - bind_sl added
    - module name changed to match the real library name

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ccdf4bf8189361f1075b532ea7127b5eb68a2217
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 1 12:02:49 2006 +0000

    - support for attributes in sl_reply parameters, for example:
      $code = 200;
      $reason = "OK";
      sl_reply("$code", "$reason");

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0de847cb63993be84ac90bc9c6e95305dac1a2da
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Wed Mar 1 09:16:11 2006 +0000

    - support for uris with or without LAQUOT/RAQUOT
    - select @hf_name.HDR[IDX].uri will strip LAQUOT/RAQUOT

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fd9fd0da9a1ce0c5b2b3695bf3f19874037b1100
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Mar 1 07:45:24 2006 +0000

    little optimalization in handling subscription

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7bd3ab3d72d87668e117a7c74f3e6b4c20acd0bf
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Mar 1 07:42:40 2006 +0000

    corrected bug in one shot timer usage

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bc70a7e2737bea4232871864d229ecac5ce5a600
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Tue Feb 28 16:19:55 2006 +0000

    - support for headers using Authorization syntax, i.e. comma delimited list of params (comma is not multi-value delimiter)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=be5c3d10b0e56d245a3356f4ab1962386b92e385
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Tue Feb 28 11:50:20 2006 +0000

    Allowed digits inside of select's ID (same way as ID in cfg.lex - start with letter, then letter/digit/'_')

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a6cbc696b037aa405045eec88e5cb7c8ec9d476c
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Mon Feb 27 14:28:02 2006 +0000

    - support for getting uris @hf_value.name.uri, e.g. @hf_value.route.uri, it returns comma delimited list of uris "<sip:xxx>,<sip:yyy>"
    - if used with index then returns uri part of particular header
    - param called uri may be accesed using @hf_value.route.p.uri

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=57f3d78105621bc8683d7788f1063e22cab965c7
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Mon Feb 27 13:56:56 2006 +0000

    Bug corrected: allow negative numbers as index in select parser

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5c0915162ac85159414e0615e0f39b06f0590bff
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Feb 27 11:43:03 2006 +0000

    corrected bugs: under heavy load vere allocated buffers with zero length, but they were not freed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9860e728a861c68ad2a2bfcdac9ae30546857667
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Sun Feb 26 20:26:42 2006 +0000

    Allowing underscore in select_ids and don't overskip one char just behind the resolved select.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=69348c3f038d6f4aacb6278cfe6a52a7f9b58cc9
Author: Jan Janak <jan at iptel.org>
Date:   Fri Feb 24 12:26:24 2006 +0000

    - cosmetic fix

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fe796c4ede265140d9c39c8b6218746d5cfde6de
Author: Jan Janak <jan at iptel.org>
Date:   Fri Feb 24 12:25:55 2006 +0000

    - fixed test of rpc->scan return value

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=19a6befedb1304bf78493db00103e69ea0d0b3d9
Author: Jan Janak <jan at iptel.org>
Date:   Fri Feb 24 12:09:11 2006 +0000

    - the select structure must not be static

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ef7b9b9c693f60f67cfd2ca1c626d06c43a40bcb
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Fri Feb 24 00:00:32 2006 +0000

    New textops features
    ===============
    
    xl_lib support for search_append, append_hf, replace, replace_all, append_to_reply
    
    New functions:
    
    insert_hf_value()
    -----------
    insert new header field before existing header, if no index acquired the 0 is used.
    No param may be used. To insert value behing last value use appenf_hf_value (exception #1
    add event no header exists).
    
      insert_hf_value("foo[2]", "gogo")
      insert_hf_value("foo", "gogo")   # add new header at the top of list
      insert_hf_value("foo[1]", "gogo") # try add to the first header
    
    
    append_hf_value()
    -----------
    append new header after an existing header, if no index acquired append at the end of
    list. No param may be used.
    
      append_hf_value("foo", "gogo")  = foo[-1]
      append_hf_value("foo", "gogo")   # add new header
      append_hf_value("foo[-1]", "gogo") # try add to the last header, if not exists add new header
    
    remove_hf_value()
    -----------
    remove hf or parameters
      remove_hf_value("foo") = foo[1]
      remove_hf_value("foo[*]")  = all foo's
      remove_hf_value("foo[-1]")  last foo
    
      remove_hf_value("foo.bar")  delete parameter
      remove_hf_value("foo[*].bar")  for each foo delete bar parameters, eventually remove also foo's
    
    
    assign_hf_value()
    -----------
    
      assign_hf_value("foo", "gogo")  # foo[1]
      assign_hf_value("foo[-1]", "gogo")  # foo[last_foo]
    
      assign_hf_value("foo.bar")  # remove all foo's
      assign_hf_value("foo.bar", "")  dtto
      assign_hf_value("foo[3].bar", "")
      assign_hf_value("foo[*]", "")  # remove all foo's = remove_hf
      assign_hf_value("foo[*].bar", "")  # set empty value (ex. lr)
    
    Multi value set manipulation

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=31600734b35700bdb8c9fb0e7ff632f8e4a4c937
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Feb 23 23:36:50 2006 +0000

    - *bsd & mac os x fixes
    - use alternative to rl_attempted_completion_over which is not present in
      some readline emulations (e.g. libedit readline emulation on mac os x)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c1c5e952f1f315cd2bf9bc7da5f93d5c7d4ce31b
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Feb 23 21:14:02 2006 +0000

     - more minor fixes (sync. socket parsing between ctl and sercmd)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=504a73401ac5392523e41a663513aaf1b1d8e385
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Feb 23 20:46:43 2006 +0000

    - minor fix: close the connection only on major erros (e.g. corrupted packet)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ccfe19aa6e8aaf82a812657c4c6a5e8014fdf622
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Feb 23 19:57:31 2006 +0000

    - new fifo/unixsock/xmlrpc like module (implements the rpc api):
      - supports multiple simultaneous connections over tcp, udp  and unix
        datagram or stream sockets
      - uses a space efficient binary encoding (for details see the top
        comments in modules/ctl/binrpc.h)
      - fast
      - forks only one extra process
      - supports also the old fifo protocol, extended to work also on
        tcp, udp and unix sockets (you could use fifo over telnet for example)
      - it doesn't depend on any external library
     see modules/ctl/ctl.cfg for an example config and possible module parameters.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bae812fec1e9d15e4e3fd44ef7a3cab6a835702b
Author: Jan Janak <jan at iptel.org>
Date:   Wed Feb 22 23:41:17 2006 +0000

    - fixed wrong comment

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=df54b68775e8c9f2a2699b90e1584b0e90a2c50b
Author: Jan Janak <jan at iptel.org>
Date:   Wed Feb 22 23:37:19 2006 +0000

    - TLS configuration file parser (not yet integrated
      with rest of tls module)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ceb8c1ceca985031875f9752bcc93732ac076548
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Wed Feb 22 18:45:34 2006 +0000

    Corrected bug when adding AVP[] to multiple headers. Sometimes it generated core dumps for single value AVP too.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=20507cbbd4145571d50acb80f993485530b117e2
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Feb 22 13:34:00 2006 +0000

    - by default don't require a certificate

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=89c8178f1bd385acccbafcb0eb75cc17293cfa8d
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Feb 22 13:10:27 2006 +0000

    - by default don't verify any certs (server or client)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f99cb14da972140e0f4d5991a97a917f8509488c
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Feb 22 13:00:46 2006 +0000

    - applied Klaus Darilion patches (closes SER-98):
        - updated tls-core.patch
        - allow configuration of the default TLS-client-domain
        - more TLS logging during TLS initalisation and when TLS verification fails
        - use TLSv1 as default method
        - debian build: libradius-ng-dev as another alternative to the various
           libradius*

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7d5d026ce64af3b77d096af7cbd25ebf6b1e89cd
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Feb 21 11:37:57 2006 +0000

    corrected renewal SUBSCRIBE handling

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=975c39462ca2d61360fd6480f6a8f1534a8ddadc
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon Feb 20 23:31:18 2006 +0000

    - log message fix for tls_connect (s/dst/src)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cbdd67fbec0dfe78fd09712065d0d167682eb3e9
Author: Jan Janak <jan at iptel.org>
Date:   Mon Feb 20 16:19:45 2006 +0000

    - added rr_store alias

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1577e24beda57184615bba57e40b28928e3efa1e
Author: Jan Janak <jan at iptel.org>
Date:   Mon Feb 20 16:19:02 2006 +0000

    - nat_flag split into save_nat_flag and load_nat_flag, this way
      we can use different nat flags for UAC and UAS which makes it
      possible to implement better nat detection algorithm

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=94c816290f72743a49fccda03a0267dddfa66309
Author: Jan Janak <jan at iptel.org>
Date:   Mon Feb 20 16:17:36 2006 +0000

    - nathelper/usrloc do not use avp to communicate received str

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f85a7ad24b0a76d49d1b8135f5c2e82a69f6c6ba
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Fri Feb 17 22:32:02 2006 +0000

    - avoid compiler warning
    - don't free str in fixup call to select_anyheader
    - xlog knows how to parse and call select, just use %@select[1]

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a9e078db3a668254902e0a709badd91fb1c7ef37
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Feb 17 18:16:51 2006 +0000

    - fifo fork fix

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2f8d9aca142b6780383698f295b7170958842186
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Fri Feb 17 16:20:38 2006 +0000

    corrected memory leak

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2b99b5e5dea8e126ed02ef719ba379c521d8feaa
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Fri Feb 17 10:22:00 2006 +0000

     - added parameters max_subscription_expiration, accept_internal_subscriptions
     - XCAP URIs for authorization documents use UID instead of username
     - RPC function pa.publish uses UID instead of URI

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=13e5e2490fb05c9402397195f28db26fba0cceb5
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Fri Feb 17 10:19:37 2006 +0000

     - cosmetical changes
     - UID instead of username in XCAP queries for "simple" operation mode
     - added changelog

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8558b86ec9c0c15d8b28133e9fc2144bebe7bb13
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Fri Feb 17 10:10:05 2006 +0000

    added first step for some dialog manipulating functions (not working now)
    added changes needed by presence_b2b and RLS modules

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f6b45df1976f0bcd79331ebe53cf914c52b8c4d2
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Fri Feb 17 10:04:56 2006 +0000

    Added presence B2BUA. It may be used for doing SIP subscriptions for RLS module.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a33e2821e4e93ff72d78c6d415ba59113afe483b
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Thu Feb 16 23:53:34 2006 +0000

    - trimmed trailing equal chars in avp cookie

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8100d3f5e281b985b367feb6d7854eac28d17522
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Thu Feb 16 15:57:11 2006 +0000

    - cookie_secret param added
    - fixed error in state machine for evaluating (avp=)
    - fixup rr_add_avp_cookie fixup bugfix

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5ba766a71a83f28930bb8f1299026cb4849286f8
Author: Jan Janak <jan at iptel.org>
Date:   Thu Feb 16 14:30:23 2006 +0000

    - skip disabled database records

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2b90d0d7bdffe64c3275d9ae6f7754fa26bc1721
Author: Jan Janak <jan at iptel.org>
Date:   Thu Feb 16 14:29:34 2006 +0000

    - remove test function

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1fdae25fc3005f65fb9ca40d492139e0bd7447e8
Author: Jan Janak <jan at iptel.org>
Date:   Thu Feb 16 14:27:50 2006 +0000

    - aligned to the recent changes in routing structures

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=75c419eec35a672a09f304c79b9051881ecf34c4
Author: Jan Janak <jan at iptel.org>
Date:   Thu Feb 16 14:27:19 2006 +0000

    - load_attrs now supports t.uid and f.uid as parameter value
      (was to.uid and from.uid)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8bf2a8242432617bfa6aae6d02ee335621e9e41d
Author: Jan Janak <jan at iptel.org>
Date:   Thu Feb 16 14:26:34 2006 +0000

    - radius_www_authenticate and radius_proxy_authenticate aliases

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b1a3073ac0a0face79ae48da5ca90a8e162c8526
Author: Jan Janak <jan at iptel.org>
Date:   Thu Feb 16 14:25:55 2006 +0000

    - fixed bug in parameter of 1-param variants www_authenticate
      and proxy_authenticate
    - skip disabled credentials in the database

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e61020efb20d22316eb5e706e326668d38264b1c
Author: Jan Janak <jan at iptel.org>
Date:   Thu Feb 16 14:24:17 2006 +0000

    - fixed typo in modparam fixup
    - added acc_syslog_log (can be used to generate acc entry from script
      without having transaction context)
    - added acc_syslog_missed (can be used to generate acc entry from scrit
      without having transaction context, useful when lookup_contacts
      yields no contacts (temporarily unavailable)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8e53f30827ad92f4e2698dcfe47fcbec38c56558
Author: Jan Janak <jan at iptel.org>
Date:   Thu Feb 16 14:23:50 2006 +0000

    - fixed typo in modparam fixup
    - added acc_rad_log (can be used to generate acc entry from script
      without having transaction context)
    - added acc_rad_missed (can be used to generate acc entry from scrit
      without having transaction context, useful when lookup_contacts
      yields no contacts (temporarily unavailable)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2849dc028ccd95edd243d00e52defb97fbb2b5ec
Author: Jan Janak <jan at iptel.org>
Date:   Thu Feb 16 14:22:53 2006 +0000

    - fixed typo in modparam fixup
    - added acc_db_log (can be used to generate acc entry from script
      without having transaction context)
    - added acc_db_missed (can be used to generate acc entry from scrit
      without having transaction context, useful when lookup_contacts
      yields no contacts (temporarily unavailable)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a21e5b860ed758cc50d0f70e44ca62ee68ba10a0
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Thu Feb 16 12:57:32 2006 +0000

    -rr_add_avp_cookie fixup bugfix

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e89305ae2f1d61a37277bf1e96539c253dd5ee83
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Thu Feb 16 12:35:13 2006 +0000

    - rr_add_avp_cookie uses avp_parser and supports comma delimited list
    - ftag != from.tag comparision in loose_route for cookie flipping

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e47f5547d418ee387db26e76c805228a201113f0
Author: Hendrik Scholz <hscholz at raisdorf.net>
Date:   Mon Feb 13 19:57:11 2006 +0000

    - add GPL license
    - remove parser/parse_methods.[ch] includes
    
    suggested by andrei@

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=88fccd4d0d974fb62e8917c6fdb18a139e23dbc9
Author: Jan Janak <jan at iptel.org>
Date:   Mon Feb 13 13:12:13 2006 +0000

    - aligned to the latest changes in the structure of routing lists

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=79ba355cb22ec0ac346b6e42ae9d9f8e65c40c49
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Sun Feb 12 18:10:34 2006 +0000

    enabled ruri scheme check

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=067c3d5a35024d005de1cc94d26f9df653f44814
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Wed Feb 8 12:20:28 2006 +0000

    - merged registrar.received_to_uri from svn

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5418bc0ef9b519eca6fc167be0773587470baa28
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Tue Feb 7 21:51:33 2006 +0000

    - new function avp_delete() added, supports regex

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9f427d36cf169461c77a7ba2fe7084d4b4c4ee8a
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Feb 7 19:52:38 2006 +0000

     - various warning fixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=14faefc12b3cbbb71d81bcc0032edd314ce987bb
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Feb 7 19:17:39 2006 +0000

    - modules named flag support in modparams (registrar, acc_*)
    E.g.:
    
    flags foo, bar, nat;
    modparam("registrar", "nat_flag", "nat")
    
    or modparam("registrar", "nat_flag", "f:9") # uses flag 9 and "names" it f

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=148294c30f8cdbd037fb699e51e19deefef12a03
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Mon Feb 6 16:20:07 2006 +0000

    applied patch provided by Phil D'Amore

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=feecdf5199695c19a32b6069ffdbec47b098ee13
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Sun Feb 5 20:01:39 2006 +0000

    added some important details to the documentation

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=75d466c1b3a157e05ebd818fc4f962e3db2b73c4
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Sun Feb 5 19:00:39 2006 +0000

    Intial checkin of the new sanity check module.
    This module aims to implement several sanity checks which are
    currently not done or available from SER. Currently this module
    implements the following checks:
     - R-URI SIP version
     - Proxy-Require header
     - minimum required headers
     - Content-Length
     - CSeq validity
     - Expires validity

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=94974426b82dbf53c3e3d717bd46c9ab4c79d708
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Sun Feb 5 16:27:25 2006 +0000

    - improved parsing of %$avp when terminating with non space.e.g "cxx %$avp2%$avp3 blabla"
    - new parameter "% " or "%|" enabling spaceless concatanating avp and "text", e.g. "aaa%$avp%|xxx" printed as  "aaaavp_valuexxx"

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e5dd5e9cc303b4ef4f455f39e61fb41cff968cfa
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Fri Feb 3 16:25:57 2006 +0000

    cosmetical changes (logging)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=442dc0371db4d3b1fe186c5ac4164cf3823e9b4c
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Feb 2 18:50:59 2006 +0000

    improved documentation (storing/dumping offline winfo, parameters)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ae9e17462f12e97eb7ed741f7ca561cb5c5160e5
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Feb 2 17:05:45 2006 +0000

    added simple handling of <person> elements (RPID)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f2ee1923f8d3d303f8d59cf67603a2f065a42f5e
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Feb 2 09:10:23 2006 +0000

    added functions for storing and dumping offline authorization info via
    watcherinfo NOTIFY (documentation will be added soon)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=98aec30a46bb9a5b8a68e392f92b475add3604c3
Author: Jan Janak <jan at iptel.org>
Date:   Wed Feb 1 15:53:41 2006 +0000

    - fixed return value type
    - aling function name to similar functions in other modules

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=112a7a29d081c150f27497434ff0a8ed4bdbe07d
Author: Jan Janak <jan at iptel.org>
Date:   Wed Feb 1 15:42:41 2006 +0000

    - libxml2 would return null when processing empty string element, so we
      need to create fake empty string

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a085e7e5abecc8cb2dd9266c50811b5bbb36c804
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jan 31 21:43:28 2006 +0000

    - fixed a bug in code generating digest realm

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9d8a8297e03e297e8f4a958ef0c5d943fec242ed
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Mon Jan 30 23:16:09 2006 +0000

    - Cpp comments changed to C ones
    - AVP_FLAG_DIALOG support for cookies (uncommented)
    - avp_add_cookie only marks AVP (no copy)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4c594a271f4472108dc6d70bb4e5c09fe93e155e
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Jan 30 16:56:47 2006 +0000

    added parameter to store/dump functions for sending messages through an outgoing proxy

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d9b9b0f54a68443d8e8efd410af28c91305fcd48
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jan 30 16:49:51 2006 +0000

    - enable reconnection explicitly
      Closes: SER-80

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ee56587df46c1a81bb6c5786b7b66a5b7c21b33b
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Jan 30 16:34:58 2006 +0000

    removed debug note in target_online function

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=eb4683f07806c8c5c5d5763e2b89c41388badd0b
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Jan 30 16:26:39 2006 +0000

    forgotten files for previous commit (implementation of target_online function)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d444bb059f87e5b882858cefb6db2e4f35db225a
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Jan 30 16:25:14 2006 +0000

    added features:
     - function target_online returning 1 if user is online
     - added parameter use_callbacks for control if use callbacks to usrloc or not
    corrected bugs:
     - handle_publish returns 4xx in the case of unsupported event package

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c24e436926776ddf2062d62b467fe5578d3638fa
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jan 30 16:20:42 2006 +0000

    - fixed crash in regcomp
      Closes: SER-92

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2dfdd9b99727f77df90ea35b2c3a9ea3dc40ae68
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jan 30 16:05:39 2006 +0000

    - fixed @tls.cipher.bits
    - noisy error turned into debugging message

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0fce65d6d3ea57219693305aef2a04e3e82f68b1
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Jan 30 15:59:51 2006 +0000

    added parameter next_hop of t_request calls

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6eceb248acb77d108a10de1dc42f2de5ebf28438
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Jan 30 12:59:33 2006 +0000

    corrected storage of time values
    (was stored as int, but the column in DB was DATETIME, what didn't work)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=acb8c2e20a5de699d8fab8152d38d5fcbd98b5fc
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Jan 30 10:34:21 2006 +0000

    corrected table version test (was used direct number 3 instead of defined constant S_TABLE_VERSION)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=36ae2e8c546cf0455c87db65643a4adda6013bdc
Author: Ulrich Abend <ullstar at iptel.org>
Date:   Mon Jan 30 09:44:04 2006 +0000

    hopefully fixed the right thing here. RR module did not compile, it used
    some avp_value, but the only int_str defined was a avp_val. Please review.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=716f72d533c8dc67aaf97675d6905fdad33438f9
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Sun Jan 29 12:31:57 2006 +0000

    - "strlen(flat_escape) > 1" fix

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fe6b3fe9d0281a3cad6835436b7440f8fc203657
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Sat Jan 28 14:34:53 2006 +0000

    uninitialized variable used

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=671c5a89f0d4285a3b25450161e22cf38cc7c6c7
Author: Jan Janak <jan at iptel.org>
Date:   Sat Jan 28 13:37:40 2006 +0000

    - fixed gcc warning

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cdb03e3eed02163aa756a139ce716795f4eaea57
Author: Jan Janak <jan at iptel.org>
Date:   Sat Jan 28 13:11:57 2006 +0000

    - removed unused variables and fixed compiler warnings
    - added missing mod_destroy

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8c0f3b73afbbed91d3518c870d865e2c37b4a6e6
Author: Jan Janak <jan at iptel.org>
Date:   Sat Jan 28 13:11:16 2006 +0000

    - removed unused variables

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e88c38d257661214d0572199898d9c2115311e0e
Author: Jan Janak <jan at iptel.org>
Date:   Sat Jan 28 13:11:02 2006 +0000

    - removed unused label

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3c1e22b6e347c23819b77de4faced5cddb1962a4
Author: Jan Janak <jan at iptel.org>
Date:   Sat Jan 28 13:10:44 2006 +0000

    - fixed function definition conflict

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c20b53b7c55b3333fb085ab99dc4625d4c1d5632
Author: Jan Janak <jan at iptel.org>
Date:   Sat Jan 28 12:34:31 2006 +0000

    Preliminary TLS module (requires core patch which is attached),
    the module contains:
    - Many bugfixes and better implementation of tls_write and tls_read
      by Andrei
    - openssl compression fix by Andrei
    - extended tls multi-domain support (most parameters can be configured
      to different values in different domains)
    - support for outgoing domains (not complete)
    - support for certificate based authentication through selects
      ( if @tls.peer == "Bob") ...
    - the tls code is merge of experimental/tls and Andrei's tls to get
      best of both

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b5f5d1956e7928224f6a5955c5bde4da9133b584
Author: Jan Janak <jan at iptel.org>
Date:   Fri Jan 27 19:24:58 2006 +0000

    - added missing attribute handling

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=85f50b6d99dc70c566a51fad49f992c02a908f8c
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Fri Jan 27 18:18:45 2006 +0000

    avp_subst introduced
     - usage: avp_subst("avpname", "/match/replace/flags");
     - uses subst_str from the core (re.c)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2e3395f1ef20721c960024297062aa8bb921eae8
Author: Jan Janak <jan at iptel.org>
Date:   Fri Jan 27 13:09:00 2006 +0000

    - www_challenge and proxy_challenge with only one parameter (qop)
      realm is taken either from an avp or sip message

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=014a7bca9981be8dee46f5a99346be8650e1c220
Author: Jan Janak <jan at iptel.org>
Date:   Fri Jan 27 09:53:40 2006 +0000

    - support for @xmlrpc.method

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b22db39ede8d8ffabccf3b81459fda58890eff75
Author: Hendrik Scholz <hscholz at raisdorf.net>
Date:   Wed Jan 25 09:46:18 2006 +0000

    initial import of the ratelimit module
    
    The ratelimit module implements rate limiting for SIP requests.
    In contrast to the PIKE module this limits the flow based on a
    per SIP request type basis and not per source IP. The XML-RPC
    interface can be used to change tunables while running SER.
    Currently supported requests are INVITE, REGISTER and SUBSCRIBE.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5d6c1c63de8013d5b2259741eca7f50dcc119455
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Jan 24 18:28:58 2006 +0000

    - crash fix for rtp proxy goes down during rtpp_test  VF query

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b9fbba77c923c314d2ee469b125b293f991d02a4
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Fri Jan 20 18:27:43 2006 +0000

    When inserting/updating contacts in the DB make sure to not overflow column
    limit for user_agent, contact and callid columns. Otherwise the UA can cause
    DoS by sending (intentionally or not) value exceeding column limit in
    any of the corresponding header fields. It is also probably an issue with
    error-handling (or lack of thereof) in particular DB backends, but on
    0.9.3 with postgresql backend such unchecked insert causes segfault.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8a1c422257ef0152b472f88d260707e09c27ec5b
Author: Jan Janak <jan at iptel.org>
Date:   Fri Jan 20 10:44:29 2006 +0000

    - keep www_authorize and proxy_authorize for backward compatibility

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0051fd6282739fd2fdfb65ec32cc58af4aaf7626
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jan 18 14:00:25 2006 +0000

    - xmlrpc_reply script command

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5e258804124ae9b70a0d91d539fbf73875f0044e
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jan 12 23:05:04 2006 +0000

    - missing parameter added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=076458216ffbfb146a55751ddb317f6259d2a4b8
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jan 11 15:07:57 2006 +0000

    - fixed bug in management functions in db_mode 0 (reported by Karel Kozlik)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c4f94c84a50afc57ac4e7b6804296234d991512c
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jan 11 11:53:35 2006 +0000

    - use process no. 1 instead of PROC_MAIN

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=982949c6769a62d8b1a2b2d803a353be4fe1ea4a
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jan 10 22:25:21 2006 +0000

    - added READONLY mode support by
      Hendrik Scholz <hendrik.scholz at freenet-ag.de>

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=858886fb70e80272d2133ddcb51820002d8bc415
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jan 10 22:16:07 2006 +0000

    - DB_FLOAT support
    - fixed error in params_add in postgres module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ac481a87b6770f81aab8fc2acbc43a4a13118fd4
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jan 10 15:27:53 2006 +0000

    - make sl_stat initialization code aware of possible changes in
      process_count value during the mod_init stage

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=edcf26693f3d864fb5aea08cf743b64c8fc915c2
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Mon Jan 9 19:42:35 2006 +0000

    - rewritten module function parsing and call processing (mk_action, struct action, action_u_t)
    - API to get other fixup params from fixup
    - full function overloading
    - optional NUMBER/STRING param in config for module functions
    - added oveloaded functions to print_stdout (demostrates overloading)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2da396d0a6fbac46506f0b99d7473d8213b43d8e
Author: Ulrich Abend <ullstar at iptel.org>
Date:   Mon Jan 9 10:24:42 2006 +0000

    fixed: wrong fixup functions were used (str instead of int param).
    caused unpredictable results.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e86934ae053dd4579068006f26139b81ca6c4fc4
Author: Ulrich Abend <ullstar at iptel.org>
Date:   Mon Jan 9 10:23:00 2006 +0000

    uri_db now set's ('ruri_canonical','1') avp when loolup_user is called for
    Request-URI and the current uri is the canonical URI.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1535436b4b63cce531b8b1439d0bbd857b76f5f3
Author: Ulrich Abend <ullstar at iptel.org>
Date:   Mon Jan 9 10:20:26 2006 +0000

    fixed memory leak, make sure db result is freed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b7d300fbdeceebdc328d5199b5ea22f51115933a
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Sun Jan 8 23:53:06 2006 +0000

    /tmp/cvsQUKKab

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ee6e5ba7cd4cf01f118e6ee215de723c2988cd6c
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Sun Jan 8 23:51:12 2006 +0000

    - set_mod_param uses set_mod_param_regex
    - set_mod_param_regex str/string type casting
    - rr_mod ignore_user removed, i_user as str param

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6f43dd16d960535ed2f717fb3f7585e74b909b99
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Sun Jan 8 22:43:14 2006 +0000

    - export param types adjusted to PARAM_STR/STRING & PARAM_INT
    - removed corresponding obsolete strlen(str_param) in init

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=55646d7b90c1136d570755b2f417545808f52670
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Sun Jan 8 18:54:03 2006 +0000

    non-obsolete functions updated to expect AVP identifier instead of AVP name
    as their parameter

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5f0297ac1785735b5829cd15caf6c9534c877de8
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Sun Jan 8 18:52:57 2006 +0000

    Conflicting avp_flags_t definition removed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0fca50a5f34834133427c36dfb9342d593ba5e02
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Sun Jan 8 09:51:46 2006 +0000

    - adjusted to new AVP aip
    - global cookie_filter to filter AVPs restored in loose_route()

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=194d480f0276f9aa890a9f52d993ecb0ad8a371e
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Sat Jan 7 21:58:08 2006 +0000

    Log level of two debug messages was changed from ERR to DBG.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ea34d2d129f3535814a07b49ba384b9ae7468d11
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Sat Jan 7 21:28:50 2006 +0000

    =AVP core extended to be aware of multiple AVPs with the same name exist in
    the list. There are three possibilities of correct script syntax...
    
    $prefix.name - it MUST be only one AVP with that name to match binary
    operators or on the right side of assignment
    
    $prefix.name[] - allowed on both sides of assignment
    on left side means - enable more AVPS with the same name
    on the right side - all AVPs with the name are added (correctly ordered)
    
    $prefix.name[index] - allowed on right side of assignment and as binary
    operand, corresponds to value of index-th AVP in the list (if such exists)
    
    1 means the AVP, which was added FIRST to the list (this unfortunatelly
    means, that the AVP name is scanned through the whole list)
    -1 means the AVP, which was added LAST to the list
    
    prefix is one of following
    f - FROM USER
    t - TO USER
    fd- FROM DOMAIN
    td- TO DOMAIN
    g - GLOBAL
    
    and if ommited, the default FROM USER is used
    
    =new function parse_avp_name, needs to be enhanced (does not accept
    whitespace as the script parser does)
    
    =new function search_avp_by_index, usable even for variant without the
    brackets (then it checks the name exclusivity)
    
    =xlog module uses new avp parse and search_by_index function
    format string is %avp_syntax, e.g. %$MyAVP[1]
    
    =avp module merged functions from another branch, not updated to new AVP
    syntax fully
    
    =script parser updated to new syntax

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b148d21f9c7771d23739de3757df72a4e0dcd598
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Fri Jan 6 23:55:14 2006 +0000

    - added record delimiter and escape char params
    - escaping of delimiters in text
    - zero delimiter supported via empty string delimiter param

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=37205c84a2410009b80c95d2a5dd7269571d3eb4
Author: Jan Janak <jan at iptel.org>
Date:   Fri Jan 6 13:29:00 2006 +0000

    - unixsock module skeleton

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7ff4dce49cd4bf5121550e41723faff8501c4221
Author: Jan Janak <jan at iptel.org>
Date:   Fri Jan 6 13:21:35 2006 +0000

    - safer public function names
    - short test code added
    - fixed module name in comments
    - support for NULL values in where clause
    - LOG(L_ERR, -> ERR
    - PQserverVersion compiled conditionaly

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6919db333bcd5fb73c6b03e20b4f721e2295484f
Author: Jan Janak <jan at iptel.org>
Date:   Fri Jan 6 11:49:07 2006 +0000

    - fixed bug in realm paramter

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=00c35363c8ecb10efd480f8ed77797c4111043da
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Thu Jan 5 19:48:39 2006 +0000

    applied patch by Hendrik Scholz which adds the mf_lowlimit function

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=79e1c32dd71244c4b2b4f130c31349de3c363697
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Jan 5 15:59:46 2006 +0000

    corrected a new BUG found during testing BUG-89:
       supported package with unsupported document format returned OK, but subscription was not established
    
    solution:
       returns 415 now

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=004938b58180ad13820f1f823b74252a724eb79a
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Jan 5 14:56:03 2006 +0000

    added parsing To header field into get_to_host function called by lookup_domain

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b79cf38a8615373f816b09e44431877f0ea88df1
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Jan 5 14:31:59 2006 +0000

    added presence status publication using XML RPC

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6fd9e39a3cacab7331192fc1c64a99805543ad8d
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jan 5 10:52:01 2006 +0000

    - support for null values in where statements

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=534726e18013191992026e19c9cec35738e67cf8
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Jan 5 09:36:46 2006 +0000

    modified names of shared libraries if compiled with ser (useful for those who use them without ser too)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ddbc8d2060cea1043a8c6e5a98479f80734fc209
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jan 5 09:36:01 2006 +0000

    - removed XML_PARSE_COMPACT flag (not present in older libxml versions)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=19ef0e8f85f0cb713970aae336bd95f77269919b
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Jan 4 13:35:40 2006 +0000

    corrected work with UIDs in PA module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=31db7a9b464e2b1f3b63df5aed1accaeeae80dcc
Author: Dmitry Isakbayev <isakdim at gmail.com>
Date:   Wed Jan 4 03:11:25 2006 +0000

    o Fixed getFromUserpart, getToUserpart and getCallid to parse
      their respective headers if they have not already been parsed.
    o Based on the new parse_header api, changed HDR_EOH_T to HDR_EOH_F
    o Implemented append_hf function
    o Fixed signed / unsigned type warning
    o Switched from LOG(L_ERR to ERR

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aa9d2107711d52042ad842aa749e46e4118a5849
Author: Dmitry Isakbayev <isakdim at gmail.com>
Date:   Wed Jan 4 03:04:42 2006 +0000

    o Updated calls to add_avp, search_first_avp and search_next_avp to
      use the new interface.
    o Changed initialization of str structures to use STR_STATIC_INIT.
    o Switched from LOG(L_ERR to ERR

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f3727f6a761b24ef3f3eb857375ae451f9f08f0d
Author: Dmitry Isakbayev <isakdim at gmail.com>
Date:   Wed Jan 4 02:58:47 2006 +0000

    o Fixed signed / unsigned type warning
    o Downgraded info messages to debug
    o Switched from LOG(L_ERR to ERR

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1f72621812a19976e7b955b434dcee923bf663d3
Author: Dmitry Isakbayev <isakdim at gmail.com>
Date:   Wed Jan 4 02:56:36 2006 +0000

    o Stopped exporting append_hf from the textops module.  The function
    is now implemented in sipheader.c
    o Added function name aliases where words are separated by underscores. The
    original function names are preserved.
    o Switched from LOG(L_INFO|WARN to INFO and WARN

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=99ca62de5f3eb1e818d3b5f75b7bec2bc7c7cce0
Author: Dmitry Isakbayev <isakdim at gmail.com>
Date:   Wed Jan 4 02:49:29 2006 +0000

    Removed function pointer for append_hf.  The function is now implemented
    in sipheader.c instead of being exported from the textops module.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=96b7a4c1979e9e01496bd6047dda7880ce7757e8
Author: Dmitry Isakbayev <isakdim at gmail.com>
Date:   Wed Jan 4 02:42:44 2006 +0000

    o Downgraded info messages to debug
    o Switched from LOG(L_ERR to ERR
    o Fixed signed / unsigned type warning

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8abbd3bc02b82464bb61852f36a4f9d7019393d3
Author: Dmitry Isakbayev <isakdim at gmail.com>
Date:   Wed Jan 4 02:40:30 2006 +0000

    Fixed a typo

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7e10bca07e0ae8c6ab982db690b0807aa99b9664
Author: Dmitry Isakbayev <isakdim at gmail.com>
Date:   Wed Jan 4 02:37:33 2006 +0000

    o Updated to the new interface for search_first_avp and search_next_avp
    o Downgraded info messages to debug
    o Switched from LOG(L_Type to ERR, WARN and DBG
    o Typos

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d4be136f60e6953e858c7feea3f4066f66478809
Author: Dmitry Isakbayev <isakdim at gmail.com>
Date:   Wed Jan 4 02:28:51 2006 +0000

    o Switched from LOG(L_INFO|L_ERR to INFO and ERR
    o Replaced // comments

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b2273d49cb0724bfec1210d054d5bde7ccbedb9b
Author: Dmitry Isakbayev <isakdim at gmail.com>
Date:   Wed Jan 4 02:23:40 2006 +0000

    o Downgraded info log messages to debug
    o Fixed signed/unsigned type warnings
    o Switched from LOG(L_ERR to ERR

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8516e9d9b26cb0cecd274582eed613fd9423c62a
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Jan 3 15:14:17 2006 +0000

    PA clarification:
     - removed unused print_xxx (presentity, ...) functions
     - statical buffers for presence documents and headers changed to dynamical
     - FIFO pa.trace command working with new FIFO interface (fifo module)
     - XCAP queries automaticaly process redirect (libcurl feature) - useful for usage of Apache2 with mod_speling as XCAP server
     - corrected bug in parsing PIDF (contact is not required now as PUBLISHed by gaim)
     - other cosmetical changes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c099698b9d163c1c979bfc6449a1e43c3ce6da31
Author: Jan Janak <jan at iptel.org>
Date:   Sun Dec 25 18:47:47 2005 +0000

    - swap_dir parameter support (when enabled acc_radius will keep
      Calling-Station-ID and Called-Station-ID attributes same regardless
      of the direction of BYE)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fc9d1574e59ba4c5602ea721eacba5a9fa94a66e
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Fri Dec 23 23:46:45 2005 +0000

    Add support for selecting particular RTP proxy node has been added.
    In force_rtp_proxy() it can be done via new N modifier, followed
    by the index (starting at 0) of the node in the rtpproxy_sock
    parameter. For example, in the example above force_rtp_proxy("N1") will
    will select node udp:1.2.3.4:3456. In unforce_rtp_proxy(), the same
    can be done by specifying index as an argument directly, i.e.
    unforce_rtp_proxy(1).
    
    Since nathelper is not transaction or call stateful, care should be
    taken to ensure that force_rtp_proxy() in request path matches
    force_rtp_proxy() in reply path, that is the same node is selected.
    
    Also allow spaces between force_rtp_proxy() modifiers while I am here.
    
    Sponsored by:	Ricardo Villa, Telesip Networks

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8e0bca5463627926b223c7acefb8d8aec4b2bd42
Author: Dmitry Isakbayev <isakdim at gmail.com>
Date:   Thu Dec 22 01:13:23 2005 +0000

    Bug EXP-2: Changed the length of AVP keys to be a multiple of 8.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f8277dee0f71a751ad239231f711b51b32935618
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 20 21:43:15 2005 +0000

    - new management interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3de36ad0c5ec923ba8053d708530de64befbc3a2
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 20 21:42:39 2005 +0000

    - removed dependency on core fifo

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=01e8d3ab1edd1865bc4d291c823717e5bd43566d
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 20 21:41:20 2005 +0000

    - updated to the new namagement interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d6884950183f46ca48e9ce58f135986d17ef5e93
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 20 21:40:37 2005 +0000

    - updated to the new namagement interface
    - fixed minor bug in mod_destroy

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d950703a47daef411e4fd770151bec4d97938473
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 20 12:11:07 2005 +0000

    - converted to the new management interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a30bf2ab767d4c1843eb3730b72cde7382179445
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 20 11:36:33 2005 +0000

    - converted to the new management interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bbfda454f4157f034490a6c16cb58dd0738fbcd3
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 20 11:34:26 2005 +0000

    - FIFO server reimplemented as module
    - Implementes all functions of the new management interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=77513f6da0a592385e4b26a01154491bdab39207
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 20 11:33:25 2005 +0000

    - changed the meaning of rpc_scan* functions, they return the number of
      parameters found, in case of an error they return the number of parameters
      successfuly converted as negative number
    - rpc_fault accepts printf-like formatted strings

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c9e9a0238ad2910cbf5d4c180167a2cd3d0d7570
Author: Jan Janak <jan at iptel.org>
Date:   Fri Dec 16 00:40:14 2005 +0000

    - bug in shm_realloc fixed
    - converted to the new rpc interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=03bde6ebf30a6b1f63d1984bbf1d1d7febaf32d7
Author: Jan Janak <jan at iptel.org>
Date:   Thu Dec 15 23:31:42 2005 +0000

    - removed unused variables
    - compiler warnings fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b55f5c69e3d11cba57e36ef24e551aed430e8867
Author: Jan Janak <jan at iptel.org>
Date:   Thu Dec 15 23:31:24 2005 +0000

    - added rpc initialization to exports structure

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=47a2ad4f5ecb16fd2adc012c0c001ab141fe4e83
Author: Jan Janak <jan at iptel.org>
Date:   Thu Dec 15 23:19:40 2005 +0000

    - updated to the latest core APIs

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1c28cce764846980a7209a1e8419f03aa9fd0609
Author: Jan Janak <jan at iptel.org>
Date:   Thu Dec 15 23:19:06 2005 +0000

    - _timegm removed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=852d3da176f2d19af6102b45aaeb8017854ab8a7
Author: Jan Janak <jan at iptel.org>
Date:   Thu Dec 15 23:15:53 2005 +0000

    - libxml2 base implementation of XML-RPC protocol server

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ffc3146936a257af0c708d569b8bb86f82576f68
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Dec 15 14:21:43 2005 +0000

    handling notes for tuples:
     - they are processed in PUBLISH handling - not tested
     - they are stored in DB
     - they are added to generated PIDF documents

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2523cdfe3f751e4812a55d64914048192cbeaae4
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 13 12:10:54 2005 +0000

    - forgot to add the rpc methods to exports structure

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7da731894ef2fbd0b94a569d0d171a20903efe77
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 13 12:10:16 2005 +0000

    - Modules can properly register processes in SER process table
      - process_count function has been replaced by process_count variable
      - modules can increase the value of process_count in mod_init,
        this will be used to allocate process table that will be big enough
      - modules can create processes in child_init with rank PROC_MAIN
        - the index into process table is in last_process, this is where
          information about the new process should be recorded
      - do not forget to reset is_main in the new process otherwise it
        will not be terminated properly
      - modules should increate last_process before fork
      - the new child should set process_no = last_process

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c47a328a25aaee9bbaae8f65193d9ae634514d89
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 13 01:38:37 2005 +0000

    - aligned to latest changes in module interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=340e19e70717370d5717afb1089094434fe01cac
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 13 00:21:58 2005 +0000

    - module interface exended with list of management functions
    - missing flag added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8e229d11026335dc0328dc2cc22b9912225bf98e
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 13 00:21:07 2005 +0000

    - module interface exended with list of management functions
    - fixed badly initialized parameters

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7ce69b63acaf241ea89eaddd41fdd780e6ff082f
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 13 00:19:29 2005 +0000

    - module interface exended with list of management functions

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=895710f60109438bad11d289626c9283db873a7d
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Mon Dec 12 23:18:27 2005 +0000

    - rocord_route/loose_route cookie support (for AVP_CLASS_DIALOG)
    - rr_add_avp_cookie

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=74204a0064c9960906d452b2c31a99455407e66f
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Mon Dec 12 23:00:54 2005 +0000

    Backout previous change, Jan has a more complete patch waiting for review.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d12f0a4dbb07af3cefc58d87b4e392313888b719
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Mon Dec 12 22:39:17 2005 +0000

    Patch severe breakage caused by the recent changes in the union int_str. The
    module is still broken due to some disappeared APIs, though.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ef3076de499f4de4c925f186339c671c38af9608
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Dec 12 14:33:42 2005 +0000

     - changed handle_rls_subscription parameters !!! (only one XCAP server for lists supported now)
     - improved work with Accept headers in RLS
     - cosmetic changes in PA

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8b5de47272ad6e7bb81c60657c266e581d6a6cbb
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Sun Dec 11 22:46:39 2005 +0000

    - tm: t_relay will not stop script execution anymore in case of send error
    - added onsend_route: special route executed before forwarding a message, when
     the final destination is known. Only a limited number of commands are allowed
     ( if (expr) {}else{}, drop, flags manipulations, send(), log()).
     Usefull to catch more easily unauthorized attempts to relay/bounce message to
     protected destinations (e.g PSTN gateways)
    - new onsend checks: to_{ip,port}, snd_{ip,port,proto,af}. to= to whom the
      message will be sent to. snd=how ser will send it (socket ip/port,proto,af).
    - msg:len in onsend_route will containg the "new" message len
    - textops: search() onsend_route support (it will use the new, freshly
      constructed message and not the original one)
    
    Example:
    onsend_route{
        # allow messages from 10.0.0.0/8 to 1.2.3.4 only if flag 10 was set
        # from the script
        if (to_ip==1.2.3.4 && src_ip==10.0.0.0/8 && !isflagset(10)){
           log("msg dropped\n");
           drop;
        }
       # drop all messages that contain banned_user in from
        if (search("From|f[ 	]*:.*banned_user")) drop;
    }

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cd119aaf223876192ddd510ad010e719235dcabd
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Sat Dec 10 17:06:30 2005 +0000

     - warning fixes
     - s/DEBUG/EXTRA_DEBUG/ in some modules
     - excluded more modules from compile by default (depend on external libs or
     are obsolete)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1666e93e1ba436175034ae89fdb7b2a8a5289b38
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Dec 8 15:39:23 2005 +0000

    improved handling presence documents in PA
     - added generating of cpim-pidf+xml (draft version 07)
     - improved parsing Accept header fields
     - clarified work with document types

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=045ef12f128acf916dfef92342eaef8cfb0f6ed5
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Dec 7 17:53:39 2005 +0000

     - added parsing mimetype application/cpim-pidf+xml
     - added parsing cpim-pidf+xml document (draft version 07 - the same as PIDF, but other namespace)
     - corrected a little bug in parsing mimetypes
     - using default_expires for PUBLISH handling

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6a0328218cb7e1be8496a2a04a5dfe7437a20d18
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Dec 7 09:22:48 2005 +0000

    correct work with notes published for presentities (with persistence)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1b308c6b0d355d3e7505b44705d783a4e087df17
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 6 15:57:07 2005 +0000

    - fixed conflict with new macros in dprint.h

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=22a9077f28f12dc76d7eba9cf46a89efd6956a40
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 6 15:27:50 2005 +0000

    - removed variables that are not needed
    - fixed gcc warning

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1111501c6924c3036101931d0e082295bd72f221
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 6 15:25:42 2005 +0000

    - removed variables which are not needed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a5748fc2d97257e4be6353f52d3ff15843cc9897
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 6 15:24:43 2005 +0000

    - fixed gcc warning

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8bd640d0572faff6092fa38e6cc6a1b81ed7576a
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Dec 5 17:43:14 2005 +0000

    - improved PIDF document publishing (DB data storage not fully finished yet)
      partialy solves BUGS: SER-86, SER-49
    - unified PIDF documents creation

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ae93e8e1bd8457c27522c0681bf538fb36733f0e
Author: Dan Pascu <dan at ag-projects.com>
Date:   Mon Dec 5 10:05:35 2005 +0000

    allow fixing of contacts independent of protocol

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f5b76c8ce5964d25f27c923ec71c229a24c3ab7f
Author: Jan Janak <jan at iptel.org>
Date:   Sun Dec 4 11:51:45 2005 +0000

    - support for uid
    - aligned to latest database schema

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9afcd8e2173fa9a3e2e1cf1aee0257c08b23d947
Author: Jan Janak <jan at iptel.org>
Date:   Thu Dec 1 22:58:11 2005 +0000

    - fixed bug in radius initialization, credits go to
      Hendrik Scholz
      closes SER-85

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2f9632f8ae70beab5e2b275c5794e40f5fe8a076
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Dec 1 15:54:22 2005 +0000

    added "expires" parameter to Subscription-State for pending and active resource list subscriptions

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4ed1023f056a83f3790473c6be83a3b80a11f118
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Dec 1 15:37:46 2005 +0000

    corrected watcherinfo notifications for internal subscriptions

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c0e3df65d71e5a96f722d5bf553d441e233cc298
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Dec 1 15:22:28 2005 +0000

    corrected PA BUGs (thanks Meera - meera.balu at wipro.com):
     - NOTIFY sent "immediately" after SUBSCRIBE request processed
     - "expires" parameter of Subscription-State set for pending subscriptions too
     - corrected processing of internal subscriptions (from RLS)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8809d14e477583b2e8c69153b05a51e0bb79f1ac
Author: Jan Janak <jan at iptel.org>
Date:   Thu Dec 1 11:25:58 2005 +0000

    - support for uid and did
    - updated to the latest db schema

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=65bfd4bcafd5c71ca5884b807f8acc8a6a863450
Author: Jan Janak <jan at iptel.org>
Date:   Thu Dec 1 10:19:29 2005 +0000

    - Added support for To header field in lookup_user

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4e88d86d3e6d99163a3492ab12fc15b066c42309
Author: Jan Janak <jan at iptel.org>
Date:   Thu Dec 1 10:18:56 2005 +0000

    - fixed wrong return value

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9e804d625c19fab1ced915854a79b7f3918b105b
Author: Jan Janak <jan at iptel.org>
Date:   Wed Nov 30 17:06:47 2005 +0000

    - uid based group membership checking
    - updated to the latest db schema

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=00796b863f2486b040bb890065d7814489c8d37c
Author: Jan Janak <jan at iptel.org>
Date:   Wed Nov 30 17:05:11 2005 +0000

    - load_attr: functio to load user preferences
    - removed unused fifo and unixsocket interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f3b3453969cc1631671a7bc72da6191584a74897
Author: Jan Janak <jan at iptel.org>
Date:   Wed Nov 30 17:03:13 2005 +0000

    - lookup_domain function, the function can be used to lookup domain id
      based on SIP URI

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a3120a4cb912ab8be4e01ed6778d054b51760da2
Author: Jan Janak <jan at iptel.org>
Date:   Wed Nov 30 17:01:50 2005 +0000

    - missing include added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=974d4b2c54eb3f5d8f9681ef9ab71c1f121c5305
Author: Jan Janak <jan at iptel.org>
Date:   Wed Nov 30 17:01:28 2005 +0000

    - format of uri table changed
    - new function lookup_user to lookup uid based
      on SIP URI

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0fb576dbe8b6b5a76880641be0930b248aa8d026
Author: Jan Janak <jan at iptel.org>
Date:   Wed Nov 30 16:59:34 2005 +0000

    - sl_reply function alias

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4fd57ccf3718863b4d55ffd042aa3c285093c40f
Author: Jan Janak <jan at iptel.org>
Date:   Wed Nov 30 16:59:17 2005 +0000

    - save_contact and lookup_contact function name aliases

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c7a758382a9b72a963c9d100a0e8620711584085
Author: Jan Janak <jan at iptel.org>
Date:   Wed Nov 30 16:58:35 2005 +0000

    - fixed gcc warnings

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=287f93b10a9054e5fbfebbfe435446bad88fead2
Author: Jan Janak <jan at iptel.org>
Date:   Wed Nov 30 16:58:19 2005 +0000

    - shorter function name

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=961048daac89917b91775899b20e99a45c8e0173
Author: Jan Janak <jan at iptel.org>
Date:   Wed Nov 30 16:56:41 2005 +0000

    - fixed wrong avp list reset

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d16a15c3ac81516f3db88c70e78e8a3623c74f94
Author: Jan Janak <jan at iptel.org>
Date:   Wed Nov 30 16:51:30 2005 +0000

    - change in int_str defintion

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fe8d6762a55a311eb69634593bf6f8483fb79287
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Nov 30 15:43:17 2005 +0000

    more uuid-zation of PA module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3bec9cd142fb00fda9ba5c1cf8abb7ec63b92642
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Nov 30 15:42:32 2005 +0000

    corrected BUG in document format for nested resource lists

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3e804d75717f3848b55e6816e7f4e5c8e5c81cc1
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Nov 29 15:48:58 2005 +0000

    corrected BUG in callback (to usrloc) unregistration

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ddcd2b23fe66c09f6ff0134c333dc8e38960ef4c
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Nov 28 12:09:21 2005 +0000

    first attempt about resource lists nested in other resource lists

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=76d5b3145ef5e4ebf03b5296ea5e0f3dcc32c1c2
Author: Ulrich Abend <ullstar at iptel.org>
Date:   Fri Nov 25 16:54:39 2005 +0000

    fixed dispatcher fixup function.
    It used str fixup where int should be used.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e7d99a099006ba6534e27639d1055865b2c0e20c
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Nov 24 15:34:04 2005 +0000

     - improved cleanup of pa, rls and libs
     - corrected error in watcherinfo authorization

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ad3d4802eb90145a05a530a0ff792c55cdc67977
Author: Jan Janak <jan at iptel.org>
Date:   Thu Nov 24 15:23:48 2005 +0000

    - aligned to the latest changes in usr_avp
    - print_sattr prints all avp values

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=87310ba95f97cf9924322d02df8e58457b68f24e
Author: Jan Janak <jan at iptel.org>
Date:   Thu Nov 24 15:11:45 2005 +0000

    - changed name of avp flags
    - type avp_list_t* added
    - aligned to the latest changes in usr_avp

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=635446cb295e9fe24133842430d43c22c8b2fc63
Author: Jan Janak <jan at iptel.org>
Date:   Thu Nov 24 15:10:30 2005 +0000

    - changed name of avp flags

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2393d0b66203eae14e0683ef3d2f178c42d77c1f
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Nov 22 13:18:26 2005 +0000

     - presence partialy modified for uuid-zed usrloc callback
     - modified documentation about XCAP server simulation
     - added RLS module parameter for better work with XCAP simulation

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b5018dc1ac4bc3d6fea1da1615049216bafce2af
Author: Jan Janak <jan at iptel.org>
Date:   Mon Nov 21 16:43:14 2005 +0000

    - Support for domain IDs
    - Support for domain aliases
    - Support for domain AVPs
    - The commit includes fix for bug reported by
      Axel Böger <Axel.Boeger at freenet-ag.de>
    - new script commands

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2f74c064a25540ec05cf5161d31110612a47ee67
Author: Jan Janak <jan at iptel.org>
Date:   Mon Nov 21 16:41:27 2005 +0000

    - typo fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=169f1659325e6bcbed9b4ccbb9c9a2fd2920135f
Author: Jan Janak <jan at iptel.org>
Date:   Mon Nov 21 16:40:18 2005 +0000

    - support for global flags persistence
    - support for fifo dump_gflags command
    - support for fifo flush_gflags command
    - flush_gflags script command added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c1d25cc34a1e4f234e1798cde5545bc6ad5f0092
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Nov 21 15:54:38 2005 +0000

    RLS modified to be usable not only with XCAP server, but with standard
    web server too, with short description in presence handbook about how
    to simulate XCAP server with web server

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d60a6b25941551f51170e305ef32b832fb7e6411
Author: Jan Janak <jan at iptel.org>
Date:   Mon Nov 21 00:10:29 2005 +0000

    - Aligned to recent usrloc changes
    - Support for uid instead of username,domain
    - case_sensitive parameter dropped (not needed anymore)
    - realm_prefix parameter dropped (not needed anymore)
    - use_domain parameter dropped (not needed anymore)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1be8208820388257bd4475eb57a676810af17a4d
Author: Jan Janak <jan at iptel.org>
Date:   Mon Nov 21 00:06:10 2005 +0000

    - Aligned to changes in auth module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c1954da602f3ef7e791d5bfb3e6a6f2993a7bad8
Author: Jan Janak <jan at iptel.org>
Date:   Mon Nov 21 00:04:15 2005 +0000

    - Aligned to the new database schema
    - Support for multiple credentials instances
    - Support for uid (internal user identity)
    - Support for credentials flags
    - always use username and realm when selecting credentials
    - support for distinct digest and serweb credentials

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f6beb702881ab243f3b965cf88e6e0c644bdf2fe
Author: Jan Janak <jan at iptel.org>
Date:   Mon Nov 21 00:00:20 2005 +0000

    - Support for "digest_realm" domain attribute
    - Minor code cleanup
    - Rpid support dropped, it will be implemented using AVPs.
    - protect_contacts parameter added
    -

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c589f0ec3ea37b4362f0dc485cd22203940b06aa
Author: Jan Janak <jan at iptel.org>
Date:   Sun Nov 20 23:56:59 2005 +0000

    - get to/from uid and save it

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f942fd7adffb4d1ebb42bfd08c02d9bd3cce3457
Author: Jan Janak <jan at iptel.org>
Date:   Sat Nov 19 19:05:03 2005 +0000

    - uid-zation completed
    - use_domain dropped, contacts are per uid, not per username and domain

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3c246ff2582eea0aee37c7ffc81bd0fee3d30823
Author: Jan Janak <jan at iptel.org>
Date:   Sat Nov 19 18:52:52 2005 +0000

    - support for global attributes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=692b6446b464e432397f63f8be98d1fd13f8958e
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Fri Nov 18 14:58:57 2005 +0000

    added parametr "mode" to RLS module for control over resource list handling (see doc):
     value of "full" -> behaviour according to xcap draft (lists read through rls-services document)
     value of "simple" -> read resource-list documents directly (stored under specific XCAP uri)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=057528d2dfd0f6a0d8692bd4bc2a45d91ace6478
Author: Jan Janak <jan at iptel.org>
Date:   Thu Nov 17 13:21:51 2005 +0000

    - Aligned to new prototypes of functions in usr_avp.h

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d026600ae23a278c1e0634adda42baeedd7c12b8
Author: Jan Janak <jan at iptel.org>
Date:   Thu Nov 17 12:37:26 2005 +0000

    - Update of radius attributes (I forgot to commit changes in this module
      while updating RADIUS dictionary)
    - Aligned to new prototypes of functions in usr_avp.h

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=feb9e9e2bd3632f84eea192ff46ce8ce38bb13a6
Author: Jan Janak <jan at iptel.org>
Date:   Thu Nov 17 12:34:11 2005 +0000

    - Aligned to new prototypes of functions in usr_avp.h

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d9fd982d95b960b64892c4d440c8597373c47f74
Author: Jan Janak <jan at iptel.org>
Date:   Thu Nov 17 12:31:45 2005 +0000

    - useless variables removed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5f9a72d9b8adc772cf3cd148e979791f2005e0dc
Author: Jan Janak <jan at iptel.org>
Date:   Thu Nov 17 12:28:12 2005 +0000

    - documentation ported from stable

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=03f6db11be360beebfdb9dfbf9d38e27fd54c028
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu Nov 17 03:50:06 2005 +0000

    Provide two useful macros for str initialization: STR_STATIC_INIT() and
    STR_NULL. Adjust all modules to use those macros where appropriate.
    
    Verified by:	md5(1) (those modules, which actually compile)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=81211eddc3c6e99e286187018c9c8a46aa620c48
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu Nov 17 03:39:22 2005 +0000

    Catch up with dict.h -> rad_dict.h conversion.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ef4910bbfbaadb9b3b6519386a09a113731c5765
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu Nov 17 03:08:53 2005 +0000

    Add -I$(LOCALBASE)/include so that it compiles on FreeBSD OOB.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cbd56876d84bcc7609d1bf009ae42f9e9412bc78
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu Nov 17 02:42:33 2005 +0000

    Add -I$(LOCALBASE)/include to make it compilable on FreeBSD OOB.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c209bd69553b731b4a490cb290775369681d80ae
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Nov 16 17:24:59 2005 +0000

    added database support to RLS module
    db tables can be created using rls.sql - only temporarily (will be changed to standard way) !

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e9744022914230bd3027ce87007110f772063dde
Author: Jan Janak <jan at iptel.org>
Date:   Wed Nov 16 09:00:20 2005 +0000

    - wrong function name fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5fe22e796aa0abca9bc7b26c75d4963257003afa
Author: Jan Janak <jan at iptel.org>
Date:   Tue Nov 15 15:29:58 2005 +0000

    - Store all date/time values in UTC in database
    - replacement for timegm (GNU extension)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=41eb9d0668666eae93ef14f4d07ef2b7f1bf2ea4
Author: Jan Janak <jan at iptel.org>
Date:   Tue Nov 15 12:58:20 2005 +0000

    - acc is obsoleted by acc_syslog, acc_db, and acc_radius

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8f2ed8b4869ce657e03e2870b51173c88259f56f
Author: Jan Janak <jan at iptel.org>
Date:   Tue Nov 15 12:31:55 2005 +0000

    - Use sip_router/rad_dict.h instead of modules/acc/dict.h
    - Aligned to the updated ser dictionary

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=862c83b56500e7099f1b3df36496466df9caadbb
Author: Jan Janak <jan at iptel.org>
Date:   Tue Nov 15 12:29:04 2005 +0000

    - use sip_router/rad_dict.h instead of modules/acc/dict.h
    - aligned to the updated ser radius dictionary

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9e8b6e7c4198add18d75e4b1e3661de57f36612b
Author: Jan Janak <jan at iptel.org>
Date:   Tue Nov 15 12:26:48 2005 +0000

    - aligned to the updated dictionary
    - use sip_router/rad_dict.h instead of modules/acc/dict.h

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=51c3df9d842b6304b198d3a7ad335872b33a25f1
Author: Jan Janak <jan at iptel.org>
Date:   Tue Nov 15 12:19:15 2005 +0000

    Standalone RADIUS accounting module:
    - Support for Sip-Source-IP (schulzrinne-sipping-radius-accounting)
    - Support for SIP-Source-Port (schulzrinne-sipping-radius-accounting)
    - Support for SER-Request-Timestamp (UTC)
    - Support for SER-Response-Timestamp (UTC)
    - Support for Interim-Update in Acct-Session-Id (used for requests
      other than INVITE, BYE, and CANCEL)
    - Support for SER-Attrs (AVPs)
    - Support for SER-From (entire header, including display name)
    - Support for SER-Flags
    - Support for SER-Original-Request-ID
    - Support for SER-To (entire header, including display name)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cb646cbc82191b03adaf9cda18e6bb772f8dccae
Author: Jan Janak <jan at iptel.org>
Date:   Tue Nov 15 12:09:43 2005 +0000

    Standalone database accounting module:
     - Support for AVPs
     - Support for flags
     - Support for source IP and source port
     - Support for digest username and realm
     - Support for request/response timestamps
     - All timestamps are stored in UTC
     - Support for user and domain IDs
     - database: Allowed NULL values in most columns
     - database: Added unique ID for each row
     - Support for native database types other than strings

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4fd3a6d57bdd21f4f977409c89d6222a074cc290
Author: Jan Janak <jan at iptel.org>
Date:   Tue Nov 15 12:03:52 2005 +0000

    Standalone syslog accounting module:
     - AVP support
     - Support for flags
     - Support for source IP and port
     - Support for digest username and realm
     - Support for request/response timestamps
     - Support for user id and domain id
     - Some performance improvements
     - Fixed bug in SIP message parsing

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=db10176151c1a79b99b522b0af922330fbcc0ce4
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Nov 14 14:54:46 2005 +0000

    corrected bug in RLS (freeing virtual subscriptions problem)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=284e563893af34d4b3b034084895b77df0c69e24
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Nov 14 12:34:59 2005 +0000

    asynchronized userloc callback processing and removed unuseful logging

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=91a70faeffb56414edec14b077f3436c9a98867e
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Nov 14 11:47:11 2005 +0000

    improved authorization settings for resource lists

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=16c27d1c540f4ebf7ba877f2f9a2aa6b1ce9ffa7
Author: Dmitry Isakbayev <isakdim at gmail.com>
Date:   Thu Nov 10 16:28:21 2005 +0000

    Recompiled sgml files

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6d023dc33bcb598d088e34f76f9ad4819a302917
Author: Dmitry Isakbayev <isakdim at gmail.com>
Date:   Thu Nov 10 16:10:28 2005 +0000

    Minor documentation updates

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=72e5a17877f1cd240cc46b3aff74f94fc3599046
Author: Dmitry Isakbayev <isakdim at gmail.com>
Date:   Thu Nov 10 15:40:51 2005 +0000

     - Updated comments
     - Stop fail-over for response codes 486 and 408

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bea8fb0e30891b55fcd8160f4e4a5c74a8ddd02d
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Nov 9 14:18:47 2005 +0000

    updated "presence handbook" - documentation of presence and presence modules

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c6800ca7812ba253ba75f0471b417903a2a426ce
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Fri Nov 4 06:58:09 2005 +0000

    Corrected module name and initialization behaviour

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=74db69768aee8ca66cd2094aa3076296f1503025
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Nov 1 16:10:27 2005 +0000

    improved authorization of resource-lists

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8b688901474ca030829990a0511f5a41a7dd87a9
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Nov 1 12:29:55 2005 +0000

    Improved authorization

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e700ad2e76dc2c8971e9a17bf1b59134fc3eb77b
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Tue Nov 1 12:24:40 2005 +0000

    Added some documentation about presence in ser.
    Will be improved continuously.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1522f74a5e5920b4d1efa355c3752347c4b7d7aa
Author: Dmitry Isakbayev <isakdim at gmail.com>
Date:   Mon Oct 31 22:23:33 2005 +0000

    Use cell->nr_of_outgoings-1 as index into the last cell->uac structure

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c13eb325f4fd9a38c14aae3daa8d446e3a5fa1d8
Author: Dmitry Isakbayev <isakdim at gmail.com>
Date:   Mon Oct 31 22:07:59 2005 +0000

    Use NO_SCRIPT define when searching for 'load_tm'

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=928b441b96d4ff3000e8716cb795899ec790ad2d
Author: Dmitry Isakbayev <isakdim at gmail.com>
Date:   Mon Oct 31 22:04:09 2005 +0000

    Pass force_socket parameter to the append_branch function

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=591d7b7afe1e1ff96a8bbe2be6cd7584b8b4c4a9
Author: Dmitry Isakbayev <isakdim at gmail.com>
Date:   Mon Oct 31 21:49:01 2005 +0000

    Renamed HDR_xxx defines to HDR_xxx_T

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ab627a6415fae5898efa861a4926ca321f28c3ac
Author: Dmitry Isakbayev <isakdim at gmail.com>
Date:   Mon Oct 31 16:28:10 2005 +0000

    Copied from cvs.berlios.de:/cvsroot/osp-module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f3d775eafacd7df1a47497183adcd5e5058d6830
Author: Dmitry Isakbayev <isakdim at gmail.com>
Date:   Mon Oct 31 16:24:17 2005 +0000

    - Copied from cvs.berlios.de:/cvsroot/osp-module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f77a0af6541fb9d46aeef9a5dc63ab06bc397e03
Author: Jan Janak <jan at iptel.org>
Date:   Thu Oct 27 23:11:44 2005 +0000

    Postgres module update, includes:
    
    - Support for connection pools
    - Support for multiple simultaneous results
    - No static buffer usage, uses more efficient PQExecParams
    - Support for database reconnects (not handled by libpq)
    - Support for binary parameters in PQExecParams
      (this brings us one step closer to prepared statements
       and removes tedious and error prone text conversions)
    - No data is copied from postgres result unless necessary
    - SQL injection vulnerability fixed
    - Configurable connectionn timeout
    - Configurable number of reconnect attempts
    - Support for bitmap data type
    - Support for binary data values
    - Support for timestamp format auto-detection

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=55218f169cd10bdc4f6eb9ce1fc3b15f9063bc5a
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Oct 27 10:58:25 2005 +0000

    Added first attempt to XCAP authorization in PA module. Watchers are
    authorized after each re-subscription because of absence of "XCAP change
    notifications".
    Added pa module parameters:
      auth - values 'none', 'xcap'
      auth_xcap_root - in the case of xcap auth holds xcap root used for auths

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=791ed665a127a9ad089702ae4b9fe02ca4492fd0
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Wed Oct 26 23:05:35 2005 +0000

    - print_sattr bug fixed (crash when value not string)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=06014667650eebc167ee5210e1c0f2d92740bf64
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Wed Oct 26 23:02:42 2005 +0000

    - removed unused variable cseq2

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fb3848afb42084d4cd2f75947667c8f2325394f1
Author: Tomas Mandys <tomas.mandys at iptel.org>
Date:   Wed Oct 26 22:57:59 2005 +0000

    - fixed ser crashing bugs: tm module do not clone all sip_msg headers (To, From, Cseq), acc must not access them from onreply route (use reply message instead)
    - avp db arrays adjusted

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bc39400fc0f257a2ae5c8f0a2d2f2a4fb2846105
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Oct 26 09:30:38 2005 +0000

    Added first version of Resource Lists Server. This module is
    responsible for subscriptions to lists of resources according
    to draft-ietf-simple-event-list-07.txt and
    draft-ietf-simple-xcap-list-usage-05.txt. These drafts are
    implemented only partialy now (internal subscriptions to PA
    module). More documentation will be added soon.
    
    Uses internal libraries like new version of PA module - they
    must be compiled and installed and linker must know the path
    to them on startup (you may set LD_LIBRARY_PATH).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=541e178604e7b3b6b6aa49d77e6ef852f387aff8
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Oct 26 09:09:24 2005 +0000

    PA module changes:
     - corrected DB operations (storing watcher's dialogs, storing only
     published tuples, reloading data from DB on startup, ...)
     - added internal interface for status querying (used by rls module)
     - cleaned code
     - corrected removing structures from memory
     - prepared for subscription authorization
     - may be that many bugs were added !
     - using cds and presence library from shared libs (some code
     will be moved there) - needed on startup! => linker must know path
     to the libraries - use for example
     export LD_LIBRARY_PATH=/usr/local/lib/ser
     before running ser

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=849d9ae14725c229a105ea92ba4493c459ca044d
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Oct 26 07:09:46 2005 +0000

    Added dialog module - it will contain all dialog functions in the
    future; now it contains only functions for dialog
    serialization/deserialization used by pa module for storing dialogs
    into database. It uses cds library functions (see lib/README)! More
    documentation will be added soon.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7f994a58e70528a90fcb45aa741ff5292c61abb1
Author: Jan Janak <jan at iptel.org>
Date:   Thu Oct 13 09:23:07 2005 +0000

    - make debug message scheme independent

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=92c9975acb01124ed547818b5b020d3ff0acbaf0
Author: Andreas Granig <agranig at linguin.org>
Date:   Wed Oct 12 02:57:00 2005 +0000

    Mysql result wasn't free'd if converting result had failed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c74aeb7351e8eb8483cd88d9637b05e7359d5314
Author: Jan Janak <jan at iptel.org>
Date:   Tue Oct 11 16:51:20 2005 +0000

    - use common fixup functions when possible

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bfafabf9bac473b75c9f212f3ef772266fb8d27a
Author: Jan Janak <jan at iptel.org>
Date:   Tue Oct 11 14:55:18 2005 +0000

    - avoid duplicating fixup functions, use the ones from sr_module.c instead

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c8242b9ded1d5a9c2781672a481e54c0043c5681
Author: Jan Janak <jan at iptel.org>
Date:   Tue Oct 11 13:50:09 2005 +0000

    - removed duplicate shm_free (discovered by Vaclav Kubart)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=48a4467388066d50381c3fa77e740892127392f3
Author: Jan Janak <jan at iptel.org>
Date:   Tue Oct 4 09:32:48 2005 +0000

    - Race condition in registered function fixed (SER-79)
      Patch provided by Dmitry Semyonov

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=189a40e26352213218ebe3d3b0334f506da4d3e7
Author: Jan Janak <jan at iptel.org>
Date:   Thu Sep 29 16:45:30 2005 +0000

    - memleak fixed, notify callback were not freed, fixes SER-67

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c87438f4ea10e3d0b00388a2086c1d33a3632ec6
Author: Jan Janak <jan at iptel.org>
Date:   Thu Sep 29 15:38:52 2005 +0000

    - missing unlock_udomain added, closes SER-75

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b8853d1a0cbdf0bacea97397e4084b074aff0dde
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Mon Sep 26 19:38:19 2005 +0000

    sip.instance wasnt written/loaded to/from the database; thanks to Andreas Granig

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9454a2bc4bd9fa24f994578a08fe7055ac0de39c
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Mon Sep 26 19:29:46 2005 +0000

    NULL received column value could got overwriten by the previous value in preload_udomain()

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8664f64b1d7385fb5f4a7dd4d5780dc7bdae46e5
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Thu Sep 22 22:05:04 2005 +0000

    fixed memory leak introduce by sip.instance; thanks Andreas Granig; closes #SER-74

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=138624c26b116faa94c4eeadd537deb206771333
Author: Jan Janak <jan at iptel.org>
Date:   Tue Sep 20 16:04:22 2005 +0000

    - typo in acc_sip_to_column parameter fixed, reported by
      Federico Giannici

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e56b27dd3bc30a1291bf85121635dc90f0725cfd
Author: Andreas Granig <agranig at linguin.org>
Date:   Tue Sep 20 13:28:34 2005 +0000

    Moved mysql result from the connection to db_res_t to allow nested queries.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1bf578aba7357481b21c2020f46f6907d6d4a009
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Sep 14 15:07:09 2005 +0000

    corrected an error in PIDF document (Windows Messenger 5.1 didn't accept these documents)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f05152c2b7b895f31a036eb7d236e43db429f0e4
Author: Jan Janak <jan at iptel.org>
Date:   Wed Sep 14 08:04:36 2005 +0000

    - return when running out of memory

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4b0741502501a80fa6d9e937771d1688c9d1a5e8
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Sep 13 13:53:12 2005 +0000

     - 0.9.4 changes forward ported (docs, radius Makefile *bsd update, postgress
      Makefile *bsd update a.s.o)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=026ba2fd43be1060ccc38e187bf87c518ee78523
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Mon Sep 12 05:57:19 2005 +0000

    corrected error which led to changing state to closed of a tuple which was registered longer than default_expires

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4cc73df847f9d28c2defa9959090c49bd1a8c60b
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Fri Sep 9 11:18:05 2005 +0000

    protocol correction of Contact header sent to the PA client

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=115e8685e52240b9636ca56614035e874cbbfdc6
Author: Jan Janak <jan at iptel.org>
Date:   Thu Sep 8 20:10:44 2005 +0000

    - check for NULL paswords
      closes SER-66

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=81cc5f75afd5ac14cabf81a8606cec8b35a1fdda
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Sep 8 15:18:05 2005 +0000

    corrected an error (immediately send two NOTIFY messages) which triggered eyeBeam's first NOTIFY ignoring

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2351193071ccef4c6cf7afa3975c8e4914e6dc58
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Sep 8 11:59:21 2005 +0000

    yet another small pa module corrections

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5ef1641a9bedba46663ed1fcd830f21e8eaae67c
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Thu Sep 8 07:55:25 2005 +0000

    corrected 'alias' table and TABLE_VERSION according to 'location' table

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4984a9b51c66fbe4c37e4a376cd22609ea5c9c95
Author: Vaclav Kubart <vaclav.kubart at iptel.org>
Date:   Wed Sep 7 16:03:38 2005 +0000

    Corrected some bugs and RFC compliance problems (tested with Windows Messenger 5.0,
    eyeBeam beta version, kphone).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3b3a1e72a8d67c97fcd3ef10b8a66164d816a7b5
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Sun Sep 4 17:36:28 2005 +0000

    added section about sip.instance support

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4717b449e28192a1640df7390bb51705957511e5
Author: Jan Janak <jan at iptel.org>
Date:   Fri Sep 2 11:36:37 2005 +0000

    - A section about time synchronization

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aa143448c813320d98b5f241cff3c97d4c9b763b
Author: Jan Janak <jan at iptel.org>
Date:   Fri Sep 2 11:23:45 2005 +0000

    - append_time documented

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5a1319544f919073ec87b89ece816c16b5782ba2
Author: Jan Janak <jan at iptel.org>
Date:   Fri Sep 2 10:53:08 2005 +0000

    - version table with one row added
      Closes: SER-5

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bf614e7b6d7a19f2207899272c5252078f464f4c
Author: Jan Janak <jan at iptel.org>
Date:   Fri Sep 2 10:36:12 2005 +0000

    - sip.instance parameter support by Nils Ohlmeier

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bcb35413040e7bdac0875542a89163c3c631ef84
Author: Peter Nixon <listuser at peternixon.net>
Date:   Wed Aug 31 08:50:14 2005 +0000

    Add paths required to build on SUSE Linux

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e06d74ad535ac342111fada7293ac585ad2e3cdd
Author: Juha Heinanen <jh at tutpro.com>
Date:   Mon Aug 29 09:57:55 2005 +0000

    * append_rpid_hf function can now be called also from branch_route block.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=54b4c1b12217f63fcdc847f14cd54980b767990c
Author: Jan Janak <jan at iptel.org>
Date:   Wed Aug 24 22:26:17 2005 +0000

    - documents are now valid (apart from xmlns:xi problem which would require
      docbook dtd changes)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2ff545fe2b715ef2d490dd9b599f8cfcaede0534
Author: Jan Janak <jan at iptel.org>
Date:   Wed Aug 24 13:24:29 2005 +0000

    - DTDs and stylesheets will be downloaded from the network if they are
      not available locally.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f716c873b837550fb51578684a485df83f12f789
Author: Juha Heinanen <jh at tutpro.com>
Date:   Sat Aug 20 08:23:24 2005 +0000

    * Updated gw table and increased its version number.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b8d3e30aa43394793c759b592e02f42f7de13076
Author: Juha Heinanen <jh at tutpro.com>
Date:   Sat Aug 20 08:14:28 2005 +0000

    * Added support for gateway prefixes.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a526f3803063b6576abf8abd8884fc0a1a3b1bca
Author: Juha Heinanen <jh at tutpro.com>
Date:   Thu Aug 18 19:54:50 2005 +0000

    * is_uri_host_local() can now be called from branch_route.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6cbe02b14c4b027f831f5ff41e791b696ed5775e
Author: Jan Janak <jan at iptel.org>
Date:   Thu Aug 18 15:49:26 2005 +0000

    - append_hf can be used in branch_route sections

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6ef2696f251946373914c388c28e7a9149984fc6
Author: Jan Janak <jan at iptel.org>
Date:   Thu Aug 18 15:49:00 2005 +0000

    - xlog and xdbg can be executed from branch_route sections

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=93f178973466ddb35548cf761b561c1264721bf9
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 27 12:42:08 2005 +0000

    - Memory leak fixed, reported and debugged by Axel Boeger

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dd60a2037f08e6aa1c07435aa006f6977525883e
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon Jul 25 11:17:03 2005 +0000

    - fixed empty username in uri crash

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0e5b6b896205e1661b0fc5f0fceef35ca51f5161
Author: Jan Janak <jan at iptel.org>
Date:   Sat Jul 23 23:21:36 2005 +0000

    - improved documentation system
    - documentation makefiles
    - proper documentation dependency tracking in makefiles
    - XML-based dialect of docbook used with xi:include inclusions

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=02d2f7f96b9f5678a1d6fcdeb9b2af27053d149b
Author: Juha Heinanen <jh at tutpro.com>
Date:   Sat Jul 23 16:59:44 2005 +0000

    * URI scheme and transport protocol can now be specified for gateways.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9c225fbe5edfb253fd1f033866d82cace0c8c6c4
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Jul 20 17:16:17 2005 +0000

    - gcc 4.0 warning & fixes "forward" ported from stable
    - postgres fixes/warnings "forward" ported from stable

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c2281c0588b6c4e7d9ca08a1c6f162a99c2bc46c
Author: Dan Pascu <dan at ag-projects.com>
Date:   Wed Jul 20 05:43:59 2005 +0000

    - Fixed 3 places where memory allocation wasn't checked for succes, which
      could lead to ser crashing
    - Fixed a memory leak

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c4bafba886f477dae1ac2868bb13347c155b4ecb
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Jul 8 15:49:27 2005 +0000

    - added a new flag parameter which can be used (for now) to select only the
      username or the username, host and port when hashing after an uri
    - improved uri hashing (password is ignored, port is used only if sip and
      port != 5060 or sips and port!=5061)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f26d3efcae8d0c6a79a6824a14eaebe312f2912a
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Mon Jul 4 10:44:38 2005 +0000

    - added dst_ip (patch by Evan Borgström)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=73f942fb32dbe779b41de78958b563ac89ef1480
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Mon Jul 4 10:43:24 2005 +0000

    - color printing (patch by Ingo Wolfsberger)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3c0c74031f8a48ae90c3cad2517448fba407df5c
Author: Jan Janak <jan at iptel.org>
Date:   Fri Jul 1 08:58:35 2005 +0000

    - compilation fixes for gcc 4.0

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=80453bf45a3584986d52911d420ec8cf9560bfe3
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Jun 30 21:29:31 2005 +0000

    - merge 0.9.0 latest fixes/changes: radius modules makefiles and
      libradiusclient/radiusclient-ng selection and various minor compile fixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c39576fd74368a39d9d2bbd6bb0847c89faf080e
Author: Juha Heinanen <jh at tutpro.com>
Date:   Wed Jun 29 20:01:12 2005 +0000

    * Service patch supplied by Klaus Darilion.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1740a47327b96c097734e939aa72337f0b9033c7
Author: Karel Kozlik <karel at iptel.org>
Date:   Mon Jun 27 11:40:38 2005 +0000

    updated documentation

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4a5c69adf4d525eea9dc7cb57d7924918b8d9a1e
Author: Karel Kozlik <karel at iptel.org>
Date:   Thu Jun 23 08:22:10 2005 +0000

    updated documentation

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=647518b4d22ea907bf9902413ba39b6c549bcb36
Author: Juha Heinanen <jh at tutpro.com>
Date:   Fri Jun 17 12:26:45 2005 +0000

    * Added raw query DB capability test.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7b2747119a1d8314ef11861178aa27f20d8bcfb3
Author: Juha Heinanen <jh at tutpro.com>
Date:   Thu Jun 16 18:15:31 2005 +0000

    * Added function uri_uri_host_local() to documentation.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=037d29fc4ec69a61a38c0b902cfee22c6f909736
Author: Karel Kozlik <karel at iptel.org>
Date:   Tue Jun 14 14:32:02 2005 +0000

    Added ability to read default values of AVPs from table usr_preferences_types

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8528ade0c7e79cdb16951b5d657f2eb12cc19901
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Sat Jun 11 12:24:13 2005 +0000

    -fixed un-updated header type test

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=be5f0b94f7afb4112101751bd0b4e8a21e7d353f
Author: Jan Janak <jan at iptel.org>
Date:   Fri Jun 10 16:48:40 2005 +0000

    - dummy commit to test if it still works :-)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=01b1cb6f72a9bbff5e95dce49e318cb888925e8f
Author: Juha Heinanen <jh at tutpro.com>
Date:   Mon Jun 6 06:43:00 2005 +0000

    * Added check on missing attribute name.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=75b94f40b0583e9346d70c184b85ab64a8c05dd4
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Jun 3 01:13:32 2005 +0000

    - fixed include type (.c instead of .h)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d738b7d4ba3e608c752a53a530389dc1feccbc41
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Jun 2 23:59:41 2005 +0000

    - makefile include problem on freebsd fixed
    - warning killed (on freebsd time_t is int32)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1ad4b28a188addf3f4373f40bb4a92f62c4df110
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Jun 1 23:58:53 2005 +0000

    - fixed typo: -I instead of -L in LIB

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a3a130c01ffd7e1ff51fdb27b5dd2d198db15183
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Jun 1 22:25:05 2005 +0000

    - makefiles cleanups (use $(LOCALBASE) everywhere) -- fixes some include
    path problems on netbsd

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=99116e0871e952504908e07f2cb64cf78a13f214
Author: Jan Janak <jan at iptel.org>
Date:   Tue May 31 13:49:50 2005 +0000

    - fixed return value problem when double-record routing is being used
      reported by Cesc Santasusana <cesc.santasusana at nl.thalesgroup.com>

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d5adbae86f3b0a62be148b09b0b001283323e9bb
Author: Jan Janak <jan at iptel.org>
Date:   Tue May 31 12:59:30 2005 +0000

    - fixed memory leak in flat_reopen_connection, reported by
      Bayan William Towfiq <william at telepacket.com>

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f4de7ce1a58024ca4d1456286aede79309385d5a
Author: Jan Janak <jan at iptel.org>
Date:   Mon May 30 15:30:45 2005 +0000

     - Fixed a bug in FIFO alias removal reported by francesco.botta at eutelia.it
       (merged from 0.9.0)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=90cabb172554eb44ff2cfb7fb95a768748521e48
Author: Juha Heinanen <jh at tutpro.com>
Date:   Sun May 29 07:56:33 2005 +0000

    * README now includes text about AVP name prefixes.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b4bcb8930934c6a334717dd20dd193642f5ada49
Author: Jan Janak <jan at iptel.org>
Date:   Wed May 18 16:30:35 2005 +0000

    - fixed misleading debug message

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=434c0a91ca4b46b683fca8f573d496aad5ee0b70
Author: Jan Janak <jan at iptel.org>
Date:   Wed May 18 12:04:06 2005 +0000

    - fixed NAT flag test (reported by Ingo Wolfsberger <iwolfsberger at gmx.net>)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9959bc8a10a209d31295ee1e5ae1decb5bda364a
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu May 12 10:26:16 2005 +0000

    - dispatcher destroy fix (null check)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=061a9bee3516c82571530c3a79f2cb5b5b83a20d
Author: Jan Janak <jan at iptel.org>
Date:   Tue May 10 11:24:51 2005 +0000

    - recover from database failures

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=11b2cb3568bf344e910f5c8b174834ae09ca0ad1
Author: Juha Heinanen <jh at tutpro.com>
Date:   Fri May 6 16:21:07 2005 +0000

    * radius_does_uri_exist() now adds SIP-AVP reply items as AVPs.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8641b943dc239cbba99c3da7243503c85e26f3b1
Author: Jan Janak <jan at iptel.org>
Date:   Wed May 4 16:43:26 2005 +0000

    - fixed save_memory in WRITE_THROUGH mode (reported by Juha Heinanen)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9a5e106b12bad7be9b4adca95894bb80efa46909
Author: Jan Janak <jan at iptel.org>
Date:   Wed May 4 14:19:40 2005 +0000

    - registered function did not check the validity of contacts. Reported and
      fixed by Cesc Santasusana <cesc.santasusana at nl.thalesgroup.com>

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2c1c9aaa8db2a2558f6c0663bddd046a651f327c
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Fri Apr 29 18:03:58 2005 +0000

    fix length of body of mangled message/cpim

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=95672607a32d3c7181d7c3910cf8df5ebecaa183
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Fri Apr 29 14:48:07 2005 +0000

    interop mangling debugged

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5bbce863c9ccca00e50e1ada3b652f36eab93f57
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Fri Apr 29 14:38:49 2005 +0000

    added compatibility mangling functions mangle_pidf and mangle_message_cpim for peer-to-peer interop between Eyebeam and Session

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b0a0311e2ac3334843f26a8d9c58c1e813a812a5
Author: Juha Heinanen <jh at tutpro.com>
Date:   Wed Apr 27 14:58:27 2005 +0000

    * load_gws() now takes "From URI" from caller RPID AVP (if available) or
      from From URI.
    * Fixed debug of load_contacts().

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=903bfcb244e2a2fbb249b0dba099f68754277f3e
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Wed Apr 27 14:15:21 2005 +0000

    Add support for using real SIP requests for doing natpinging instead of
    UDP packets with 4 zero bytes payload. This provives workaround for brain
    damaged NATs which close hole if no packets are being sent through it
    from inside, even if there are some packets going from outside.
    
    The feature can be controlled via natping_method variable. By default old
    method is used, otherwise its value is taken verbatim and used as method
    name for generating requests. For example setting natping_method="OPTIONS"
    will instruct the module to use OPTIONS requests for natpinging.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c28162dc0eff6d15dc72c5c77d92a30a624509f9
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Apr 22 16:06:45 2005 +0000

     - added hashing after request uri and to_uri (untested)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0006c2682bd72820a3c54a612c5ca7df656314f5
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Apr 20 19:54:53 2005 +0000

    - bogus AVP_VAL_STR replace with AVP_NAME_STR in search_first_avp()

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3f8411dddc9b8bde680423a3b591c34457bf9e7f
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Apr 20 19:51:42 2005 +0000

    - useless AVP_VAL_STR flag removed from search_first_avp()

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3cf31e05e3906b2de4c2d8592842c9e7a07b7581
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Tue Apr 19 20:49:51 2005 +0000

    - %bR - prints all branches (submitted by Juha Heinanen)
    - %{header[*]} - prints all occurrences of the header in a comma separated list
    - documentation updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0ed42e714853335a89ffb3214ec8700864761493
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Tue Apr 19 12:49:07 2005 +0000

    Accept and Expires are optional headers for SUBSCRIBE

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=668e37415c0406343fde7cbf5073f4823b0c8339
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Tue Apr 19 12:41:40 2005 +0000

    patch from Hendrik Scholz to send a closed notify if no contact found and not to send extra Content-Type header

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=30de875a171fe85b4d9fb4ea6f053eaec0317999
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Tue Apr 19 12:40:32 2005 +0000

    more mimetype test cases and extra sanity checking in pa_destroy thanks to Hendrik Scholz

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=73498f045d5460f5e730d86692a8177bb6bf66fd
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Tue Apr 19 12:39:47 2005 +0000

    patch from Hendrik Scholz to conditionalize MSNSUBSTATUS

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a1bfdae4978af013c19638931f87c8c15e5d6f25
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Tue Apr 19 07:54:58 2005 +0000

    - proper debug messages

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=74c07c51b60b348204c926c27535b395302f9207
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Sat Apr 16 08:49:07 2005 +0000

    - update to latest usrloc changes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5e161d0d9a6ff4edac92614f164baec9858df1f0
Author: Juha Heinanen <jh at tutpro.com>
Date:   Sat Apr 16 05:56:37 2005 +0000

    * Added to_gw() script function.
    * Added act.p2 parameter to APPEND_BRANCH_T do_actions.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=84a9319f006586255faca2dcb38126defdb902e0
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Apr 14 15:24:56 2005 +0000

     - inconsistent error log fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=45abe99ac75e6c79417056756421ae745b90ebef
Author: Dan Pascu <dan at ag-projects.com>
Date:   Mon Apr 11 11:01:01 2005 +0000

    Ingore the port when doing the "received address is different from the
    1st Via address" test if the client is asymmetric.
    This fixes a bug where asymmetric clients are incorrectly identified as
    being behind NAT when they're not.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aeb7e5b3213c75f65e8278859419495051eb1004
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Mon Apr 4 14:27:48 2005 +0000

    conditional compilation of MSRTC_PIDF

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e8a6b0f722b245d68f06783c38845e9316521eb4
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Mon Apr 4 14:24:31 2005 +0000

    Accept: is not required in subscribe, added msrtc.pidf format

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=218236d5b5038fa6893573fb8e87bc177d257688
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Mon Apr 4 14:23:57 2005 +0000

    look up contact from SIP message if contact == AOR in the pidf

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=acf38ffd2545f3664d4ccd1657d9a79e39e1a34e
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Mon Apr 4 14:23:14 2005 +0000

    only send watcherinfo notify if param watcherinfo_notify is 1

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d7fe139ef0f68772ab301d43a7d42a1bf63d86b9
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Mon Apr 4 14:22:17 2005 +0000

    add watcherinfo_notify for debugging PA

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=21988bb512b4d1d67b16b119cd56006c9c9f0764
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Mon Apr 4 14:21:50 2005 +0000

    use %.*s instead of %s to format _p->uri

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4e94e83cdaaa25b72d44d600d05cd5b5466db12d
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Fri Apr 1 17:38:38 2005 +0000

    fixed TUPLE_START in send_pidf_notify

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=36ca1150bc66b3ce5ae8232099aa47923b257344
Author: Jan Janak <jan at iptel.org>
Date:   Fri Apr 1 12:11:11 2005 +0000

    - create_rcv_uri fixed (reported by Norman Brandinger)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a2e67248e5e26a72c32fbf3b450af83010334559
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 29 13:48:45 2005 +0000

    - removed obsolete replication code

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d88eaf2969ecb3f3f4ceb1f73d00247e4d2f3cb5
Author: Dan Pascu <dan at ag-projects.com>
Date:   Tue Mar 29 05:58:28 2005 +0000

    - Improved error logging
    - Avoid an error message with a valid Contact header used by some phones
      when they unregister

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c04d1f2662d89b4bbe1f3a5ca3c35cd49fa92335
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Sat Mar 26 20:10:19 2005 +0000

    - use callback per transaction instead of filtering all replies
    - proper handling of To URI in replies
    - fixes to issues reported by Andreas Granig, Jan Janak and Norman Brandinger

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2d3fbdf606682b804a7557c68af085a1f811fe1a
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Mar 25 17:36:28 2005 +0000

     - applied Juha's patch (fixes bug that I introduced when I've fixed the maxfwd = 0 case :-))

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=164b6f957e3e9ae20c1fefe23ed29b7abb3659ad
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu Mar 24 17:52:53 2005 +0000

    Make VF command actually working.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b3e07e6daa9f07188f27c80589c3a664490051d4
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Mar 24 17:49:26 2005 +0000

    - minor fix: '0' in case of 0 and not only spaces

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0affcc8a817f83e387a1f1a1985a246ba61a9777
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Wed Mar 23 18:44:21 2005 +0000

    o Use the new method for checking compatibility with rtpproxy;
    
    o add support for proxying multiple media streams in single dialog.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ed9c182aa68eef7aef990981a62936bde9626212
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Fri Mar 18 20:02:39 2005 +0000

    - proper handling of From or To header with <> (reported by Andreas Granig)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=89345cd61d1cc4bc9eaea1cafd5b4b89c261115f
Author: Michal Matyska <michal.matyska at iptel.org>
Date:   Mon Mar 14 13:16:01 2005 +0000

    Module's parameter val_column should be export as STR_PARAM (not INT_PARAM).
    Seems, nobody uses non-default db structure...

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fd8427c0cd153c5b20a97122c856c11a01cc4101
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Mar 8 08:29:23 2005 +0000

    Add a note that radiusclient version 0.5.0 is required to build acc module
    with Radius support and auth_radius modules.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4ab8c6ec5ee6e963d7a1ec5ff8c254dcb598876c
Author: Jan Janak <jan at iptel.org>
Date:   Mon Mar 7 20:01:29 2005 +0000

    - aligned to radiusclient-ng 0.5.0, (header files and the library itself
      were renamed to radiuclient-ng.h and libradiuclient-ng.so in order to
      make packaging and coexistence with the original implementation
      possible)
    - includes and library name changed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=149b246c15962d40b6147351a1426abf0add5a3c
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 2 13:49:48 2005 +0000

    - updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=97ba4657a5f524e723a9ef0db546a29a1db72150
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 2 13:46:02 2005 +0000

    - Description of the received URI added.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d015137b2e2b6d61da46a3ffee189be4f8612d3b
Author: Juha Heinanen <jh at tutpro.com>
Date:   Wed Mar 2 07:07:37 2005 +0000

    * Request-URI is now always terminated with '\0' before do_action call
      in next_gw().

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d3b64b898c644fd9a703c68408a4e74990fcaaad
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Mar 1 11:15:43 2005 +0000

     - stateless replies generated from script are forced to use the same interface
       as the requests.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4f71101bda83af4d11399d445abf84718fd22826
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Mar 1 10:49:54 2005 +0000

    - missing include Makefile.defs

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=83a30e30785205ac395e0fa29e1bbf1f08cc7bb8
Author: Jan Janak <jan at iptel.org>
Date:   Mon Feb 28 18:56:59 2005 +0000

    - Applied Bogdan's patch (the outbound socket can be stored with each contact,
      when flushing the cache, the information would be encoded into the received
      URI and retrieved later when loading contacts from database)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dbbd32ac7c4767c24261d81b313f7053f86fa6b1
Author: Jan Janak <jan at iptel.org>
Date:   Mon Feb 28 18:56:03 2005 +0000

    - Registrar will save and retrieve the destination IP and port and the
      socket to be used when sending requests to the registered UA

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=44cef56f740fee5f949bf0b295dda403817725e1
Author: Jan Janak <jan at iptel.org>
Date:   Mon Feb 28 18:55:06 2005 +0000

    - Included Bogdan's patch (usrloc now passes also the socket to be used)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7460eb988ae3df59345eda84e657d579deaa2b84
Author: Jan Janak <jan at iptel.org>
Date:   Mon Feb 28 18:54:42 2005 +0000

    - Included Bogdan's patch (usrloc now passes also the socket to be used to
      NAT ping functions).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6a9c1a1001faeaaa469e33b2aaadf4e018b8b356
Author: Jan Janak <jan at iptel.org>
Date:   Mon Feb 28 18:52:51 2005 +0000

    - Implemented DB_REPLACE capability

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4d6081cbe702bf78ec41285b550d6fc08c3d8fb0
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Sun Feb 27 20:14:04 2005 +0000

    - avp_write() can handle now any header body

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b0bacf1725a1f881f82d8b42caf4c165e1fd7557
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Sun Feb 27 17:19:53 2005 +0000

    - basic SIP UAC functionalities - authentication and From header manipulation

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b7589b4210f5558f5ae2ac3ecc1e17957354c9ea
Author: Jan Janak <jan at iptel.org>
Date:   Sat Feb 26 15:29:03 2005 +0000

    - Support for force_send_socket in the destination set. That allows to specify
      the outbound socket for every branch when doing parallel forking.
    - Modules aligned to new prototypes of append_branch and next_branch functions.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=74ec02ddbd5db1639d329f635dae7069d1e8c046
Author: Jan Janak <jan at iptel.org>
Date:   Sat Feb 26 13:41:03 2005 +0000

    - fix_nated_register would save also the destionation IP and port, thus
      the received URI will look like:
      sip:127.0.0.1:35060;dstip=127.0.0.1;dstport=5060
      That information will be used by registrar to select proper outbound
      socket to make sure that further messages will make it through NATs.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=af6dba7ecd5da44f2742011603b3f0fbf7ea9035
Author: Jan Janak <jan at iptel.org>
Date:   Sat Feb 26 13:34:45 2005 +0000

    - Fixed shm_free related crash (called with NULL parameter)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aff735f11d32bf740ae2fdcae9e305df09dea99a
Author: Jan Janak <jan at iptel.org>
Date:   Fri Feb 25 16:31:45 2005 +0000

    - All str pointers initialized to an emptry string, this is to prevent
      crashes when module writers do not check the NULL flag of a value properly.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=682fbc8d72541541504ec822003b562709012ef0
Author: Juha Heinanen <jh at tutpro.com>
Date:   Fri Feb 25 06:40:34 2005 +0000

    * Fixes to DISABLE_CACHE mode suggested by Wei.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=57d7e23787fb671b3cbcc42e83b6fa761b474a34
Author: Juha Heinanen <jh at tutpro.com>
Date:   Fri Feb 25 03:36:30 2005 +0000

    * Now the same AVP is used for both ip address and port.
    * Added support for numeric AVP names.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7585b92a67315a528d338fe5829bbe4e0fcf75db
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Thu Feb 24 22:59:56 2005 +0000

    ifdef unused code.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c944d1803366177077c23820c9f5e73d9e14671d
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Thu Feb 24 22:59:33 2005 +0000

    Remove erroneous requirement of Accept header for PUBLISH.  ifdef unused code.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=eab3767dc9a8eda57f4d2e187d40fd9a7ebbd882
Author: Jan Janak <jan at iptel.org>
Date:   Thu Feb 24 19:37:11 2005 +0000

    - previous commit was an older version of the function

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3f216d404d9a23c0b3e2e84843bf6f8fe0ffb9b9
Author: Jan Janak <jan at iptel.org>
Date:   Thu Feb 24 17:44:54 2005 +0000

    - atoi replaced with strtoul to convert also numbers > INT_MAX.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=238a0d9abf7cf24e71a3383830674563a81dd420
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu Feb 24 17:27:20 2005 +0000

    Garbage collect unused field.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c2459de44f05683c2516564dd5915b264e0a3353
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu Feb 24 17:07:55 2005 +0000

    Added support for using more than one rtp proxy, in which
    case traffic will be distributed evenly among them. In addition,
    each such proxy can be assigned a weight, which will specify
    which share of the traffic should be placed to this particular
    proxy.
    
    Introduce failover mechanism, so that if SER detects that one
    of many proxies is no longer available it temporarily decreases
    its weight to 0, so that no traffic will be assigned to it.
    Such "disabled" proxies are periodically checked to see if they
    are back to normal in which case respective weight is restored
    resulting in traffic being sent to that proxy again.
    
    Those features can be enabled by specifying more than one "URI"
    in the rtpproxy_sock parameter, optionally followed by the weight,
    which if absent is assumed to be 1, for example:
    
    rtpproxy_sock="unix:/foo/bar=4 udp:1.2.3.4:3456=3 udp:5.6.7.8:5432=1"

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=348b543f882acd77e410400112e6a17bf7a6e31f
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Thu Feb 24 03:39:07 2005 +0000

    switch to using core parse_accept_hdr, rename 'accept' to 'preferred_mimetype' in struct watcher

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=80e4ebe4e13439d76d9e7e628f3d6abd7672ab94
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Thu Feb 24 03:38:10 2005 +0000

    add missing Contact header to NOTIFY messages

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aa0a0b51ae817d4c2cf4a04fd0326f203b0c1937
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Feb 23 19:42:17 2005 +0000

     -lcr updated to the new parse_headers api

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0bfbf63f838270bf5ce776e2c3c575524733f20f
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Feb 23 17:16:01 2005 +0000

    - changed parse_headers api, HDR_xxx split into HDR_xxx_F (hdr_flags_t) and
     HDR_xxx_T (hdr_types_t), for more info read doc/parse_headers.txt.
    The header flags were extended top 64 bits. Be carefull not to mix types with
    flags, they won't work!

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=613de4d48499e5b68dc0e73e4fad2f4227188af0
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Mon Feb 21 19:23:02 2005 +0000

    - new logging specifiers
    	%ds - destination set (thanks to Juha)
    	%sp - source port
    	%Ri - IP address of the interface where the request has been received
    	%Rp - received port
    - source ip specifier changed from %is to %si (better grouping with %sp)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c04d7fb9d5a5297765c05eb6afcffcec504a1e66
Author: Juha Heinanen <jh at tutpro.com>
Date:   Sat Feb 19 21:09:10 2005 +0000

    * Introduced support for sequential forking (forwarding)  via
      load_contact and next_contacts functions (see README for details).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=02b787ea952d96a11cb4ed01898ea0225a4243d0
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Feb 17 23:48:06 2005 +0000

    - variable timeout in proxy node

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=feb92a239907bdbe54ae58c43ebd14a20eacad61
Author: Jan Janak <jan at iptel.org>
Date:   Thu Feb 17 15:56:15 2005 +0000

    - Registrar now properly initializes q parameter in the destination set
      from the user location database.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=eede76f4d8733ddabea53bd4ccab9d8305aa6737
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Feb 16 22:42:37 2005 +0000

    - purging to the end

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=42e31bf4b59ab4a9c2ec6e173170fe24d9e18a4f
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Feb 16 22:40:02 2005 +0000

    - purging old module cpl

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=120d03ba6f91b4bf83b90c14229ea166fb213c93
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Feb 15 18:50:56 2005 +0000

    Fix a bug in the extract_mediaport routine.
    
    Submitted by:	Norman Brandinger <norm at goes.com>

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bf142520e8501eb89cb3bd2651e6bcab72fe1441
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Feb 15 00:56:05 2005 +0000

    Use L_ERR log level for reporting errors instead of L_DBG.
    
    Sumitted by:	Norman Brandinger <norm at goes.com>

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f84ec5c8c376b204679db398284cfd2cf6de27b6
Author: Juha Heinanen <jh at tutpro.com>
Date:   Tue Feb 15 00:10:50 2005 +0000

    * Added two new specifiers %br and %rt that print requests first branch
      and refer-to uri, respectively.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=83d39f068eb51f15736ce5c7e194268155b0b9e0
Author: Juha Heinanen <jh at tutpro.com>
Date:   Tue Feb 15 00:03:40 2005 +0000

    * Added "allow_refer_to" script function.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=73910a167f8ac510f3da77cda9fc6dbf2560e6be
Author: Juha Heinanen <jh at tutpro.com>
Date:   Mon Feb 14 23:19:22 2005 +0000

    * Introduced least cost routing module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6f17e3909ddfe5027d2d952486ecd7ae28d01751
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Sun Feb 13 18:28:42 2005 +0000

    - update of script callbacks registration
    - TM doesn't use for replies the post-script cb for unref; it's done directly in  TM reply processing function

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c1871e178a85b2b87642cb5583e7f96cb3664352
Author: Jan Janak <jan at iptel.org>
Date:   Fri Feb 11 13:15:40 2005 +0000

    - Fixed AVP bug reported by Norman Brandinger <norm at goes.com>

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=99d3b69a2880d5933cf4abb11518443f1093628a
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Feb 8 14:43:51 2005 +0000

    - now is safe to do acc from failure route

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ac3743aefaae7df227d2df7a741ac188e5febf74
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Mon Feb 7 15:32:58 2005 +0000

    - bug fixed (reported by Richard)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=10c8eed6009ab6fa75b68c19c570b5ad7b6b4633
Author: Jan Janak <jan at iptel.org>
Date:   Mon Feb 7 15:21:08 2005 +0000

    - parse_mysql_url not necessary anymore

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a30a3042d3e3ab42919e3edf2fb90b11db5977d9
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Thu Feb 3 22:13:21 2005 +0000

    - avp_copy() for duplicating / renaming AVP(s) added
    - "fm" fastmatch operator to allow dynamic regular expressions was added to avp_check()

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2ee939b2940f26a264dc8db9d07df5d6a85f2468
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Thu Feb 3 22:05:27 2005 +0000

    - possibility to skip removing the prefix

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a11c6087423b0a71fea12dcde4350979141b8f95
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu Feb 3 17:46:03 2005 +0000

    Improve extract_mediaport() function, so that it takes into consideration
    transport name (i.e. udp, udptl etc), not media name (i.e. audio, application,
    etc) when deciding if this stream can be relayed by rtpproxy.
    
    For example this should make it possible to use rtpproxy for proxying T.38
    streams.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f3cf1ec01c84e4f61f38a8607a64af4ba385a54b
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu Feb 3 14:41:05 2005 +0000

    Add new flag for fix_nated_sdp(), which simply adds nortpproxy flag, usually
    automatically inserted by functions that force rtp proxy to prevent forcing
    media session to be relayed more that one rtp proxy in a chain. In some cases
    this can be useful.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=828db534ffdaf44354f4f2506eddea5d5a4fa6e1
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu Feb 3 14:21:11 2005 +0000

    Reduce diff to Porta's own internal version of the module. NO FUNCTIONAL
    CHANGES!

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8b12f2c1beef3bf7281e355ce6f372b288b9ef55
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu Feb 3 14:08:26 2005 +0000

    o Add missing space to the warning message;
    
    o whitespace nit.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e585dfe44ec6eee3f050ebfd440b4f9b970fd935
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu Feb 3 14:06:24 2005 +0000

    Add support for `application' media type. This makes things like application
    sharing in Nortel softphone working.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=eeb73493954d471bbbdc52aa57ca044b70813559
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu Feb 3 13:54:38 2005 +0000

    Initialize mypid module global variable early, so that it is already
    available for those functions that may need it (i.e. rtpp_test()).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6be946711d74dfc7bb17d75c1273baba6efdb849
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu Feb 3 13:22:14 2005 +0000

    Don't assume that call-id is already parsed, since it may not be be true
    in some cases (depending on the order of calling various routines in the
    routing script), resulting in nathelper functions failing without any
    reason.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=78394a614aac18cb28e44f212327d047852f46d3
Author: Jan Janak <jan at iptel.org>
Date:   Wed Feb 2 19:10:06 2005 +0000

    - dead files

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2c7cd0749b0d45f68bfe6d1277699c8f191bb1a8
Author: Jan Janak <jan at iptel.org>
Date:   Wed Feb 2 19:09:22 2005 +0000

    - using improved connection pool

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e2bba2813765865b9cb5ee114d5b6e798a356b2d
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Wed Feb 2 18:29:49 2005 +0000

    Fix a very bad typo in a comment - option `r' has been called `d' there.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fbe83f67a38aaa9147905d355adb457be3d29be9
Author: Jan Janak <jan at iptel.org>
Date:   Tue Feb 1 15:13:04 2005 +0000

    - some useful debugging information

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c4f8cd67d9d96bb7de6c5cfec617236516a51998
Author: Jan Janak <jan at iptel.org>
Date:   Tue Feb 1 13:32:41 2005 +0000

    - desc_time_order dropped in favor if max_contacts

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=50ff09e3e77fc701346c892962f86fb41eb09b11
Author: Jan Janak <jan at iptel.org>
Date:   Tue Feb 1 13:19:21 2005 +0000

    - Use GET_REALM macro

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2defed1fb4151b152d51f4b69dd73db5b9975e7c
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Tue Feb 1 11:00:52 2005 +0000

    - fixed use_domain behavior
    - documentation updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ca45d545f5e00fc8c9d938e8a4471a177bc68a20
Author: Jan Janak <jan at iptel.org>
Date:   Tue Feb 1 10:08:33 2005 +0000

    - removed obsolete dictionary file

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c38854dbcbf65a0a9cd01c1fe37fbb9c78d1eb78
Author: Jan Janak <jan at iptel.org>
Date:   Tue Feb 1 09:57:36 2005 +0000

    - SIP-Rpid attribute replaced with more generic Sip-Avp, it is now possible
      to load a whole bunch of credentials during authentication, not just
      the value of Remote-Party-ID
    - aligned to auth_db

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=55a0ab79af41d3276a27144377a2bc88acb758ae
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jan 31 17:54:02 2005 +0000

    - AVP support clean up (only one list which defaults to 'rpid')
      - RPID handling is no more an exception -- it is now stored
        in AVPs as well

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8477b7f343c5e69d8afee29576d3de1b1ee19cca
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jan 31 17:52:12 2005 +0000

    - rpid cleanum
      - AVPs are used to store the value of RPID (no more static buffer)
      - the name of the RPID AVP is configurable through the parameter of
        auth module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5ac87c4705aa96f21350255a1dd67c39bc62849b
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Sun Jan 30 21:17:48 2005 +0000

    - terminating code removed
    - prefix hash replaced with a tree index
    - table definition updated
    - new fifo commands: add, delete and list
    - automatic prefix generating removed
    - documentation updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b3b0c7e2d35fc74ef8a010ac4c0c8671cb698aaf
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Fri Jan 28 08:56:31 2005 +0000

    Add missed Aive status type.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=30dc8080beaf6f9117d732cd9926c9251b636578
Author: Dan Pascu <dan at ag-projects.com>
Date:   Wed Jan 26 13:55:56 2005 +0000

    Check both the IP and the port when testing if the address in 1st Via field
    is different from the address from where we receive the SIP messages.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3eb61f33333f719cc7cd9bf915e2fc5c65b824b8
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Jan 21 23:20:59 2005 +0000

    -revert some dbg messages

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6faca2de6984639af1d57775c91931e1c55c667b
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Jan 21 23:17:07 2005 +0000

    -bug fixed in processing DB url without password

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a2535130c3e5f78a02feacfd4bfcb7cedaea2dc6
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Jan 21 23:05:29 2005 +0000

    - bug fix on destroing resorces when init failes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=514627deec7b0a7c158aca539d76d0b87ff5da6d
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Thu Jan 20 10:03:57 2005 +0000

    - fixed bug with avp aliases (reported by Richard)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8dc63b44e6271bb15b7d6a04068b9644e24ce0c1
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Jan 19 20:24:08 2005 +0000

     - fixed buffer overflow bug when using null terminated string

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d24b7eebf89a993dba8e194b29ce0e408277ca86
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Fri Jan 14 10:24:03 2005 +0000

    Fix braino in the previous commit.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0d18b2ac4b7d8d063b4f6ab9652feb4248993517
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu Jan 13 09:12:19 2005 +0000

    Since now auth backends may no longer be providing static storage for rpid,
    store it in the auth module instead. This is a quick fix to get 0.9.0 rolling.
    Proper fix would be to switch the code to getting rpid from the avps instead.
    
    Reported by:	Francesco Botta <francesco.botta at eutelia.it>

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a58e68e49618bc8b4a80816011d3e42a543b5731
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu Jan 13 08:45:55 2005 +0000

    Calling foo(bar(&baz), baz) first of all is bad practice, moreover it creates
    real problems with gcc 2.95.4, maybe due to the fact that bar() is inline
    function in this case. It results in corrupted expires parameter here.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=91a1f3737510e765510f2ea4069f92f96892fcaf
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Wed Jan 12 13:49:13 2005 +0000

    - fixd bug in parsing db parameters

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2df79d556e786e3cb5e0f59a4bf2423726f26ce2
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Sun Dec 19 16:58:20 2004 +0000

    I don't know why, but somehow this module missed append_branch() API update.
    Make it compilable again.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a6e608c1b9eabbe2bd7b1f4f9eb1e0b67f71035b
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Dec 16 17:39:47 2004 +0000

    - various pre-release updates
    - use_domain set to 0 by default in all the modules
    - experimental sparc32 non-SMP support (thanks to Michael Grigoni)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5bb9fc98c2a7c3b1b06231d30947002799bab008
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Dec 15 17:49:13 2004 +0000

    - auth_radius: alloca()/alloca.h fixes
    - 64 bit warnings fixed
    - daemonize _XOPEN_SOURCE_EXTENDED hack modified again

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c2b7c9d6055594a0fbf1f3900e0fb97e98fcb7ec
Author: Juha Heinanen <jh at tutpro.com>
Date:   Sat Dec 11 15:24:59 2004 +0000

    * Removed Radius specific stuff from README file.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=707dfaed37285581b2c3b71a4757bba7352d386b
Author: Juha Heinanen <jh at tutpro.com>
Date:   Sat Dec 11 15:23:38 2004 +0000

    * Introduced README file.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a369ee53e1cd72c4bb75d622c292672f1a2a8f79
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Dec 8 20:43:23 2004 +0000

    - missing close was leading to fd exhaustion (reported by Christopher Crawford)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=db28238080baeecad2c1829eea1ed9cbf12fa036
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Mon Dec 6 13:02:10 2004 +0000

    Change DSN parser a bit, so that it's possible to specify path to the unix
    domain socket for communication with DB server. Consider everything after '@'
    but before the last '/' to be host name (currently everything after '@' but
    before first '/' is considered hostname), so that in the case of the socket
    in the /foo/bar directory, one can specify DSN as follows:
    
    postgres://username:password@/foo/bar/name_of_table
    
    No response from:	lgfausak at august.net

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=596d8c4ddeee97f2b284cf2cc16c8dffdfffa8cf
Author: Jan Janak <jan at iptel.org>
Date:   Mon Dec 6 08:51:44 2004 +0000

    - fixed typo -- dumplicated snprintf -- reported by Sun Zongjun

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=542288c570f0c08e0ea2b566b419e0f64885c9d3
Author: Jan Janak <jan at iptel.org>
Date:   Sat Dec 4 23:58:58 2004 +0000

    - useless memory allocation eliminated
      Closes: SER-11

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c376df79c3f5f650e2c8cc587d6bae512efe0a55
Author: Jan Janak <jan at iptel.org>
Date:   Sat Dec 4 23:40:28 2004 +0000

    - Proper checking of the return value of snprintf
      Closes: SER-18

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ae7562bf5da6e84fc377b35b6e7eedc326fec5af
Author: Jan Janak <jan at iptel.org>
Date:   Sat Dec 4 20:55:23 2004 +0000

    - Added missing Sip-Group to the initialization

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=391fd3a4293bd5f365750da2dde5e26e63bbe023
Author: Jan Janak <jan at iptel.org>
Date:   Sat Dec 4 18:33:31 2004 +0000

    - simple check if use_domain parameters of registrar and usrloc modules
      have the same value

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b84a0736bdb7fd5c62e4b9beec78bca989f4f38b
Author: Jan Janak <jan at iptel.org>
Date:   Sat Dec 4 17:12:01 2004 +0000

    - no trailing spaces will be generated at the end of Max-Forward header
      field (required by RFC3261)
      Closes: SER-13

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a410735f096c1d1afa9cf4b404de4eddfbf70c48
Author: Jan Janak <jan at iptel.org>
Date:   Fri Dec 3 19:42:48 2004 +0000

    - fixed return value of loose_route when a message contains just one
      Route header field and it is not pre-loaded route set.
      Closes: SER-3

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a4ff81aac860235991f6fac341c8cf600131e074
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Dec 3 19:09:32 2004 +0000

    - lots of fixes (alignments, casts, warnings)
    - it compiles cleanly now wit sun cc and intel icc.
    - slight api change for param_func_t (it takes a void* now instead of
     a param_func_param_t)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=740c28f0044045ce8360c6c9afc19c5f890930f0
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Dec 2 21:16:02 2004 +0000

     - more warnings & signed/unsigned issues fixes (gcc 3.2/solaris)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=019dbaf5c0f3570e97480b82904c6778c4e640b5
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Dec 2 15:55:25 2004 +0000

    - removed -p port && extended -l to support the same syntax as listen= :
         -l [proto:]addr[:port] where proto=udp|tcp (default all),
            and addr=ip_addr|host|interface_name.
          E.g.: -l localhost, -l tcp:127.0.0.1 -l udp:[::1]:5062, -l eth0,
                -l tcp:xl1:5090
    - mysql: fixed minor warning

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=daddfb568b3370843a8c438cdab855408fde2fb5
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Wed Dec 1 19:04:36 2004 +0000

    - fixed conflict when setting the type of value for avp aliases

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0f792cf3bc865b75730850cea1ef6ad7e5db044c
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Dec 1 16:51:17 2004 +0000

    core:  - no fork unused sockets fix & cleanups
    mysql: - strptime  XOPEN define

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=95ec31686695e99047d645408004311b24a25d60
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Dec 1 10:58:23 2004 +0000

    - flatstore: uses now pathmax() + additional buffer checks
    - pike: old gcc warning fix

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7091d98bae54f5b34522639696be5bdd22e47507
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Nov 30 15:28:05 2004 +0000

    - added definition for tables 'subscriber', 'location', 'version'
    - added basic configuration file with dbtext
    - credits go to Michael Grigoni

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5ffbb5c9ab4f4a360bfc2a38aad591af46d204a4
Author: Dan Pascu <dan at ag-projects.com>
Date:   Tue Nov 30 02:59:35 2004 +0000

    fixed typo in test

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=af2efb30959dbf3df07ae3846c02ce7dce938da2
Author: Jan Janak <jan at iptel.org>
Date:   Thu Nov 25 19:39:52 2004 +0000

    - fixed typo reported by Alex Rootham <alex at blueslice.com>

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d40ed439cdaaca7060cbdd92614677823b0807a6
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Nov 17 23:26:03 2004 +0000

    - malloc debugging on by default (warning: lots of debugging info)
    - malloc hash size adjusted
    - avpops:  64 bit warnings fixed
    - tm: log messages

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bcb93787be944ba8c91d2629ac8e46e1049eaaea
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Wed Nov 17 19:32:27 2004 +0000

    - global avp aliases api is used now, no need any more for these files

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=982648a03d473396c8c19b795c03a9a024844b40
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Wed Nov 17 19:29:32 2004 +0000

    - aligning to global AVP aliases support from AVP core

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=85c661ecfdedc87ecc1507a66db12acdcc4ae569
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Wed Nov 17 14:13:18 2004 +0000

    - optimization for known headers

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=60f39e1619b1ed8fcf242e2399bfe7e83f877104
Author: Jan Janak <jan at iptel.org>
Date:   Tue Nov 16 13:09:16 2004 +0000

    - typo fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e767060209ce955dfe4c15a4f88e56ddb7fad314
Author: Jan Janak <jan at iptel.org>
Date:   Mon Nov 15 14:19:43 2004 +0000

    - add_diversion can be executed in failure_routes as well

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=73d201a59228a7ba1b7f75b390ff6e1c47938068
Author: Jan Janak <jan at iptel.org>
Date:   Mon Nov 15 13:53:55 2004 +0000

    - support for diversion as per draft-levy-sip-diversion-08

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7c9baec76a832466e6898c8eb68b9cdbafc036c2
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Mon Nov 15 10:19:39 2004 +0000

    - avps can be loaded from any table (using newly added db schema)
    - documentation updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=11b568d13c162a5ff9cbf9f081ea97b4382e1670
Author: Jan Janak <jan at iptel.org>
Date:   Sun Nov 14 22:39:25 2004 +0000

    - documentation updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a57782d7b15ad9b0657229b1d85acbf3479d906d
Author: Jan Janak <jan at iptel.org>
Date:   Sun Nov 14 22:30:32 2004 +0000

    - safer handling of the 'received' Contact parameter

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=84ab68caf5ba4ee57f374711bc505962a681c76e
Author: Jan Janak <jan at iptel.org>
Date:   Sun Nov 14 22:21:31 2004 +0000

    - max_contacts parameter of registrar module added (the possibility to
      limit the maximum number of contacts per AOR)
    - retry_after parameter of registrar module added (the value of the
      parameter will be returned by registrar in 5xx replies)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0fd5aab6f89d720e8763a7700e8e1c842e59ff29
Author: Jan Janak <jan at iptel.org>
Date:   Sat Nov 13 18:10:43 2004 +0000

    - Handling of pre-loaded route set fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c3f819224e4cfac132d1444b6556b38705065c66
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Nov 12 16:58:58 2004 +0000

    - re api minor extension (you can distinguish now between an internal error
      and a no match)
    - subst_user refurbished
    
    For more info see http://mail.iptel.org/pipermail/serdev/2004-July/002271.html
    (whole thread).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0d1b19565ab191905a86b8c94dc156eb88e0f5cf
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Nov 9 17:50:26 2004 +0000

    - warnings fixes on 64 bit systems

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f4d1b4fcf0fcc19e5ee1705d436df736a3dad10e
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Nov 9 15:15:11 2004 +0000

    - force_send_socket per message API support
     => changedinterface to get_send_socket; it takes now also the sip msg as param
     (updated the calls to it in all the modules)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f645c6729b5b46a1f1212124eb746b57b273d35e
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Sun Nov 7 23:13:29 2004 +0000

    - regular expression matching support introduced

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a670efacd4b353c973a5636422ce5bf0803bef56
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Sat Nov 6 18:54:14 2004 +0000

    - fix when comparing string values
    - db avps can be accessed directly using uuid column
    - doc updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7e816eeaa283531596adf0dfc29999432a875f2b
Author: Jan Janak <jan at iptel.org>
Date:   Fri Nov 5 17:48:05 2004 +0000

    - reverted previous accidental commit

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bb44c47ce2438af5e8d49562e238e7d76808bb81
Author: Jan Janak <jan at iptel.org>
Date:   Fri Nov 5 17:38:59 2004 +0000

    - 2nd parameter of save,lookup,registered
    - some bugs fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=07cbb71b2d4ab55920262c32f8c47a04bae99ebb
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Nov 5 14:21:00 2004 +0000

     - adaptive way of allocing lock set
     - some cleaning

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3509c3001a9b6f0c1e0e57e0b84607599faf5f04
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Fri Nov 5 12:05:19 2004 +0000

    - avp aliases can be used now with avp_db_*() functions - reported by Zhang Wei

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9739eaaca48d447dba8d3de3c1d78d9fb64d8c6b
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Thu Nov 4 19:11:51 2004 +0000

    - if set, new_uri is used instead of first_line uri

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2e0ab966650ec40ca64fd882d79766f3463007a8
Author: Jan Janak <jan at iptel.org>
Date:   Thu Nov 4 18:26:01 2004 +0000

    - user_domain put back

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7b530720012e83c7c0a085babccc63f37d767725
Author: Jan Janak <jan at iptel.org>
Date:   Wed Nov 3 13:16:45 2004 +0000

    - All attributes of db_val_t set to 0 when the null attribute is set.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=54510677e228707ac8c2ad3c90a58d0f0be008f2
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Nov 2 10:44:56 2004 +0000

    - quick review and apply of last patch submitted by Paul <javarockx at yahoo.com> regarding seg fault -- not tested

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=895c9ee60b7b82b361e7c698b93abba2bb79c557
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Mon Nov 1 16:48:44 2004 +0000

    - powerful module to operate with AVPs (loading, storing, testing, copying from/to request)
    - sgml documentation

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=74ddc27be17c441aa617282f3e452ef4bc8d9f2f
Author: Jan Janak <jan at iptel.org>
Date:   Mon Nov 1 13:37:24 2004 +0000

    - Function depending on radius or database drivers moved into separate
      modules
    - some cleanup

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aecddd68e4dae7d370c72c63a6d0fef4804e311e
Author: Jan Janak <jan at iptel.org>
Date:   Mon Nov 1 13:03:50 2004 +0000

    - radius related avp functions separated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4bdbbf94ca74ae48a73ee3f05188d8ab005c3541
Author: Jan Janak <jan at iptel.org>
Date:   Mon Nov 1 10:27:04 2004 +0000

    - load_avp (which requires a database driver) moved into a separate module
      to make generating binary packages easier
    - load_avp extended to support username,domain pair as the search key
    - code cleanup
    - additional module parameters

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7c786fdad8deaef962b2c531652a851b7eb0b495
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Fri Oct 29 18:57:31 2004 +0000

    - fixed another seg fault discovered by Paul <javarockx at yahoo.com>

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=616a8f7615be032f698615b7896cd23f2e79a151
Author: Jan Janak <jan at iptel.org>
Date:   Fri Oct 29 15:47:52 2004 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d85515a13f0b3668e340a0d03c9999f5c6f86fec
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Fri Oct 29 13:59:57 2004 +0000

    - table name is no longer duplicated in dbt_use_table() -- not tested yet
    - fixed warnings due to changes in DB api

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0ee4eb77d666b4ac766b9f40451e883d7e538487
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Fri Oct 29 12:16:11 2004 +0000

    - fixed bug causing seg fault when rpid was NULL (reported by Paul <javarocks at yahoo.com>)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9f0f3c9ea9fa76c2f16dc6f0026a316613f322be
Author: Dan Pascu <dan at ag-projects.com>
Date:   Thu Oct 28 23:36:14 2004 +0000

    - added ability to auto reconnect to mysql if a query attempt returns a
      'server lost' error.
    - added auto_reconnect parameter to the mysql module, to allow switching
      it on/off (acts like a boolean value: 0 disabled, anything else enabled)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b757afb44ef5199ae8a5b550cdbf6771beebedd9
Author: Dan Pascu <dan at ag-projects.com>
Date:   Thu Oct 28 22:58:00 2004 +0000

    set default ping interval to 1 minute

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6a9b180f06a9c8da9968f74b6f82bc1dcf355b76
Author: Jan Janak <jan at iptel.org>
Date:   Thu Oct 28 11:58:30 2004 +0000

    - usrloc did not write contacts into the database -- fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bdd3de1141f00ee1d730fc30c5bd707e2c941a40
Author: Jan Janak <jan at iptel.org>
Date:   Thu Oct 28 11:02:55 2004 +0000

    - Open files for appending instead of overwriting

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b8be9655be6411486ed4c52917f21a13a97ce1db
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Wed Oct 27 18:30:06 2004 +0000

    - fixed copy&paste error in doc

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c4febab80458108cc9fbf970b3c5679ba811ee95
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Wed Oct 27 18:21:22 2004 +0000

    - imported into cvs the speeddial module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=55478a0ab1e15986bb7b814c5dc6fb1b3350d138
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Wed Oct 27 10:12:39 2004 +0000

    - zero-terminated buffer no needed anymore

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=03eddf910ca45118840d63cbac9ec78bc0081d55
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Wed Oct 27 09:23:17 2004 +0000

    - added support to print the body of any header
    - fixed error with unescaped specifiers that could occur to LOG() and DBG()
    and some optimizations (Jiri)
    - updated my contact information

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=789b48a0083a3b5d3c39f0badf7e97746cbf3874
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Mon Oct 25 18:22:08 2004 +0000

    Add AVPs support into auth_db module. Now it is possible to use new
    config parameters: avps_column_int and avps_column_str to specify
    which additional columps should be read from the subscribers table
    and their values to be used to set AVPs with the same names.
    
    For example considering the following config:
    
    modparam("auth_db", "avps_column_int", "domn")
    modparam("auth_db", "avps_column_str", "uuid|rpid")
    
    This will tell the module to read additional fields "domn", "uuid" and "rpid"
    from the DB and set integer AVP "domn" to the value of "domn" field, and
    string AVPs "uuid" and "rpid" to the values of fields "uuid" and "rpid"
    respectively.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8f1f7062c46f056c9c0342ad525108009188d411
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sun Oct 24 12:55:51 2004 +0000

    overflow condition fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1379d7d548411c2a2025dc64c7b63d504fcf5551
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sun Oct 24 11:36:41 2004 +0000

    error fixed (not tested yet): %s are now escaped in xlog -> avoidance of
    overflow if xlogged message elemenets includes %s

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=283db47be6658ec84cd66b0b4c443b86624d861b
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Oct 22 17:17:55 2004 +0000

    - minor x86_64 fixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4faca6be52b43e404ad5a6d27273a66667c4e77f
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Oct 19 17:28:16 2004 +0000

     - untested malloc fixed + some comments

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a5d494f78bb819d283c016c8463d1f6bda679b5b
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Fri Oct 15 15:00:16 2004 +0000

    updated PA documentation to include major parameters and exported functions

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=12f1e96c27eec516dd1b12268e55a147318c44e0
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sun Oct 10 23:01:25 2004 +0000

    missing history entries completed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9faaea4e267f319834267a800212574aa11cf004
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sun Oct 10 21:25:01 2004 +0000

    Changed the way destination is determined for some packets
    if mhomed is turned on. That's particularly helpful in
    scenarios in which multiple IPs are used on the same
    interface and you wish to know in advance which IP will
    be used without knowledge of IP routing tables.
    - nathelper allows to bind to a specific IP address; that's
      a plus if you have multiple IPs on the same interface and
      wish to guarantee that an IP will be used which is not
      default route (this overrides mhomed algorithm)
    - sl and tm send replies always back from socket where
      request were received (now regardless of mhomed option)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=da8183ba3b6b958b2d8ddfa5a5789647dc0b51d4
Author: Jan Janak <jan at iptel.org>
Date:   Sat Oct 9 14:45:03 2004 +0000

    - Missing files added
    - Misleading comment changed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6f10ffca25a70a73b9f7b039e0d381c72f3c03bd
Author: Jan Janak <jan at iptel.org>
Date:   Sat Oct 9 14:30:27 2004 +0000

    FIFO interface for log file rotation.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cc672e0fa2621559cfd7d8888d142d4a113b95b8
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Sat Oct 9 11:56:32 2004 +0000

    added process_register_norpl to allow register processing without sending
    the reply - based on a patch sent by Christopher Crawford

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9250b5d09bdacea5328e9d5b931226882c618df3
Author: Jan Janak <jan at iptel.org>
Date:   Fri Oct 8 19:18:35 2004 +0000

    Very simple module that implement very fast inserts. Each process opens
    its own file (no locking, distinguished by the number of the ser child),
    only inserts are supported, the data is stored in plaintext files.
    The main purpose of the module is to implement very fast accounting without
    relying on a backend database.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6b884701d88b53dc51a6233f488c30d1e43d507c
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Oct 5 10:18:53 2004 +0000

     - nathelper received port  test (flag 16 for nat_uac_test): compares the
       source port of the message with sip port in the first Via and returns true
       if different (for more info see
       http://mail.iptel.org/pipermail/serdev/2004-September/002922.html)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fbb070e3006d5138dc04fd9edd8237a07b723ff3
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Oct 5 10:13:45 2004 +0000

    Kill ciscopec global module variable since it is not really necessary.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c88dd89dbb0622ee05b414ddfe658028c59d318a
Author: Jan Janak <jan at iptel.org>
Date:   Mon Oct 4 13:19:43 2004 +0000

    Support for in-memory records (used by save_memory)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9cbb271cc0cb20c5b3a765820a018845674bb962
Author: Jan Janak <jan at iptel.org>
Date:   Mon Oct 4 13:19:21 2004 +0000

    save_memory function that updates only memory cache.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=93044e781c425cb1beb06d5447f8920c4c58c8aa
Author: Juha Heinanen <jh at tutpro.com>
Date:   Fri Oct 1 05:47:49 2004 +0000

    * Introduced A_SIP_AVP attribute and V_SIP_CALLER_AVPS and
      V_SIP_CALLEE_AVPS service types.
    * Removed A_VM_EMAIL and A_VM_LANGUAGE attributes and V_VM_INFO service
      type.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1a8280bdf319051632f133eabdb5a23895bc1e72
Author: Juha Heinanen <jh at tutpro.com>
Date:   Fri Oct 1 05:43:00 2004 +0000

    * Introduced Radius support

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=63b6591f3d2848509902597ec90cd95a386f49bf
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Fri Oct 1 01:11:55 2004 +0000

    fixed upgrade to new DB/API

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d1cffdcaad0d079a84b47486c65a7d868305cf9c
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Sep 27 04:01:40 2004 +0000

    more alignments to rwrite_uri api in dset.c

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=da87390ecbaf48fccf51483667d146570d32d536
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Sep 27 03:56:26 2004 +0000

    aligned to use of rewrite_uri in dset

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=42bd3df8ea3c22599f6a8921a59339e9469c9ecb
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Sep 27 03:50:26 2004 +0000

    aligned to devel version of DB api

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=32cad45be6f3ba212a48467473d6dae9878318f0
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Sep 27 03:32:15 2004 +0000

    enum aligned to use of dset.c rewrite_uri

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=71ce6e45f808684750bb4c8db89d9ed86cf7e718
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Sep 27 03:11:08 2004 +0000

    AVP support introduced (not tested yet)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=81e622092cf172a85697ce687705bef060295c53
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Fri Sep 24 01:29:29 2004 +0000

    fixed an error which caused a SF on a rarely occuring r-uri

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ae0d870eab2fa6a039a17dc6d3f46773f84af725
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Sun Sep 19 20:22:51 2004 +0000

    - SYSV lock fixes: fixed includes, added seteuid before lock init and restore
      it afterwards (so that SYSV sems get created with the proper uid in case
        -u uid is used)
    - moved shm_mem initialization after the config is parsed (so that ser will
     know if it's supposed to suid and use the seteuid hack above in the
     SYSV locks case)
    - fixed ser shutdown procedure on main_loop error (proper cleanup)
    - the fifo file is now deleted on exit
    - added version.h and changed module version control to check also the
     compile flags
    - usrloc: fixed missing lock_destroy
    - usrloc: fixed DB capability check even if no db mode

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=452d4cdb25f575b2b2e7b4cafcb4662be069f67f
Author: Jan Janak <jan at iptel.org>
Date:   Wed Sep 15 12:38:26 2004 +0000

    - wrong parameter definition fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=228e9a8bfa35d6bde0bbcafdb2b98a355f4c1ea8
Author: Jan Janak <jan at iptel.org>
Date:   Tue Sep 14 12:43:37 2004 +0000

    - Database capability check

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=233ac5423231decf845b90f465a22ce9ec417ab7
Author: Jan Janak <jan at iptel.org>
Date:   Tue Sep 14 12:25:40 2004 +0000

    - database capability check

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c7893cef6fa9d7470f57dca14a0f5c16b04021ee
Author: Jan Janak <jan at iptel.org>
Date:   Tue Sep 14 12:21:53 2004 +0000

    Repository : :ext:janakj at cvs.berlios.de:/cvsroot/ser
    Module     : sip_router/modules
    Working dir: ~/ser/unstable/modules/
    
    
    
    In directory .:
    Message: Warning: No xauth data; using fake authentication data for X11 forwarding.
                  Unknown                 dbflat
    In directory acc:
                  Up-To-Date  1.19        acc/Makefile
                  Up-To-Date  1.10        acc/README
                  Up-To-Date  1.26        acc/acc.c
                  Up-To-Date  1.14        acc/acc.h
                  Up-To-Date  1.39        acc/acc_mod.c
                  Up-To-Date  1.14        acc/acc_mod.h
                  Up-To-Date  1.7         acc/defs.h
                  Up-To-Date  1.2         acc/diam_avp.c
                  Up-To-Date  1.1         acc/diam_dict.h
                  Up-To-Date  1.2         acc/diam_message.c
                  Up-To-Date  1.2         acc/diam_message.h
                  Up-To-Date  1.3         acc/diam_tcp.c
                  Up-To-Date  1.2         acc/diam_tcp.h
                  Up-To-Date  1.7         acc/dict.h
    In directory acc/doc:
                  Up-To-Date  1.2         acc/doc/acc.sgml
                  Up-To-Date  1.1         acc/doc/acc_devel.sgml
                  Up-To-Date  1.1         acc/doc/acc_faq.sgml
                  Up-To-Date  1.7         acc/doc/acc_user.sgml
    In directory acc/etc:
                  Up-To-Date  1.1         acc/etc/radiusclient.conf
                  Up-To-Date  1.1         acc/etc/servers
                  Up-To-Date  1.2         acc/etc/sip_dictionary
    In directory auth:
                  Up-To-Date  1.3         auth/Makefile
                  Up-To-Date  1.15        auth/README
                  Up-To-Date  1.10        auth/api.c
                  Up-To-Date  1.5         auth/api.h
                  Up-To-Date  1.54        auth/auth_mod.c
                  Up-To-Date  1.20        auth/auth_mod.h
                  Up-To-Date  1.22        auth/challenge.c
                  Up-To-Date  1.4         auth/challenge.h
                  Up-To-Date  1.15        auth/common.c
                  Up-To-Date  1.9         auth/common.h
                  Up-To-Date  1.12        auth/nonce.c
                  Up-To-Date  1.6         auth/nonce.h
                  Up-To-Date  1.8         auth/rpid.c
                  Up-To-Date  1.3         auth/rpid.h
                  Up-To-Date  1.8         auth/todo.txt
    In directory auth/doc:
                  Up-To-Date  1.3         auth/doc/auth.sgml
                  Up-To-Date  1.1         auth/doc/auth_devel.sgml
                  Up-To-Date  1.2         auth/doc/auth_faq.sgml
                  Up-To-Date  1.5         auth/doc/auth_user.sgml
    In directory auth_db:
                  Up-To-Date  1.2         auth_db/Makefile
                  Up-To-Date  1.2         auth_db/README
                  Up-To-Date  1.20        auth_db/authdb_mod.c
                  Up-To-Date  1.7         auth_db/authdb_mod.h
                  Up-To-Date  1.17        auth_db/authorize.c
                  Up-To-Date  1.3         auth_db/authorize.h
                  Up-To-Date  1.2         auth_db/rfc2617.c
                  Up-To-Date  1.2         auth_db/rfc2617.h
    In directory auth_db/doc:
                  Up-To-Date  1.3         auth_db/doc/auth_db.sgml
                  Up-To-Date  1.1         auth_db/doc/auth_db_devel.sgml
                  Up-To-Date  1.1         auth_db/doc/auth_db_faq.sgml
                  Up-To-Date  1.4         auth_db/doc/auth_db_user.sgml
    In directory auth_diameter:
                  Up-To-Date  1.1         auth_diameter/Makefile
                  Up-To-Date  1.3         auth_diameter/README
                  Up-To-Date  1.4         auth_diameter/auth_diameter.c
                  Up-To-Date  1.3         auth_diameter/auth_diameter.h
                  Up-To-Date  1.5         auth_diameter/authorize.c
                  Up-To-Date  1.3         auth_diameter/authorize.h
                  Up-To-Date  1.3         auth_diameter/avp.c
                  Up-To-Date  1.2         auth_diameter/defs.h
                  Up-To-Date  1.3         auth_diameter/diameter_msg.h
                  Up-To-Date  1.4         auth_diameter/message.c
                  Up-To-Date  1.4         auth_diameter/tcp_comm.c
                  Up-To-Date  1.3         auth_diameter/tcp_comm.h
                  Up-To-Date  1.4         auth_diameter/user_in.c
    In directory auth_diameter/doc:
                  Up-To-Date  1.1         auth_diameter/doc/auth_diameter.sgml
                  Up-To-Date  1.1         auth_diameter/doc/auth_diameter_devel.sgml
                  Up-To-Date  1.1         auth_diameter/doc/auth_diameter_faq.sgml
                  Up-To-Date  1.2         auth_diameter/doc/auth_diameter_user.sgml
    In directory auth_radius:
                  Up-To-Date  1.5         auth_radius/Makefile
                  Up-To-Date  1.6         auth_radius/README
                  Up-To-Date  1.12        auth_radius/authorize.c
                  Up-To-Date  1.4         auth_radius/authorize.h
                  Up-To-Date  1.15        auth_radius/authrad_mod.c
                  Up-To-Date  1.5         auth_radius/authrad_mod.h
                  Up-To-Date  1.10        auth_radius/sterman.c
                  Up-To-Date  1.5         auth_radius/sterman.h
    In directory auth_radius/doc:
                  Up-To-Date  1.3         auth_radius/doc/auth_radius.sgml
                  Up-To-Date  1.1         auth_radius/doc/auth_radius_devel.sgml
                  Up-To-Date  1.1         auth_radius/doc/auth_radius_faq.sgml
                  Up-To-Date  1.5         auth_radius/doc/auth_radius_user.sgml
    In directory cpl-c:
    Message:
    Message: File: cpl_parser.c     	Status: Up-to-date
    Message:
    Message:    Working revision:	1.32
    Message:    Repository revision:	1.32	/cvsroot/ser/sip_router/modules/cpl-c/cpl_parser.c,v
    Message:    Sticky Tag:		(none)
    Message:    Sticky Date:		(none)
    Message:    Sticky Options:	(none)
    Message:
                  Up-To-Date  1.6         cpl-c/cpl_parser.h
                  Up-To-Date  1.22        cpl-c/cpl_proxy.h
                  Up-To-Date  1.36        cpl-c/cpl_run.c
                  Up-To-Date  1.15        cpl-c/cpl_run.h
                  Modified    1.10        cpl-c/cpl_sig.c
                  Up-To-Date  1.3         cpl-c/cpl_sig.h
                  Up-To-Date  1.12        cpl-c/cpl_switches.h
                  Modified    1.7         cpl-c/cpl_time.c
                  Up-To-Date  1.3         cpl-c/cpl_time.h
                  Up-To-Date  1.3         cpl-c/cpl_utils.h
                  Up-To-Date  1.1         cpl-c/init.mysql
                  Up-To-Date  1.9         cpl-c/loc_set.h
                  Up-To-Date  1.6         cpl-c/sub_list.c
                  Up-To-Date  1.4         cpl-c/sub_list.h
    In directory cpl-c/doc:
                  Up-To-Date  1.2         cpl-c/doc/cpl-c.sgml
                  Up-To-Date  1.1         cpl-c/doc/cpl-c_devel.sgml
                  Up-To-Date  1.1         cpl-c/doc/cpl-c_faq.sgml
                  Up-To-Date  1.6         cpl-c/doc/cpl-c_user.sgml
    In directory cpl:
                  Up-To-Date  1.3         cpl/Makefile
                  Up-To-Date  1.1         cpl/README
                  Up-To-Date  1.13        cpl/cpl.c
                  Up-To-Date  1.6         cpl/jcpli.c
                  Up-To-Date  1.4         cpl/jcpli.h
    In directory cpl/doc:
                  Up-To-Date  1.1         cpl/doc/cpl.sgml
                  Up-To-Date  1.1         cpl/doc/cpl_devel.sgml
                  Up-To-Date  1.1         cpl/doc/cpl_faq.sgml
                  Up-To-Date  1.1         cpl/doc/cpl_user.sgml
    In directory dbtext:
    Message:
    Message: File: dbtext.h         	Status: Up-to-date
    Message:
    Message:    Working revision:	1.3
    Message:    Repository revision:	1.3	/cvsroot/ser/sip_router/modules/dbtext/dbtext.h,v
    Message:    Sticky Tag:		(none)
    Message:    Sticky Date:		(none)
    Message:    Sticky Options:	(none)
    Message:
    In directory dbtext/dbtex:
                  Up-To-Date  1.1         dbtext/dbtex/Makefile
                  Up-To-Date  1.3         dbtext/dbtex/dbtex.c
    In directory dbtext/dbtex/db:
                  Up-To-Date  1.1         dbtext/dbtex/db/location
                  Up-To-Date  1.1         dbtext/dbtex/db/test
    In directory dbtext/doc:
                  Up-To-Date  1.1         dbtext/doc/dbtext.sgml
                  Up-To-Date  1.1         dbtext/doc/dbtext_devel.sgml
                  Up-To-Date  1.1         dbtext/doc/dbtext_faq.sgml
                  Up-To-Date  1.3         dbtext/doc/dbtext_user.sgml
    In directory dispatcher:
    In directory dispatcher/doc:
                  Up-To-Date  1.1         dispatcher/doc/dispatcher.cfg
                  Up-To-Date  1.1         dispatcher/doc/dispatcher.list
                  Up-To-Date  1.1         dispatcher/doc/dispatcher.sgml
                  Up-To-Date  1.1         dispatcher/doc/dispatcher_devel.sgml
                  Up-To-Date  1.1         dispatcher/doc/dispatcher_faq.sgml
                  Up-To-Date  1.1         dispatcher/doc/dispatcher_user.sgml
    In directory domain:
                  Up-To-Date  1.2         domain/Makefile
                  Up-To-Date  1.8         domain/README
                  Up-To-Date  1.16        domain/domain.c
                  Up-To-Date  1.2         domain/domain.h
                  Up-To-Date  1.20        domain/domain_mod.c
                  Up-To-Date  1.8         domain/domain_mod.h
                  Up-To-Date  1.11        domain/fifo.c
                  Up-To-Date  1.2         domain/fifo.h
                  Up-To-Date  1.7         domain/hash.c
                  Up-To-Date  1.4         domain/hash.h
                  Up-To-Date  1.1         domain/unixsock.c
                  Up-To-Date  1.1         domain/unixsock.h
    In directory domain/doc:
                  Up-To-Date  1.2         domain/doc/domain.sgml
                  Up-To-Date  1.1         domain/doc/domain_devel.sgml
                  Up-To-Date  1.1         domain/doc/domain_faq.sgml
                  Up-To-Date  1.3         domain/doc/domain_user.sgml
    In directory enum:
                  Up-To-Date  1.2         enum/Makefile
                  Up-To-Date  1.8         enum/README
                  Up-To-Date  1.16        enum/enum.c
                  Up-To-Date  1.4         enum/enum.h
                  Up-To-Date  1.10        enum/enum_mod.c
                  Up-To-Date  1.5         enum/enum_mod.h
                  Up-To-Date  1.2         enum/regexp.c
                  Up-To-Date  1.1         enum/regexp.h
    In directory exec:
                  Up-To-Date  1.3         exec/Makefile
                  Up-To-Date  1.8         exec/README
                  Up-To-Date  1.4         exec/config.h
                  Up-To-Date  1.13        exec/exec.c
                  Up-To-Date  1.5         exec/exec.h
                  Up-To-Date  1.8         exec/exec_hf.c
                  Up-To-Date  1.4         exec/exec_hf.h
                  Up-To-Date  1.11        exec/exec_mod.c
                  Up-To-Date  1.4         exec/kill.c
                  Up-To-Date  1.3         exec/kill.h
    In directory exec/doc:
                  Up-To-Date  1.3         exec/doc/exec.sgml
                  Up-To-Date  1.2         exec/doc/exec_devel.sgml
                  Up-To-Date  1.2         exec/doc/exec_faq.sgml
                  Up-To-Date  1.4         exec/doc/exec_user.sgml
    In directory ext:
                  Up-To-Date  1.2         ext/Makefile
                  Up-To-Date  1.1         ext/README
                  Up-To-Date  1.3         ext/config.h
                  Up-To-Date  1.14        ext/ext.c
                  Up-To-Date  1.6         ext/my_exec.c
                  Up-To-Date  1.5         ext/my_exec.h
    In directory extcmd:
    In directory extcmd/doc:
                  Up-To-Date  1.1         extcmd/doc/extcmd.sgml
                  Up-To-Date  1.1         extcmd/doc/extcmd_devel.sgml
                  Up-To-Date  1.1         extcmd/doc/extcmd_faq.sgml
                  Up-To-Date  1.1         extcmd/doc/extcmd_user.sgml
    In directory gflags:
                  Up-To-Date  1.1         gflags/Makefile
                  Up-To-Date  1.4         gflags/gflags.c
    In directory group:
                  Up-To-Date  1.2         group/Makefile
                  Up-To-Date  1.3         group/README
                  Up-To-Date  1.13        group/group.c
                  Up-To-Date  1.3         group/group.h
                  Up-To-Date  1.14        group/group_mod.c
                  Up-To-Date  1.4         group/group_mod.h
    In directory group/doc:
                  Up-To-Date  1.1         group/doc/group.sgml
                  Up-To-Date  1.1         group/doc/group_devel.sgml
                  Up-To-Date  1.1         group/doc/group_faq.sgml
                  Up-To-Date  1.4         group/doc/group_user.sgml
    In directory group_radius:
                  Up-To-Date  1.4         group_radius/Makefile
                  Up-To-Date  1.3         group_radius/README
                  Up-To-Date  1.8         group_radius/group.c
                  Up-To-Date  1.3         group_radius/group.h
                  Up-To-Date  1.8         group_radius/grouprad_mod.c
                  Up-To-Date  1.5         group_radius/grouprad_mod.h
    In directory group_radius/doc:
                  Up-To-Date  1.1         group_radius/doc/group_radius.sgml
                  Up-To-Date  1.1         group_radius/doc/group_radius_devel.sgml
                  Up-To-Date  1.1         group_radius/doc/group_radius_faq.sgml
                  Up-To-Date  1.2         group_radius/doc/group_radius_user.sgml
    In directory jabber:
    Message:
    Message: File: xjab_load.c      	Status: Up-to-date
    Message:
    Message:    Working revision:	1.4
    Message:    Repository revision:	1.4	/cvsroot/ser/sip_router/modules/jabber/xjab_load.c,v
    Message:    Sticky Tag:		(none)
    Message:    Sticky Date:		(none)
    Message:    Sticky Options:	(none)
    Message:
                  Up-To-Date  1.2         jabber/xjab_load.h
                  Up-To-Date  1.8         jabber/xjab_presence.c
                  Up-To-Date  1.5         jabber/xjab_presence.h
                  Up-To-Date  1.5         jabber/xjab_util.c
                  Up-To-Date  1.4         jabber/xjab_util.h
                  Up-To-Date  1.9         jabber/xjab_wlist.c
                  Up-To-Date  1.36        jabber/xjab_worker.c
                  Up-To-Date  1.18        jabber/xjab_worker.h
                  Up-To-Date  1.3         jabber/xode.c
                  Up-To-Date  1.3         jabber/xode.h
                  Up-To-Date  1.2         jabber/xode_from.c
                  Up-To-Date  1.3         jabber/xode_str.c
                  Up-To-Date  1.3         jabber/xpool.c
                  Up-To-Date  1.2         jabber/xsnprintf.c
                  Up-To-Date  1.3         jabber/xstream.c
    In directory jabber/doc:
                  Up-To-Date  1.2         jabber/doc/faq.txt
                  Up-To-Date  1.1         jabber/doc/gateways.txt
                  Up-To-Date  1.1         jabber/doc/jabber.sgml
                  Up-To-Date  1.1         jabber/doc/jabber_devel.sgml
                  Up-To-Date  1.1         jabber/doc/jabber_faq.sgml
                  Up-To-Date  1.3         jabber/doc/jabber_user.sgml
                  Up-To-Date  1.1         jabber/doc/regjab.pl
                  Up-To-Date  1.4         jabber/doc/xjab.cfg
                  Up-To-Date  1.1         jabber/doc/xjab.sql
                  Up-To-Date  1.3         jabber/doc/xxjab.cfg
    In directory jabber/doc/web:
                  Up-To-Date  1.1         jabber/doc/web/libjab.php
                  Up-To-Date  1.2         jabber/doc/web/subscribe.php
    In directory mangler:
                  Up-To-Date  1.2         mangler/Makefile
                  Up-To-Date  1.8         mangler/README
                  Up-To-Date  1.4         mangler/common.h
                  Up-To-Date  1.13        mangler/contact_ops.c
                  Up-To-Date  1.7         mangler/contact_ops.h
                  Up-To-Date  1.7         mangler/ip_helper.c
                  Up-To-Date  1.2         mangler/ip_helper.h
                  Up-To-Date  1.13        mangler/mangler.c
                  Up-To-Date  1.3         mangler/mangler.cfg
                  Up-To-Date  1.4         mangler/mangler.h
                  Up-To-Date  1.12        mangler/sdp_mangler.c
                  Up-To-Date  1.4         mangler/sdp_mangler.h
                  Up-To-Date  1.5         mangler/utils.c
                  Up-To-Date  1.2         mangler/utils.h
    In directory mangler/doc:
                  Up-To-Date  1.1         mangler/doc/mangler.sgml
                  Up-To-Date  1.1         mangler/doc/mangler_devel.sgml
                  Up-To-Date  1.1         mangler/doc/mangler_faq.sgml
                  Up-To-Date  1.2         mangler/doc/mangler_user.sgml
    In directory maxfwd:
                  Up-To-Date  1.3         maxfwd/Makefile
                  Up-To-Date  1.2         maxfwd/README
                  Up-To-Date  1.21        maxfwd/maxfwd.c
                  Up-To-Date  1.23        maxfwd/mf_funcs.c
                  Up-To-Date  1.9         maxfwd/mf_funcs.h
    In directory maxfwd/doc:
                  Up-To-Date  1.1         maxfwd/doc/maxfwd.sgml
                  Up-To-Date  1.1         maxfwd/doc/maxfwd_devel.sgml
                  Up-To-Date  1.1         maxfwd/doc/maxfwd_faq.sgml
                  Up-To-Date  1.1         maxfwd/doc/maxfwd_user.sgml
    In directory mediaproxy:
                  Up-To-Date  1.2         mediaproxy/Makefile
                  Up-To-Date  1.2         mediaproxy/Readme
                  Up-To-Date  1.3         mediaproxy/functions.h
                  Up-To-Date  1.22        mediaproxy/mediaproxy.c
    In directory mediaproxy/config:
                  Up-To-Date  1.1         mediaproxy/config/Readme
                  Up-To-Date  1.1         mediaproxy/config/rtp-asymmetric-clients
                  Up-To-Date  1.3         mediaproxy/config/ser.cfg
                  Up-To-Date  1.1         mediaproxy/config/sip-asymmetric-clients
    In directory mysql:
                  Up-To-Date  1.25        mysql/Makefile
                  Up-To-Date  1.16        mysql/db_con.c
                  Up-To-Date  1.23        mysql/db_mod.c
                  Up-To-Date  1.2         mysql/db_mod.h
                  Up-To-Date  1.34        mysql/dbase.c
                  Up-To-Date  1.12        mysql/dbase.h
                  Up-To-Date  1.5         mysql/defs.h
                  Up-To-Date  1.2         mysql/my_con.c
                  Up-To-Date  1.3         mysql/my_con.h
                  Up-To-Date  1.1         mysql/my_id.c
                  Up-To-Date  1.1         mysql/my_id.h
                  Up-To-Date  1.1         mysql/my_pool.c
                  Up-To-Date  1.1         mysql/my_pool.h
                  Up-To-Date  1.4         mysql/res.c
                  Up-To-Date  1.3         mysql/res.h
                  Up-To-Date  1.4         mysql/row.c
                  Up-To-Date  1.3         mysql/row.h
                  Up-To-Date  1.10        mysql/utils.c
                  Up-To-Date  1.7         mysql/utils.h
                  Up-To-Date  1.4         mysql/val.c
                  Up-To-Date  1.4         mysql/val.h
    In directory mysql/doc:
                  Up-To-Date  1.1         mysql/doc/mysql_parser.dia
    In directory nathelper:
                  Up-To-Date  1.6         nathelper/Makefile
                  Up-To-Date  1.8         nathelper/README
                  Up-To-Date  1.1         nathelper/TODO
                  Up-To-Date  1.63        nathelper/nathelper.c
                  Up-To-Date  1.2         nathelper/nathelper.cfg
                  Up-To-Date  1.1         nathelper/nathelper_rtpp.cfg
                  Up-To-Date  1.8         nathelper/nhelpr_funcs.c
                  Up-To-Date  1.3         nathelper/nhelpr_funcs.h
    In directory nathelper/doc:
                  Up-To-Date  1.1         nathelper/doc/nathelper.sgml
                  Up-To-Date  1.1         nathelper/doc/nathelper_devel.sgml
                  Up-To-Date  1.1         nathelper/doc/nathelper_faq.sgml
                  Up-To-Date  1.6         nathelper/doc/nathelper_user.sgml
    In directory options:
    In directory options/doc:
                  Up-To-Date  1.2         options/doc/options.sgml
                  Up-To-Date  1.1         options/doc/options_devel.sgml
                  Up-To-Date  1.1         options/doc/options_faq.sgml
                  Up-To-Date  1.3         options/doc/options_user.sgml
    In directory pa:
                  Up-To-Date  1.3         pa/Makefile
                  Up-To-Date  1.5         pa/README
                  Up-To-Date  1.4         pa/common.h
                  Up-To-Date  1.10        pa/dlist.c
                  Up-To-Date  1.4         pa/dlist.h
                  Up-To-Date  1.2         pa/hslot.c
                  Up-To-Date  1.2         pa/hslot.h
                  Up-To-Date  1.7         pa/location.c
                  Up-To-Date  1.1         pa/location.h
                  Up-To-Date  1.7         pa/lpidf.c
                  Up-To-Date  1.4         pa/lpidf.h
                  Up-To-Date  1.21        pa/notify.c
                  Up-To-Date  1.3         pa/notify.h
                  Up-To-Date  1.7         pa/pa.sql
                  Up-To-Date  1.24        pa/pa_mod.c
                  Up-To-Date  1.10        pa/pa_mod.h
                  Up-To-Date  1.2         pa/paerrno.c
                  Up-To-Date  1.7         pa/paerrno.h
                  Up-To-Date  1.15        pa/pdomain.c
                  Up-To-Date  1.5         pa/pdomain.h
                  Up-To-Date  1.13        pa/pidf.c
                  Up-To-Date  1.12        pa/pidf.h
                  Up-To-Date  1.20        pa/presentity.c
                  Up-To-Date  1.16        pa/presentity.h
                  Up-To-Date  1.4         pa/pstate.h
                  Up-To-Date  1.3         pa/ptime.c
                  Up-To-Date  1.2         pa/ptime.h
                  Up-To-Date  1.16        pa/publish.c
                  Up-To-Date  1.3         pa/publish.h
                  Up-To-Date  1.10        pa/reply.c
                  Up-To-Date  1.3         pa/reply.h
                  Up-To-Date  1.24        pa/subscribe.c
                  Up-To-Date  1.8         pa/subscribe.h
                  Up-To-Date  1.2         pa/unixsock.c
                  Up-To-Date  1.1         pa/unixsock.h
                  Up-To-Date  1.17        pa/watcher.c
                  Up-To-Date  1.12        pa/watcher.h
                  Up-To-Date  1.11        pa/xpidf.c
                  Up-To-Date  1.5         pa/xpidf.h
    In directory pa/doc:
                  Up-To-Date  1.1         pa/doc/pa.sgml
                  Up-To-Date  1.1         pa/doc/pa_devel.sgml
                  Up-To-Date  1.1         pa/doc/pa_faq.sgml
                  Up-To-Date  1.3         pa/doc/pa_user.sgml
    In directory pdt:
                  Up-To-Date  1.2         pdt/Makefile
                  Up-To-Date  1.3         pdt/README
                  Up-To-Date  1.4         pdt/domains.c
                  Up-To-Date  1.4         pdt/domains.h
                  Up-To-Date  1.13        pdt/pdt.c
    In directory pdt/doc:
                  Up-To-Date  1.2         pdt/doc/admin.sql
                  Up-To-Date  1.1         pdt/doc/fifo.sh
                  Up-To-Date  1.3         pdt/doc/pdt.cfg
                  Up-To-Date  1.1         pdt/doc/pdt.sgml
                  Up-To-Date  1.1         pdt/doc/pdt.sql
                  Up-To-Date  1.1         pdt/doc/pdt_devel.sgml
                  Up-To-Date  1.1         pdt/doc/pdt_faq.sgml
                  Up-To-Date  1.2         pdt/doc/pdt_user.sgml
    In directory permissions:
    Message: ===================================================================
    Message: File: trusted.h        	Status: Up-to-date
    Message:
    Message:    Working revision:	1.1
    Message:    Repository revision:	1.1	/cvsroot/ser/sip_router/modules/permissions/trusted.h,v
    Message:    Sticky Tag:		(none)
    Message:    Sticky Date:		(n===================================================================
    Message: File: permissions.allow	Status: Up-to-date
    Message:
    Message:    Working revision:	1.2
    Message:    Repository revision:	1.2	/cvsroot/ser/sip_router/modules/permissions/config/permissions.allow,v
    Message:    Sticky Tag:		(none)
    Message:    Sticky Date:		(none)
    Message:    Sticky Options:	(none)
    Message:
                  Up-To-Date  1.2         permissions/Makefile
                  Up-To-Date  1.3         permissions/README
                  Up-To-Date  1.2         permissions/fifo.c
                  Up-To-Date  1.1         permissions/fifo.h
                  Up-To-Date  1.4         permissions/hash.c
                  Up-To-Date  1.2         permissions/hash.h
                  Up-To-Date  1.2         permissions/parse_config.c
                  Up-To-Date  1.2         permissions/parse_config.h
                  Up-To-Date  1.16        permissions/permissions.c
                  Up-To-Date  1.2         permissions/permissions.deny
                  Up-To-Date  1.6         permissions/permissions.h
                  Up-To-Date  1.1         permissions/register.allow
                  Up-To-Date  1.1         permissions/register.deny
                  Up-To-Date  1.5         permissions/rule.c
                  Up-To-Date  1.2         permissions/rule.h
                  Up-To-Date  1.9         permissions/trusted.c
    In directory permissions/doc:
                  Up-To-Date  1.1         permissions/doc/permissions.sgml
                  Up-To-Date  1.1         permissions/doc/permissions_devel.sgml
                  Up-To-Date  1.1         permissions/doc/permissions_faq.sgml
                  Up-To-Date  1.3         permissions/doc/permissions_user.sgml
    In directory pike:
    In directory pike/doc:
                  Up-To-Date  1.1         pike/doc/pike.sgml
                  Up-To-Date  1.2         pike/doc/pike_devel.sgml
                  Up-To-Date  1.1         pike/doc/pike_faq.sgml
                  Up-To-Date  1.2         pike/doc/pike_user.sgml
    In directory postgres:
    Message: ===================================================================
    Message: File: db_utils.c       	Status: Up-to-date
    Message:
    Message:    Working revision:	1.2
    Message:    Repository revision:	1.2	/cvsroot/ser/sip_router/modules/postgres/db_utils.c,v
    Message:    Sticky Tag:		(none)
    Message:    Sticky Date:		(none)
    Message:    Sticky Options:	(non===================================================================
    Message: File: print.sgml       	Status: Up-to-date
    Message:
    Message:    Working revision:	1.1
    Message:    Repository revision:	1.1	/cvsroot/ser/sip_router/modules/print/doc/print.sgml,v
    Message:    Sticky Tag:		(none)
    Message:    Sticky Date:		(none)
    Message:    Sticky Options:	(none)
    Message:
                  Up-To-Date  1.5         postgres/Makefile
                  Up-To-Date  1.2         postgres/README
                  Up-To-Date  1.1         postgres/aug_alloc.c
                  Up-To-Date  1.1         postgres/aug_alloc.h
                  Up-To-Date  1.1         postgres/aug_debug.h
                  Up-To-Date  1.1         postgres/aug_std.h
                  Up-To-Date  1.3         postgres/aug_sysdep.h
                  Up-To-Date  1.1         postgres/aug_util.c
                  Up-To-Date  1.2         postgres/con_postgres.h
                  Up-To-Date  1.1         postgres/copy_to_psql
                  Up-To-Date  1.3         postgres/db_con.c
                  Up-To-Date  1.7         postgres/db_mod.c
                  Up-To-Date  1.2         postgres/db_res.c
                  Up-To-Date  1.1         postgres/print_devel.sgml
                  Up-To-Date  1.1         postgres/print_faq.sgml
                  Up-To-Date  1.2         postgres/print_user.sgml
    In directory registrar:
    Message: ===================================================================
    Message: File: rerrno.h         	Status: Up-to-date
    Message:
    Message:    Working revision:	1.6
    Message:    Repository revision:	1.6	/cvsroot/ser/sip_router/modules/registrar/rerrno.h,v
    Message:    Sticky Tag:		(none)
    Message:    Sticky Date:		(none)
    Message:    Sticky Options:	(non===================================================================
    Message: File: Makefile         	Status: Up-to-date
    Message:
    Message:    Working revision:	1.3
    Message:    Repository revision:	1.3	/cvsroot/ser/sip_router/modules/rr/Makefile,v
    Message:    Sticky Tag:		(none)
    Message:    Sticky Date:		(none)
    Message:    Sticky Options:	(none)
    Message:
                  Up-To-Date  1.3         registrar/Makefile
                  Up-To-Date  1.6         registrar/README
                  Up-To-Date  1.17        registrar/common.c
                  Up-To-Date  1.10        registrar/common.h
                  Up-To-Date  1.25        registrar/lookup.c
                  Up-To-Date  1.7         registrar/lookup.h
                  Up-To-Date  1.33        registrar/loose.c
                  Up-To-Date  1.3         registrar/loose.h
                  Up-To-Date  1.14        registrar/record.c
                  Up-To-Date  1.2         registrar/record.h
                  Up-To-Date  1.25        registrar/reg_mod.c
                  Up-To-Date  1.15        registrar/reg_mod.h
                  Up-To-Date  1.3         registrar/regtime.c
                  Up-To-Date  1.3         registrar/regtime.h
                  Up-To-Date  1.27        registrar/reply.c
                  Up-To-Date  1.6         registrar/reply.h
                  Up-To-Date  1.3         registrar/rerrno.c
                  Up-To-Date  1.33        registrar/rr_mod.c
                  Up-To-Date  1.9         registrar/rr_mod.h
    In directory rr/doc:
                  Up-To-Date  1.1         rr/doc/rr.sgml
                  Up-To-Date  1.1         rr/doc/rr_devel.sgml
                  Up-To-Date  1.1         rr/doc/rr_faq.sgml
                  Up-To-Date  1.1         rr/doc/rr_user.sgml
    In directory sl:
                  Up-To-Date  1.3         sl/Makefile
                  Up-To-Date  1.5         sl/README
                  Up-To-Date  1.18        sl/sl.c
                  Up-To-Date  1.47        sl/sl_funcs.c
                  Up-To-Date  1.13        sl/sl_funcs.h
                  Up-To-Date  1.12        sl/sl_stats.c
                  Up-To-Date  1.4         sl/sl_stats.h
    In directory sl/doc:
                  Up-To-Date  1.1         sl/doc/sl.sgml
                  Up-To-Date  1.1         sl/doc/sl_devel.sgml
                  Up-To-Date  1.1         sl/doc/sl_faq.sgml
                  Up-To-Date  1.1         sl/doc/sl_user.sgml
    In directory sms:
    In directory sms/doc:
                  Up-To-Date  1.1         sms/doc/sms.sgml
                  Up-To-Date  1.1         sms/doc/sms_devel.sgml
                  Up-To-Date  1.1         sms/doc/sms_faq.sgml
                  Up-To-Date  1.2         sms/doc/sms_user.sgml
    In directory textops:
                  Up-To-Date  1.5         textops/Makefile
                  Up-To-Date  1.6         textops/README
                  Up-To-Date  1.39        textops/textops.c
    In directory textops/doc:
                  Up-To-Date  1.1         textops/doc/textops.sgml
                  Up-To-Date  1.1         textops/doc/textops_devel.sgml
                  Up-To-Date  1.1         textops/doc/textops_faq.sgml
                  Up-To-Date  1.7         textops/doc/textops_user.sgml
    In directory tm:
    Message: ===================================================================
    Message: File: t_lookup.h       	Status: Up-to-date
    Message:
    Message:    Working revision:	1.15
    Message:    Repository revision:	1.15	/cvsro===================================================================
    Message: File: xlog.sgml        	Status: Up-to-date
    Message:
    Message:    Working revision:	1.1
    Message:    Repository revision:	1.1	/cvsroot/ser/sip_router/modules/xlog/doc/xlog.sgml,v
    Message:    Sticky Tag:		(none)
    Message:    Sticky Date:		(none)
    Message:    Sticky Options:	(none)
    Message:
                  Up-To-Date  1.21        tm/Makefile
                  Up-To-Date  1.11        tm/README
                  Up-To-Date  1.4         tm/callid.c
                  Up-To-Date  1.2         tm/callid.h
                  Up-To-Date  1.24        tm/config.h
                  Up-To-Date  1.4         tm/defs.h
                  Up-To-Date  1.16        tm/dlg.c
                  Up-To-Date  1.6         tm/dlg.h
                  Up-To-Date  1.6         tm/fix_lumps.h
                  Up-To-Date  1.91        tm/h_table.c
                  Up-To-Date  1.79        tm/h_table.h
                  Up-To-Date  1.47        tm/lock.c
                  Up-To-Date  1.27        tm/lock.h
                  Up-To-Date  1.84        tm/sip_msg.c
                  Up-To-Date  1.16        tm/sip_msg.h
                  Up-To-Date  1.13        tm/t_cancel.c
                  Up-To-Date  1.6         tm/t_cancel.h
                  Up-To-Date  1.5         tm/t_dlg.c
                  Up-To-Date  1.5         tm/t_dlg.h
                  Up-To-Date  1.10        tm/t_fifo.c
                  Up-To-Date  1.6         tm/t_fifo.h
                  Up-To-Date  1.171       tm/t_funcs.c
                  Up-To-Date  1.58        tm/t_funcs.h
                  Up-To-Date  1.60        tm/t_fwd.c
                  Up-To-Date  1.10        tm/t_fwd.h
                  Up-To-Date  1.15        tm/t_hooks.c
                  Up-To-Date  1.18        tm/t_hooks.h
                  Up-To-Date  1.88        tm/t_lookup.c
                  Up-To-Date  1.1         tm/xlog_devel.sgml
                  Up-To-Date  1.1         tm/xlog_faq.sgml
                  Up-To-Date  1.4         tm/xlog_user.sgml
    
    --------------------- End ---------------------
    -- last cmd: cvs -f status --

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1f73ad3c742cd908a694761fa4aa02e919a10d48
Author: Jan Janak <jan at iptel.org>
Date:   Tue Sep 14 11:44:59 2004 +0000

    - Check database capabilities

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7f614373884b91995497cc029ff3acd7425c2ed1
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Sep 9 21:00:45 2004 +0000

    missing initialization completed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bfdcdff01efa58de7125060aefc9df2e9b7f0849
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Sep 9 20:49:54 2004 +0000

    fifo command names lower-cased (esthetic change)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a131dae9865488504b1630a3845fcc08fa99f8a9
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Sep 9 18:02:36 2004 +0000

    introduced fifo commands for querying and resetting gflags too

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e51facc0cf24bda97be2ba520f864438cd33aad5
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Sep 9 17:05:45 2004 +0000

     * gflags module: global flags; it keeps a bitmap of flags
     * in shared memory and may be used to change behaviour
     * of server based on value of the flags. E.g.,
     *    if (is_gflag("1")) { t_relay_to_udp("10.0.0.1","5060"); }
     *    else { t_relay_to_udp("10.0.0.2","5060"); }
     * The benefit of this module is the value of the switch flags
     * can be manipulated by external applications such as web interface
     * or command line tools.
    
     untesterd yet.
    
     * TODO
     * - flag range checking
     * - named flags (takes a protected name list)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=76067b48d9f3799d7eded46d09a7192de6d20376
Author: Jan Janak <jan at iptel.org>
Date:   Thu Sep 9 14:45:48 2004 +0000

    mysql_ping returns an error when connection is lost

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f158ecd0721cf427bef12a5cf9326e4a01c6f72e
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Sep 9 10:38:00 2004 +0000

    - bugfix: commented out all the anti-foot-shooting checks done with flags
     (alter_media_ip and alter_media_port). They are wrong because:
    	1. alter_media_ip can be called twice if two c= lines are present in the
    	sdp
    	2. the flags get propagated in the reply, so if I intercept a 200 Ok for a
    	message for which I've modified the port/sdp, nathelper will refuse to
    	change them in the reply.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f3d20c9df8be4349c01f1911c765158f69968a2e
Author: Jan Janak <jan at iptel.org>
Date:   Sun Sep 5 16:29:04 2004 +0000

    Documentation updated.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c8082a652c7295edb576f8601a6ce6f8d6f75cce
Author: Jan Janak <jan at iptel.org>
Date:   Sun Sep 5 16:09:18 2004 +0000

    Documentation updated.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=895aefa636f76c0c9b546c10e5d9a87b1305a186
Author: Jan Janak <jan at iptel.org>
Date:   Sun Sep 5 15:39:02 2004 +0000

    Documentation updated.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=40ee3cfac5f9eba9b76715c64456bc2d28da7ae2
Author: Jan Janak <jan at iptel.org>
Date:   Sat Sep 4 10:30:07 2004 +0000

    The anti-foot-shooting mechanism changed to use core flags (scripts flags
    did not work properly in this case).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=71b46822de810cfab40a387c5b38b8e1278e799c
Author: Jan Janak <jan at iptel.org>
Date:   Fri Sep 3 20:31:16 2004 +0000

    Use the received value when doing user location lookup

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0d44f9e365234283435d78602feb66484387ab8a
Author: Jan Janak <jan at iptel.org>
Date:   Fri Sep 3 18:46:40 2004 +0000

    Allocated buffer too short -- fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=952396a3a2a56a8eb7aa6344f039e16cf24efda9
Author: Jan Janak <jan at iptel.org>
Date:   Fri Sep 3 18:39:46 2004 +0000

    loose_route now returns 1 whenever record-routing is used to route the
    message.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=588696536b9f97a437ce0e83ec5f012f8856a62a
Author: Jan Janak <jan at iptel.org>
Date:   Fri Sep 3 15:23:46 2004 +0000

    L_INFO->DBG

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d9ef3a771b85b5807dab83f66ebf516f90ee7be1
Author: Jan Janak <jan at iptel.org>
Date:   Fri Sep 3 15:21:22 2004 +0000

    L_NOTICE->DBG, it generates too much log traffic

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=099322d46a90eece4d3b21dce7ce5e28b252f857
Author: Jan Janak <jan at iptel.org>
Date:   Fri Sep 3 14:01:39 2004 +0000

    The value of received parameter added to Contacts will also include
    transport protocol if it is different from UDP

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=45a69861614841dbb9d18e6c29dcb918efbda8ce
Author: Jan Janak <jan at iptel.org>
Date:   Fri Sep 3 10:39:07 2004 +0000

    get_all_ucontacts obeys received parameter.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=77c445984fa41518d548cdf16172169aa31fb92d
Author: Jan Janak <jan at iptel.org>
Date:   Thu Sep 2 17:12:50 2004 +0000

    Additional functions to handle NATed REGISTERs.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c351e4d22b7cefc2ae24059724df9aa6b284129f
Author: Jan Janak <jan at iptel.org>
Date:   Thu Sep 2 14:03:54 2004 +0000

    contact_iterator moved to core

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9c4b340d3a2bf8765d4f43937e310385ec55c153
Author: Jan Janak <jan at iptel.org>
Date:   Wed Sep 1 19:45:41 2004 +0000

    Iterative contact parser moved to the core

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f820b77d1ef2aa38f996e0932821e59ed651256e
Author: Jan Janak <jan at iptel.org>
Date:   Wed Sep 1 17:31:56 2004 +0000

    registrar can pick up the value of received parameter from nathelper using
    AVP.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=be8b3aafc3262079ed13f230fc3e5e20a3334327
Author: Jan Janak <jan at iptel.org>
Date:   Wed Sep 1 17:06:52 2004 +0000

    The core makes a copy of dst_uri.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a5b9410631faebc6b96a12c145e680449627491a
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Sep 1 16:48:38 2004 +0000

    - ported including a contact parameter to be easy to filter messages generated by msilo (from 0.8.14)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8c7d192fd922bef93aef47c735bf603fe289d2fa
Author: Jan Janak <jan at iptel.org>
Date:   Wed Sep 1 13:03:21 2004 +0000

    Another typo fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9027428680d26604c9785b9fd0352c6a5fb52b50
Author: Jan Janak <jan at iptel.org>
Date:   Wed Sep 1 12:25:58 2004 +0000

    If a contact contains received parameter then it will be saved in
    usrloc.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1c4aa2801842d6b20e9ffe7ac2a3645454d60f1e
Author: Jan Janak <jan at iptel.org>
Date:   Wed Sep 1 11:41:09 2004 +0000

    Registrar can will now add received parameter to contacts if corresponding
    usrloc contact contains "received" attribute.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ef3ba82055c796ce029d3293fd03fd968216e214
Author: Jan Janak <jan at iptel.org>
Date:   Wed Sep 1 11:22:26 2004 +0000

    The original contact value and the IP and port the REGISTER was received
    from (NAT IP and port) can now be stored separately in usrloc.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=26e425dff2f3282d5c67c68f60852abbaacc7adc
Author: Jan Janak <jan at iptel.org>
Date:   Wed Sep 1 10:12:42 2004 +0000

    The possibility to set independent destination URIs for branches.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8dd784ab47a33324ece1df1c28daa2f54b2c7d1b
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Aug 31 16:57:57 2004 +0000

    - reversed nathelper changes introduced by mistake in the last commit

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a88c2f535679b478f99763f5523fe5bb91a1097d
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Aug 31 16:50:35 2004 +0000

     - forward_{udp,tcp,tls} fix: if one of them is used (instead of simple forward)  force the corresponding protocol and don't use the uri one

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=98b1f9f94194e3b564c955f8f1d3ec39fcb4da16
Author: Raphael Coeffic <rco at iptel.org>
Date:   Mon Aug 30 11:19:49 2004 +0000

    vm module is now obsoleted. Use tm function t_reply, t_write_req, t_write_unix instead. Report to Sems HOWTO for more informations.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2e460cef73aff0a2842c359a40816e694fdbe2c5
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Aug 30 05:19:34 2004 +0000

    initial version

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0539279cd9d2bf2842ed9f7730a8150988db4f4b
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Fri Aug 27 16:01:54 2004 +0000

    Add another anti-foot-shooting device: prevent fix_nated_contact from crashing
    SER if it applied several times to the same message.
    
    Submitted by:	pelinescu-onciul at fokus.fraunhofer.de

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ed13677722ff0046d981d5db4cd416730a7acd9c
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Wed Aug 25 11:04:24 2004 +0000

    Reflect increase of location table version number.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1ad324e03d96843ad380c30d92f266c7c0b5e0fc
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Tue Aug 24 22:11:43 2004 +0000

    fix some pidf non-compliance problems

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9507240335b4b5476544b8c04d7b2e5feeb043b2
Author: Jan Janak <jan at iptel.org>
Date:   Tue Aug 24 08:58:23 2004 +0000

    - Spelling checked
    - READMEs updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=866daaa962cd4fa3f700012286dcbb66c1290b07
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Mon Aug 23 16:53:59 2004 +0000

    add support for presentity prescaps

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e012d01312a1435f1aa33d329753a26cfcbda9e7
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Mon Aug 23 16:52:46 2004 +0000

    check for null pointers

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4c4cddc8bdd712cec3c855bba23860b385ea2e78
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Fri Aug 20 12:51:10 2004 +0000

    Put simple anti-foot-shooting measure against attempts to rewirite
    the same SDP several times - mark all processed messages with flags (250
    for those with altered IP and 251 with altered port) and check if one
    of those is set when another request for rewrite comes. Otherwise,
    SDP will most likely to be broken as a result.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d77490dc71e3f692f7342e7cb0dff5302c67ccda
Author: Jan Janak <jan at iptel.org>
Date:   Mon Aug 16 21:41:44 2004 +0000

    Paranoid checks

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c3f37d225b822ef1948a5aad26f1cfecac47ed7e
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Sun Aug 15 17:35:53 2004 +0000

    - even if present, max_fwd can be decrease to a max value for security reasons

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1543471570de36f8406103723dd2fb0c6e01ce8e
Author: Dan Pascu <dan at ag-projects.com>
Date:   Fri Aug 13 01:25:57 2004 +0000

    Properly handle db_mode values that are not 0 or 1 without core dumping.
    This fix will accept any non-zero value as a true value.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=301c3853d3dae6678cf86b324251024aaef59ea3
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Aug 10 16:51:36 2004 +0000

    - docbook and sample config files

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4ff8c928026b017ff30157fe4de28ad3f5e5dd64
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Aug 10 16:50:11 2004 +0000

    - tiny stateless dispatcher module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9c30b8a468ef5e0a365190d8b32daae0aaaf9574
Author: Dan Pascu <dan at ag-projects.com>
Date:   Fri Aug 6 11:32:25 2004 +0000

    do not replace the contact IP if the new IP is the same

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fc3fd0cb2a0fcdf8290ef9478498e9a0974e8c0a
Author: Jan Janak <jan at iptel.org>
Date:   Fri Aug 6 09:47:34 2004 +0000

    updated from the master docbook document

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=571ba682f1c6d0294837ccc51cd0ad7e8f4c9326
Author: Jan Janak <jan at iptel.org>
Date:   Fri Aug 6 09:46:57 2004 +0000

    Fixed a typo reported by Marcel Baur

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f772125904419aa2fa88a22dcac1a49a63ba689f
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Thu Aug 5 12:29:21 2004 +0000

    improve accepts parsing

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=741a381c360e180aa9675bd9db7e88ab799fed39
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Thu Aug 5 12:28:40 2004 +0000

    partial support of windows messenger

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2e54789d52408ac50c2884f01ebe8a1fb739a252
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Thu Aug 5 12:28:19 2004 +0000

    added tuple id to presentity struct and table

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c3f948fe636d0004e61896d4d110684eac2f5d0a
Author: Jan Janak <jan at iptel.org>
Date:   Wed Aug 4 14:38:13 2004 +0000

    Fixed a missing function

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=84f5d6006f659662396fd698525ea85a9179dd66
Author: Jan Janak <jan at iptel.org>
Date:   Wed Aug 4 14:27:20 2004 +0000

    free_query changed to free_result

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=45641de844fa4ebaf6cd1acf2a7883c021299d3e
Author: Jan Janak <jan at iptel.org>
Date:   Wed Aug 4 14:25:06 2004 +0000

    free_query changed to more descriptive free_result

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=77a10174f4f978a2c6ed73d7a4cf01743d91b1f9
Author: Dan Pascu <dan at ag-projects.com>
Date:   Wed Aug 4 13:18:48 2004 +0000

    removed some redundant code

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0b1bbfc06675c7ddd89478ffc8313f9579715be2
Author: Jan Janak <jan at iptel.org>
Date:   Tue Aug 3 17:43:41 2004 +0000

    ping_interval == 0 disables this feature

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e9e6909e5cb003dc195c9b8982f48b9e1d897fb5
Author: Jan Janak <jan at iptel.org>
Date:   Tue Aug 3 17:22:06 2004 +0000

    ping_interval parameter implemented, the module calls mysql_ping if the
    connection has been inactive for >= ping_interval.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5106e2e356a5e67485315450e2ec2fe7c2390c10
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Jul 27 13:45:25 2004 +0000

    - mac os x support ported from stable
    - version increased to 0.8.99-dev
    - makefile gcc version detection update (should correctly detect the version on  gentoo now)
    - other small 0.8.14 fixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=db03ba5bdf584f9caf458dc792f3915c4c433fe1
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jul 26 15:58:03 2004 +0000

    Fixed missing initialization of len attributes of some parameters
    (reported by Juha Heinanen)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e331ec6d2558dbf5a1d74d3fc77c86fd840b2234
Author: Dan Pascu <dan at ag-projects.com>
Date:   Mon Jul 26 01:30:43 2004 +0000

    Pass the stream type information to mediaproxy. determining this inside
    mediaproxy from the payload type is problematic.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=66501243c72702a6f84dcb7d7d1b46ed76a7577e
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Jul 21 16:55:01 2004 +0000

    - bug fix ported from stable 0.8.12

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bc9a277f3314fd3c80344153cf147f31839da836
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Wed Jul 21 11:55:15 2004 +0000

    Commit patch which I've forgot as a part of User-Agent commit.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2250aec801af9e3dd6ab074f7451105b2844c25a
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Wed Jul 21 07:57:21 2004 +0000

    Record User-Agent in the location database.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f5d578c1cbf851c754e839f3994e26cd18a01112
Author: Dan Pascu <dan at ag-projects.com>
Date:   Mon Jul 19 01:30:08 2004 +0000

    fixed typo in variable name

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1466f5aa00f34bd8a64eeb015fa2dd2daff2b0f7
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sun Jul 18 23:32:00 2004 +0000

    db_locatime made a module parameter (thanks to Dan Pascu for having
    pointed it out)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8c7b9c90817e25172e766fe5f0215c4b85f9564e
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Sat Jul 17 19:02:18 2004 +0000

     - forward ported all the compile/warning fixes from 0.8.14

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=60ddcae897a045d479905733e1071576cd1f4179
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Thu Jul 15 10:56:36 2004 +0000

    - applied patch from Alexander Mayrhofer with Andrei's fix
    => new specifier %ua to print user agent header

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d3301d9543c03f318dc15959b1c85c8dc977ce1a
Author: Dan Pascu <dan at ag-projects.com>
Date:   Mon Jul 12 19:28:32 2004 +0000

    Updated the ser.cfg example (fixed some bugs and made it more complete)
    This version should actually work with minimal changes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=75e9130a7d90d5ecf8287f565b660b83950fab8b
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Jul 6 18:03:34 2004 +0000

    Introduce new function subst_user(), which is similar for subst_uri() but
    only for user part of the uri.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b65d7105b63c4e0f84174f17bd1613b35f014061
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Jul 5 17:35:31 2004 +0000

    - explicit multidomain support (recipient's ID stored now in (username,domain))
    - r_uri columns kept for compatibility with old version of msilo but is not filled by this version and will be removed in future
    - the version of silo table should be 3 -- the module checks it at start up
    - NEWS updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c09322b92750fb4edd2e121b007302156dcd45a7
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Jul 2 16:38:58 2004 +0000

     - lots of parse_header calls fixed + some warnings

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d76259c19eb5bf1081dcb0f035682dd146682f40
Author: Dan Pascu <dan at ag-projects.com>
Date:   Fri Jul 2 16:16:14 2004 +0000

    - Lookup for Server: field in a case insensitive manner

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8331a11ed23cad9b22f9eb66a3e8200cd41074c6
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Jun 24 13:24:44 2004 +0000

    - usrloc load location bad db records fix

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8ff40c4013e9a541795710d9f9e220129277ad45
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Jun 22 17:43:18 2004 +0000

     - minor timeout bug in rtpp_test:
     		if (recheck_ticks > get_ticks())
    		instead of
    		if (recheck_ticks < get_ticks())

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=70416aafd4a2825a3a733f353334fb4b9dad6f57
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Jun 21 15:59:25 2004 +0000

    - fixed ( again :-( ) the len for AORs (thanks to Richard)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2094a418acb6a91462a2c79574f5c354f605ecbb
Author: Dan Pascu <dan at ag-projects.com>
Date:   Mon Jun 21 03:29:25 2004 +0000

    Fixed bug where in some cases end_media_session() couldn't get the call-id

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c0879cca47b9238ad2e429b70877186876599852
Author: Dan Pascu <dan at ag-projects.com>
Date:   Sun Jun 20 20:14:36 2004 +0000

    - For requests, extract the destination domain from the r-uri instead of
      the To: field
    - For replies use the To: field as before as there is no r-uri

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6d7d9574d65b17a8960f9a3c399dd74912e0ed92
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jun 16 14:20:12 2004 +0000

    Tests for return value of db.use_table functions added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=15061e95e401747e6e10f96f8014e93d4f02b626
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Wed Jun 16 10:55:40 2004 +0000

    three new specifiers:
     %mb - whole message buffer
     %ml - message length
     %mf - message flags

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f2bf348dce1d107042226e1227145b3ee9ea7871
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Jun 14 17:41:20 2004 +0000

    - flag CPL_IS_STATEFUL is set now imediatly after the transaction is created
    - all global variables merged into structs cpl_env and cpl_fct
    - append_branches param added to lookup node
    - case_sensitive and realm_prefix added for building AORs
    - suncc warnings fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7909207b7bb32436824559c4d1f040dfdd922af8
Author: Dan Pascu <dan at ag-projects.com>
Date:   Wed Jun 9 13:28:26 2004 +0000

    fix to allow ACK messages without a SDP body to be processed and not reported as errors

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2f4e7b0d527d16dab0e18e890e19870d4d498e68
Author: Dan Pascu <dan at ag-projects.com>
Date:   Wed Jun 9 00:29:50 2004 +0000

    also allow ACK in use_media_proxy()

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f56a618691e7ecca7cb67b98f71ac524dd367f45
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Jun 8 10:55:29 2004 +0000

     - changed db api: now several db modules can be used simultaneously;
        all the modules were updated to use the new api
     - small cleaups, like using static db related variables in modules
        (were it was possible)
     - changed version no.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ad347c25321cf9b01dc40420ed3099867e5a90dc
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Mon Jun 7 17:09:53 2004 +0000

    check for presence of event header (rather than segv if missing)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1385bd23353f9ab3a1c4a18e12c1f19c36fec383
Author: Dan Pascu <dan at ag-projects.com>
Date:   Fri Jun 4 20:31:55 2004 +0000

    - replaced flags= with info= in the delete command too
    - strip ;foobar after From/To addresses

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3da1c91e177a3fa8081a5e6be2cb1bbbde3a3538
Author: Dan Pascu <dan at ag-projects.com>
Date:   Fri Jun 4 19:54:05 2004 +0000

    - Pass more information from mediaproxy.so to MediaProxy
    - Renamed flags= to info= in the commands sent by mediaproxy.so

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4f27faee5b8d233046738a0cbdfded718eaba639
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Fri Jun 4 15:34:18 2004 +0000

    updated usrloc to call PA with contact

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c18f9744e9d62927499aa497e9c561a600ba975d
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Fri Jun 4 15:30:24 2004 +0000

    updates and bug fixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e45589cc6d17f6436d742bf98a8a977f287b9c5c
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Fri Jun 4 15:30:14 2004 +0000

    updated schema for more pidf fields

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a858bcc24724d46bfd41353c2986e174ca2c9548
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Fri Jun 4 15:29:26 2004 +0000

    added pidf priority support and fixed some bugs

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=de9e57d328cc3bb216eb9f087cf3224be72f4cf1
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Fri Jun 4 15:27:45 2004 +0000

    updated PA fifo functions

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=74d6f7eb2ed200299800d770c112057689eab4be
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Fri Jun 4 15:26:06 2004 +0000

    added per-contact priority and expires

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=69fd5125c28a5c73e9e733934957ed856dc9dda6
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Fri Jun 4 15:24:21 2004 +0000

    added watcher event and support for xcap auth

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fc74946747d7f3a811c0c2ae3fcb792ea0313d48
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Fri Jun 4 12:01:32 2004 +0000

    remove unused basic status INUSE

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d9e1cfd62e398d785fa521c8638028f15b9610e7
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jun 2 22:48:07 2004 +0000

    Fixed q bug reported by Juha Heinanen.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=af8e9d81fcecb504b623258702883d91bb71cc56
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Jun 2 17:04:33 2004 +0000

    - applied patch from Maxim, rewriteuri and rewriteuser merged, braching
      support added, "check_new_uri","max_branches" params added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d46d31f79504a2100a1848768b14c77a12fb28bf
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Sun May 30 11:18:17 2004 +0000

    - fixed an error introduced in the last update (ported from stable)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1c14d29e3c4236e1a71d25d3f6c502188b483052
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed May 26 19:50:36 2004 +0000

    - very rare race condition fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=04e483b63fe97f72ad26819532df6c79dc4af246
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed May 26 19:11:59 2004 +0000

     - free(0) fixed in exit without init

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fa49cf99fe98f1a6c3c26dc67868ee4688b242c4
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon May 24 10:50:43 2004 +0000

     - fixed len calculation for user at host (thanks th Richard)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2315f10d9bdc8b8585ed3027d2d81c76af12aff8
Author: Jan Janak <jan at iptel.org>
Date:   Wed May 19 12:37:16 2004 +0000

    process_del_list and process_ins_list commented

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6d76a8ff054322882565bdf37bfa3d5a0867b18d
Author: Jan Janak <jan at iptel.org>
Date:   Tue May 18 16:35:13 2004 +0000

    max_expires parameter, contributed by Jamey Hicks <jamey.hicks at hp.com>

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=028e598f2ea8e5237cda593573e3082b4f6ce0f5
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon May 17 11:01:30 2004 +0000

     - in statefull mode, when retransmissions are received, instead of generating
       and exiting with error, the script will be break by returning SCRIPT_END
     - compiling error fixed (due latest changes on append_branch)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=42dd83c26e051211a731667781529cb63b9d30b6
Author: Juha Heinanen <jh at tutpro.com>
Date:   Sun May 16 12:44:37 2004 +0000

    Removed extra debug statements.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ee5032651ef04341ce28a2411e8d91a779ff183e
Author: Juha Heinanen <jh at tutpro.com>
Date:   Sun May 16 11:49:16 2004 +0000

    Added support for more than one NAPTR record.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ef954b2af3b8c1b439b455ef12b0ed45a65ed557
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed May 12 12:30:44 2004 +0000

     - uploading new files for fifo cmds

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0ff9458085d93202af4836dc1057e4a36a7612e8
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed May 12 12:28:48 2004 +0000

    - complete rewrite of ip_tree and timer_list implementation
    - added history per sampling unit
    - fifo commands to inspect the ip_tree and timer_list

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0e662f24e279c8a2fa860ab5bfbb7d7dd2c5d2cc
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Wed May 12 10:23:22 2004 +0000

    typo fix +/-

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d636295f18ced343125e580f9a101d13381c8f31
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Wed May 12 10:13:46 2004 +0000

    double #define removed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c08c17bd9a24b4374e724a4e5dc68de70d76d150
Author: Jan Janak <jan at iptel.org>
Date:   Sun May 9 16:22:08 2004 +0000

    Fixed crash reported by Oliver.Zilken at fokus.fraunhofer.de
    strlen(0) results in coredump

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3663db750ad18244b5c46ee51526f0c8184f4475
Author: Jan Janak <jan at iptel.org>
Date:   Sun May 9 14:57:56 2004 +0000

    Conditional parsing of the original Request-URI (contributed by Juha Heinanen)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8603c215cc401f6a152e0c460a6f79ae7f408f89
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sat May 8 22:30:02 2004 +0000

    Date: hf generation introduced

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=332ecb8adc4ba6cf27db19320fd9e5e2cbf79dab
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed May 5 12:25:18 2004 +0000

     - fixed minor bug in generating contact hdr in REGISTER 200 replies

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=db0d9a6932fa401f82616bd9b3a04ac2b4b2b84a
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue May 4 17:00:14 2004 +0000

    Fix build by adding missed MODULE_VERSION.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=db5881dc16f71a71737358808726b282f34ca4fe
Author: Juha Heinanen <jh at tutpro.com>
Date:   Mon May 3 16:57:01 2004 +0000

    - Introduced tel2sip() script function.
    - Renamed internal function set_uri to rewrite_uri.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6d825b287cd869decb428524b57daade2673e22c
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Wed Apr 28 18:49:36 2004 +0000

    backported fixed for handling failed mallocs

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=510505373ff014cb76b3e3a7eeb27282ae7cf6d1
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 28 13:44:23 2004 +0000

    Fixed realm_prefix bug reported by Andrea Bondavalli <a.bondavalli at inet.it>

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5782beda0a8cbd708f0edd3bc7ee794d34b57377
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Tue Apr 27 21:59:33 2004 +0000

    prefix stripping for multidomain support ported from 8.12
    (which was ported from fox previously)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1527c49471f46b1e4144f555abef32cd42c1ffce
Author: Jan Janak <jan at iptel.org>
Date:   Tue Apr 27 14:53:22 2004 +0000

    Aligned to the new qvalue type

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b9c686b3de881a9daa40603704f8bc694277c5f6
Author: Jan Janak <jan at iptel.org>
Date:   Sun Apr 25 15:24:06 2004 +0000

    Fixed startup crash -- applied slightly modified patch from
    Alexander Mayrhofer <axelm at nic.at>

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0aeb1faf2de9aee49359efea1c3a2f48dc528fe5
Author: Jan Janak <jan at iptel.org>
Date:   Sun Apr 25 15:13:25 2004 +0000

    Added the possibility to set priorities of URIs in the destination set.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=04185f30393291c0c3495008e2379c4ea9c1df9c
Author: Jan Janak <jan at iptel.org>
Date:   Fri Apr 23 11:26:44 2004 +0000

    Fixed the name of the binary.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=26cc655c600b02a3dfad8753ce57756d427def11
Author: Jan Janak <jan at iptel.org>
Date:   Tue Apr 20 13:19:46 2004 +0000

    Function 'registered' introduced. The function can check if the AOR in
    the Request-URI is registered without rewriting the message being processed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aaf84de9dfbf2c8bdb6780ef5b4d0200d0d294e9
Author: Jan Janak <jan at iptel.org>
Date:   Thu Apr 15 13:46:23 2004 +0000

    Digest credentials now contain stale=true parameter when nonce is stale
    (reported by Xiaotao Wu)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=148fac6c9f28f472fa390eda9b473e6bf08efc1b
Author: Juha Heinanen <jh at tutpro.com>
Date:   Thu Apr 15 07:48:27 2004 +0000

    Removed extra debug statements.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=51d042919f23d7244064961320bff755c61cb860
Author: Juha Heinanen <jh at tutpro.com>
Date:   Wed Apr 14 16:12:33 2004 +0000

    uri_param and add_uri_param functions introduced

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4944780747897fb9f0f67d6c76b4fb548d3b3b39
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Wed Apr 14 15:54:29 2004 +0000

    much bug fixing of the presence agent

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f3fed456e230c241aab561c18359bb34e5304795
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Wed Apr 14 15:53:37 2004 +0000

    enable nested locking of pdomain to enable adding [un]lock_pdomain calls to callback()

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a8700baf496652ef4d0725e5ddc75e1d445e62eb
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 14 13:37:37 2004 +0000

    uri module split into uri and uri_db

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1eae190af93181d14f924f814d12f8cc2a5c3b78
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 14 12:33:39 2004 +0000

    Functions requiring database removed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f030237d4ec8fba90b40463af77eeb749b2838b8
Author: Jan Janak <jan at iptel.org>
Date:   Tue Apr 13 14:58:05 2004 +0000

    - Broken headers fixed
    - Missing prototypes added
    (Reported by Maxim Sobolev)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=62c0b28154456b61311216225ea7e3d934d2eed5
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Apr 13 09:05:16 2004 +0000

    Add $(LOCALBASE)/include into headers search path and $(LOCALBASE)/lib into
    libs search path to make postgres compiling on FreeBSD.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=845ddec3e83d97d6a48e9d1ce6ef7571341354cc
Author: Dan Pascu <dan at ag-projects.com>
Date:   Mon Apr 12 21:54:18 2004 +0000

    handle the case of broken UAs that add extra media streams in the OK reply
    (in addition to the ones proposed by the caller in the INVITE message)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ead0739f9fbc9fa79a4ac255bae9ce3794714295
Author: Dan Pascu <dan at ag-projects.com>
Date:   Thu Apr 8 21:05:19 2004 +0000

    reverted previous wrong fix

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d11f0a9f85dd10fbcd9d80c1e9946dc10729af60
Author: Dan Pascu <dan at ag-projects.com>
Date:   Thu Apr 8 12:50:57 2004 +0000

    fixed incorrect behaviour if the called party answers with fewer streams in the SDP body

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=80145f5d8f987fa5d5cf031d0eb83521cf2e5c07
Author: Juha Heinanen <jh at tutpro.com>
Date:   Wed Apr 7 04:35:32 2004 +0000

    Added A_VM_EMAIL, A_VM_LANGUAGE, and V_VM_INFO constants for vm module
    Radius support.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=23228af8560aa775372c910650fedbbfba635e6d
Author: Juha Heinanen <jh at tutpro.com>
Date:   Wed Apr 7 04:31:05 2004 +0000

    Added Radius support for getting user's email address and language
    (must be explicitly enabled in Makefile).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0852e3db08eb513e6f8a875d04bbe56af0c27465
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Apr 5 12:35:17 2004 +0000

     - backporting of some bug fixings from unstable

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=325398db8abeb150e876a1c3e2fb549ab0da4a98
Author: Dan Pascu <dan at ag-projects.com>
Date:   Sun Apr 4 22:48:35 2004 +0000

    - A bit of code cleanup
    - Updated todo list

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0dc99301ef85a78c5910a2b58ac2401cc32c8078
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Sun Apr 4 08:23:09 2004 +0000

    -some destroy without init issues fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=acab8983739b78796aa73652a7d2c59dfb23fef8
Author: Dan Pascu <dan at ag-projects.com>
Date:   Sat Apr 3 14:33:02 2004 +0000

    Figured a better way to split the files without the need to make functions
    and variables public and thus avoiding to polute the global ser namespace.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0fb4883b9ccc7cc1a3f86c2df2fd7dfe791cc9e1
Author: Dan Pascu <dan at ag-projects.com>
Date:   Fri Apr 2 12:04:06 2004 +0000

    Fixed the copyright issue.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3f70fffffda9204a468b0f83c18b6973a48c48e8
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Thu Apr 1 17:51:15 2004 +0000

    updated jabber module to pass contact (actually to) to PA

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9901a2df8e4d74e8152ce9427533b78e14955d6e
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Thu Apr 1 17:49:59 2004 +0000

    updated usrloc to pass contact to PA

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1e406260cdfd151cab12876314c19e28509d2681
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Thu Apr 1 17:48:25 2004 +0000

    split presentity table into presentity and presentity_contact.  Fixed passing contact info from registrar and jabber to PA.  Much debugging.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cf697d450afb5f42cf98a55342a6b80fef8e7a8a
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 30 17:48:21 2004 +0000

    Now really disabled by default

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d40d068312e8c151c7c236fc4ce36884990ccb33
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 30 17:47:17 2004 +0000

    LDAP support (disabled by default)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=274d71d0dfffd9d73189699ec10ad2b575343688
Author: Jan Janak <jan at iptel.org>
Date:   Mon Mar 29 16:12:15 2004 +0000

    Warning about missing cisco AVP -> DBG.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0fb47924aef9a9d99572b393e1098fe93af2b3a4
Author: Juha Heinanen <jh at tutpro.com>
Date:   Sat Mar 27 17:28:42 2004 +0000

    Fixed bind_dbmod call.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e05efdf5dda255b675cea5db6c97c723e91ed3e5
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Sat Mar 27 09:29:35 2004 +0000

    - typo fix

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ea0383277042f502aeba161d70aee5254c5125b2
Author: Dan Pascu <dan at ag-projects.com>
Date:   Thu Mar 25 13:42:16 2004 +0000

    added Porta Software in credits section. made references more explicit

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a91e1876d6f39e3c09d0b6b6df3ca38a5154395f
Author: Dan Pascu <dan at ag-projects.com>
Date:   Thu Mar 25 11:49:32 2004 +0000

    added credit information

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5ce58588e71c9e4154cac2b3961d82ad5bbec9d6
Author: Dan Pascu <dan at ag-projects.com>
Date:   Thu Mar 25 08:13:59 2004 +0000

    - added notes on the functions that resemble code from the nathelper module
      about their origin.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d261f4fa45861540f4778803441d0ad871888f98
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Mar 24 18:30:41 2004 +0000

    - fix: newport was not initialized if sdp ip was 0.0.0.0
     (common for on hold re-INVITEs) ; use port returned by rtpp (the on hold sdp
     should be the same as the orig. one, the only thing changed should be the ip
     [rfc2543]; note that all this stuff is obsoleted by rfc3264, now direction
     sendonly is preffered)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=03b49af5bb047cd17c7316669dde878f4ea32189
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Mar 24 14:53:04 2004 +0000

     .- missing copyrights

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fa93eded46a284aee3d1fd4f1281f2ad0e13a103
Author: Adrian Georgescu <ag at ag-projects.com>
Date:   Wed Mar 24 13:18:20 2004 +0000

    Added ser.cfg example for MediaProxy functionality

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1694c076b64eee3f275684aeb6e3d95201c681c8
Author: Dan Pascu <dan at ag-projects.com>
Date:   Wed Mar 24 05:39:05 2004 +0000

    - Renamed fix_nated_contact() to fix_contact() to avoid conflicts
    - Fixed a small memory leak that could occur under certain conditions

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4835f66ad3e5d3d70b415bfeab46ec406db1a3b4
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon Mar 22 22:02:16 2004 +0000

    - fix: moved extract_body in front of get_callid in force_rtp_proxy2_f
    (extract_body parses all the message headers as a side effect; get_callid and
     get_to_tag expect the corresponding headers to be parsed)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ab6a9d1dfa7b43549ddb07b158ec8c8035d682a5
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Mon Mar 22 05:57:55 2004 +0000

    Inform about success of RTP proxy test or re-test.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=24473e970a1a0b2492e7490b5d1678b51a296ffd
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Mon Mar 22 05:49:15 2004 +0000

    o If the rtp proxy test failed (wrong version or not started)
      retry test from time to time, when some *rtpproxy* function
      is invoked. Minimum interval between retries can be
      configured via rtpproxy_disable_tout module parameter (default
      is 60 seconds). Setting it to -1 will disable periodic
      rechecks completely, setting it to 0 will force checks
      for each *rtpproxy* function call.
    
    Submitted by:	Andrei Pelinescu-Onciul <pelinescu-onciul at fokus.fraunhofer.de>
    
    o Fix assignment of rtpproxy_retr and rtpproxy_tout module
      parameters.
    
    o Remove some outdated comments at the top of the file.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6ea539f04a28840fe1efcbd5114c8475f7747897
Author: Dan Pascu <dan at ag-projects.com>
Date:   Sun Mar 21 21:00:16 2004 +0000

    - Initial import of the mediaproxy nat traversal module into cvs.
    - Check the Readme file for a description of the architecture and
      functionality provided by the module.
    - Also check http://mediaproxy.ag-projects.com/ from where you can
      download the SER Mediaproxy server that works in conjunction with
      this module. The README and INSTALL files from SER Mediaproxy
      provide more indepth information about the architecture they impelemnt
      and the way they are supposed to work together.
      Visit http://ag-projects.com/SER_Media_Proxy.html for more details
      about SER Mediaproxy.
    
    To sumarize the features provided by mediaproxy (module+proxy server)
    we can say that it is designed as a nat traversal solution (implements
    the same idea of using a proxy in the middle as the nathelper module).
    
    However unlike the nathelper module this solution will allow one to
    configure local or remote proxy servers based on the SIP domain of the
    caller/destination using SRV records in DNS.
    Even more there can be multiple proxy servers configured for a domain,
    providing load balancing of the RTP traffic between all defined proxy
    servers using the weight property of the SRV records.
    If one doesn't desire proxy servers to be configured per domain, but
    wants all calls no matter on which domain they are to be spread among
    multiple proxy servers that guarantee load balancing and fallback
    features, this can be done too.
    For more details read the README files from both the SER mediaproxy
    module as well as from the SERMediaproxy server.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ea9ef97c73fd1c00aa6f3ea10f2f3f6d70ceac10
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Mar 17 16:50:36 2004 +0000

    - usrloc callbacks are now triggered

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e6c028f0b8e76b3c9cbd22758bdc9ea9c1be895a
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Mar 16 19:51:27 2004 +0000

     - support for more generic callbacks (not triggered yet)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9d2677e81167fb18f7abeb196ab4adb85997e4f4
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Mar 16 14:52:31 2004 +0000

     - register_notify and unregister_notufy are now foundable via bind_usrloc()

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a63a9db08241888068a162a478596f34cfe0f0df
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Sat Mar 13 19:57:10 2004 +0000

    Added support for extracting/rewriting IPv6 addresses in SDPs.
    Particularly, force_rtp_proxy now can work with IPv6-aware RTP
    proxy, replacing IPv4 address in SDP with IPv6 one and vice versa.
    This allows creating full-fledged IPv4<->IPv6 gateway.
    See 4to6.cfg file for example.
    
    Two new options added into force_rtp_proxy:
    
    `f' - instructs nathelper to ignore marks inserted
          by another nathepler in transit to indicate
          that the session is already goes through another
          proxy. Allows creating chain of proxies.
    `d' - flags that IP address in SDP should be trusted.
          Without this flag, nathelper ignores address in the
          SDP and uses source address of the SIP message
          as media address which is passed to the RTP proxy.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c291504371eb0cda484cc525da934064448b4aa4
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Sat Mar 13 18:50:41 2004 +0000

    Add missed 'A' option to the force_rtp_proxy calls, so that RTPProxy
    is feed with IP from SDP, not with source IP of the packet.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dd2f278082e76aba80c29f1b7a7a3f2d9cf2c0f8
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Mar 9 12:17:52 2004 +0000

    Cookie length now varuable, so that adjust code properly.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6745821c236ca33b4782dcaa1b2fa0effe750b8c
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Mar 9 12:15:00 2004 +0000

    Cosmetics: don't put argument name into function proto.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3f0bb098b6f0a2850626f54bba0c226a639d62c0
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Mar 9 12:12:57 2004 +0000

    - Simplify gencookie functions by removing calls to MD5*() *random*()
      functions which aren't quite necessary anyway. This also fixes module
      compilation on Linux and Solaris.
    
    - UDP socket init code should have been placed into child_init(), not into
      mod_init(). Correct this mistake.
    
    Suggested by:	Andrei Pelinescu-Onciul <pelinescu-onciul at fokus.fraunhofer.de>

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6e3e4c9c4a7ddff0b60d6eaf8a387e2d54c00291
Author: Jan Janak <jan at iptel.org>
Date:   Mon Mar 8 14:50:27 2004 +0000

    unixsock version of show_contact implemented

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2bbd18a30fc7a236522294d5dad57fc86b4c2c70
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Sat Mar 6 20:43:06 2004 +0000

    - support for the brand-new remote control mode in RTP proxy;
    
    - make bridge mode working in all directions;
    
    - provide a sample config for the SIP/RTP ALG (application level SIP/RTP
      gateway);
    
    - don't call freeaddrinfo() function if getaddrinfo() has returned an error.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=16b6d98bffc3adfb808f9d0252e1aac869264d6b
Author: Jan Janak <jan at iptel.org>
Date:   Sat Mar 6 00:00:40 2004 +0000

    UNIX Domain Socket interface (not complete yet).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3f22e67172d2dc4af2a823916354b2776ed33946
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 5 22:43:42 2004 +0000

    UNIX Domain Socket interface.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a56559a8aebd8d636952cd07b78db1f36d119f83
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 5 22:32:45 2004 +0000

    UNIX Domain Socket interface.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7e1f8325da868e75f75e00f5e499b72b511ec11b
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 5 20:51:51 2004 +0000

    UNIX Domain socket interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=97ce5b63cd3678aefa9217e939b9eb4d2fe40861
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 5 20:33:58 2004 +0000

    UNIX Domain socket interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6f23eaf5925e4463f4c69f3e310b6aea9a6c2865
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 5 19:27:23 2004 +0000

    Unix domain socket interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4d07011ba5e72b1157654f9c78dabf70513cee8f
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 5 18:27:37 2004 +0000

    mysql_real_escape_string called on string parameters

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c3b5e57cb78907219c64d8c656e2e44ad0073cc7
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 2 13:40:37 2004 +0000

    min_expires is not used when expires == 0.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ee96ce6b1f6dd0d21f5860d814b8d1592c4ba03a
Author: Jan Janak <jan at iptel.org>
Date:   Wed Feb 25 14:07:18 2004 +0000

    registar->registrar

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=071ac7459e9a82a3e16643ee7dd0b5c83a1ad509
Author: Jan Janak <jan at iptel.org>
Date:   Wed Feb 25 13:21:13 2004 +0000

    registar->registrar typo fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4c064cc8af45637342dfead5dc3e50dc8a5d4ded
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Feb 24 10:39:45 2004 +0000

    - misleading position of some comments fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=63a05b7feb987ca54533f1284b1902f7dcc6fc15
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Mon Feb 23 14:29:16 2004 +0000

    Make buffer length be power of 2 and increase it even more, which can be
    necessary once rtpproxy fully supports IPv6.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=04c20b581b239892d588d433e8d4929b16d46dcd
Author: Jan Janak <jan at iptel.org>
Date:   Mon Feb 23 10:45:06 2004 +0000

    REGISTERs containing not Contact are allowed in allow_register (reported by
    Nils).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0f228477d19067dce25fe9aff64203374f117fad
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Sun Feb 22 20:10:11 2004 +0000

    increased to short buffer for rtpproxy replies

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=68bd88b9e086d64bcf7c827b9f05116f13aa407c
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Fri Feb 20 00:28:38 2004 +0000

    has_totag check introduced

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4eb0131b62e78d666ed23eb6a4b87715313c1e45
Author: Jan Janak <jan at iptel.org>
Date:   Thu Feb 19 17:40:32 2004 +0000

    bind_dbmod called when db_url is not NULL.
    Proper check of db_url in init_child_truested

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d52cc25a3dacd6988b106b87948e0b045939858d
Author: Jan Janak <jan at iptel.org>
Date:   Mon Feb 16 16:47:35 2004 +0000

    Solaris compilation fix

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=167aa5dd5086d0e5b26a878c0794539bef5d84b3
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Feb 13 18:21:34 2004 +0000

    static part of a transaction (struct cell) reduced by 216 bytes (for current
    MAX_BRANCHES) :
    - timer_link structer has no more payload field (calculated on the fly) ->
      208 bytes less
    - local, is_invite, noisy_ctimer merged as flags -> 8 bytes less
    
    acc module update (for using the flags)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2c80db860624476ceb513d6455a95d1261930d7e
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Feb 11 17:34:12 2004 +0000

    - forgoten exported param in docs

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=af1d4a45aa5aaa51f529c8e30089d4985ea1e645
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Feb 11 17:23:30 2004 +0000

     - documetation updated according to the latest modifications

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7092e821784040b406ca6346c140e63a0feaf1fb
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Feb 11 16:01:49 2004 +0000

     - unwanted DBG message removed (added by me by mistake)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e3c32108b8aa33cbc7c2c9d69e12a622ca1b3c72
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Feb 11 15:37:00 2004 +0000

    - fixed problem resulted modifying the DB-API (db_con_t.tail is not longer an
      array, but a single value)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5c46a3e74f1a6bcbab4824731decf7150cd6575a
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Mon Feb 9 15:05:03 2004 +0000

    o force_rtp_proxy now accepts option argument, which
      consists of string of chars, each of them turns "on"
      some feature, currently supported ones are:
    
       `a' - flags that UA from which message is received
             doesn't support symmetric RTP;
       `l' - force "lookup", that is, only rewrite SDP when
             corresponding session is already exists in the
             RTP proxy. Only makes sense for SIP requests,
             replies are always processed in "lookup" mode;
       'i' - flags that message is received from UA in the
             LAN. Only makes sense when RTP proxy is rinning
             in the bridge mode.
    
      NOTE: proper support for those flags requires very last
      version of RTP proxy software at this time only available
      from cvs.
    
    o force_rtp_proxy can now be invoked without any argumens,
      as previously, with one argument - in this case argument
      is treated as option string and with two arguments, in
      which case 1st argument is option string and the 2nd
      one is IP address which have to be inserted into
      SDP (IP address on which RTP proxy listens).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ef76d78a6d61db5f6291aa556b6affa2bf149eda
Author: Greg Fausak <lgfausak at august.net>
Date:   Sun Feb 8 15:30:59 2004 +0000

    Jan's changes, his comments:
    Attached patch makes postgres module in the unstable branch compile and
    load again (it didn't compile because of some changes I did a couple
    days ago).
    
    The changes are cosmetic only.
    I did verify that the code compiled in the current branch.  I did
    not test this version.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=119f2f4119f08b89bb786bc1f90dd5feba819624
Author: Jan Janak <jan at iptel.org>
Date:   Fri Feb 6 23:12:38 2004 +0000

    Error message about invalid nonce changed from L_ERR to L_DBG since it is
    not so serious

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=861fddebeb7dc6c65a5cc35dc78770111f00ad7f
Author: Jan Janak <jan at iptel.org>
Date:   Fri Feb 6 20:26:49 2004 +0000

    min_expires parameter. If set to non-zero value then registrations with
    shorter expires will be not allowed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=11eaf0a8fd7bb63de42bf86b4f9945eb625e9bc1
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Feb 6 18:56:49 2004 +0000

     - basics for users preferences:
     	- script param. "avp_db_url" added
    	- scrit function "load_avp" with 2 or 3 params added
    	- do_action updated
    	- init. of bd connection from core on startup per each proccess
    	- reseting avp list after main route and reply/failure_route execution

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b7737bfd9bf7af755a8a020d0961f816a68be3ea
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Feb 5 17:50:41 2004 +0000

     - speed up in composing the array of buffers to be written to fifo (more
       about  inserting EOLs)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4c8ade7008e20e6b348b3eadae9c581cffe12837
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Feb 5 17:24:40 2004 +0000

     - removed useless file

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bfc61bac16171a5db9c131fe3095e9710a5ae7d2
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Feb 5 12:10:31 2004 +0000

     - unforce_rtp_proxy() and fix_nated_sdp() can be called from failure route

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1ec0cecbdf68b956a2146bf9bcaa2e88b395cb36
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Feb 3 10:26:28 2004 +0000

     - a forgotten close() in logging function

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f3ca1ed2285c25929c446008078c65d8f641a1a5
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Sat Jan 31 08:37:44 2004 +0000

    - Fix a bug in force_rtp_proxy() introduced in one of previous commits:
    ip_addr2a() uses static buffer so that returned value should be copied out
    before calling ip_addr2a() again;
    
    - rewrite RFC1918 testing functions for speed and correctness.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0e6139befe5834a531b6ce48c92c67e264261467
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu Jan 29 15:53:34 2004 +0000

    - Fix another cut-n-pasto;
    - allow IP address in 1st Via to be checked for RFC1918.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a735474ba8a8d927a6a432efd22c2c02b21cc92d
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu Jan 29 14:19:37 2004 +0000

    - Sort includes alphabetically;
    - make comment matching reality;
    - fix cut-n-pasto;
    - put tab after define consistently;
    - in force_rtp_proxy don't use anchor_lump() until we know for sure that
      we'll use it. This fixes memory leak;
    - use ISNULLADDR() macro consistently.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ee270ffff137b600180693d24b5d3c9084343f9b
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu Jan 29 13:54:12 2004 +0000

    0.0.0.0 address in SDP is special.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=47509f30b4dcdf185837d27f101f6afa762fe732
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu Jan 29 13:45:40 2004 +0000

    - allocate regex_t's statically, it's poinless to use dynamic allocation
      for them;
    - allow SDP to be tested for 1918 addresses as well;
    - rename some variables/constants for clarity.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d6fea01dbab5544c9c669c80b3899cfbabd32a9d
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu Jan 29 13:39:56 2004 +0000

    (whitespace-only)
    
    Use tabs instead of 8 spaces.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=89c08fcce4a93dbbe2b1835fb50fa871c000d07a
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jan 26 13:10:35 2004 +0000

    Shallow copy of db_con->table instead of deep.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b7e34886a825bdb20409111762197f022841c95a
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jan 26 12:50:03 2004 +0000

    Remove CON_CONNECTED which is obsolete

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=89f49a1fe5479fef2ec9d0e4b187f43b229f989d
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jan 26 12:48:55 2004 +0000

    Database connections are no more inherited

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d0e5d8b6c9ae2f7e9597f42b9697326b8c5b803b
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jan 26 12:48:39 2004 +0000

    Open database connections are no more inherited (even if they were not used by
    the child).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ea575a02b83d057a9fb7ad7b9611e1a750b2c965
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jan 26 12:46:15 2004 +0000

    MySQL connection pool. Connections with the same URL are shared among
    modules within the same process.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9ebe336ceccfe4f69b06fe2e10d13b92e0d91964
Author: Jan Janak <jan at iptel.org>
Date:   Fri Jan 23 22:32:08 2004 +0000

    - Problem with adding aliases fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=103d1a94b01e2d75ce1687c40c27604adcd1f01f
Author: Jan Janak <jan at iptel.org>
Date:   Fri Jan 23 22:06:27 2004 +0000

    - One more table version checking.
    - Database connection kept open.
    - Macros for db_mode variable.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d3a450e62421da576a93becac89150ca559bca10
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Jan 23 15:33:51 2004 +0000

    - instead of passing the registerde param, the TM callbacks give you
      a pointer to the param. (usefull if you want to change the param value)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=17aef829f31d2a9dedd0009f9a8016e471f0b947
Author: Jan Janak <jan at iptel.org>
Date:   Fri Jan 23 00:34:10 2004 +0000

    Table version checking.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=23e49a23587996b72f5ef69f6a1b0570bb5017b9
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jan 22 22:12:37 2004 +0000

    Juha Heinanen's allow_trusted. The function can be used to restrict the set
    of hosts/protocols/from_uri from which SIP traffic will be accepted.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7ae39a9b4637ed21f20e08a2f5ee0905c03af293
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jan 22 16:53:28 2004 +0000

    - one more test

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4ccc2cc23f8d083b3593fee81157cedd7fa59569
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jan 22 16:48:09 2004 +0000

    - test of new commitlog script

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=04b1229e97acd6a8f0e437b761cd3363cf9867bd
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jan 22 16:42:01 2004 +0000

    - commitlog test

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5538bc9fc9aed7a0d3d7f4205a19a2942b2dcc65
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jan 22 16:40:14 2004 +0000

    - test

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7b81ed41f5cef68bd36b32d816a67317b8e2f401
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jan 22 16:38:53 2004 +0000

    - test

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=50cbd81db96767c9b9b8b46e4835db0de1d8e161
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jan 22 16:32:22 2004 +0000

    - Testing new reporting scripts

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ed32ece934f423e9e428af2e0b8fe53cc8298883
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Jan 22 14:45:47 2004 +0000

    - cpl interpreter function (cpl_run_script) can be invoked in 3 types
      of contexts  (signalized by second param):
      "is_stateless"   : no transaction created in script so far; the CPL engine
                         will keep everything stateless, excepting when proxy;
    					 if function exists -> stateless
      "is_stateful"    : transaction already created, all signalling will
                         be done in statefull way; if function exists ->
    					 stateful
      "force_stateful" : no transaction created in script so far; the CPL engine
                         will force all signalling operation as statefull; if
    					 function exists -> stateless

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3a4323725ad14a80cc44c473fe03f1cc40a28f22
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jan 21 19:18:44 2004 +0000

    - Hopefully the last cvs commit log test

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b38d6155af8df1b38b01dca4c8e93c0a15061030
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jan 21 19:12:28 2004 +0000

    - One more test of comitlogs

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c45fe5d6aefc82109ce0cac59b1b7f34efecfb0e
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jan 21 18:24:15 2004 +0000

    - Test commit to test commitlogs to serdev at iptel.org

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=04847d6710b51cedf2944509cec3e23b2def8b37
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Wed Jan 21 18:16:03 2004 +0000

    pa now handles presence, watcherinfo and xcap-change event packages

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7ea71d6f95b82e9fd150e4c187b77ef388fd84f5
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Wed Jan 21 18:02:06 2004 +0000

    added script for creating tables used by pa

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8923204b2b36e09e6016cbc5e0aea528a5b175f1
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Jan 21 17:33:22 2004 +0000

     - additional fixing for inserting EOL

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ff0d578e4d575d4b7180aed97d506d81a2f5b859
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Jan 21 17:21:50 2004 +0000

    - forgotten eol when writing to SEMS fifo

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b9513fd059396677317bd011d663dafa31373448
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Jan 21 16:20:10 2004 +0000

    - bug fixed in RR computation

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f944e30d6d6ddd6e7ee436da10a8a9afeee24c48
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Jan 21 13:20:35 2004 +0000

    - copy/past bug fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=87747e8e54c9c852277fdbfb397a093349392f87
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Jan 21 13:08:31 2004 +0000

     - fixup : instead of using rmode for REQUEST|ON_FAILURE separation, two
       function with the same name but one for REQUEST_ROUTE and one for
       FAILURE_ROUTE are registered

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1261de489ba87cd0a51ddee2a32d13a85be891f1
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Jan 20 16:04:17 2004 +0000

    - if not defined, CFG_DIR='/tmp'

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a76c55f2af4921e48d03c36f642c31d981798897
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Jan 20 15:53:47 2004 +0000

    - the path to database directory most start with 'dbtext://' (similar syntax to 'file://')
    - if the path is not absolute then it is prefixed with 'CFG_DIR/' (should solve dbtext path ambiguities)
    - some of duplicate symbols removed (Andrei's list)
    - documentation updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3b9198d32f2cc6a3324f5b57245ad67af01f6262
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Jan 20 15:44:12 2004 +0000

    - support in vm_action() for running in failure_route (untested at all)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fc4e3637a6042c5c936669e524acad31a663c558
Author: Jan Janak <jan at iptel.org>
Date:   Sun Jan 18 16:23:03 2004 +0000

    - force_rtp_proxy with IP parameter -- slightly modified patch from Tristan
      Colgate

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2f9810dde697af43c6f9bda76d43f3f2623fca5e
Author: Jan Janak <jan at iptel.org>
Date:   Sun Jan 18 16:19:22 2004 +0000

    - add_username configuration variable that allows to suppress username
      insertion into Record-Route header fields

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8f49501df8b36707df118d6c6134664d939cdb61
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Sat Jan 17 19:12:23 2004 +0000

    Note that at least version 0.4.1 of radiusclient is required for correct
    functioning.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0dbc1708cda4dedcd12e3db2490373d2f90afa68
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Sat Jan 17 19:11:13 2004 +0000

    Use improved rc_avpair_add() API from radiusclient 0.4.1.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ecbf76a02b18512591dc4830567bf435d42e34f1
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Jan 15 15:28:44 2004 +0000

    - TM callbacks bug (reflected on acc) fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1d00feb3d06e76acb0406411faca7f505368ab5b
Author: Raphael Coeffic <rco at iptel.org>
Date:   Wed Jan 14 18:23:50 2004 +0000

    changed vm module name from 'voicemail' to 'vm' to avoid confusion.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4c70e72aad43bf06483d9a9c8f5e8d67262a57d9
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jan 14 17:55:26 2004 +0000

    - use_domain parameter instead of MULTI_DOMAIN

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6a50c251d96d0a47337bcf12a2c4906c61c3d179
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Wed Jan 14 14:04:26 2004 +0000

    add more location details

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0ab0548cd2f1165484bf719529911fa8c2034d68
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Wed Jan 14 14:02:56 2004 +0000

    add watcherinfo_table

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=87b386b3ffcc372136ec004389e9628074785fd6
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Wed Jan 14 13:57:54 2004 +0000

    add winfo notify

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8a696528e0c5c6db3712f2151db2933e7b07ceac
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jan 14 12:05:14 2004 +0000

    - use_domain parameter added. The parameter affects does_uri_exist, by
      default it is set to 0. The problem is that many PSTN gateways send IP
      address instead of domain in the Request-URI and in this case
      does_uri_exists would return false even if the uri exists. does_uri_exists
      will check username only if this parameter is disabled.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8b516bb8f2cab9e39d12ac74c708776544f5babb
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jan 12 00:11:15 2004 +0000

    - Registrar now uses VALID_CONTACT macro

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0dc70f9fe278e9ee1555b0b204c78bdea411fbdb
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jan 12 00:10:51 2004 +0000

    - Flag for permanent contacts added
    - VALID_CONTACT macro introduced

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b19cb169695cc4b206f92c493fa81efbf3147569
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Wed Jan 7 17:04:53 2004 +0000

    - Few more style nits;
    - RTP proxy support updated to support new version of the
      RTP proxy (20040107).
    - force_rtp_proxy() now inserts a special flag
      into the SDP body to indicate that this session already
      proxied and ignores sessions with such flag.
    - Added run-time check for version of command protocol
      supported by the RTP proxy.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=eb099586e83c53d6bfa2974cbefce90e2b4504e4
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Wed Jan 7 12:58:38 2004 +0000

    (style only)
    
    - Use consistent identation of module declaration variables;
    - remove defunct CLEN_LEN definition;
    - move declarations down, closer to the place where they are actually used;
    - reformat newly added functions so that their style is in line with the
      rest of the code;
    - convert sizeof(type) to sizeof(*variable), since this way there is no
      need to remember type of variable.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9009f7db20e5dfb2b5c11b31e94f8a5d4ac054fa
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Mon Dec 29 16:04:08 2003 +0000

    debugged malloc/free problem, added site,floor,room,x,y,radius to p->location, sync presentity to database

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f9e83ff6412b88884508e3849251fbaa6ee955ef
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Mon Dec 22 16:10:03 2003 +0000

    initial support for presence.winfo event package

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=122f130b21a7f80c7a1346dd29ee0416c5288112
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Sun Dec 21 14:42:32 2003 +0000

    Use proper A_MAX value. Previous one was resulting the last attribute in the
    attrs[] not being initialised properly.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=932d41146dbc8506aa70a9c585457841e621d405
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Fri Dec 19 22:56:42 2003 +0000

    some debugging, added support for presentity database table

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=53ca39da6808e9717b55e27377666a1f4d6223ef
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Wed Dec 17 15:43:11 2003 +0000

    Clean up Radius code to use features available in RadiusClient NG
    library.
    
    Reviewed by:	janakj, jiri

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bb5877b0efbc5901d08c39ac1cd3cd226e582a45
Author: Juha Heinanen <jh at tutpro.com>
Date:   Wed Dec 17 06:04:48 2003 +0000

    Added domain_suffix parameter to enum_query.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=78443249ba2cb76d7e679162cfe65ac7fad47866
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Wed Dec 10 22:34:19 2003 +0000

    send a notify if publish or fifo command allocates a presentity

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=88f6fb32400b433aa1c32366b2ecd4acc389aa34
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Wed Dec 10 22:31:50 2003 +0000

    make application/pidf bodies closer to conforming to the spec

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ccc3d0c69a8319c866c572e5b4ed8f07f3964d75
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Wed Dec 10 14:38:20 2003 +0000

    fleshed out the code for application/pidf+xml notifications

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6a00f95ddfeb7bbd8bf45e40e18dd59502963f61
Author: Jamey Hicks <jamey.hicks at hp.com>
Date:   Wed Dec 10 02:25:38 2003 +0000

    add PUBLISH, presence update via fifo, and application/pidf+xml

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bd85702ba30146da4ca091004661363c0d394c73
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sat Dec 6 20:10:25 2003 +0000

    typos fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e3c204ff2916e7bf6037d48510e350f5056dac9b
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Dec 5 14:31:49 2003 +0000

    - updates related with changes of the calback prototype (used by t_request_xx)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e0481de725d7e2090c3d5813c10b354113f00f2d
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Dec 5 14:30:23 2003 +0000

    - updated to used the new per transaction callbacks intead of global ones

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=48db57fd5b524c3b3818b50ea0a37f24fd9dd646
Author: Raphael Coeffic <rco at iptel.org>
Date:   Wed Dec 3 20:33:30 2003 +0000

    some cleanup.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8bff60f38c3ccafcade302dcc92d230dbcec0f30
Author: Raphael Coeffic <rco at iptel.org>
Date:   Wed Dec 3 19:49:30 2003 +0000

    added msg flags passing to Sems.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=890d41a3e65781386053879b931f79be402b086c
Author: Jan Janak <jan at iptel.org>
Date:   Mon Dec 1 19:40:18 2003 +0000

    - a prototype of missing function removed
    - some comments fixed
    - used sizeof for length calculation of string contacts

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3da803a1a5e720fb8891b2835fe1326326c847ec
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Mon Dec 1 13:03:25 2003 +0000

    Add unforce_rtp_proxy() function, which cancels session corresponding to
    a Call-ID of the message in the RTP proxy.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d8c20bbf29d44e9908122dcc9a18733dff3090f0
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Dec 1 13:02:49 2003 +0000

    - fixup for outgoing processing -> add sip: to the default URi in loc. set
    - fixup for outgoing default -> instead of breaking the script, it should
      continue

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=09073115a72f5049d0683eb3f822cc5d4a39e1d7
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Sun Nov 30 11:21:47 2003 +0000

    -lookup node recognize nated addresses and sets the coresponding script flag

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9cbef8c8f4cd9f65f8afd0b387fd9548ac27d623
Author: Jan Janak <jan at iptel.org>
Date:   Sat Nov 29 01:41:26 2003 +0000

    - check of database table version

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=518c356c0b6db0bb1c74c405fe91fa3914802c5f
Author: Jan Janak <jan at iptel.org>
Date:   Sat Nov 29 01:07:32 2003 +0000

    - check of database table version

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1f45aade51fe514a37592d84015fb36be0a03da6
Author: Jan Janak <jan at iptel.org>
Date:   Sat Nov 29 00:57:22 2003 +0000

    - check for database table version

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cfec11a2c2faf9e40bc8b08877e161f5c9bc9deb
Author: Jan Janak <jan at iptel.org>
Date:   Sat Nov 29 00:35:51 2003 +0000

    - check for database table version

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=774f55909c1b2dbb824d3dd72199739d11859249
Author: Jan Janak <jan at iptel.org>
Date:   Fri Nov 28 23:48:48 2003 +0000

    - check of database table version

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0c1465e74b38960af94293dd3f3c72fcf8b05561
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Nov 28 18:37:22 2003 +0000

    - cpl-c allows you run a script route before doing relay
    - lookup sets a flag when fetched contact is marked as behind nat

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6892ca40b4f0953344fd50f03d5f1009b21cbb78
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Nov 28 13:56:37 2003 +0000

    -updates to latest tm changes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7f00391ff0649a40f3ffe59d3eebf68e9c347559
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Nov 27 19:38:29 2003 +0000

    - LOG error message removed - that case was not all the time an error

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=756e893e6b451eadedc0c65a24bf358e39e1ae5c
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Nov 27 10:39:27 2003 +0000

    - error msg added when extract_body failes in force_rtp_proxy_f
    - early detection of an empty body in extract_body (to avoid doing
      check_content_type() for empty bodies)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=27145694fde7e5eeb0d45c557e8788adce0e1c5a
Author: Jan Janak <jan at iptel.org>
Date:   Wed Nov 26 20:52:07 2003 +0000

    - a typo fixed (reported by Alan Crosswell)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2069768ae11a9d26d5ce9353d0bd9ae6bf009c95
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Nov 26 15:08:17 2003 +0000

    -some redesign of the ON_FAILURE callback

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3639ee0ffc4da11a04345486c6ece72f8d91c4ae
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Tue Nov 25 17:37:23 2003 +0000

    - readme updated to latest sgml docs

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8048914c1137fbe048f64e777350376b525127df
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Tue Nov 25 17:36:48 2003 +0000

    - acc_diam_request() added to documentation

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b1172323c3b45f45504905043d7910ce5c355e72
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Mon Nov 24 19:23:47 2003 +0000

    port parameter converted from string to int

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=28c620eee112598282ba9c5e0db38d48b302e3e1
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Mon Nov 24 19:18:21 2003 +0000

    diameter accounting support (DEFS+=-DDIAM_ACC)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a2baec62b4b273e52816d9da30923ae29cd3e7dc
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Mon Nov 24 19:03:21 2003 +0000

    diameter accounting documentation added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d70bb0e17cf445f7d111ffba4b0ac9ad5b80ef0d
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Mon Nov 24 18:56:18 2003 +0000

    diameter accounting support (DEFS+=-DDIAM_ACC)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ee24bf169fd767c8d0d43a5a25da899ffd25016f
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Nov 24 16:43:40 2003 +0000

    - lumps are now faked also for TMCB_ON_FAILURE callbacks (not only env)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c716723fbf1e254228c5a1756e704251698b5f85
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Sat Nov 22 13:25:46 2003 +0000

    - minor replace_all fix (^something will not match anymore the second
     something in "\nsomethingsomething")

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=abce95bab93fdad599983676f893a851bfcc32dd
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Nov 21 23:49:15 2003 +0000

     - freebsd 4.5 include & warning fixes merged from 0.8.12

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c7808e4325bb58028e1c815ac0e830df9aa5b2e5
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Nov 21 16:41:14 2003 +0000

    - cleanup

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f164e56647c2f5fa4fce23c83a9e83235463dc5c
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Nov 20 20:54:56 2003 +0000

     - #ifdef HAVE_SOCKET_SA_LEN fix ported from testing_0_8_12

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=586a20c0a91198a51d05502963ce0c874d558a20
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Nov 20 20:53:40 2003 +0000

    - updated config

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=860d5c13a2893531be3934b1885dadf49f97757e
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Nov 20 20:53:21 2003 +0000

    - warning fixes merged from testing_0_8_12

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dcc4d09cd61e669bcef0838af39c080a9c7ad390
Author: Jan Janak <jan at iptel.org>
Date:   Thu Nov 20 15:14:40 2003 +0000

    - port remote-party-id bugfix from testing

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6de99b7d0223b74d9f1297cc819deec0cae349a2
Author: Jan Janak <jan at iptel.org>
Date:   Mon Nov 17 22:49:50 2003 +0000

    - small cleanup

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d50c0818d28497a62ee98cf680a2279ba029262f
Author: Jan Janak <jan at iptel.org>
Date:   Mon Nov 17 22:19:07 2003 +0000

    - mysql parser state diagram

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fdfd71a7caa5617264b1ba03c3a2f5b740f77dd5
Author: Jan Janak <jan at iptel.org>
Date:   Mon Nov 17 21:41:56 2003 +0000

    - Better mysql URL parser

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e93e0d19598b284580e8c1cb90bec0083be9b78a
Author: Jan Janak <jan at iptel.org>
Date:   Mon Nov 17 14:11:48 2003 +0000

    - segfault in allow_routing with one parameter fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=46317f4c54c8627e0ca8540e6a61696513e8c9f8
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Nov 17 13:19:24 2003 +0000

    - misleading dbg message changed
    - more sanity checks before freeing the cache

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e4b7df5bcc0ecf055cd3edb658273c50365b6e6d
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Nov 14 19:37:31 2003 +0000

    -several seg faults fixed in mod_destroy() after mod_init() fails
    -DB interface updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=985fed6cbb9d0341db0e4269ad82902997ee931f
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Nov 13 22:08:00 2003 +0000

    - all fifo functions checks for user at host format

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=abeb26494130d6428dc7fbbde9da8eab29b773dc
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Nov 13 20:48:34 2003 +0000

    - workaround to avoid the usage of daylight var. which is linux specific

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=321214b2b631df744f5012bd464e028e5adc8475
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Nov 13 20:08:07 2003 +0000

    -tm patch updated to latest changes
    -support for multidomain added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=54c249b8c94b515bd64bf71ef44e750b3e763bb1
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Nov 11 20:46:03 2003 +0000

    -types comp. : DB_BITMAP != DB_DATETIME

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3d9481c0d1137e821dd6f369da2901e0ddbed259
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Nov 11 20:32:35 2003 +0000

    fixed some of Jan's updates - dbtext doesn't support BITMAP type - only int,
    double and str; bitmap is internaly forced to int

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c71af56c25f593aee7ef0daf4d558977b913b108
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Nov 11 19:37:16 2003 +0000

    updates related to the new lump_rpl changes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3fa99ed7dc1c24cce77abb7a24b87021e7c78caa
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Nov 11 15:32:36 2003 +0000

    - merge from testing-0.8.12-r0:
     - tcp updates (lots)
     - makefile mips support
     - tm timer workarround (present also in stable), t_relay_tls changed
      to t_relay_to_tls
     - udp_flood sleep & throttle support

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=eb5347b14b68027d98b227b69606cf988e831ec5
Author: Jan Janak <jan at iptel.org>
Date:   Tue Nov 11 14:51:38 2003 +0000

    - aligned to usrloc

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=519d32f1c4cdf4e6bc1d41d2c17f25e274f4dbe1
Author: Jan Janak <jan at iptel.org>
Date:   Mon Nov 10 16:00:37 2003 +0000

    - type of reply lump changed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b37fbbd0fc2da73ac71ba01d43cffad7cc008360
Author: Jan Janak <jan at iptel.org>
Date:   Mon Nov 10 15:56:06 2003 +0000

    - some bugs fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=13d6f9d85673b7ddedfcea90a9d2175d5ee2dcaf
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Sat Nov 8 15:22:50 2003 +0000

    - bug fix

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=34ee34d7d349d0365ba35b9d83238b6f2b9dca7f
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sat Nov 8 04:59:39 2003 +0000

    forcing SDP to be mode=actives sets a core flag;
    (good for UAS applications to go passive)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=75dc489727b22f7484e63f8c76ba954dfd59c959
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sat Nov 8 04:17:43 2003 +0000

    voicemail turned on multidomain by default

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=33417980a885cc2f1e7f96129b1a17988d730b6e
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Nov 7 19:43:40 2003 +0000

    -old forgotten debugging comment removed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=70fda8bbb66bc7c8548f15c6f5a3a06075af9be8
Author: Jan Janak <jan at iptel.org>
Date:   Fri Nov 7 19:06:46 2003 +0000

    - parse_to replaced with parse_nameaddr

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=631a67e15819456e51647e9e2cb454603c716c02
Author: Jan Janak <jan at iptel.org>
Date:   Fri Nov 7 16:44:08 2003 +0000

    - a memory leak in is_rpid_user_e164 fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=96b7a0d7404e301f5d86ff3c803cfb9b1e77550f
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Nov 6 22:24:33 2003 +0000

    - seg. fault fixed - the same as previous, but incomplet fixing on unstable brach

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e9cc244606bad29709f36042e97c020529f527a4
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Nov 6 21:22:07 2003 +0000

    -revert the hack for including hdrs from registrar (which also reverted)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ddf467aea0db3543cf6b4112ab952da0d87991bd
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Nov 6 21:03:55 2003 +0000

    - bug fixed in recognizing an already open database.
    - bug fixed in multi-proccess sharing of the databases cache
    - fixup for update and insert function to accept DB_DATETIME values

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e60b65ed10ac07800e2dcc96e01906afeb9e888f
Author: Jan Janak <jan at iptel.org>
Date:   Thu Nov 6 19:13:42 2003 +0000

    - reverted back to ugly "../.." because we don't have complete dependences

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ba29fdc987bf245e335dc5c97aeabbfa302287e3
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Nov 6 15:03:34 2003 +0000

    - body len is computed using the message len (it's not taken any more from the
      msg. content-length)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=eb84ee8307a8ed9479581061c8f23965dd7ad123
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Nov 6 11:46:04 2003 +0000

    - quick hack to be able to compile the module ( -I../.. added in Makefile)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=612b1bb9935cac909adadbf1539db7c2f3615f67
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Wed Nov 5 22:19:32 2003 +0000

    nat_uac_test permitted from onreply_route too

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3e6605db67ae47f812a10cc48ba2da4d38d0eb0a
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Wed Nov 5 21:04:47 2003 +0000

    mem file included

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0d6191ad3b363fbf89dcb5e5ae0cd2a815b56e5a
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Nov 5 19:53:45 2003 +0000

    -bug fix: string passed to regexec wasn't properly \0 terminated -> instead of
    searching only the contact hdr, the search continue to the end of message ,
    possible maching wrong stuff

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=122b42a80fe4f6ab2d1d085cf8c6fcdfdecfae59
Author: Jan Janak <jan at iptel.org>
Date:   Wed Nov 5 11:53:17 2003 +0000

    - a typo fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fdac2b59622a811e6efe05e113eff789223e13ad
Author: Jan Janak <jan at iptel.org>
Date:   Wed Nov 5 11:49:25 2003 +0000

    - sip_router/ and sip_router/modules/usrloc added to the path where include
      files are looked up
    - changed includes like "../../xxx" to <xxx>
    - fixed append_branch condition (now checks for a zombie state)
    - function rewriting Request-URI implemented more efficiently
    - use_domain parameter removed (will be always used now)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7e181a8f499c3829b5458cc35f1c69b12d897876
Author: Jan Janak <jan at iptel.org>
Date:   Wed Nov 5 03:49:32 2003 +0000

    - small rpid fix

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=99c97f27f8c56914e6f079c851c633621a004433
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Nov 4 12:54:57 2003 +0000

    - database url aligned to new DB API (must start with 'dbtext:' which is
    now skipped when looking for db directory)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bbf099bf1383ef5e2b438584a2471dce58b93267
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Tue Nov 4 01:54:54 2003 +0000

    s/free/pkg_free (caused segfault on exit)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b33a003f75b7c2e3c79a47d85dcc3c041eea57fb
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Nov 3 22:09:04 2003 +0000

    multidomain support introduced

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=61f7423669781e10778290b9fa36dbc27865ccee
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Mon Nov 3 16:40:05 2003 +0000

    Added a section about the zombie states of ucontacts.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0e06ec43e55ad5d3f5c89c1d3988fdcf0e37d871
Author: Jan Janak <jan at iptel.org>
Date:   Mon Nov 3 16:17:23 2003 +0000

    - explicitely unregistered contacts were put into replies -- fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=53ff4866c9807d61134ff3f99463ee9a3b4393d7
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Mon Nov 3 16:09:19 2003 +0000

    Changed a misleading comment and replaced db_mode numbers with defines

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7a444ae54f522d9c889d02e6327fa22a656420f5
Author: Jan Janak <jan at iptel.org>
Date:   Mon Nov 3 13:03:56 2003 +0000

    - sql:// changed to mysql:// in all modules

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e9c3f0f81cb49e40466b6dc93476b934cb64a293
Author: Jan Janak <jan at iptel.org>
Date:   Mon Nov 3 11:45:19 2003 +0000

    - append_fromtag == 0 bug fixed (found by Andrei and Bogdan)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=253831b70971db80906ccfebe875c1020cd6b67c
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Oct 30 15:10:37 2003 +0000

    - fixed complation problems (re-updated rr to the new lumps/check_self)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=32878148a640bab1bd6d0dd1324512ecaee52365
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Wed Oct 29 20:23:50 2003 +0000

    - length of the new uri corrected (reported by Todd Wright)
    - missing table definition for web interface introduced

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0110384b88781e2ccf72789b7b9e8f2ca807ae49
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Oct 29 20:16:53 2003 +0000

    - b2b username is no longer added into a RR
    - URIs containing b2b username are ignored in route processing

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=51addec8742e157680803da560dc3b0ef45e5329
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Oct 29 12:33:21 2003 +0000

    - db_raw_query() does not return error when the result parameter is NULL --
    usefull for INSERT/UPDATE when there is no result

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3973fb48f56bb9c8f985ee2152867f9b750294b5
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Oct 27 14:26:44 2003 +0000

     - tm pached updated to the latest modifications

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1b64f5ba3224f943b2a28a6e59561e55ca614d89
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Oct 27 12:33:08 2003 +0000

     - upadated to latest DB interface modifications

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dcc39d92d5e1d40cebb2f0ed1c7577f0dccfb3b0
Author: Jan Janak <jan at iptel.org>
Date:   Fri Oct 24 20:37:39 2003 +0000

    - bind_dbmod now accepts one parameter, all modules updated
    - added DB_BITMAP into dbtext

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=43bc1b8097a732c56ee49f11ed1cffbfefd5b06e
Author: Jan Janak <jan at iptel.org>
Date:   Fri Oct 24 20:36:03 2003 +0000

    - removed obsolete files

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b648ba1d54e860df4031ef01dc9749210ec970bb
Author: Jan Janak <jan at iptel.org>
Date:   Fri Oct 24 20:35:35 2003 +0000

    - More sane sources, additional include paths in Makefile

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ee5386bac17e15a9566a0c0b7032833a63c23eb0
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Oct 24 20:23:58 2003 +0000

    - sock_lists completely re-organized

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a8da2d5f6874d82abe683d67dbb2d5fe10b24e4e
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Oct 23 20:00:55 2003 +0000

     - lookup node - fixup - if found contacts are expired-> not found

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=397b9572a1cc6f1089688e0fa05a4268d5a1f394
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Oct 23 18:18:26 2003 +0000

     - lookup node fixup

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=de1d6d24eadc08e7be967bff291b24fcd4d4502c
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Oct 23 17:54:48 2003 +0000

     - soem clean up

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=73c55030241c78ab617e5c71cfad5033b6c1ad1f
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Oct 23 17:27:19 2003 +0000

     - bug fixed in logging node
     - lookup() node implemented - it does lookup in usrloc tables

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=510c0bee88e12c6673c3fa89b2b20277e8810650
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Thu Oct 23 15:50:02 2003 +0000

    s/opt_reply/options_reply

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=95b27d682400472dd74785d5104d37735737c525
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Thu Oct 23 15:34:37 2003 +0000

    Fixed the ser_entities reference.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4c0d0576ef22bb3eba9b6b4ff1489a6ac4656448
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Thu Oct 23 15:27:29 2003 +0000

    Initial checkin of the new options module.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=02c05f1f6effa6e28e730e28d47960e167395bcd
Author: Jan Janak <jan at iptel.org>
Date:   Wed Oct 22 18:47:38 2003 +0000

    - documentation updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=23126f9aadf254dbf6930a0fd81f21de17c3c585
Author: Jan Janak <jan at iptel.org>
Date:   Wed Oct 22 18:03:23 2003 +0000

    - functions with one parameter added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=92a30f993e9a166b76f275e5a2b7c7ad0d8b464f
Author: Jan Janak <jan at iptel.org>
Date:   Wed Oct 22 14:16:48 2003 +0000

    - Example config for allow_register

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=63a725f44e6b7eae35aa78646339d2e74317e7dd
Author: Jan Janak <jan at iptel.org>
Date:   Wed Oct 22 14:15:55 2003 +0000

    - support for multiple allow/deny files
    - allow_register function
    - code cleanup
    - documentation updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fdad074ba35046d591e438c8fb9dea24a65104e4
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Oct 21 23:28:49 2003 +0000

     - aliases proto support

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b1d89eb5acdeaf903cf6bc8833f64861bc5c3265
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Oct 21 16:03:21 2003 +0000

     - bug fix in setting logging path for CPL scripts

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cf1f03bc9e11fb688e26a604a24b4f363b080c92
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Oct 20 17:38:50 2003 +0000

    - destination uri inits now the location set for OUTGOING branch
    - default action for OUTGOING branch implemented

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f3a3aea88f1db95674b38a842c3093bc3fb602a9
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon Oct 20 17:10:13 2003 +0000

     - added body_lumps (jan patches + some changes)
     - anchor_lump & del_lump compare the offset with msg->eoh and
     add the lump to add_rm or body_lumps, so make sure to parse_headers(HDR_EOH)
     if you lumps might modify the body.
     - changed all the {anchor,del}_lump calls

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1ccf7463f53e04291f7747914633eab42fb682cd
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Oct 20 15:37:29 2003 +0000

     - GET_CPL FIFO command added
     - all FIFO commands return status + comments via reply file

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6ad1097bdd601f46a86de85c40a81a827c5f3187
Author: Jan Janak <jan at iptel.org>
Date:   Thu Oct 16 19:02:02 2003 +0000

    - Presence document building functions return number of bytes needed when
      the buffer is not big enough

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0b28cb37a9f8f1014c24389a8e808dde481aee13
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Oct 16 16:28:51 2003 +0000

    contact1918 regexp fixed, thanks to courtesy of Niklas

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a78f76839bf278e552b2a15b2a04f8c9c9b447b5
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Oct 16 04:17:54 2003 +0000

    stable changes projected to devel

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=acee17b079bef8eccf514f7b92fbe85f587db7ac
Author: Jan Janak <jan at iptel.org>
Date:   Wed Oct 15 11:46:23 2003 +0000

    - a typo fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8a5ad4cbac3d7e54bd62a8c5898182f0a8ee677b
Author: Jan Janak <jan at iptel.org>
Date:   Wed Oct 15 08:47:57 2003 +0000

    - "body_lump" changes reverted, sorry.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=357d9f06ef89d030a3754c1f267963a8ed195e26
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Tue Oct 14 13:47:17 2003 +0000

    Add new rtpproxy_sock parameter, used to set path to rtpproxy's command
    socket.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1e9fbf3b6ae0a63e91bee556cf3d8d52a4fa87ca
Author: Jan Janak <jan at iptel.org>
Date:   Tue Oct 14 00:13:34 2003 +0000

    - add_rm lump list split into add_rm (for headers) and body_lump (for body),
      this allows fast calculation of the message body delta to generate
      Content-Length value properly
    - Updated developer's guide
    - updates modules that modify message body to use body_lumps
    - updated tm to process both lists
    - updated msg_translator to process body lumps first to find out body length,
      generate lumps necesarry to update Content-Lenght and calculate length of
      add_rm lumps then

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c10d0bdbb0be4b2bbb76b1de94d906f8f68b743b
Author: Jan Janak <jan at iptel.org>
Date:   Mon Oct 13 21:48:19 2003 +0000

    - Error header field changed to P-Usrloc-Error to avoid collisions

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1d3b70f8a29ceccaa41a1bd082024cdfd513798f
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Sun Oct 12 13:07:40 2003 +0000

    - reviewed and applied patch from Goran Edling
    - two more specifiers %rr and %rs for reply's reason and status

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=27cf39ffbeab9dd62e40276f374318cd1164cbeb
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Fri Oct 10 05:11:30 2003 +0000

    fix: determination of port number ported to devel

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c0deae37837a2dcd0275da8defef3dfd67154d75
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Fri Oct 10 02:19:44 2003 +0000

    typo fixed: s/appned/append

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cc6787cfb87542d2d68e942e55b99001b5b94a80
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Oct 9 08:16:40 2003 +0000

    added known limitation: search applies to original message

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=160545922e8036b820dd5a5c16e2b0fb97476e8b
Author: Jan Janak <jan at iptel.org>
Date:   Wed Oct 8 22:16:54 2003 +0000

    - Documentation updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aab4e8a6374ecc7286466e2ea102dcaa349675bb
Author: Jan Janak <jan at iptel.org>
Date:   Wed Oct 8 21:56:18 2003 +0000

    - API cleanup.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0fe4cd9debd994bc7feabeeb49797b9c5c9b816e
Author: Jan Janak <jan at iptel.org>
Date:   Wed Oct 8 21:49:29 2003 +0000

    - typo fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cf16adae9e7d968e4bb3ffab994d845b563d4d77
Author: Jan Janak <jan at iptel.org>
Date:   Wed Oct 8 21:34:11 2003 +0000

    - second try to fix the bug :-)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d11c5142ef2b1dc00a986eafe13e65e2e9e5e1a7
Author: Jan Janak <jan at iptel.org>
Date:   Wed Oct 8 21:31:55 2003 +0000

    - hopefully fixed bug causing segfault upon exit

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b7f293248c290f7993ffdea9ef2853ca17bd5e9b
Author: Jan Janak <jan at iptel.org>
Date:   Wed Oct 8 13:07:21 2003 +0000

    - Got rid of all the ~ at the beginning of functions that are not supposed
      to be called from scripts. It's a relict.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a12d73be32ed94a2656db0eb7c8c3fede64751a1
Author: Jan Janak <jan at iptel.org>
Date:   Wed Oct 1 21:07:40 2003 +0000

    - append_rpid_hf with two parameters added.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f896d0086650122fb2f9fae317381d2e33831c88
Author: Raphael Coeffic <rco at iptel.org>
Date:   Sun Sep 28 17:11:49 2003 +0000

    fixes 'end of line missing at end of new headers' bug within vm module.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5752b4f0fffed29eb3314fe786e2f2638daead36
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Sep 26 16:04:40 2003 +0000

    - modules name switched from cpl_c to cpl-c
    - more stuff about logging cpl errors back to the user

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9e9d7c82538c733c45c322314cc70145f22bb2b3
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu Sep 25 09:47:09 2003 +0000

    - Only require usrloc module if natpinger is enabled;
    - only apply fix_nated_contact() to UDP contacts;
    - send natpings to contacts without explicit protocol specified (UDP is
      default), that fixes natpinger for Windows Messenger;
    - reduce diff with Porta's own version of nathelper.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cf6c5b481858b6c13474ca5cf217c413d737336f
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Sep 25 09:14:23 2003 +0000

    - duplicate MODULE_VERSION removed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4d2729fe2ca2f226a9a56531350abe83ca67289f
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Sep 23 00:25:15 2003 +0000

     - additional files for logging support

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9e304dea6c113f10ba61d0e770bb2edc2ccdcf98
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Sep 23 00:23:36 2003 +0000

    basic support for logging (back to the user) the result of uploads

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=716ffc0a379322fb78f8dee4feb0ead3e035bd58
Author: Jan Janak <jan at iptel.org>
Date:   Fri Sep 19 08:27:12 2003 +0000

    - support for flags in usrloc and registrar

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d95eff15c7e58707262a8d3856b145d503f98c0b
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Sep 18 08:30:38 2003 +0000

    - removed duplicated file

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ea8c2973d3a9df587dfe55da0ce4a8d595085483
Author: Jan Janak <jan at iptel.org>
Date:   Tue Sep 16 21:37:23 2003 +0000

    - letter case problem fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7584e6d15213be3b7064b8967be6b1dfd67c3f50
Author: Jan Janak <jan at iptel.org>
Date:   Tue Sep 16 18:55:07 2003 +0000

    - another mysql library directory added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=12bff19f5073a313c9069c3d9e055f49caef31d9
Author: Jan Janak <jan at iptel.org>
Date:   Mon Sep 15 22:34:49 2003 +0000

    - handling of DB_BITMAP added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=087c8c8739892ba1c97c16ca6be6ff4d26ba06ac
Author: Jan Janak <jan at iptel.org>
Date:   Mon Sep 15 19:47:02 2003 +0000

    - Applied Jakob Schlyter's Rpid patch.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0dd88a0eaefe2417cd5e1121f5b5b9fde29b32f5
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Sep 15 15:16:59 2003 +0000

    - docs in docbook type along with the generated README

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9b6c6de67898148640f2e868da9dde0e4bef9a41
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Sep 15 12:38:33 2003 +0000

     - just the README

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=22a8de0adceb60812129844438d8da6f1cd77b5f
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Sep 15 00:45:41 2003 +0000

    log level changed for errors to L_ERR

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=df0904da6fea02022932164de203bc217a1ef63e
Author: Jan Janak <jan at iptel.org>
Date:   Sat Sep 13 11:29:24 2003 +0000

    - more sanity checks

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9351ebfb363e93f97d3d881d256c9325d85def62
Author: Jan Janak <jan at iptel.org>
Date:   Sat Sep 13 00:20:06 2003 +0000

    - sanity check over username

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9f0828b2ca89dea3d3ee5a05da7ad76d1d017b95
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Sep 12 16:22:15 2003 +0000

    - patch file for tm ( new transaction callbacks )

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c372be49d0834fecdd826b67948ef5d85a89dc78
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Sep 12 15:48:17 2003 +0000

    - when doing redirect, the msg which I'm working with can be in private memory
      or is a clone into shared memory (if I'm after a failed proxy); So, it's
      better to removed by myself the lump after calling t_reply()

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8e01903fd68479062f4591934f58c4e36a4a8c43
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Sep 12 15:38:56 2003 +0000

    - script download via Register added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=112bd7416a2a6780f719f66790567a89b8692138
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Sep 11 22:33:32 2003 +0000

    -new stuff for downloading CPL scripts via REGISTER

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e69c3f5168e4547be787f9dfa833ad5ef68e6161
Author: Jan Janak <jan at iptel.org>
Date:   Thu Sep 11 22:03:58 2003 +0000

    - RADIUS beautification

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2f6cfd0cf10247472c80b2df2145efa86eb0178d
Author: Jan Janak <jan at iptel.org>
Date:   Thu Sep 11 22:00:27 2003 +0000

    - RADIUS beatification

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=04deb6cfd0ffaba8a63f74bc3d050394093664f6
Author: Jan Janak <jan at iptel.org>
Date:   Thu Sep 11 21:53:36 2003 +0000

    - RADIUS beautification, attribute names aligned to the spec

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a7b5a44298046b45f28fd03f1c131ed859d856f7
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Sep 11 19:47:06 2003 +0000

    - updated to new build_lump_rpl() function interface
    - when extracting username from NEW_URI, RURi, TO, TO_HDR parse is forced

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4fabd1b7efe46f82498e8dfdff2e5a578707485d
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Sep 11 19:46:00 2003 +0000

    - updated to new build_lump_rpl() function interface
    - updated to new build_res_buf_from_sip_req() function interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=12ef750d1b96078edba615b1f4f98957122b778c
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Sep 11 19:44:16 2003 +0000

    - updated to new build_lump_rpl() function interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2ffea394be4df3dd2a18f0ee8803ae67a1d0a3a0
Author: Jan Janak <jan at iptel.org>
Date:   Thu Sep 11 18:18:35 2003 +0000

    - Typo fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=91ad084a307e81094cdbfebf11116f541d6637d7
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Sep 11 13:43:24 2003 +0000

    - CPL script remove via REGISTER added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3e3355d9a5b52335120464eddd49a9f663f9affc
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Sep 11 10:53:15 2003 +0000

    - CPL scripts upload via REGISTER implemented

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c9b98abc7800bcfcd2b46f8123dd45168a4ad34e
Author: Jan Janak <jan at iptel.org>
Date:   Wed Sep 10 23:04:57 2003 +0000

    - more verbose when something goes wrong with radiusclient library.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=be8ab873ec747cc2bdc886f8fa41e3298c6a5ce4
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Wed Sep 10 22:49:37 2003 +0000

    module version introduced

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=74ce7c9916471b8f1705a876ac7e4bc7f4c8088c
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Sep 10 17:15:25 2003 +0000

    - just some LOG messages

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=73eb78d3cf759f0d99dcf560f0b5c26b68863f4e
Author: Jan Janak <jan at iptel.org>
Date:   Wed Sep 10 14:38:54 2003 +0000

    - HA1 wasn't calculated properly if username contained domain and calc_ha1
    was set, fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=55e01888e69996ffbd4be3f7e6dd775282f747b1
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Sep 9 17:31:03 2003 +0000

    -more memory free on shutdown

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ded1a203b8b654737e00ce05b57a696b72a2888a
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Sep 9 16:33:43 2003 +0000

    - recurse added for proxy node

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9d1e8b98643a1b370158f29b03f3a1d92e7b9017
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Sep 5 12:37:34 2003 +0000

    -support added for recurse proxy
    -add_location() can duplicate the param location if requested

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=245357baa6f7b8f8abe9ed371e459b32083c927c
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Sep 4 15:07:58 2003 +0000

     - some optimization in setting TimeZone via putenv()

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=69e88f9c955e47606486ed00ca9a1f36c3bb1d2f
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Sep 4 14:37:18 2003 +0000

    - inline functions switched to static inline

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5a31762556810b4261c76dbdf1e7c2372c4f2e25
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Sep 4 14:12:56 2003 +0000

    -libxml hdr dir added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aa3c71c34aad6febad5f285f78c332bc3950d69a
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Sep 4 14:10:57 2003 +0000

    - more type corrections

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=64b49597b8afa2f5ce93b227961ed11ae7071d35
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Sep 4 13:48:15 2003 +0000

    more and more typo fixed - because of sun cc

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=de4a6b49ff4c42daf44e4a3ed897651d4541074d
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Sep 4 13:09:34 2003 +0000

    more typo fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cd2604389c55a73f293e87196262da579195a915
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Sep 4 13:02:46 2003 +0000

    -more type fixed to make cc happy

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=43134ac61c782c31ef9e224f2c8aaabfaec869b2
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Sep 4 12:48:21 2003 +0000

    -sun cc warnings fixed;
    -__FUNCTION__ define replaced with __FILE__

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=70e23cc460490c8e45bb18af2ffc402c03dbb4ca
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Sep 4 11:21:47 2003 +0000

    -some updates required by libxml->libxml2 translation
    -some warnings fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ba1cb664df40fbf43b0ba3acfc70705aef0618d0
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Sep 3 17:42:10 2003 +0000

    -switched from libxml to libxml2 (covers more OS)
    -typo fixup on Solaris
    -setenv() replaced with putenv() (more portable)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c8a421cf3d1a67c8ec399db02cc080adeebce286
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Sep 3 17:13:57 2003 +0000

    - replaced /usr/local/etc/ser/ with CFG_DIR

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b98af8ba913aaceeead0889cb342f4de435669d7
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Sep 2 16:08:57 2003 +0000

    -time switche takes into account user Time Zone
    -bug fixed in time matching (DST included)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cf648820a1039f6882e4c96b3d3c3665a4445369
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Sep 1 17:44:12 2003 +0000

    - binary format alligned to 16
    - standart format for INT and STR attributes
    - more and more testing adde to avoid BUFF. OVERFLOW and to detected corupted
      scripts
    - binary format use network order for INT (arch. independent)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9c67c5fcab61964a303f120566a66134fc8e1243
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Fri Aug 29 19:00:56 2003 +0000

    docbook documentation

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a167cb9ec34dd79ae8c0afa9f7668089f40cb9f6
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Fri Aug 29 18:56:20 2003 +0000

    Readme and Makefile for diameter module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bff4b600182630879abb78723b81596d1ba178e9
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Fri Aug 29 18:55:15 2003 +0000

    diameter authentication and group membership checking support

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=938964c3e452e0f7811f2c0a2222ad8d32e0ae90
Author: Jan Janak <jan at iptel.org>
Date:   Thu Aug 28 21:41:52 2003 +0000

    - lookup returns 1 when append_branch fails

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e2cc99fa3ceda42cdee79a4737aec7efb05c1a4f
Author: Jan Janak <jan at iptel.org>
Date:   Thu Aug 28 20:49:49 2003 +0000

    - minor beautification

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=18bd995eb5cbfea9c7c99031c8a6c53c2f4426e4
Author: Gabriel Vasile <gamma at home.ro>
Date:   Thu Aug 28 11:24:32 2003 +0000

    Now exports can be called from onreply_route also.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8c7a5c3e66f4d9c0e3b1a8b06c6f48281ec35d76
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Aug 27 16:10:24 2003 +0000

    - xlog buitl by default
    - xlog minor 64 bit warnings fixed
    - get_out_socket from size fix
    - prin_cseq_num fix

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7ad3ee61ef953b549f0a1c72b27311dcdf3f623d
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Aug 21 14:26:03 2003 +0000

    - XML parser optmize - DTD loaded/parsed only on startup
    - some cpl encoding cleanup

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2047654523b375cb2f3de5fb25f79a7883ec01ac
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Aug 21 11:43:21 2003 +0000

    - for user not found in db, or found with an empty script, no error will be
      generated anymore, but ser script will be mormally resumed.
    - before starting script interpretation, 100 is send back.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8b69464398195d930c58e1dc204a37a83ce9af81
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Aug 21 10:57:23 2003 +0000

     - fixed mem. leaks in acc_ {db,rad}_missed, sip_resolvehost, receive_msg

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ae1f1bb52e575f00e85126c5ed7dbd3f94fd2e9a
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Aug 21 10:50:44 2003 +0000

    -fifo command added for removing CPl scripts from database

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c3bec5053c68e7e833c773460b2ee4d73202503f
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Aug 20 18:25:46 2003 +0000

    - removed some debugging info + typos

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=79aefc2030a35593fcf6be102510669ce3aada92
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Aug 20 18:21:12 2003 +0000

    -  textops subst_uri added (like subst but works on uris)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b38330af0f53dc5561312dd480e7465fe0e3ac5c
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Aug 20 14:17:57 2003 +0000

    - re fixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=00274ca6fc0370fa05d380ea4d95adb97ac15304
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Aug 20 13:36:38 2003 +0000

    - re updates

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ec573df1bd5ee8a07b5f4216354e079131217251
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Aug 20 11:25:00 2003 +0000

    - exec_str parsed_uri_ok fix
    - comment added to sip_msg new_uri & parsed_uri_ok  members

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cf42976a5493f5e551d270a0567a81b36d794d1d
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Aug 19 17:53:46 2003 +0000

    - sed like subst re support
     (see textops subst('/re/repl/flags'))
    (don't use yet I think I have still some fixes to do)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d0431ebfe63aa203ca03226b18646eb6520ded9d
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Aug 19 17:11:36 2003 +0000

    - first fully working version of the interpreter! still a lot of testing a
      debugging to be done! - DON'T try to run it - it won't work! It needs a TM
      patch that's not yet on cvs!

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=23ae6d47c0263b0018d695c1388e5a76fe860d04
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Aug 15 18:00:04 2003 +0000

    -final stage for proxy node

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=92ae449dc934bd79bbf52f232c0ed8bbf1d8bd51
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Aug 15 14:19:18 2003 +0000

    - *_realloc(0, size) fix: in DBG_*M_MALLOC mode a *_realloc(0, size)
    would  generate an abort() although this is perfectly legal (thanks to Bogdan)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a9142623324b571b1d21fbd12aa2b1d3dafd208d
Author: Jan Janak <jan at iptel.org>
Date:   Thu Aug 14 13:21:43 2003 +0000

    - use_domain bug fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9caf6d9bff70cd4d3cba9fb82734847df580c4bc
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Aug 5 11:16:09 2003 +0000

    - addapted to the interface for parse_content_type_hdr function
    - basics for upload/download via register added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ed4dbe76ff00e8acde976cda92ebf9164cd0b835
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Aug 5 11:14:28 2003 +0000

    - addapted to the interface for parse_content_type_hdr function

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d7d1e3aeed2a669db2fb2c4374f3474891fc7c8e
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Aug 1 17:04:36 2003 +0000

    - parser for Accept-Language added
    - language switch fully implemeted

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cfef5046091e8c3106e2296c804317e541de5611
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Jul 31 17:38:36 2003 +0000

    - location set is keept now ordered by priority
    - hdrs duplications added -> needed for moving the interpreter between
      processis when doing proxy
    - lookup node implemented

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bba795d9126f62cd28196ec1c59e1c65a75c53ea
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jul 31 15:58:55 2003 +0000

    - doc updated.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9c7bce9fc690eef135086484a19d896a83c8c017
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jul 31 15:43:33 2003 +0000

    - rpid vegastream gateway problem fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=37d4c3181c97385e0da17f3ec545d0d9819835a6
Author: Greg Fausak <lgfausak at august.net>
Date:   Wed Jul 30 16:29:00 2003 +0000

    Changes to compile under debian.
    Also, MODULE_VERSION now creates an error condition instead of
    a warning, so it is needed for the postgres version of the code
    to run.
    These changes came from Alex Mayrhofer, checked in by me.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0b1aa581b253f39ee2476b6766bd07a1f152217f
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Jul 30 13:29:37 2003 +0000

    -some proxy support

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=312040845e3882984d15f2759209ea80e396efab
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Jul 30 12:22:56 2003 +0000

    -NOT-PRESENT node added for all switches
    -logic for missing hdrs added -> releated with NOT-PRESENT subnode
    -basic support for proxy node

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4d2aa1e18cf32bffb9066f6b7a8133ee0956157f
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Wed Jul 30 09:30:47 2003 +0000

    Fix on Solaris.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=74c6c351e1ef9af70b6e9542b9faf4cbe40f9d5e
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jul 24 18:17:16 2003 +0000

    - docbook documentation template.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4ccfa621820b7acb0c7d45ca3d326a31125a084e
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jul 24 18:12:41 2003 +0000

    - removed ~ files accidentally added.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d0eddaee8129ae8b404f214568e044b680c8a593
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jul 24 18:11:47 2003 +0000

    - docbook documentation.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=03d2aa4ec3af60e88a75c7533d9d4c4591e89475
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jul 24 17:57:40 2003 +0000

    - docbook documentation.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f9b039d2abadd3f5fcbe26f7f052a39cb831d3a3
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jul 24 17:05:01 2003 +0000

    - docbook template

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8d82f17d7bef01f7373f52aa3767bbd425f3e673
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jul 24 16:57:29 2003 +0000

    - docbook template.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=baa6227018a1e5cd40f543e4a8eeeff87f96f0d0
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jul 24 16:52:14 2003 +0000

    - docbook template

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b5a90a01c81a413b65e700804d681a2d2e9a6cec
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jul 24 16:47:52 2003 +0000

    - docbook documentation.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=52f06baaecaab45b6343e86fa7bbf7bfb78a145b
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jul 24 16:35:42 2003 +0000

    - docbook documentation.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1c7b7669934de542f0b0a36032cca0d78a36af67
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jul 24 14:10:55 2003 +0000

    - docbook documentation.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=99371624c36a7bfd2ecec660331ee38ff59fb550
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jul 24 14:03:47 2003 +0000

    - docbook documentation added.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8515c1966f66c4315aadbfc4f6af68c4772ab130
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jul 24 13:12:01 2003 +0000

    - docbook documentation.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=882fc8ce8781a1dfc0d9b2ef3b456620e0256a1b
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jul 24 12:07:04 2003 +0000

    - docbook documentation.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=92d7a92d4df18e05bfd327bbeef1428ca5bd34ac
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jul 24 10:57:54 2003 +0000

    - docbook documentation.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=abf60acd654577cbc7b95c4c99a1016043fc1d9e
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 23 21:17:46 2003 +0000

    - docbook documentation.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7449ba91f762685edef5c189b793027e190350dc
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 23 16:20:07 2003 +0000

    - docbook documentation added.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f206bf3ddfcfe4f185ca201484a63df14add1c2b
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 23 16:19:31 2003 +0000

    - docbook documentation

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=026c61451efadc977de6f1a57a425db37f905b27
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 16 18:06:50 2003 +0000

    - docbook documentation

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=eb75bb721881f2736ff18c03e32b8a7e9622f654
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 16 17:25:09 2003 +0000

    - docbook documentation added.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=205419116af9e6ce307a44e726245b034c907c56
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 16 16:38:18 2003 +0000

    - docbook documentation added.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=07f071139a2d36b80bee8a1cb251bb1d2e653a24
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 16 15:59:44 2003 +0000

    - docbook documentation added.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b2edaf4fd3dc995c182bdf4d6639526da5f2bc41
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 16 15:17:04 2003 +0000

    - minor bugs fixed in the documentation.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fa00cf958c9bf1f4a726b6635f3ec352d71792c9
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 16 14:47:09 2003 +0000

    - README converted into docbook

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=42f9e018b3bb85f0d948435030828aeb5fd27e6d
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 16 14:26:15 2003 +0000

    - README converted to docbook

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2956da5b57bd37e7207090c657b8c34c2d302ca1
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Jul 15 10:05:23 2003 +0000

    - support for user part of URI checking (compile it with: -DENABLE_USER_CHECK)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b5fcf10b0ab7c5d2793ad718ca1f437548359b2f
Author: Raphael Coeffic <rco at iptel.org>
Date:   Tue Jul 15 09:00:43 2003 +0000

    introduced function name within the command parameter (the 2nd one).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=973a4974a8a233bb1946e7db0244faafa9f63845
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 15 08:08:41 2003 +0000

    - group_radius README converted into docbook

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=045879544a3d5728ea8291e5d0858f737d58ec58
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 15 07:52:16 2003 +0000

    - group module README converted into docbook
    - URL entity added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b705ea9d5bae7ed3e87054a1d28209234e70b42d
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 15 06:36:45 2003 +0000

    - exec module documentation converted into docbook
    - small template bugs fixed
    - exec README updated from the docbook

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3770334aed0c01b9a18bfcdf95fb99c467efc1a8
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jul 14 21:19:21 2003 +0000

    - minor updates to reflect filename changes.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=979d16f4f473ace8443eb2610b808a310e3253d1
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jul 14 21:05:11 2003 +0000

    - README updated.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=deee72b97f36d2f891259662973c9c2833525874
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jul 14 21:03:05 2003 +0000

    - added module specific prefixes (a good idea of Daniel).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a5b32295f6df9ad370c7ff0f7dfdd2794d6eefbe
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jul 14 20:19:28 2003 +0000

    - README generated from the docbook documentation.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4fa45bc613d42b5fb5ea5bba889fd92f3b87a256
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jul 14 20:17:19 2003 +0000

    - README generated from docbook

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=820ce582e48abea77ea1ccdc1244c22f7d2cdd00
Author: Jan Janak <jan at iptel.org>
Date:   Sun Jul 13 13:52:49 2003 +0000

    - removed doc/README and updated acc/README (thanks to Daniel)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a9bcce337ffcd4e2632b46767694e0dbc898f870
Author: Jan Janak <jan at iptel.org>
Date:   Sun Jul 13 12:59:06 2003 +0000

    - fixed missing RR_FROMTAG reported by Konstantin Khudyakov

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a31a2aba9bfb75c5b737b0be9bb73f81c4c543ad
Author: Jan Janak <jan at iptel.org>
Date:   Sun Jul 13 12:42:24 2003 +0000

    - removed acc.ps accidentally added.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2098ced9c560fb7ef09597033bf3e96b2b2a91ff
Author: Jan Janak <jan at iptel.org>
Date:   Sun Jul 13 12:41:45 2003 +0000

    - docbook documentation added.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1c9bed06ab8631d784fba2496163e82341daf6db
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Jul 10 00:03:03 2003 +0000

    option for use of localtime introduced

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=46cb6e6f37d9791f39ba864c44902b1f4350ea6d
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Wed Jul 9 14:18:18 2003 +0000

    ip source added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c2b6589f0d0cde481539bf4b97a682eedc1cf93e
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Jul 8 12:28:11 2003 +0000

    - fixed null value bug (thanks to Jiri) occured so late due to Bogdan's fixing for NULL values in mysql module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=10dfc17180e374d292c362d0e579b8277bf425b0
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Sun Jul 6 13:58:17 2003 +0000

    Fix a typo in the error message.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=407777d01cd773b736ab351d58fb06e0304639b5
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Sun Jul 6 13:43:09 2003 +0000

    Set sun_len on non-linux systems.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=68aa7c2d697c53f3a37fd00d933e703f6f29071e
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Sun Jul 6 13:39:23 2003 +0000

    - Add force_rtp_proxy() function;
    - update documentation;
    - add example config for RTP proxy.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e164f6b28006d99c39baf9547e41346bdc75a804
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Jul 3 23:05:41 2003 +0000

    graceful destroy

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ae888cb54da4d6494b5e6b28d833c2c63d53002c
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu Jul 3 21:42:49 2003 +0000

    Update to match an updated Contact hf parser.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dcf120415cf58608c564a01ad89b55a0b23d1733
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Jul 3 21:00:11 2003 +0000

    FIFO_VERSION conflict removed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ef163c8fc1ca011f6a7dbcf08bbf52a231ff77c6
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Jul 3 17:33:18 2003 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ab00b66756ce12800be89fb86e3ec308ead37767
Author: Raphael Coeffic <rco at iptel.org>
Date:   Thu Jul 3 16:11:44 2003 +0000

    FIFO version introduced.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e6aa95f60d839a6fdc66e377b13e54db5fe4c786
Author: Raphael Coeffic <rco at iptel.org>
Date:   Thu Jul 3 12:32:46 2003 +0000

    updated to the last state.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=23f330d976b229b0bf7ce577ccff99af6d421760
Author: Raphael Coeffic <rco at iptel.org>
Date:   Thu Jul 3 12:17:56 2003 +0000

    Some parameter have been added:
      method, additional headers.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=259024347c735d5af7e8c5202f419daf063d9251
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Jul 2 20:47:05 2003 +0000

     default actions implemented

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a2610f8dd965fc2606f7b8755eff5c5a1756328b
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Jul 2 20:44:13 2003 +0000

     one debug mesage commented out (it was screwing up the terminal when printing
     BLOBs)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e01c64790da69185d7412334fec6488dffa4ee08
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Jul 2 20:09:43 2003 +0000

    default behavior partial implemented

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a98061d84871246fbba544c9c33bd824b843ec8e
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Jul 2 16:22:47 2003 +0000

    -mail and log actions implemented;
    -support for DEFAULT ACTION added;
    -generic error splitted into SCRIPT_ERROR and RUNTIME_ERROR;

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2ae4ed7b92639dfb850d8de0896d3f16f9b82b22
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 2 14:49:47 2003 +0000

    - Error reporting fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ea60330f163d38bd963119ab7d8656b3a35d9c44
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 2 12:41:28 2003 +0000

    - removed print_contact accidentaly commited

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0bbdec3c33ae474f984a5b1c52cc221be7d9d84c
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 2 12:11:25 2003 +0000

    - the file is not needed anymore

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f0e9d6a4d2d1bcbe696acdaa2f8d9f47eccc9007
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 2 12:09:18 2003 +0000

    - adapted to the contact parser changes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=457d29b844eda3a84ce066da4263f72734b5bd17
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Jul 2 11:44:28 2003 +0000

    the module keeps trace of its own processe and when module_destroy is called,
    if this process still leaves, it will be KILLED!!

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d24ea99d9fe171612a6191e1326f313d2c0cc3b2
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Jul 1 14:26:31 2003 +0000

    - added comments about DB URL form

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2524aeb63f21dc2a304c2e213eaf986b64c1f21c
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Jul 1 14:25:53 2003 +0000

    - added note about how a db URL must be when using dbtext

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=63f8c9d8988e437c299dd472934961452c8931c9
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon Jun 30 15:48:44 2003 +0000

    - merged from stable (rel0_8_11):
          - kill_all_children (fixes 'we kill our launching script bug ')
          - debian updates
          - tm & sl destroy when not init fixes
    - ver no. updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=496d881f0852e5fff4a5be8e0abc18b2d39fa2e2
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sun Jun 29 20:20:06 2003 +0000

    destruction now works even if start-up process did not complete well

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1df5ef5325435d7310f01104d5b4e23823b696a5
Author: Jan Janak <jan at iptel.org>
Date:   Sun Jun 29 19:19:52 2003 +0000

    - another rr bug fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=92aaf94648b5cdf2fe5f93a505304b9ed522c610
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Jun 27 18:13:31 2003 +0000

     logging added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f507eb0a75e7dc2363b947a786cbc8e680d488ec
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Jun 27 15:08:13 2003 +0000

     more stuff

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=18179930ca8b1ea68d03200446506d894ee7c251
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Jun 26 13:26:58 2003 +0000

     time-switch added
     more buffer overflow tests added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e7a08780ab131f36de7ad209065fad49bd4dcf82
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Wed Jun 25 14:23:55 2003 +0000

    accounting disabled by default now -- flags must be explicitely set

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5d728a90bd7ea17321c04cb289477e6fac633d0d
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jun 25 14:14:05 2003 +0000

    - loop bug caused by rr fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=812e30e70dcf6e7edc7b9c39a6442f3706506692
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Jun 25 13:35:18 2003 +0000

     priority switch added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9b4f27e30471832fcc4557f5c36c8f8aceb4de07
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Jun 24 18:52:48 2003 +0000

     more stuff

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dadc1d3ab14efbc5c62318edbcda0c1277f4d724
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Jun 24 14:34:51 2003 +0000

    aux. files

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7498d697a652c0646e638dfb31f277693e71d899
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Jun 24 14:28:32 2003 +0000

     more devel.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5f643ae8e5a665c376649c16b164aaaedd20f816
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Jun 24 13:39:19 2003 +0000

    - docbooc documentation added
    - README updated accordingly

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c99c5f78a43a6197f7806ba96eff04a2567baf83
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Jun 24 13:38:05 2003 +0000

    - docbook documentation added
    - README updated accordingly

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=56c1d1e5280210863053c44756668185f881e20d
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Mon Jun 23 19:32:01 2003 +0000

    Port argument for hostent2su need to be in host order not in network one.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7803bac49a95ccc247fb5e7285fe45e6b3dfcfe0
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Jun 23 15:38:48 2003 +0000

    some development

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=61ad6427cfdbcb9eae8c9a10c15e8065866d1883
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Jun 23 15:04:56 2003 +0000

    - DBG replaced with LOG in some places of mod_init and init_child

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2b90fdaaf13ff64f4ab7e380e92246c5beae23ed
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jun 23 10:46:59 2003 +0000

    use_domain parameter added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=848b7fcf737eb4641c1641d7294f39bc1dfcb0a3
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Mon Jun 23 09:30:58 2003 +0000

    format parameters of the module removed; now xlog and xdbg take the formatted
    string as parameter

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f7f2f165aabc32c6490f09a06b2f94a37e132b79
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Fri Jun 20 14:23:25 2003 +0000

    exec command permitted to be executed from failure_route

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ff421272bedeff5f28d3859bb9918a89e30ee00e
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Jun 19 16:17:06 2003 +0000

    - hopefully fixed the RH9.0 bug: starting too many Jabber workers (reported by
      Daminen Vicq <vicq at research.bell-labs.com>) --
      possibly result of the SIGCHLD handling -- man waitpid, section about ECHILD

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6ad2e028d728c6d9ac8c7502d7e799d9cc9a82f3
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Jun 11 17:41:19 2003 +0000

    - code clean up

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4f923c03389ea5dbc864692bffdbb591351e62b8
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sat Jun 7 07:48:09 2003 +0000

    ... and a link to Cisco documentation introduced

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cc8d679e335172e90c73debc3efa1fca5cd0786b
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sat Jun 7 07:45:04 2003 +0000

    added a note on devices that have been tested with nathelper

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=03a5eb2e186651c467e7689f16a7cc29c9684ddc
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Fri Jun 6 17:04:46 2003 +0000

    - first parameter of xlog matches the log levels defined in dprint.h

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a9b9be564d931c439503b610d06503df709d9541
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Fri Jun 6 15:03:05 2003 +0000

    added MODULE_VERSION

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=40b02f54b50a5fc12b00764504254622bc0ca0d9
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Fri Jun 6 14:54:13 2003 +0000

    formatted logging module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=25c702a8dac5da6f4207833f606686dc25cc0166
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jun 5 21:07:51 2003 +0000

    - find_last_route bug fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2d6faa52ff6bbf9bc5effb1a36651905edbdc20f
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Jun 5 17:13:26 2003 +0000

    - the macro XJ_ADJUST_SIPADDR is replaced with fuction 'xj_extract_aor'

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0e59e05a2b728641859742bea17d7858150a5e83
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Jun 5 15:45:37 2003 +0000

    - fixed bug: 'dbt_row_match' was returning true when comparing two values and
      the first one was less than the second value (reported by Gabriel)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=eab2eef2c9afd5a48d95e93623a7e3ef3c06025a
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Jun 2 15:41:21 2003 +0000

    - cvs id added in top of files

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f0319144694ecc34303d87c8f1111a9604203397
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Mon Jun 2 15:09:41 2003 +0000

    renamed to README

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5a2940fd6089668340cf03db4a2d3ce433ff9433
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Mon Jun 2 15:06:05 2003 +0000

    Readme renamed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a3fb150b0257e08023ed7a0bab2b63166385cbad
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Jun 2 14:52:44 2003 +0000

    - replaced with README

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6af8485b433400588cc348e16204b9949f85b73b
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Jun 2 14:51:50 2003 +0000

    - Readme => README

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dea80792367b160521d62540ab5471a8d458a470
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Jun 2 14:50:47 2003 +0000

    Readme => README

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1eb68909a121582361d09547687b64d5e0f355c9
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jun 2 14:48:20 2003 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7ca307235631232f96cc7964e84134ccae4e0195
Author: Raphael Coeffic <rco at iptel.org>
Date:   Mon Jun 2 12:07:15 2003 +0000

    contact parsing fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=77fa782d1d03023f07451884df23ac81805f85c1
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sun Jun 1 00:43:04 2003 +0000

    lookup permitted from reply_route

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ea57c1a2a3d51aee96f464bc97413175ab391259
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sun Jun 1 00:09:45 2003 +0000

    s/missed_flag/log_missed_flag

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=785f48847c64f3a9f29b6bed882a52b912157446
Author: Jan Janak <jan at iptel.org>
Date:   Wed May 28 14:35:49 2003 +0000

    - domain_suffix parameter was not used (reported by Jan Ruzicka)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=68338d6be2b2528d3d9eaca7d0058f6fbceb1e66
Author: Raphael Coeffic <rco at iptel.org>
Date:   Tue May 27 20:14:45 2003 +0000

    Parameter 'next_hop' added. Check out last Sems version to stay compatible.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6a7ef0b7da1ec650488d50deb31579a7c4e4e270
Author: Raphael Coeffic <rco at iptel.org>
Date:   Tue May 27 09:41:05 2003 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=656ead0648e03193f5f7c9b8ce0cd5f67a6b563f
Author: Raphael Coeffic <rco at iptel.org>
Date:   Tue May 27 08:52:49 2003 +0000

    fixed pb '400 invalid r-uri'. 'Contact' gets parsed for uri.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=319462a0b782ffd83750ebd2779b4ff446125874
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon May 26 15:24:45 2003 +0000

    - netbsd64 warnings fixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=610c8843f01d2ae89ac7b4cecf9429a0c75bd227
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon May 26 13:05:57 2003 +0000

    - in str2val() the 'nul' field is explcitly set to 0 if the value is not null
     (db_val.c line 154)
    - in get_columns() a switch brach for detecting BLOB type was added (db_res.c
      lines 94-99)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d688503ddfcd3bf06a468d5f7bdb70dbf467c5ef
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Sun May 25 17:49:07 2003 +0000

    Commented MySQL and Radius support to fit the Readme description
    and to enable compilation of acc without radius.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=798cb6a20f9ad26d59d2abd58963b8c5bd5fc840
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri May 23 15:59:56 2003 +0000

    - freebsd compile fixes (mostly missing includes)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5955983e3b11d242d1a68ad6945780e9dfb23a3b
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri May 23 15:43:42 2003 +0000

    - updated all makefiles (now 'cd modules/foo; make' will link with the
    proper libraries). Please add an "include ../../Makefile.defs" as first
     line of the local module Makefile if your module is not on the cvs)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9debf5aab16c1635e2aa5dc0dfb9225437061602
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue May 20 17:30:39 2003 +0000

    - icc warning fixes (caught also some bugs like unsigned < 0)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f54f928ef8e75aefbfd36e9d8292d78b80c1d24d
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue May 20 16:53:16 2003 +0000

    - gcc 3.3 warning fixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b2bf12f4633b2563ee654bf47b3e9eb4bfa97414
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue May 20 16:47:37 2003 +0000

    - parameter converted from int to time_t for compatibility with 64 bits
      architectures (thx to Andrei)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d63b443f757c9d4a705a7987f3ae987da8d82e81
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue May 20 08:58:05 2003 +0000

    - code cleaning

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9fbf659f1ae5011e518738b9cb3b1fcb34ee15e1
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon May 12 15:42:43 2003 +0000

    MSILO module
    - a new parameter 'use_contact' specifies if the module will use the contact
      address from REGISTER to send stored messages -- some UAC(s) puts broken SIP URI
      inside Contact header. By default is 1 (on).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=610dad0f81cb677aff1fbeaa310d9ad66f44bef1
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon May 12 15:35:59 2003 +0000

    XJAB module
    - the sip address that is used when sending info and error messages can be now
      set using the 'registrar' parameter -- default is 'jabber_gateway at 127.0.0.1' --
      the old format 'sip_to_jabber_gateway' may not be accepted by some user agents

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1f57966c38d9dc0e259bc1a6be23d4866c0b2e65
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Fri May 9 20:43:24 2003 +0000

    Added module version

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b610fa34c9d8ca0d02a05eff749464a0a5758cdd
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Fri May 9 14:25:40 2003 +0000

    XJAB module
    - parts of the huge function xj_worker_process moved in xj_worker_check_{qmsg,watcher}

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b5009f40d0f726516d74fbb631e9f9eff868f5da
Author: Jan Janak <jan at iptel.org>
Date:   Fri May 9 13:53:07 2003 +0000

    - sun cc warning fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6d2d861f00d68238a9f9475a08720c1e4be29098
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri May 9 13:44:47 2003 +0000

    - more sun cc warnings & error fixes
    - GET_RURI & GET_NEXT_HOP return now a str* (instead of str) -- sun cc does not like
     thinkgs like & ( (bloat)?foo:bar).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=307bdfe4ba45b782569c866f8995594491df7df2
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Fri May 9 11:23:40 2003 +0000

    XJAB module
    - new presence status code: terminated -- used when the connection with Jabber
      server is closed
    - code cleaning

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e656c26fccb8589868d1794d537eab582be11bcf
Author: Jan Janak <jan at iptel.org>
Date:   Fri May 9 00:19:04 2003 +0000

    - ZSW added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a09af73ca93eca837523b88caf59de003ace5ec0
Author: Jan Janak <jan at iptel.org>
Date:   Thu May 8 17:02:55 2003 +0000

    - first NOTIFY will contain state closed (thanks to Daniel)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=047ca06b4bd81ef4fe47138bd8db076ddecf44c7
Author: Jan Janak <jan at iptel.org>
Date:   Thu May 8 13:20:14 2003 +0000

    - rpid length bug fixed (reported by Juha)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c2b99d6ad752618a3f6696e6c4f80dd1fdd9f37c
Author: Jan Janak <jan at iptel.org>
Date:   Thu May 8 02:48:42 2003 +0000

    - double NOTIFY problem fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e9a3dd3a43d0a7d487d8f22b92be429ba6814e38
Author: Jan Janak <jan at iptel.org>
Date:   Thu May 8 02:40:20 2003 +0000

    - docbook documentation (converted README for now)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3800acef4e2bc773337943556127f32ad96efaba
Author: Jan Janak <jan at iptel.org>
Date:   Thu May 8 02:16:14 2003 +0000

    - docbook documentation (for now converted README)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7fa63cbd664182958475e4c56813e38f3576a8b1
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Wed May 7 13:03:18 2003 +0000

    Added fixing of maxfwd value > 255

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9913ddae473651f535320bac79cb4534c7b1ff77
Author: Gabriel Vasile <gamma at home.ro>
Date:   Wed May 7 12:39:09 2003 +0000

    Replaced memrchr, which is not POSIX, for portability.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b6b2f9801a118d331d92477817882301f6f83887
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed May 7 12:05:08 2003 +0000

     - warning fixes on solaris/gcc

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=71adf6771f00aba065ba68547403e7d419b9b994
Author: Jan Janak <jan at iptel.org>
Date:   Tue May 6 15:09:28 2003 +0000

    - README added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d30702445f573407d9158edb52da4b8781a34602
Author: Jan Janak <jan at iptel.org>
Date:   Tue May 6 14:53:19 2003 +0000

    - README updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d53cc23fa13b99fac07a9f4ec5e4f2c9418037e6
Author: Jan Janak <jan at iptel.org>
Date:   Tue May 6 14:47:41 2003 +0000

    - README updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f1a112827e603beb0e953ec418d476495cd394a5
Author: Jan Janak <jan at iptel.org>
Date:   Tue May 6 14:38:54 2003 +0000

    - README added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b22a0dded3aa70b37498889da26525b6e710326c
Author: Jan Janak <jan at iptel.org>
Date:   Tue May 6 14:30:12 2003 +0000

    - README added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0c45fb734d9f391a1484e12eeac1f4021bdc8608
Author: Jan Janak <jan at iptel.org>
Date:   Tue May 6 14:29:40 2003 +0000

    README added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4f89de4324375481b204df5e8f61de2c5d211c19
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Mon May 5 21:47:27 2003 +0000

    Sync nathelper with PortaOne's development version, particularly:
    
    - Don't apply contact address rewriting in SDP body if the original
      address is 0.0.0.0, which usially present in re-INVITEs and means
      that sender asks to temporarly suspend media session;
    
    - save original address into the oldmediaip option in the SDP body,
      which is useful for debugging;
    
    - fix contact URI parsing routine to understand those URIs in the
      form sip:<ip>:<port>, which is the case with URIs generated by the
      Windows Messenger;
    
    - some style fixes and general diff reduction with our development
      version.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b4ae27fb7ea6a5c2045cbb7acde359af5af4b1f1
Author: Juha Heinanen <jh at tutpro.com>
Date:   Mon May 5 14:26:56 2003 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c9d371f314cd998bb88f2f686b70b62bd610fc95
Author: Jan Janak <jan at iptel.org>
Date:   Fri May 2 21:39:33 2003 +0000

    - Juha's email aligned with AUTHORS file

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=17f2c80ef2cfb5bab69ba8db3c41a721757952ec
Author: Jan Janak <jan at iptel.org>
Date:   Fri May 2 21:36:42 2003 +0000

    - a typo fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ee11fd4ff3df8e23b2a2eeddbca8b2cdadb3531f
Author: Jan Janak <jan at iptel.org>
Date:   Fri May 2 21:36:29 2003 +0000

    - README removed
    - new docbook documentation added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=600142f746b4da9d182bb3699bdcb8f3f1a3aeb6
Author: Jan Janak <jan at iptel.org>
Date:   Fri May 2 21:05:29 2003 +0000

    - a typ fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=532f44784cb856a3ceeacc32254051e14f9e0a37
Author: Jan Janak <jan at iptel.org>
Date:   Fri May 2 21:03:31 2003 +0000

    - README removed
    - new docbook documentation included

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=73439f319e9f908fac25a352160687aeeb099179
Author: Jan Janak <jan at iptel.org>
Date:   Fri May 2 18:28:27 2003 +0000

    - New documentation style of modules
    - README removed, will be generated from the docbook documentation

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ec76065c468c3de7e5765be019a199aa9f537c42
Author: Jan Janak <jan at iptel.org>
Date:   Fri May 2 13:04:08 2003 +0000

    - updated.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e842e390876fb67eec44cfe79aecea1059790e61
Author: Juha Heinanen <jh at tutpro.com>
Date:   Fri May 2 12:20:59 2003 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cf76b1ce064ab6f646623d7d876982372b6e0c4a
Author: Jan Janak <jan at iptel.org>
Date:   Fri May 2 08:37:53 2003 +0000

    - clean up
    - migration related functions.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=96d17186286e0b023fcbcaf2da8c743ae732b3cd
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu May 1 10:09:12 2003 +0000

    Add a feature to periodically UDP ping all users registered via UDP.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9a88daf78930847bbd72ed4b48a9b33ae2d653a1
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Thu May 1 09:25:39 2003 +0000

    Provide portable memmem() implementation from NetBSD and replace call
    to strnstr() with call to memmem().

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0c0386608f216f57a404c50479c07c49292c2abd
Author: Jan Janak <jan at iptel.org>
Date:   Thu May 1 00:22:30 2003 +0000

    - module parameter variables made public (this bug was probably introduced
      by me when I was converting the module interface)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ff33c8e8e7a16be4a8c70e20b285ef6c7e61b9cc
Author: Jan Janak <jan at iptel.org>
Date:   Thu May 1 00:20:47 2003 +0000

    - fixed a bug -- a memory buffer was used after it was released

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=90b2d6fb4e0cc5712a69c0c9492a0193781f253f
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Wed Apr 30 22:30:18 2003 +0000

    Document ~ul_get_all_ucontacts.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bcd4b2643f3b53d5763a1cdb3e3fcd06941d8061
Author: Maxim Sobolev <sobomax at sippysoft.com>
Date:   Wed Apr 30 22:20:09 2003 +0000

    WOW! My first commit:
    
    o Add a new utility function to usrloc module, which if called, returns
      contacts to all currently registered users. I need this function in the
      nathelper module to perform periodinc UDP "pinging" of NATed clients.
    
    Reviewed/approved by:	Jan Janak <jan at iptel.org>

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b3cebd048b222b8543ff2beb92ad1829996925a6
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 30 19:54:47 2003 +0000

    - MODULE_VERSION added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4cfb9a50178afaa8005262ac2433634723ad8cd1
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 30 19:16:07 2003 +0000

    - db_update parameters fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=664ad7ac4d6c21fc4b1846b05e8ec7889aef27f1
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 30 19:14:22 2003 +0000

    - t_uac_dlg -> t_request

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=77776dab6578dfbebd14f4230a036705a9d09c3a
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 30 18:59:49 2003 +0000

    - t_uac_dlg -> t_request

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=028540722fc32a6585d48376a6b12d001ed0c426
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 30 18:56:58 2003 +0000

    - MODULE_VERSION added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5ad027fa0d0007572658c4e059234c5a8c32d4c0
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 30 18:56:08 2003 +0000

    - a file removed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dffa5214067f073f933b46984e3ec12e8bb89033
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 30 17:51:24 2003 +0000

    - MODULE_VERSION added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1d0b76eb88125f6fb849021fafeedf2ff2662989
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 30 17:50:22 2003 +0000

    - removed deleted files

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9470206e4292cf802cb068217869e0ea721ddbd8
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 30 17:49:29 2003 +0000

    - adapted to the new dialog support

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=be54539ba0581e3906633e3d89f181e8a21e3eb6
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Wed Apr 30 09:38:15 2003 +0000

    s/ifdef zero/ifdef ou

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6ac38b47f6cfb794c7eea04bfdfa19d4b17465a7
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Tue Apr 29 21:02:59 2003 +0000

    service_type introduced

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4c04007571e0d340838efaf5243b659ab00da782
Author: Jan Janak <jan at iptel.org>
Date:   Mon Apr 28 22:05:33 2003 +0000

    - ZSW escaping

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=678cb4410782c6b41fee4707883a48cc3825e250
Author: Jan Janak <jan at iptel.org>
Date:   Mon Apr 28 22:03:15 2003 +0000

    - rpid stuff
    - ZSW escaping

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3a7491bdfe2486ee33332b816ed660c356d236e5
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Mon Apr 28 14:45:02 2003 +0000

    Use (FROM, request URI) pair instead of (FROM, TO).
    New parameters exported

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=68ae08a5932c1993f7f4ce60ae9c10bc575d8f13
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Apr 28 00:42:20 2003 +0000

    added MODULE_VERSION

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=76673da2e148cc50363c1c93d0b4685a6a402001
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sun Apr 27 22:15:37 2003 +0000

    fix: failed dumping retried on registration (committed on Daniel's behalf)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ffc62e553857de936dfe4c0eb44a5a50dfcff69d
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sun Apr 27 18:17:23 2003 +0000

    module version checking introduced

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c88d96180f88ccec7ac5c153374dee28d0bae107
Author: Raphael Coeffic <rco at iptel.org>
Date:   Sun Apr 27 12:10:14 2003 +0000

    2nd 'vm' parameter now indicates which app should be started.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=69ba0e43ec5ba11900f4be427000b1aa4a8dd6f1
Author: Raphael Coeffic <rco at iptel.org>
Date:   Sun Apr 27 11:39:04 2003 +0000

    dbtext file.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=25e45299bbc72c171984044d9b8a5db48f772667
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sun Apr 27 01:35:59 2003 +0000

    order of sql columns fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1d0d908cbec32bbf03ff47ed6ee4bd546ea3a14e
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sat Apr 26 22:17:17 2003 +0000

    cross-patch

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=51ac2d7d81914bfa966afb26593eed4308aca22f
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Sat Apr 26 22:14:15 2003 +0000

    Fixed a seg fault in comsume_credentials.
    Jan please verify that i fixed it correctly, because im not
    absolutly sure that i understood it completly.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=12119ff098d30da0100b622db8bc7ea19f33d809
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sat Apr 26 18:25:46 2003 +0000

    <radiusclient> moved to bottom so that its PATH_MAX definition does not
    override limit.h's (sr_module.h->msg_parser.h->ip_addr.h->socket.h->limits.h)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=96b1932a8d690bc6da901df682b92c713da21696
Author: Raphael Coeffic <rco at iptel.org>
Date:   Sat Apr 26 16:15:55 2003 +0000

    ...

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ded7030d2031ec75dd604ef05d1f7311e3b4358c
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sat Apr 26 12:57:08 2003 +0000

    mistakenly committed sql dependency removed again

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=98efb4cb5791f8585e4a5e1309f3f9ae9cabdaac
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sat Apr 26 12:56:05 2003 +0000

    parameter validation in acc introduced

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e85c82c45b52474238e0eeb48838345e9654346d
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sat Apr 26 12:31:22 2003 +0000

    consume_credentials no longer complains about ACK/CANCEL

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ab0a451e51e9d89a0727a5fa768c50d146ba22cb
Author: Jan Janak <jan at iptel.org>
Date:   Sat Apr 26 00:21:45 2003 +0000

    -one more variable name fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e6d3049a50f94e59f29fb6aaf62e5baa8a841af6
Author: Jan Janak <jan at iptel.org>
Date:   Sat Apr 26 00:19:56 2003 +0000

    - wrong variable name fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1a7a565373276cdec6ff23cb2557defde27ddf13
Author: Jan Janak <jan at iptel.org>
Date:   Fri Apr 25 18:19:05 2003 +0000

    -lz put back.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=54a7d928a9e9e4cc3bbd4649859aca8b1da42ca6
Author: Raphael Coeffic <rco at iptel.org>
Date:   Fri Apr 25 10:37:09 2003 +0000

    don't use record_route & loose_routing as they are buggy.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6ddc59b452b87147627fbbb6d0f89fbb1eb0e8a9
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Thu Apr 24 02:41:19 2003 +0000

    Fixed wrong domain row in preload_udomain.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3d968d1e006659cadcdd2b05443b21ec8c5998a6
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Apr 21 13:52:00 2003 +0000

    remove_hf and is_present_hf introduced

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5bc7c0f661d0b320115fe3234433acc6903fc6ab
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Apr 21 13:10:53 2003 +0000

    failed fifo initialization made to cause start-up failure

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2fa64a80353ef38f4fb8281a66fb8f2e376187ba
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sun Apr 20 15:24:13 2003 +0000

    static linking added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bb7cb3a5a1c80810ed7d47af6b05df0f3bba06e5
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Apr 18 17:58:34 2003 +0000

    - exec compiles now on freebsd 5.0 (wrong header)
    - lots of Makefile LIBS fixes (use $(LOCALBASE) instead of /usr/local and
     added -L/usr/pkg/lib where missing, removed old comments)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=77bedc97c37f1b18a4db6ef9323fb678ea14973c
Author: Jan Janak <jan at iptel.org>
Date:   Thu Apr 17 11:19:31 2003 +0000

    - fixed bug reported by Michael Haberler -- ser crashes when UAC screws up
      the route set

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=75e615e6aeafe9f287d4f670e854b774d5482ebe
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Apr 17 11:16:21 2003 +0000

    .so name change to dir name to allow installation

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=de50af5e440d28291b128078144b4a4cb5d60ae9
Author: Gabriel Vasile <gamma at home.ro>
Date:   Wed Apr 16 17:50:49 2003 +0000

    Simplified cfg file, and modified decode_contact to be simplier.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e3f5bfa7c38f0c1a07ca0d0d7ba7301edd98072c
Author: Gabriel Vasile <gamma at home.ro>
Date:   Wed Apr 16 10:42:29 2003 +0000

    Added a sample config file.Modified DEBUG flag.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ead9409e6c697ac38414c03425278822292f3b14
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Wed Apr 16 00:12:19 2003 +0000

    Removed unnecessary zlib from linking libs.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=85a144367426b236405629fa408ce6044020419c
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Tue Apr 15 20:35:48 2003 +0000

    param deallocation changed to pkg_mem

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=74632a73197662e99cf3b7716dd09594e5d6874a
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Tue Apr 15 20:35:29 2003 +0000

    config file aligned to Maxim's proposal

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7b22332fa0e5fedac42aadd076f5dca9059ae5b8
Author: Jan Janak <jan at iptel.org>
Date:   Mon Apr 14 18:52:47 2003 +0000

    - fixed daylight saving bug previously found in mysql module
    - struct tm structure properly initialized
    - gmtime changed to localtime because mktime expects local time later

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6cf5d3be3b1ccd2765fc28415ab7fe615c1cd167
Author: Jan Janak <jan at iptel.org>
Date:   Mon Apr 14 18:37:43 2003 +0000

    - fixed the daylight saving problem.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=249418a0d6388720ca1cfb06959e330ec6ece96d
Author: Jan Janak <jan at iptel.org>
Date:   Mon Apr 14 11:13:50 2003 +0000

    - enable_full_lr parameter added, disabled by default

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=27cdb59d1e7d147b3d9bf316d7bf74d47ad44229
Author: Juha Heinanen <jh at tutpro.com>
Date:   Mon Apr 14 06:13:29 2003 +0000

    Changed child_init to reflect Jan's change in init_child.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e5b4ae0929a4adeb4e746cd98f5a89e805f1cbac
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sat Apr 12 20:55:55 2003 +0000

    rport moved to core, sample config file included

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ba7f0d2893fded53e94d3e46f31302c1f77e152f
Author: Raphael Coeffic <rco at iptel.org>
Date:   Fri Apr 11 20:03:02 2003 +0000

    compiling problem with previous version have been behaved (until next parser change ;-))

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=342e1bfeb3428907ea71befc487046de26c07213
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Fri Apr 11 18:24:55 2003 +0000

    Inserted own timegm for non GNU systems.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=48ded0c65a906c146cebdd6c58f6a4187696a4d7
Author: Jan Janak <jan at iptel.org>
Date:   Fri Apr 11 18:20:33 2003 +0000

    - descending modification time ordering of contacts
    - desc_time_order variable enables that

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7e2ed7ad45fe620755d031e0379462b64e5842b9
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Fri Apr 11 16:51:10 2003 +0000

    - new_uri length checked against MAX_URI_SIZE

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=66e14a0a1056883f3f33a751754f626f8172e21d
Author: Gabriel Vasile <gamma at home.ro>
Date:   Fri Apr 11 15:34:45 2003 +0000

    Changes in order to addapt to the new parse_uri function.Also changed return code for some functions.
    None of them returns zero anymore.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=75752ee8571fa27b1f1652cc7f18ae1d590ecfba
Author: Gabriel Vasile <gamma at home.ro>
Date:   Wed Apr 9 15:40:57 2003 +0000

    Added file for easier configuration.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ebf854b4e7a0bed9fedd0fd550d406dd710fa90d
Author: Gabriel Vasile <gamma at home.ro>
Date:   Wed Apr 9 15:40:01 2003 +0000

    Changed type of argument in sdp_mangle_port from integer to string, in order to be used easily in scripts.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e21a6494a473e00192d1a01956e5d2ac5420a49b
Author: Gabriel Vasile <gamma at home.ro>
Date:   Tue Apr 8 16:56:21 2003 +0000

    Simplified code for decoding encoded uri's.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5d79b96fa01b54b688a2dd4a4f822236a5e08300
Author: Jan Janak <jan at iptel.org>
Date:   Tue Apr 8 13:10:14 2003 +0000

    loose_route now returns 1 if the destination was changed and -1 if not

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1d4375690282a8ab50ca5470f4c69a9f52b1a579
Author: Gabriel Vasile <gamma at home.ro>
Date:   Tue Apr 8 12:26:31 2003 +0000

    Separator for the encoding/decoding part of Contact header is now a module parameter.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8a347c9c23d69d3317b17af588aebdb4464222a6
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Tue Apr 8 10:37:04 2003 +0000

    -- new sample cfg file

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=17d8fe2fc080d9f2ef932cafd2b76d1e591877f9
Author: Gabriel Vasile <gamma at home.ro>
Date:   Tue Apr 8 10:35:14 2003 +0000

    Speed up sdp_mangle_ip and sdp_mangle_port by introducing support for precompiled regex expressions.Now the compilation is done only at module loading.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7f654f3cc055871a14bd32b91319d61201a28a9e
Author: Greg Fausak <lgfausak at august.net>
Date:   Tue Apr 8 01:25:35 2003 +0000

    Initial checkin.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f73ca5cf1e509600b0831fb528b4ea06e29a394c
Author: Raphael Coeffic <rco at iptel.org>
Date:   Mon Apr 7 20:09:31 2003 +0000

    fixed record routing support.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=27635ea67d2826039b6458a0e8b40e9d43b27e71
Author: Gabriel Vasile <gamma at home.ro>
Date:   Mon Apr 7 18:39:33 2003 +0000

    Rezolved a bug of double dealocating a structure.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7eba2c71b4ee101b42d01adba658f196aedaad51
Author: Gabriel Vasile <gamma at home.ro>
Date:   Mon Apr 7 16:56:40 2003 +0000

    Modifying ip_helper.c

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=66e8f0713ea53506793c2aaf2aefc8acdc34bb6c
Author: Gabriel Vasile <gamma at home.ro>
Date:   Mon Apr 7 16:53:24 2003 +0000

    Creating mangler directory and subfiles.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e7624a5e6d796ad962e19ae0d4c34de84b6f4cd4
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Apr 7 16:52:50 2003 +0000

    - known limitations updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=639ec513ff45aecc918cbc470c6eabb504251246
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Apr 7 16:49:35 2003 +0000

    - m_dump takes now a parameter which sets the way the outgoing uri is computed
      (useful when the R-URI was changed previously with the contact address of the
      user)
    - readme and sample cfg script updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dfffa4cef13706431d0d5ae57e1e457fe250b36c
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Mon Apr 7 12:44:53 2003 +0000

    -- hash structure refurbished

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e2992ddb38257fc469d78c9eda31479acbdf867e
Author: Jan Janak <jan at iptel.org>
Date:   Mon Apr 7 11:57:08 2003 +0000

    *_column parameters made consistent with other modules

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=10c72ed0cf6b092d4b0de620a4d71c56b8ca423c
Author: Jan Janak <jan at iptel.org>
Date:   Mon Apr 7 11:10:48 2003 +0000

    One more bug fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=03e488499b70738a5f08722e3eba770a869a87f1
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Apr 7 06:36:56 2003 +0000

    s/reply_route/failure_route, onreply_route introduced

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3dbc4699d05da8da282548094c4fea11acbea583
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Apr 7 06:33:18 2003 +0000

    initial nathelper commit -- still incomplete

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8f6413d4ff7fc6c348782c6a736b0d07d7a85241
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Apr 7 06:17:28 2003 +0000

    known limitations introduced

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=678d4ce5acd5eee50687c8a1b0ecf4d381a31c1c
Author: Jan Janak <jan at iptel.org>
Date:   Sun Apr 6 22:18:05 2003 +0000

    bug in is_2rr fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ccff242d2985b2284ee19e55b0b0431d5406d02f
Author: Jan Janak <jan at iptel.org>
Date:   Sun Apr 6 21:47:45 2003 +0000

    r2=on because of cisco gw

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2d3e5679c9f2345e8c1d5566fba62789f8bb5618
Author: Jan Janak <jan at iptel.org>
Date:   Sun Apr 6 21:33:54 2003 +0000

    COND_TRUE -> COND_IF_DIFF_REALMS

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=80d384c304f6b59e4b2e189052aa748e0648a6af
Author: Jan Janak <jan at iptel.org>
Date:   Sun Apr 6 20:28:12 2003 +0000

    - child init called in all ser processes (main, timer, fifo, tcp_main,
      udp_children, tcp_children, tcp_main)
    - defined macros PROC_MAIN, PROC_TIMER, PROC_FIFO, PROC_TCP_MAIN - they
      substitute rank for special processes
    - listening children have rank 1 and higher

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d8fe42f0f7582f1a51310f2379b48c6f4bd6ea3a
Author: Jan Janak <jan at iptel.org>
Date:   Sun Apr 6 20:25:51 2003 +0000

    - child init called in all ser processes (main, timer, fifo, tcp_main, udp_children,
      tcp_children, tcp_main)
    - defined macros PROC_MAIN, PROC_TIMER, PROC_FIFO, PROC_TCP_MAIN - they substitute
      rank for special processes
    - listening children have rank 1 and higher
    - modified modules to use rank 1 instead of 0 (modules creating it's own children)
    - db connections are either not opened in mod_init or are closed immediately when
      needed (for example preloading data for all children from database)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=faeb4b05463e4177afc559b505b33a754ab45b52
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Sun Apr 6 14:05:35 2003 +0000

    - fixed port byte order bugs introduced last night
    - updated modules to use the new byte ordering (now all the ports are kept in host byte order, previously some structures used network byte order and in other host byte order)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3a109715443e081b462296850f36dad8fc069fe5
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Sat Apr 5 22:17:05 2003 +0000

    more precisley replication log message

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d31dbf0c61e319d99a1a2625191853515d57259d
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sat Apr 5 16:02:45 2003 +0000

    support for "who hang up" in accounting introduced

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=34dbe68893482204ae2ac2b16dedfbee85c7c506
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sat Apr 5 14:06:10 2003 +0000

    default DB uris replaced with a #define now

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2aa43b7b981d25effbecbe43043af95e9c4b6869
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sat Apr 5 14:05:18 2003 +0000

    radius support integrated in acc

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1985f96c9ab2b343d2adefca264ba4b274dddb2e
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Fri Apr 4 19:12:39 2003 +0000

    - the web admin interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8b02627ee82f593e535add091e501a4ee4446481
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Fri Apr 4 19:08:47 2003 +0000

    - sample config file and fifo command
    - the SQL scripts for module and admin interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e31d809db35f19a56b5ac3897d2a9c9f7572c78a
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Fri Apr 4 19:06:56 2003 +0000

    - the makefile

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d98d95f056b6269b53231d5dfe140d826e40a796
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Fri Apr 4 19:06:05 2003 +0000

    - readme file

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8277249757a1db5bd09fb35bc302682ac49f48c6
Author: Elena-Ramona Modroiu <ramona at voice-system.ro>
Date:   Fri Apr 4 19:05:03 2003 +0000

    prefix-domain translation
    - first version

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=479cbfb70ef87ca759638efb71df660e4ef3e33f
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Apr 4 15:38:30 2003 +0000

    - rport fixes for sl_send_replies (reply_to_via==1)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0057e408e580d2a014fffb71e4da5896f7f94ab7
Author: Jan Janak <jan at iptel.org>
Date:   Fri Apr 4 15:10:04 2003 +0000

    - removed atoi and atof
    - zombie contacts will not show up when listing using fifo

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=74dd651817f35a02282b22dbf668d15f7a3d9d7d
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Fri Apr 4 15:09:52 2003 +0000

    Fixed timezone problem, where the localtime was added to the expires
    value of all contacts in the database.
    (Reported by Jiri)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4de8ee0848af8a84b0277d956d5e126ce4cad8b2
Author: Jan Janak <jan at iptel.org>
Date:   Fri Apr 4 12:42:24 2003 +0000

    Many bugs fixed (and possibly new introduced :-)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=737abe7e8c4739ca73b5d4807e60d1124819b4ce
Author: Raphael Coeffic <rco at iptel.org>
Date:   Fri Apr 4 07:47:08 2003 +0000

    config files for record routing test

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=16a7b43031f522d9187cdc4ccd45d21558efd385
Author: Raphael Coeffic <rco at iptel.org>
Date:   Fri Apr 4 07:45:59 2003 +0000

    support for record routing added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a6b9dac660fbe0dee1f82a31c5b011c7313a0065
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Fri Apr 4 03:21:58 2003 +0000

    grand acc cleanup: all (core, tm, acc, serweb) but radius intergrated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fda1b2f2a7a348f2f9aa51bcd84a6fbee2bbea55
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Thu Apr 3 20:32:45 2003 +0000

    Fixed bug which loads contacts in wrong state on startup.
    (reported by Jiri)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d4f8de5283a09eae5d63cad28b8b1a897db6c091
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Apr 3 18:06:53 2003 +0000

     - sl_send_reply with reply_to_via==0 (default) fixed (hopefully)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0e8e8cf2d86f7e6f0186336df6fbe4829128c740
Author: Jan Janak <jan at iptel.org>
Date:   Thu Apr 3 16:39:30 2003 +0000

    - 2rr works now using 2 anchors
    - minor clean-up and beautifications

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=254f85b62638ef841b64e427cecb808e32006ec4
Author: Jan Janak <jan at iptel.org>
Date:   Thu Apr 3 12:21:40 2003 +0000

    - r2 parameter added to rrs if necessarry
    - loose_route recognized r2 parameter and removes both routes
    - record_route_preset with one parameter that could be IP, port or parameters
      that should be added to the record_route

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a88a40ad972b9424930f63f2dc55322c218eb772
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Apr 3 11:59:25 2003 +0000

    MSILO module
    - unnecessary included headers removed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=30583854be52e6e15939a74bf6f9f023e5ccc8e1
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 2 17:05:02 2003 +0000

    - Using SUBST_RCV_ALL

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2e5b147ab98fb252474f25f33a71f1152356cebe
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 2 16:47:25 2003 +0000

    - Changed to use substituting lumps
    - fast_cmp removed (unusable with TCP)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b771f09e2d9ff5cb796c62ca16fe7bb619df95ec
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Apr 2 15:51:03 2003 +0000

    - fixed ":" in port_no_str bug. Now port_no_str no longer contains the colon
    (updated sms & tm)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=416d41133667e432ff336f13af31d6c70ac88967
Author: Juha Heinanen <jh at tutpro.com>
Date:   Wed Apr 2 08:18:50 2003 +0000

    Simplified access to From URI

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7f5353e405b95b4e60ebba7aa7cd6b25f3817e1e
Author: Juha Heinanen <jh at tutpro.com>
Date:   Wed Apr 2 06:53:06 2003 +0000

    Removed extra debug

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a547190df3756b2b85c7907d5eaa269b4b3306c8
Author: Juha Heinanen <jh at tutpro.com>
Date:   Tue Apr 1 19:31:42 2003 +0000

    domain_col name change

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=104b48189a53182706dc1e84136b1193794951b0
Author: Juha Heinanen <jh at tutpro.com>
Date:   Tue Apr 1 17:51:54 2003 +0000

    Changed domain field in hash table from char* to str

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6e24508acf0fd143df29e5458d13f72c85c8a764
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Apr 1 17:40:14 2003 +0000

     updated to the latest changes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=37553eb97bed754afac2fcbdac792f3dd67bb48c
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Apr 1 17:16:34 2003 +0000

    "smsc" param is optional ans was moved from "network" to "modem" section
    57600 baud rate supported

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c615d50798e9fb454f109b2cf3139c68084756dd
Author: Jan Janak <jan at iptel.org>
Date:   Tue Apr 1 16:18:00 2003 +0000

    Added record_route("x.x.x.x") function

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cf4a9183a81ecad21db1253a2b64bdbd5243c246
Author: Jan Janak <jan at iptel.org>
Date:   Tue Apr 1 15:48:20 2003 +0000

    find_not_quoted and get_username removed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=95c786bd65f45b2bddbca6d57ba0893e8d587044
Author: Jan Janak <jan at iptel.org>
Date:   Tue Apr 1 15:43:31 2003 +0000

    find_not_quoted and extract_username removed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c9f0d9d010b84d67bc790384e4c828683fd29634
Author: Jan Janak <jan at iptel.org>
Date:   Tue Apr 1 14:26:59 2003 +0000

    domain_domain_col -> domain_col (the prefix is not needed anymore).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3f9aa809078e0ce8851b8fb65fe9779ae17b6760
Author: Jan Janak <jan at iptel.org>
Date:   Tue Apr 1 07:42:20 2003 +0000

    Fixed a bug introduced by the previous commit.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c73c6efb20d7bfe3247b70be1d166f8f4a65580f
Author: Jan Janak <jan at iptel.org>
Date:   Tue Apr 1 06:35:50 2003 +0000

    RR computation  moved to record_route.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c74c00c36adc4604cb295c18a568ef35da5a660f
Author: Juha Heinanen <jh at tutpro.com>
Date:   Mon Mar 31 15:53:17 2003 +0000

    Added domain_suffix module parameter and service argument to enum_query

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=293274dc4adf90021a4ba086bdf9340ad248413b
Author: Jan Janak <jan at iptel.org>
Date:   Mon Mar 31 11:01:24 2003 +0000

    Adapted to use nameaddr.len

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=408aa725b090ab86343cb6ebaa80d2c4e8d97fca
Author: Jan Janak <jan at iptel.org>
Date:   Mon Mar 31 09:39:48 2003 +0000

    - readme updated
    - double IP fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=19d019dcde9f800887cc4610d78f367f8a9576e3
Author: Jan Janak <jan at iptel.org>
Date:   Mon Mar 31 09:38:59 2003 +0000

    printf replaced with DBG

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=15e7bff22358b54c702934d8d0906bdafb5e96e2
Author: Jan Janak <jan at iptel.org>
Date:   Mon Mar 31 09:37:23 2003 +0000

    Small clean-ups

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=49c7169d310c444271daa5670d1c81328bf4545d
Author: Jan Janak <jan at iptel.org>
Date:   Sun Mar 30 20:30:25 2003 +0000

    Minor modifications.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3dc5ee51d701b6648040d7f552d111ca45ce72e7
Author: Jan Janak <jan at iptel.org>
Date:   Sun Mar 30 20:29:17 2003 +0000

    atoi & atof -> str2int and str2float

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=051cb2230bde2e3f1646670e0b559474cb01fcb5
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sat Mar 29 01:38:11 2003 +0000

    missing history entries completed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e2401e739550e5ade19909887c7d7f92ba53da9b
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Fri Mar 28 21:23:24 2003 +0000

    minor documentation changes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d2998dfab68a9d7aa60d510de605b8b24af39196
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Fri Mar 28 13:32:20 2003 +0000

    added a not on servers with which the modules has been tested

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e21f136519fb8fa065f725893aa88dfa2ae9ef58
Author: Jan Janak <jan at iptel.org>
Date:   Thu Mar 27 20:44:06 2003 +0000

    Uses new rr parser.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a11be07fb3aedb058bb3ff4c7e8bee95a93ece55
Author: Raphael Coeffic <rco at iptel.org>
Date:   Wed Mar 26 20:22:14 2003 +0000

    suppressed snprintf and strcpy. vm_start() & vm_stop() merged into vm()

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0133c358f2c239770f5b11abb74330507a2abff3
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 26 16:44:50 2003 +0000

    structure name changed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6b9ce1856c55aad3f9c1b4f6accd36f520de4e75
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 26 16:44:26 2003 +0000

    find_not_quoted moved to parser/parser_f.h

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0d33a50d2ddbf697675e9d5cb30caed4eb9175e2
Author: Jan Janak <jan at iptel.org>
Date:   Sat Mar 22 13:19:10 2003 +0000

    segfault when credentials are missing fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9aa0fdae9a098a8e2fda03fc3aa14f8981c75352
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 21 20:36:24 2003 +0000

    Maxim Sobolev's save_noreply.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8064d7b3fa9ce3f5db8fb52325fe64ac4157c1ee
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Mar 20 19:24:19 2003 +0000

     small update

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=152025b87941f01c6f54707bbb73091a0f058e59
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 19 22:39:37 2003 +0000

    additional parameter to find_export added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d6b707fd279e073330dc111eead5a48df1060404
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Mar 19 18:40:09 2003 +0000

     - replaced all mallocs/frees with pkg_malloc/pkg_free

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=72edcf578dfe35ae9142a0f37611a6aceee6b681
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 18 17:48:19 2003 +0000

    user column changed to username

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=82b8ba8aec9e6fa3c5f4c8416d8e101fc7be6d7f
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 18 16:41:30 2003 +0000

    static variable definitions fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3dd2dcfa39e8920cb58353bda126fb7e11216b32
Author: Miklos Tirpak <miklos at iptel.org>
Date:   Tue Mar 18 07:58:13 2003 +0000

    Initial revision

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e28a4e00e4da61371575634330df2d09060a2cd1
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Mar 17 19:41:55 2003 +0000

    XJAB module
    - bug fixed -- when a sip user had a nickname which started with the nickname of
      the other sip user (e.g., nick and nickx) in a Jabber conference the other
      user did not reveice the messages sent by him -- strncasecmp("nick", "nickx",
      4) returns 0

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=af4d5314ba86429ec822681c9286b3a3a5d23d56
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Mar 17 13:13:10 2003 +0000

    XJAB module
    - an unsecure log message fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c6c9f233e2f8f97f338a433db28269ca40a43391
Author: Jan Janak <jan at iptel.org>
Date:   Sun Mar 16 20:27:23 2003 +0000

    flags parameter added to cmd_export_t

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c631e4310c889be5ca3ecd158976f750cbf45442
Author: Jan Janak <jan at iptel.org>
Date:   Sun Mar 16 18:07:32 2003 +0000

    History beautification

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b35efa491dd7bd66814405dfd97325aaafb11122
Author: Jan Janak <jan at iptel.org>
Date:   Sun Mar 16 18:06:42 2003 +0000

    URI table support added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=97959fe33fa5e72028c46fdcc6149560cad55bb2
Author: Jan Janak <jan at iptel.org>
Date:   Sun Mar 16 18:06:13 2003 +0000

    get_realm replaced with parse_uri

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=99b8af5d72d2b8bc54a5c60e144e9cf3824baf38
Author: Jan Janak <jan at iptel.org>
Date:   Sun Mar 16 18:05:06 2003 +0000

    - Id tag added
    - Code cleanup

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=67cbb9ab7ce59d4ee5827a0594e0c707d4a8f492
Author: Jan Janak <jan at iptel.org>
Date:   Sun Mar 16 18:01:21 2003 +0000

    - Id tags added
    - Code cleanup

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=afe0388b3316fcc4d5163187aaa039f6ecbb25a9
Author: Jan Janak <jan at iptel.org>
Date:   Sun Mar 16 18:00:29 2003 +0000

    URI checking using Radius

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ebfd628bbc786b53af1a6ac0c758ad3ab3967128
Author: Jan Janak <jan at iptel.org>
Date:   Sun Mar 16 17:59:20 2003 +0000

    proxy_authorize will always calculate realm from From header field, even for REGISTERs

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b92dc27d57e0f3256483431abc94eaaf54b04ce2
Author: Jan Janak <jan at iptel.org>
Date:   Sun Mar 16 17:57:44 2003 +0000

    Warning fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4cfea4b7a68260da047c0a7bcbbdeee08057493e
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 14 13:35:50 2003 +0000

    A typo fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ac8e320c00ccc7c59a7cd7c608d7f2b31c47a32e
Author: Jan Janak <jan at iptel.org>
Date:   Thu Mar 13 22:13:06 2003 +0000

    More Sun CC fixes.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a948b29c137b511a1a641ff1a55eeccead39b581
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Mar 13 16:42:35 2003 +0000

    DBTEXT module
    - other memory leaks fixed
    - dbg message when using non-existing columns in queries

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6328454b75ce3f0249b6c1c76405526dfd6e70dd
Author: Jan Janak <jan at iptel.org>
Date:   Thu Mar 13 16:30:27 2003 +0000

    Registrar replication patch - by Nils

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8f554e75f74a5f0c320c8066f8964ab5b24d31b5
Author: Jan Janak <jan at iptel.org>
Date:   Thu Mar 13 14:15:36 2003 +0000

    debugging message fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bbc7c135a53edb3305133f986cbd161db972c6d2
Author: Jan Janak <jan at iptel.org>
Date:   Thu Mar 13 13:24:15 2003 +0000

    API cleanup

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dc37344b7592fc540a859c70b1d1dddfdd0450b2
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Mar 13 13:19:31 2003 +0000

    DBTEXT module
    - fixed parsing null value in last column of the row

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9224ca0315d7c33a4780a014c623319738828b26
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Mar 13 12:05:21 2003 +0000

    DBTEXT module
    - fixed memory leak reported by Jan

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0a0c3f6c137bdf24c97954dfd5dd442cb549efa1
Author: Jan Janak <jan at iptel.org>
Date:   Thu Mar 13 00:02:16 2003 +0000

    Code cleanup

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=919782a02034e2a413fb48ba331b2522ead990d9
Author: Jan Janak <jan at iptel.org>
Date:   Thu Mar 13 00:02:04 2003 +0000

    removed defines that are not needed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9a3c9c44936f94fdf3080c9ba14294e396aab4cb
Author: Jan Janak <jan at iptel.org>
Date:   Thu Mar 13 00:00:06 2003 +0000

    a minor bug fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=951da6d41ad39d2ee60f06de76f98aa1a383f61e
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 12 22:41:03 2003 +0000

    Bug caused by the change of the module interface fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cd10b1349e9eb5d4c8b4fabf951fd6267af0b171
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 12 21:47:49 2003 +0000

    use_domain parameter added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=37ddb4dd0cdfe64b56e393d1fa973c422a9d5960
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 12 21:35:15 2003 +0000

    A minor bug fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b6ac1323ccae29dfb34ae0ef5544098b7479b81b
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 12 19:47:51 2003 +0000

    Definitions not found in radiusclient.h

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=539de11605d5b76370e6301d009f9537d607bffe
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 12 19:46:54 2003 +0000

    Code cleanup.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1b748be79d7ff0c78ee6436bc287f7e31adf5800
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Mar 12 17:29:53 2003 +0000

    DBTEXT module
    - fixed some sun cc errors

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=45171a8b015a27b280e653b33af990272312df97
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Mar 12 17:23:03 2003 +0000

    DBTEXT module
    - old lock stuff removed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=daf896df455e1e5481410fc15617a4e1f9dc77c7
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Mar 12 17:20:45 2003 +0000

    DBTEXT module
    - updated to use locking.h

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e2eed470074b2b2843053cbb6391b7e167d9f158
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Mar 12 17:19:06 2003 +0000

    XJAB module
    - locking update

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=15b5a3f7cda9a5d882754c27cf2cc3581a088403
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 12 16:11:33 2003 +0000

    Group membership checking over radius

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4733a3331be572a8d431758a33f02d15ce8f6f68
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 12 16:09:32 2003 +0000

    Proper checking of username domain.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6cbe2e127220f3056a083fcd76c7d7e4c9af38e9
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 12 15:55:23 2003 +0000

    Proper checking of username domain

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f7e713f39804635fa9b87a2b7f412011f94a253a
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 12 15:45:37 2003 +0000

    - warnings removed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a9527eea7c77d011f0d69dd00543b859cffbf861
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Mar 12 15:32:06 2003 +0000

    DBTEXT module
    -  removed the development testing function make_demo() -- now dbtext.c should
    be clean of errors with sun cc

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=98c727a4a878d42e9b62decdf05a39f26c5f3ab7
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 12 15:02:11 2003 +0000

    Another Sun CC fix.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=647005663405f08ed67a5f48bae07f9d972702e5
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 12 13:02:17 2003 +0000

    Minor fixes.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=29be0a655c54ce2f20e00fb6b0182a3c697525ec
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Mar 12 12:55:54 2003 +0000

    - cvs is confused :-)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=db884f043401c6822cfbdc5ed97e437a834ac802
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Mar 12 12:54:00 2003 +0000

     - sun cc compilation fixes
     - various typos fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a5cd56698e3125b16c4391e434b855757da33f21
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Mar 12 12:53:24 2003 +0000

    - major locking updates (locking.h)
    - sun cc compilation fixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aa1abdb4a5ec99d54e5db6111f47a0b996c857df
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Mar 12 12:53:01 2003 +0000

     -major locking updates (locking.h)
     - sun cc compilation fixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ea46e96c8404fdefb5b746996911581cf08ecace
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Mar 12 12:52:36 2003 +0000

    - locking updates (locking.h)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d57d6b8ea57f9beb7f4be57b43bba30b0b7dc3a9
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Mar 12 12:50:02 2003 +0000

     - major locking updates(locking.h)
     - sun cc compilation fixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6f0766d73b9d6a041d4e819ed94b4295b737ee06
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Mar 12 12:49:25 2003 +0000

    - ported to the new locking scheme (locking.h)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1432c890e01e93c2051304fe865279d02ca27369
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 12 12:48:11 2003 +0000

    Sun CC fixes.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=23f98cd124c3f12d95433d425c2cbaec773cdd1c
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 11 16:05:57 2003 +0000

    New module interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0c8f5e2ef39462f5f791cb4126959fd90c1af91d
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Mar 11 16:01:03 2003 +0000

    - new module interface
    - warnings fixes (sun cc)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1922d402ca3d7b364af0139cfa1178af842731b3
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 11 15:58:14 2003 +0000

    New module interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e54f45dc690ad7eeb36619da32efaf7369cdb4d6
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Mar 11 15:46:30 2003 +0000

    - new module interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7fa5d41e8f9a4d4b8ad4e101dd823670600af34a
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 11 15:45:07 2003 +0000

    New module interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=82c4b911566d7933957491c1b1591c9074124248
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Mar 11 15:41:25 2003 +0000

    - updated to the new module interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7e2f5c2e38e15209d46352ee9666be9c6a3fedfb
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 11 15:35:14 2003 +0000

    New module interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8224758b49e317ec6cc6bc5358e6fd18fc018da1
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Mar 11 15:33:05 2003 +0000

    - new module interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ee1c4f147c51df355df5b4891f04ed79d33142d0
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 11 15:22:48 2003 +0000

    - New module interface
    - Warning fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2a08c1fe5a0111bf45ed40bf4ea0fc5d2746d8b8
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Mar 11 15:10:21 2003 +0000

     -new module exports interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bdaffd6282234e046a4ae6704ecc45d133f63c21
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 11 15:06:07 2003 +0000

    New module interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=15cbfc04c1678e415f07b06c3bc1f172d8a80dde
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Mar 11 14:53:25 2003 +0000

     - new module interface
     - converted to the new locking scheme (locking.h)
     - fixed some sun cc warnings

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8dbb5ac166f67ced60027a88632f04de74977dde
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Mar 11 13:17:53 2003 +0000

    - new module interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6c6a37e1e78477370d092aa99b3322717d839df5
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 11 13:12:44 2003 +0000

    New module interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a0d4352d2844750b823128c890365e1876239670
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Mar 11 13:11:32 2003 +0000

     - new module interface
     - fixed some SYSV solaris stuff
     (still needs some locking fixes, it should use locking.h)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fec4a0e766b2718ed1443b518eb0fc93377e2515
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 11 13:08:38 2003 +0000

    New module interface.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d69aa8d71382fc97b3b2d36dae93ed652371c8a7
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 11 13:03:30 2003 +0000

    New module interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b41a6fefbfaeb5a7f79d6680ea9958ca0ff2f31d
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 11 12:57:24 2003 +0000

    New module interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e08e6b900835bafd2bbab667ddea53486d256271
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Mar 11 12:51:32 2003 +0000

     - new module interface
     - sun cc warnings fixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=09279284da52cb558677efc91b7240d98a0b6ce4
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 11 12:49:04 2003 +0000

    New module interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=df0073b1230bb2784d4a8d33dcaca4aabd65dc3c
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 11 12:43:07 2003 +0000

    New module interface.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=35a96ec0ee8ca175d7ccc89b5efd3fab5b54b2b4
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 11 12:34:27 2003 +0000

    New module interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8a22e4c2c5647e188cbee026f2e9e9c876b7d345
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 11 12:30:32 2003 +0000

    Missing comment

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b285cbfa438e28111828434a2c91d482f1915e81
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 11 12:29:45 2003 +0000

    New module interface.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=79bee1003b4a66f8c00bd0b1f0724d165c1a9b1c
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 11 12:24:15 2003 +0000

    New module interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=88a78ec0a918491d56fc39cbd0af07a1dffa8439
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 11 12:17:50 2003 +0000

    New module interface

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1f1b0921a0d8b95dc4e9b1bac5de6a16d41535a9
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon Mar 10 22:16:34 2003 +0000

    - new module exports interface (see sr_module.h & textops.c)
    - various sun cc compile fixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=47b64ad2ba5484b0017671056ade711479e55291
Author: Jan Janak <jan at iptel.org>
Date:   Mon Mar 10 11:23:26 2003 +0000

    - omparing To/From domain and digest realm
    - username unescaping

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b825d84191f54489b4d65fff0377190486da117d
Author: Jan Janak <jan at iptel.org>
Date:   Sun Mar 9 23:14:45 2003 +0000

    Adopted code from radius_auth

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3a5d3392fe5f682035ca5219767c265daa21cf70
Author: Jan Janak <jan at iptel.org>
Date:   Sun Mar 9 13:08:04 2003 +0000

    A dangerous debugging message removed (showing the secret phrase).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c1a761efe24ff7d738357180bd881e99016a5e3b
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 7 18:15:09 2003 +0000

    code cleanup

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fa537cf89f13aa1d6f6ac55285f14484206dc638
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 7 15:01:33 2003 +0000

    code cleanup.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6c5343b2a8cd41ffdac3fdaa4a557b834564ec41
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Fri Mar 7 14:59:04 2003 +0000

    Beautified the output of print_ucontact.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9a9443592ad41ab5e7185c37278cab79184bc659
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Thu Mar 6 21:06:26 2003 +0000

    Fixed an error warning.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=70669f251a5629e714d5fd544a72c6fe9548bf0c
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Mar 6 17:43:17 2003 +0000

    sorry -- I'm taking off in few minutes and wanted to commit not
    to road-block dependent work -- I will post on that and provide
    history of changes when I'm back

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d9d36e788a7719054df2348b4ec92d394d9caa26
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Mar 6 17:40:59 2003 +0000

    vm changes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c26ab3566bff03dd19e6e044748b0e44646ed6e9
Author: Jan Janak <jan at iptel.org>
Date:   Thu Mar 6 15:53:05 2003 +0000

    Reflected changes in the digest parser.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=db68d9625a4336f54ad6b9893408bf6aa9b69457
Author: Jan Janak <jan at iptel.org>
Date:   Thu Mar 6 15:51:09 2003 +0000

    UPdated to reflect changes in the digest parser.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ae1479ccca13bc76417e0ec98123b7534fa04b4c
Author: Jan Janak <jan at iptel.org>
Date:   Thu Mar 6 15:39:33 2003 +0000

    authentication module - database support

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f7da7b3f7549db7ea459cb6782c90e80afa61a74
Author: Jan Janak <jan at iptel.org>
Date:   Thu Mar 6 15:38:38 2003 +0000

    API for radius integration

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5d7bdf0b72eddf9d9b5894977ce3e45b8b06b78c
Author: Jan Janak <jan at iptel.org>
Date:   Thu Mar 6 15:33:21 2003 +0000

    API for database and radius authentication

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c60d97ddeccbc9d53368ab1e4fe55ecf28a2feae
Author: Jan Janak <jan at iptel.org>
Date:   Thu Mar 6 15:32:39 2003 +0000

    API for integration with radius authentication

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0360069b3479daa1b164401de6066dcf5587d854
Author: Jan Janak <jan at iptel.org>
Date:   Thu Mar 6 12:22:25 2003 +0000

    lookup now succeeds even if append_branch fails.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=eacd0be16192a312457a8403be89a48a8121746a
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 5 09:57:35 2003 +0000

    Renamed radius_auth

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6faeb76130f90cda412ab69e6164a7d398c4a926
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 5 09:55:53 2003 +0000

    Moved to auth_radius

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c3fd4f2641296e45b12b06eb39b8cf6bdf57780d
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 4 14:55:27 2003 +0000

    auth.so, project.txt and rad_auth.txt removed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=10eed0e4d665660f334143e8dc58488d8a759b28
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 4 14:53:53 2003 +0000

    Juha's version of radius_auth

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5ed7a5c2d28d15db4e3e2e17a8b0bce1e7c950db
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 4 14:37:40 2003 +0000

    digest-username-domain code remove (part of digest parser now).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=231a5063097fece475c7e720190855ef0a1f50ac
Author: Jan Janak <jan at iptel.org>
Date:   Mon Mar 3 20:45:45 2003 +0000

    parameter checking in use_table fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f5b0c4e0bc5368bcf0a6e83b310d6f0b6c1b0466
Author: Jan Janak <jan at iptel.org>
Date:   Mon Mar 3 17:52:57 2003 +0000

    beautification of does_uri_exist

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=34b87176cad6322fb5aa3ea02d11a1a4b0dd2572
Author: Jan Janak <jan at iptel.org>
Date:   Mon Mar 3 17:52:32 2003 +0000

    beautification

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b7dc5c6b7cd93591a683396609be6640826e358d
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Fri Feb 28 21:58:24 2003 +0000

    bug_fix: protolization of t_uac_dlg use completed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=01c32ec024fb0d720d37937ef636a26247e6e67c
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Fri Feb 28 15:42:00 2003 +0000

    uri-parsing fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=22856c995cbeab168da9756a9fc1bd0ffa2e9c9c
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Fri Feb 28 14:12:25 2003 +0000

    elderly (un)defs junked (hopefuly the right ones)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ad6cb90379bf1cfcfbea3548959aec922f74b8c7
Author: Jan Janak <jan at iptel.org>
Date:   Fri Feb 28 12:18:48 2003 +0000

    is_uri_local reimplemented.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2f0a3edf48c89d6a9e16af20ac70738a71c78abb
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Fri Feb 28 12:07:23 2003 +0000

    XJAB module
    - updated history
    - comments to new functions
    - the ihttp connection management function can now close any open connection
      between SER and Jabber - if you use 'ihttp' be aware of who is able to access
      it - he can close any connection using one click, so you better restrict allowed
      IPs with 'accept' parameter of 'ihttp'

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=656b5e5e74576c3b9c6ff9c9d3ce1352c9874c74
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Fri Feb 28 11:40:40 2003 +0000

    XJAB module
    - send NOTIFYs when the connection with Jabber server is closed - either
      explicitly by user or by gw because of expiration time
    - some beautifications

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e8e3c3fbb6fdf461a62d0d0f784d41546b5486ca
Author: Raphael Coeffic <rco at iptel.org>
Date:   Thu Feb 27 18:22:53 2003 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e774f91d76369a34d863dc1c41be5492ad4eab33
Author: Raphael Coeffic <rco at iptel.org>
Date:   Thu Feb 27 18:22:03 2003 +0000

    SQL query for email changed to use field 'user' instead of 'user_id'

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5b81709b596d943f7e55f180e502d09945d7a883
Author: Jan Janak <jan at iptel.org>
Date:   Wed Feb 26 14:36:27 2003 +0000

    - Error messages changed a bit

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=84066f1816a968173a7d7097667ab7730b9cb616
Author: Jan Janak <jan at iptel.org>
Date:   Wed Feb 26 14:29:04 2003 +0000

    - Missing comments filled in
    - USER_DOMAIN_HACK changed to USER_CAN_CONTAIN_DOMAIN defined in checks.c

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c37e463a7bab0756ad58b12a823af9b92d36d085
Author: Jan Janak <jan at iptel.org>
Date:   Wed Feb 26 14:27:22 2003 +0000

    - README updated
    - USER_DOMAIN_HACK removed from defs.h

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d9816633ede9d528aefb03ef74485f9f912c0e1d
Author: Jan Janak <jan at iptel.org>
Date:   Wed Feb 26 14:04:38 2003 +0000

    Various URI related checks, originally part of auth module.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fd085f8cdce984eb3ad4c2ea25dfb257cffac122
Author: Jan Janak <jan at iptel.org>
Date:   Wed Feb 26 14:03:47 2003 +0000

    Group membership functions, originaly part of auth module.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b6b30d77d46845ba1ef42aaf3c49c715627b763d
Author: Jan Janak <jan at iptel.org>
Date:   Wed Feb 26 14:02:19 2003 +0000

    Group and URI checks distilled out of the module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a8aa152c099b1754e8287d1e1bc7cc3e05153761
Author: Jan Janak <jan at iptel.org>
Date:   Tue Feb 25 19:10:39 2003 +0000

    Warnings removed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9db869f1a59a8f5d2d355bd4ff3eb305869bcc54
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Feb 25 17:30:30 2003 +0000

    no contact in reply

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6c55d3bf2e8ae0915810dbc2ba623ff2d40475fa
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Feb 25 17:30:09 2003 +0000

    no contact in replies

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0fcc74595f5d15c5d6b200a0e3d2e3515a616814
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon Feb 24 16:48:50 2003 +0000

    - warning fixes
    - s/T_LOG/T_LOG_CELL in tm (redefinition conflict with nameser_compat.h)
    - fixed type in vm

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=efe24dc18a59e77e78259473a6035840912e2f1e
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon Feb 24 16:46:11 2003 +0000

     - applied Maxim Sobolev <sobomax at FreeBSD.org> makefile patches
      (slightly adapted for the cvs version)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ae56d51b7f216e1138c9b29f4060ebc12f4faba6
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Feb 24 15:25:20 2003 +0000

    XJAB module
    - the log warnings fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=41600aa769f8cc99ffcd2175d6812f9dd744da09
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Feb 24 11:11:37 2003 +0000

    XJAB module
    - fixed the case when jab_go_online was called and the connection with Jabber
    server was already opened
    - jabber.c contains the sample usage of ihttp - you have to compile it with
      -DHAVE_IHTTP

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=018dd981bb9fdc9a4c485f06a0b4411f46ffede2
Author: Jan Janak <jan at iptel.org>
Date:   Sun Feb 23 20:27:19 2003 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3d3102e5fa65511c0eec7230645ea9068f0dbe63
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Feb 19 17:16:41 2003 +0000

     - tm tcp support (though no timers yet)
     changelist (random order):
      - forward.c: removed calls to upd_send & tcp_send & replaced them with calls
        to msg_send
      - ip_addr.h:  added struct dest_info (used in tm rbs)
      - proxy.c:  all *proxy fucntions require also the protocol
      - resolve.c: added proto to sip_resolvehost, for SRV lookups
      - tags.h: changed TOTAG_LEN into TOTAG_VALUE_LEN, to solve redefinition
      conflict with tm/t_msgbuilder.h
      - modules/sl/sl_funcs.c: modified sl_send_reply to use the transport
        independend  msg_send
      - modules/tm/t_funcs.c: modified send_pr_buffer to use msg_send & rb->dst
      - modules/tm/t_fwd.c: added proto to various functions
      - modules/tm/t_lookup.c: init_rb() is proto indep. & it uses struct
        dest_info
      - modules/tm/t_msgbuilder.c: build_uac_request uses proto
      - modules/tm/t_reply.c: updated to use rb->dst, fixed TOTAG_LEN bug
      - modules/tm/tm.c: added t_forward_nonack_{udp, tcp}, t_relay_to_{udp,tcp},
        t_replicate_{udp, tcp}
      - modules/tm/uac.c: t_uac, t _uac_dlg, gethfblock, uri2proxy changed to use
        proto & rb->dst
      - modules/tm/ut.h: added proto to uri2proxy
    
    old tag & version: pre6-tcp4
    new tag & version (current): pre6-tcp5-tm

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5dde2a0c9065f3d2b0a4d62e899182909ebf52e9
Author: Jan Janak <jan at iptel.org>
Date:   Fri Feb 14 13:23:12 2003 +0000

    debug message removed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=acb4633e8067fccb3d76ced129217f0fb179b4d3
Author: Jan Janak <jan at iptel.org>
Date:   Fri Feb 14 12:04:23 2003 +0000

    Unescaping added.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=68aa530c7f86bdf33ea791932eab6b97b2920155
Author: Jan Janak <jan at iptel.org>
Date:   Thu Feb 13 21:01:56 2003 +0000

    strlower moved to ut.h

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=509ce02b96e613c65856855df196244b415471ec
Author: Raphael Coeffic <rco at iptel.org>
Date:   Thu Feb 13 18:41:37 2003 +0000

    cleaned configuration file

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2347b21fc73f151dc203ab532ba12a24d7e866d8
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Feb 13 13:06:26 2003 +0000

    XJAB module makefile
    - added compilation define -DXJ_EXTRA_DEBUG

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=532b2ce15feec834379a2ac32c826da5929871b6
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Feb 13 11:52:57 2003 +0000

    XJAB module
    - start a new jabber worker even waitpid for a dead old worker returns error
    - log beautifications

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ede880f36c15e9d18059e8a6a87ed243f53cef5b
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Feb 11 14:02:50 2003 +0000

    - created a protocol independent send fucntion: msg_send
    - replaced the calls to tcp_send &udp_send w/ msg_send in forward.c
    - updated sl/sl_send_reply to work with tcp (not tested)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d68c2688366a04a99b27740033b27b8e9027fe47
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Tue Feb 11 12:36:18 2003 +0000

    Defined contact_t to make it gcc 2.95 compatible.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=11cb4864b034779846a23dcb90e6042da114c60f
Author: Raphael Coeffic <rco at iptel.org>
Date:   Sun Feb 9 15:09:05 2003 +0000

    source file references corrected

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dbf2e639da8784929122e4a938bdc16073bf56e7
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Fri Feb 7 20:26:46 2003 +0000

    - an example of a DBTEXT table

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cec91fa03dc9e47b77eef678422a4c768376df00
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Fri Feb 7 20:24:17 2003 +0000

    - table definition to use with the sample module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=043d788a65b74a2f784ad20e2a4075c38df19020
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Fri Feb 7 20:21:20 2003 +0000

    - makefile for sample module that uses dbtext

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c6ffc3f9a75a42c48e849e74e0abee9772c62e52
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Fri Feb 7 20:20:02 2003 +0000

    DBTEXT example module
    - example module for using dbtext

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0dae8732a00dbd51f3f0b749cf2ac1708d213a36
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Fri Feb 7 20:18:07 2003 +0000

    DBTEXT module
    - makefile

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=919df58bd0c90b645ff667d3bebdd8b8c09c927b
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Fri Feb 7 20:17:18 2003 +0000

    DBTEXT module
    - readme file

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dfc77f34a90d1c05db20df44b6531e0f19989455
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Fri Feb 7 20:16:34 2003 +0000

    MSILO module
    - added some comments
    - error log if a semaphore is null

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6d4f906a68836bc32447c0898db6c69cb9282284
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Fri Feb 7 20:14:42 2003 +0000

    DBTEXT module - pre 1
    - implements DB interface
    - fields are separated by ':'
    - tables are cached in share memory
    - cache is saved on disk when SER stops
    - type of columns: int, double and str
    - attributes of columns: null and auto increment for int columns
    Still to do
    - order by option in db_query
    - auto save of cache from time to time
    - enhance cache manager with support for discarding unused tables for a long
      time
    - double check for memory leaks
    - put some comments there
    - anything else you consider it is necessary ;-)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=15f6a9325f8221ed2f8b0ef4041c15c0fe1d1437
Author: Jan Janak <jan at iptel.org>
Date:   Fri Feb 7 14:22:55 2003 +0000

    Big endian bug fixed, reported by Jonathan Lennox

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d66c03bc9843c7f2df5bbbb1af6a5cf9cd265662
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Feb 6 15:23:36 2003 +0000

    MSILO
    	- log message changed
    	- offline messages dump corected

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fd7bffb24c7b436357a5b7f1fd3fb65e8720f520
Author: Raphael Coeffic <rco at iptel.org>
Date:   Mon Feb 3 15:07:20 2003 +0000

    corrected minor bug (Request URI in 'in dialog' requests)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=64d7cdb334805085faf10346aff50a284d8c8842
Author: Nils Ohlmeier <nils at iptel.org>
Date:   Sun Feb 2 04:34:55 2003 +0000

    Beautified error log message.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=27eb2fa54286c38700c7fe23a09c0f4af3ecd36c
Author: Raphael Coeffic <rco at iptel.org>
Date:   Fri Jan 31 13:54:59 2003 +0000

    voicemail specific code added (see #define VOICE_MAIL and module vm)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=00d35c218108652bf0158ae152f8841d90a06dad
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Wed Jan 29 19:24:10 2003 +0000

    scratchpad removed, textops changed to skip the first line

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ec120d8a017af02b237bd8e52237ad1f88c20600
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Jan 28 18:46:25 2003 +0000

    XJAB module
    - added a new parameter to the module (proxy) for specifying outbound proxy
      address - default is NULL and outbound proxy is not used
    - destination address of a SIP message for Jabber network is checked against
      jdomain and IM aliases - if new_uri does not include one of them then is
      checked R-URI and To address. It is chosen the first one that matches.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c11a1ae8e8f98584c6d150ece9b8077e64dad168
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Jan 28 18:28:02 2003 +0000

    XJAB module
    - added description for proxy parameter

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b26fca6a1f38d59fd6b18b3d9d984b16df5bc95f
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Jan 28 18:27:13 2003 +0000

    XJAB module
    - added a new parameter to the module (proxy) for specifying outbound proxy
      address - default is NULL and outbound proxy is not used
    - destination address of a SIP message for Jabber network is checked against
      jdomain and IM aliases - if new_uri does not include one of them then is
      checked R-URI and To address. It is chosen the first one that matches.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bdc57f2f974bd8fdb83093425e8927ad890167a5
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Jan 27 21:19:48 2003 +0000

    parser changed to make body to point to body (w/o LWS), have a len
    encompassing the complete hf (name.s..CRLF) and not to put zero-
    terminators after header field names and cseq

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7b12b565a8288a5229171f6dfe86f9f4c4273876
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Jan 27 20:49:41 2003 +0000

    quick hack to make CVS compilable -- forgive me Jan

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d9d74ebc4328835f802b52eb4e936140ad6825d4
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Jan 27 15:49:13 2003 +0000

    XJAB module
    - contact parameter deleted
    - a reference to SIMPLE2Jabber manual added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1d64e83f37d8269ab2e5d47520aee7e0d387b0e9
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Jan 27 15:47:20 2003 +0000

    XJAB module
    - t_uac replaced with t_uac_dlg
    - some debug messages wrapped in a define: XJ_EXTRA_DEBUG
    - contact parameter no longer used
    - last parse_content_type_hdr method used

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d70c59ac84f15d7c7853958db5dc2fdcaa382d2d
Author: Jan Janak <jan at iptel.org>
Date:   Sat Jan 25 15:15:40 2003 +0000

    user_id changed to user
    Sends 500 instead of 400 when there is no memory left for parsing of credentials

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=82c8c16518a287a03dadb241479a0732a42368c0
Author: Jan Janak <jan at iptel.org>
Date:   Sat Jan 25 00:47:38 2003 +0000

    - ul_add error message includes a hint to use save("..") or lookup("..") first.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6b1c474d4e124451fc13f4d881b728f5f0b511bf
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Fri Jan 24 20:26:16 2003 +0000

    MSILO module
    - updated to use new parse_content_type_hdr method

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e8bdd25fe152bc84e3ca04ca936dd463e9369b65
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Jan 24 18:34:10 2003 +0000

    Changes:
    	- switched to t_uac_dlg
    	- updated to the new way of Content-Type parsing

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a0acf2cb34a7b342ab20e51d46c52b8bdd966aa4
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Jan 24 17:56:48 2003 +0000

    more contact stuff

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7e8cb3f63caa5e23b7f8ff747e7a7926517cbff8
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Jan 24 17:23:26 2003 +0000

    Changes:
        - switched to t_uac_dlg().
    	- adapted to new way of parsing for Content-Type.
    	- Contact generation in reply improved.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f3630321cda685d85a4278d0b811df7ca63e52ec
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jan 23 22:42:19 2003 +0000

    memory allocated for random secret will be freed in module's destroy function

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a3312cf331512d4689b0835527057c973234168d
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jan 23 21:40:54 2003 +0000

    Allocated memory will be freed when *new_lump* fails. Found by Jiri.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e82758f3986dac03295b0d78ad9068606bb902ab
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Jan 23 19:19:35 2003 +0000

    MSILO module
    - explanations updated to current behaviour of module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d9dac62e990534f90da1c5e89fb3c0b6558d85c7
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Jan 23 19:16:06 2003 +0000

    MSILO module
    - t_uac replaced with t_uac_dlg
    - r_uri is used if is a complete address of record (user at hostname)
    - stored messages are sent directly to contact address provided in REGISTER
      message

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=836287800b1d8e73591622c27122aa4d8aa212cd
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Jan 23 19:13:40 2003 +0000

    - columns src_addr, dst_addr, r_uri of SILO table resized from 128 to 255 chars (256 not allowed for VARCHAR)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ef270cc419c1cc85335b2a36be1a44b7311f9ef8
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Jan 23 18:58:13 2003 +0000

    - applied parts of Maxim Sobolev patches (rport parsing)
    - fixed them so they should work
    - added a new via param (i=) for tcp use
    - fixed a bug in the via parser (transport.s not initialized), the bug was found by bogdan & daniel.
    - added an int2str function in ut.h (faster than snprintf %d).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=603666c152092e211ae61c65061ad9ad30a1ff96
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Jan 23 14:16:23 2003 +0000

     - fixed possible mem leaks in search_append_f, replace_f, append_hf_helper
      (incorrect processing of *new_lump* return value)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=df62115bb1fe6c780f80868da58ce6fff7ce3dc4
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Jan 22 19:43:34 2003 +0000

    - r_uri column added to SILO table to use it within new t_uac_dlg, will be
      stored and used only if is a complete address of record (user at hostname)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=46cc00ce0c73e61fb854de04016314eca8536fbd
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Jan 22 16:49:19 2003 +0000

    - added default values for NOT NULL columns in table SILO

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a8778c1bb67214f64df403f09b31417a3cf7271d
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jan 22 00:45:13 2003 +0000

    Changed the way how consume_credentials calculates header field length.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=24078846e515689c17146345aae8bf330d19dbef
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jan 22 00:31:26 2003 +0000

    Changed the way how header field length is calculated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a2d9207ff4b089cdc53526ccc36e0e3c47217507
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jan 21 20:48:54 2003 +0000

    Error reasons will be reported in Error-Info, not in reason phrase.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=13be3fb7a6218d742753c2ae1bfbe84b549add6b
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Jan 20 17:42:46 2003 +0000

    XJAB module
    	- added reference to serusers mailing list

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1345c75fc228c06a41ef260b3cafe47f229d7699
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Jan 20 17:41:02 2003 +0000

    XJAB module
    	- exipred connection checking moved from xj_worker_process to a special
    	  function

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5bc99d3904c5f4669b6827a5d07d9bcd9497f509
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Jan 20 17:39:04 2003 +0000

    XJAB module
    	- added a new function that sends offline NOTIFYs to SIP user for every
    	  subscribed Jabber user when the connection to Jabber server is closed. All
    	  of them will appear offline.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e1e7338cb0c9c63507c2ea93acc0a329517bdc5a
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Jan 20 17:34:42 2003 +0000

    XJAB module
    	- the presence state received from a Jabber user, whose presence was
    	requested before by the SIP user, is stored in memory even if the SIP user
    	did	not subscribe for it in current session. I no way to query later the
    	AIM/ICQ/MSN/Yahoo users about their state.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=da344c69a4845de6c6c89c662e9911e4dd6ac486
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Jan 20 17:18:29 2003 +0000

    - the document is obsoleted - will be removed soon

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=669521a07012b589518a646a122f0cedeb95988a
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Jan 20 10:50:35 2003 +0000

    snprintf in build_auth_hf replaced with memcpy to avoid
    possible issues with too small buffer

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6f1c323e33ed8e211af3268db13baec41d44025e
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sun Jan 19 22:00:30 2003 +0000

    - verification against double record-routing added,
    - option for putting from-tag in record-route added
    - buffer overflow eliminated (jiri)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7764c095f65c5bd89c6a64a2bc0ebe96cb53dc28
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sun Jan 19 20:30:15 2003 +0000

    history inserted

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=65686ce03b56dc2aecc8fa59cae5ad0d4c61fe47
Author: Juha Heinanen <jh at tutpro.com>
Date:   Sun Jan 19 18:37:03 2003 +0000

    Removed free_uri

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2093deec7cddc9857d79142859fdceb645961a38
Author: Juha Heinanen <jh at tutpro.com>
Date:   Sun Jan 19 14:55:02 2003 +0000

    Added conditions parameter to db_query

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=79bdcee0d418cc926d9aa1bf6f0ccc36b3d58108
Author: Juha Heinanen <jh at tutpro.com>
Date:   Sun Jan 19 14:20:41 2003 +0000

    Implemented hash table in shared memory

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aa4c79b016ac3468eb222eaca8f3de2a02ff9b77
Author: Juha Heinanen <jh at tutpro.com>
Date:   Sun Jan 19 14:18:05 2003 +0000

    Used get_parsed_from_body for From header access

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dcd0a103ea8ae8c08ad0e59ec90d241a657e14f8
Author: Juha Heinanen <jh at tutpro.com>
Date:   Sun Jan 19 13:59:51 2003 +0000

    Used get_parsed_from_body for From header access

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ff9428ac26d02c18b03808b7b5ae009af78de63d
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sun Jan 19 01:37:45 2003 +0000

    bunch of changes related to ability to process original request in
    reply_route:
    - textops: append_urihf(p,s) appends a hf with uri between p and s
    - core: supporting functions for duplicating a lump list from
            shmem to pkgmem (which allows further processing with
            pkgmem-oriented actions)
    - tm: reply_routes now creates a temporary, mostly pkg-mem-ed
          replica of shmem-ed request for additional processing

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b323415908cf8f3be72cdb6c005878b6b2aa7b2f
Author: Jan Janak <jan at iptel.org>
Date:   Sat Jan 18 14:22:31 2003 +0000

    3600 is used as default value when expires contact parameter parser fails.
    Credits go to Nils who drew my attention to this.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=09c331691ab08d4fd8b41b32b255a7286f80ee71
Author: Jan Janak <jan at iptel.org>
Date:   Sat Jan 18 10:58:06 2003 +0000

    build_reply patched.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f523c4cf1390fb12c3982895ff0450f83eac1d08
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Fri Jan 17 17:38:15 2003 +0000

    XJAB module
    	- revision added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=082d225285c94ec19fc9d9952eb08adf3904f587
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Fri Jan 17 16:17:16 2003 +0000

    XJAB module
    	- some little changes for presence support

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0ea2f06722cb447ed796764cdf73f2f407c3cd32
Author: Jan Janak <jan at iptel.org>
Date:   Fri Jan 17 01:29:58 2003 +0000

    uri table parameters added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e046827052a92d284921cc6c92a24fac9d6ba785
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Jan 16 19:22:09 2003 +0000

    - new locking used in shm_mem
    - some compile fixes in tm/lock.* (w/ sys v sems)
    Notes: on linux use only FAST_LOCK or USE_SYSV_SEM (pthread & posix sems do not work)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3ab9549a313f4e8fda988424e39f1d6fde2b4bce
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Jan 16 19:11:57 2003 +0000

    XJAB modules
    	- sample config file with presence support

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=393ef7bd0db8aab0914d842eb9640c0aba11b5d5
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Jan 16 19:08:35 2003 +0000

    XJAB module
    	- presence support specified

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=caf849ef62e9862b95a425799f4572d5c6865ea5
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Jan 16 18:43:22 2003 +0000

    XJAB module
    	- integration with PA

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f9d07200768051b04ff093cfe34340ef594bbc8e
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Jan 16 18:41:58 2003 +0000

    XJAB module
    	- presence support in Jabber module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=090df17d17b778c743d5ba1ccbfe393ad4249ef0
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jan 16 00:25:20 2003 +0000

    is_from_local is_uri_local moved to domain module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=221e8abaf6919226e23f76a963592935cfe14739
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jan 16 00:24:50 2003 +0000

    Added missing \n

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7cdc845a5e46f6956a09423179d23d8b922c0f72
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jan 15 23:16:24 2003 +0000

    bugfix - proper buffer allocation

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fe023c2d7dd3aeba010ab23634cdc67a2e27a8ae
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jan 15 00:15:36 2003 +0000

    Removed free_uri

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=caa40974644b2ecae0ed6ba0a63964a57a983378
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jan 15 00:13:59 2003 +0000

    - Updated to cached version
    - removed free_uri
    - Fixed db_query parameters

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1761f3121e400ddd42e8f03bb4326c4aa6837fef
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jan 14 23:38:29 2003 +0000

    Removed free_uri.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dcdf01c2bdc40468d09a09d8e1cf98aa598897a6
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jan 14 23:32:52 2003 +0000

    Fixed extract_aor bug reported by Jiri

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=09befa54f236798dfec7323a2d4e60121cf3f3ad
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jan 14 23:09:47 2003 +0000

    Added domain module contributed by Juha Heinanen

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=eb4058fc501bf42bf8eac469f73b8f62d234876f
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jan 14 23:08:00 2003 +0000

    Added enum module contributed by Juha Heinanen

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1af984a6a2c792517d63bed8b341d559d919ab08
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jan 14 22:51:08 2003 +0000

    This was an attempt to write a generic dialog support but it should be moved
    somewhere else.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c22504bf86f5ebc59d8085b50cc5f3b1c90ab3eb
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jan 14 22:49:40 2003 +0000

    - Fixed usrloc part
    - Added support for jabber module
    - Changed register_watcher and unregister_watcher prototypes, the function
      have now From, To, callback and opaque data as parameters.
    - Small bug fixes
    - Removed sl module dependency
    - t_reply is now used for replies which means that subscribe must be called
      from if (t_newtran())... block !
    - Dialog support still tricky, needs to be rewritten
    - kphone is unable to process our XML document even if it is correct, I have
      to see kphone sources to see why

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=27549ce181abf540e0a3be8a98808e6eff6a6bb9
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jan 14 22:46:15 2003 +0000

    Event notification code rewritten almost from scratch, this is result of
    the recent usrloc changes.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=41aba1728d34b7cd76cdad8d336f8fcd8ef44e28
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jan 14 13:48:14 2003 +0000

    Due to recent usrloc changes notify part needs to be changed as well,
    postscript callback has been canceled.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4b2446175d0e0168094fc77a536a24dfe2424c8f
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Jan 13 16:06:20 2003 +0000

    XJAB module
    	- call parse_headers for TO and FROM to be sure that they are parsed before
    	  doing any operation with them

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=85ef3bcb76f0e7a64fbd14b356abe8e2a3e0ccc2
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Wed Jan 8 01:04:22 2003 +0000

    radius_acc fixed to include radius dict; there is too much other
    broken stuff in-there, I need to refurbish it and integrate it
    with acc to avoid maintenance of duplicated code

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=80eb3f0d7c6936f60ff8f9288d93ac6b5850542f
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Wed Jan 8 00:35:40 2003 +0000

    radiusclient url added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cd65d72d6943adf909ac9a46556787ff99f27c94
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sun Jan 5 20:14:56 2003 +0000

    READMEs brough more up-to-date and NEWS introduced

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dd40f74058bc8f640e7b0936a9ca3ea1015b25f3
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sat Jan 4 19:58:34 2003 +0000

    known limitations enhanced (accounting better from end-devices)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bd752460228c44236074b2b7b184f3fa6b96d1c3
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Wed Dec 18 01:38:26 2002 +0000

    log level for "no replies for ACK" changed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f2fb11db3e6f5d6cc6b998b3171acf09cd4aaec8
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 17 18:09:28 2002 +0000

    parse_uri cleanup

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=698ecb31d26fa82289cf5a76fca5a3ad37fb73f2
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 17 18:04:11 2002 +0000

    parse_uri cleanup.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d6302796a85a7228c841a614e66d83b37cb2ef14
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 17 18:03:55 2002 +0000

    parse_uri cleanup

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=86f10a976bf858e6c90df4d0bd4d304fddee8230
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 17 18:03:30 2002 +0000

    parse_uri cleanup - removed free_uri

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8ea34c621bd0089988c0568828dbcb5b6de0545b
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sun Dec 15 00:06:04 2002 +0000

    typo fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=eff5e1ac87255fc347685bc2a68c1096fa951259
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sun Dec 15 00:05:14 2002 +0000

    new OUSER env var added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=de9ee5c6fe556f92da100dfdea71205c69deae36
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sat Dec 14 22:09:23 2002 +0000

    exec module refurbished: now, all exec actions pass header fields,
    URIs, source IP in environment variables for easier script programming

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a0b592babdabaf5e63bd34090864bed22a5a68b4
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Dec 12 21:41:18 2002 +0000

    - updated to the new get_send_sock format

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=91fd1289e8c7a1c4949bb989070092b4caafc73c
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Dec 12 21:39:54 2002 +0000

    - replaced msg->src_ip w/ msg->rcv.src_ip (to be in sync w/ core)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8fb51aec5e7876fe04bfc65e7bd1ae767f455584
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Dec 11 17:04:53 2002 +0000

    update

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a9a995a2cbd8a2d414fa8c652812a39107e61210
Author: Jan Janak <jan at iptel.org>
Date:   Wed Dec 11 14:07:31 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d1341d2d0c0bccfb816bf5be76f16dce4b4d8ad1
Author: Jan Janak <jan at iptel.org>
Date:   Wed Dec 11 14:02:20 2002 +0000

    Added.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=33d3a555bd20cf290b65f350ff95aa4226ff71c2
Author: Jan Janak <jan at iptel.org>
Date:   Wed Dec 11 13:47:15 2002 +0000

    A small bugfix.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=adfb55896219cfc2882768c0b75bf944ca9f50a9
Author: Jan Janak <jan at iptel.org>
Date:   Wed Dec 11 13:05:15 2002 +0000

    - is_in_group obsoleted
    - added parameter group_domain_col
    - added parameter group_use_domain
    - is_user_in extended, if group_use_domain == 1, the function will use also
      domain part (host) when querying group table. In case of digest credentials
      only username is used in both cases.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=46f1defe419235762c76b4bd45c3e16aa8274614
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 10 20:25:37 2002 +0000

    username and domain stored in separate columns, internally represented as
    a single string of form <username at domain>, this will change in the future.
    For now it is the easiest way how to do it.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f093234ffcacd4edd398c7cc6e82d70a29f7b33f
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 10 19:52:20 2002 +0000

    use_domain parameter added.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=92ccbc868a60a9a58bdea78fc16b77ec4d4d341f
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 10 12:31:28 2002 +0000

    consume_credentials - I forgot to commit one more change, thanks to Bogdan for report.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1b985a7db6e7fb0d6430be092e8da7dc33f7495d
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 10 11:10:04 2002 +0000

    - New variable - case_sensitive - if set to 1, user name comparison will be
      CS, if set to 0 username comparison will be CI
    - New variable - use_domain - if set to 1, @host will be appended to aor
      and always converted to lower case.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d9e2e9290a2e943f50909e2412b8d1c08b7fa215
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 10 11:07:23 2002 +0000

    usrloc comparison is case sensitive, registrar will convert aor to lower
    case.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=72ac2c6f9c56e3be4900405ef636d700263ea0b3
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 10 11:05:34 2002 +0000

    Added new variable - use_fast_cmp
    - Fast comparison is done using MD5 hash of important header parts.
    - By default it is turned off

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=be1182e00628e1322e6bebc8dbd29520e2233f1d
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 10 11:04:24 2002 +0000

    Fixed consume_credentials.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f2f56429537e69150d32a78bf87ed305241ffa58
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Dec 9 18:21:05 2002 +0000

    IPv6 support added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=618575189fc478def901bb88aadeb400b20a72ab
Author: Jan Janak <jan at iptel.org>
Date:   Mon Dec 9 00:21:45 2002 +0000

    Better implementation of REALM_HACK

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3129cf2ae83c72c40aa489048fd08f107dba32c1
Author: Jan Janak <jan at iptel.org>
Date:   Sun Dec 8 17:18:56 2002 +0000

    Added functions contributed by Juha Heinanen.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=38ebd7cb58aeec57a5bf1d025c4bf506fd20800c
Author: Jan Janak <jan at iptel.org>
Date:   Sun Dec 8 13:04:07 2002 +0000

    Integrating Juha Heinanen's contribution.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c1593ab98df774d50a4a58aa7749d6d0acaf6263
Author: Jan Janak <jan at iptel.org>
Date:   Sun Dec 8 00:04:43 2002 +0000

    Fixed warnings reported by Jiri.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=46d5301239953348512c9e3c3d6fd1a5c3808385
Author: Jan Janak <jan at iptel.org>
Date:   Sat Dec 7 23:59:49 2002 +0000

    - auth module now sends 500 in case of any server error and 400 when a
      message is invalid, in this cases www_authorize returns 0
    - Code cleanup
    - Small fixes of group related functions
    - Small fixes of username check related functions
    - Changed return values of some internal functions
    - Added some comments

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e121fb1b03c161bad8a8cd9d3fb0e5fb4e72e0e6
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Dec 5 09:16:59 2002 +0000

    MSILO module
    	- IM headers deleted

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ed353a48de06c4d2b11f5af253f98e68cb28437d
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Tue Dec 3 22:34:06 2002 +0000

    section on known limitation (particularly not supporting folded
    lines) added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bc64f69c3130dfcf50d413ee9e146c119cfb9e6b
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Dec 3 18:23:31 2002 +0000

    removing im module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4783db42cc0d3f5f4f6690a8e4d9d26276c88a92
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 3 15:52:37 2002 +0000

    Case insensitive username comparison.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=439a546ccb721f9767811a7189cf9d33721187f6
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Dec 3 15:35:44 2002 +0000

    MSILO module
    	- updated with parse_from_header

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=42e1bcf8491a31823110fc1764deeba122b966c1
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Dec 3 15:31:57 2002 +0000

    XJAB module
    	- some warnings fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b996df68655bb93e5d09ce0b7ca92697e831a9ac
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Dec 3 15:10:57 2002 +0000

    XJAB module
    	- updated to use parse_from_header

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=be7fa29129cd459650b7cd2310da5882f57e6075
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 3 12:37:11 2002 +0000

    _XOPEN_SOURCE

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=81e0bd105f35ca02fc13f5e8758f6ebc870d4e21
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Dec 3 11:46:34 2002 +0000

    updated to new parse_from_header()

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d2c64f2c79d406149adf1d0682ff6aa9786b2e60
Author: Jan Janak <jan at iptel.org>
Date:   Mon Dec 2 15:22:48 2002 +0000

    Started to develop better dialog support.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=eef11a9f4714dd412c20839489a1f7e6d00e9308
Author: Jan Janak <jan at iptel.org>
Date:   Mon Dec 2 09:17:22 2002 +0000

    Minor beautifications.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fd391804eb25738dc4d7d6528a8df11adb679e32
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Fri Nov 29 17:25:48 2002 +0000

    MSILO module
    	- SQL script and sample cfg file

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9f1c2e0dd5dc99a41bb4bb04fb0a85d1435c0719
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Fri Nov 29 17:25:02 2002 +0000

    MSILO module
    	- support new DB API - now can delete expired messages from database

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fea3501cc48e89d1fc9be4fa6a6e5fb17f07cb57
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Fri Nov 29 17:23:03 2002 +0000

    MSILO module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0b8efadc65f8b954be4b49c98d183b6cb2458bcc
Author: Jan Janak <jan at iptel.org>
Date:   Fri Nov 29 13:29:58 2002 +0000

    C99 initializers removed to make icc happy.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=133ceb5cfc3f09bcca21f99902129762d15aea89
Author: Jan Janak <jan at iptel.org>
Date:   Thu Nov 28 20:05:08 2002 +0000

    Proper result handling for queries returning no result.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fa9a6fad24a93beb0ef811f75bd74e6acec911cf
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Nov 28 19:44:59 2002 +0000

    XJAB module
    	- updated with last version of DB API and parsing functions

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5144e7c45779900ab89b886615529927b467083f
Author: Jan Janak <jan at iptel.org>
Date:   Thu Nov 28 17:37:05 2002 +0000

    db API changes reflected.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=65655e93702059dbd9c03476d1946bd164ecefe9
Author: Jan Janak <jan at iptel.org>
Date:   Thu Nov 28 17:09:33 2002 +0000

    db API slightly changed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b777fc870f2e3ba6737ebb96d3238994c521f1dc
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Nov 28 17:06:42 2002 +0000

    updated according the new parsing functions

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e04a937b2b15509a4950b15410f44e3521c7e8b7
Author: Jan Janak <jan at iptel.org>
Date:   Thu Nov 28 17:05:16 2002 +0000

    An additional parameter to db_query, db_update, db_delete.
    New function - db_raw_query

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a27bcac9c6fcd469596c61a17b1bb5c322c03545
Author: Jan Janak <jan at iptel.org>
Date:   Thu Nov 28 16:56:19 2002 +0000

    db_* function calls that accept additional parameter updated.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=312335b3aa2060018c7afe8285b58c4a03ac9fc8
Author: Jan Janak <jan at iptel.org>
Date:   Thu Nov 28 16:55:38 2002 +0000

    Calls to db_* functions accept an additional parameter now.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1af36b4cda2a105bfbf8837d8e9598095cab162c
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Nov 28 11:13:33 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=14a0f838cd5136f354b81782ad490e084de8ebbf
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Nov 27 17:38:20 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9dfce97d1f997c7f152186e52375475faf88cbe6
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Nov 27 13:21:24 2002 +0000

    XJAB module
    	- bug found when authentication with Jabber server failed - fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=893f5c5b09fe48b913d0ff87463407266811d49b
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Nov 26 11:34:50 2002 +0000

    DBG messages cleanup

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cc13a61d53478bb28306cad996c6849a1591c79e
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Nov 26 10:13:17 2002 +0000

    XJAB module
    	- added a sample perl script which can register SIP users with Jabber gateway

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=92c22c0a583e1986fbfcc57f0e4d2577b5a47f79
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Nov 26 10:04:18 2002 +0000

    XJAB module
    	- readme file updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1303f6208c690a06e95762875bf9410a78a13c42
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Nov 26 09:57:28 2002 +0000

    XJAB module
    	- the special character (old %) in user part of the address can be now
    	  specified in module's jdomain parameter. Default is *

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3f5ee0dfcc9506d19abc21380097ee50208a8e92
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon Nov 25 20:29:45 2002 +0000

    - netbsd fixes
    - 64 bit mini-cleanup

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0ed738023e3aff3919eaaea244d2f8fa4aa4058f
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Nov 25 14:13:19 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0369faff69f11aa9e7cca082d2cbc44391dbe0eb
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sun Nov 24 10:47:50 2002 +0000

    typo fix

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6e9af7f5032bd559de03345bb5742b3b7e54dd07
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Nov 22 18:40:16 2002 +0000

    new module for sending / receiving SIP messages via ser from a remote application

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cf83c453e34ee56a61d734cf560336d7ff96addc
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Nov 20 18:59:57 2002 +0000

    BUG fixed - after malloc, an memset was added to zero the structure!

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=63394587939bb53a29f877e950f9196264129e32
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Nov 20 13:22:51 2002 +0000

    XJAB module
    	- error messages updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=30fb8f5f718bafb2042a7ab16de36e895cd0b3f8
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Nov 20 11:59:13 2002 +0000

    XJAB module
    	- error messages updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b7a0a1e6ce51568c049a9da6ab67e4f8f45bd7d7
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Nov 20 11:58:11 2002 +0000

    XJAB module
    	- error messages are now defined in this file

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ddcc54048e3459ada86a2a64f825c90df68b7696
Author: Jan Janak <jan at iptel.org>
Date:   Tue Nov 19 17:05:57 2002 +0000

    Missing get_username added.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=746e6fb50b41558a85efc8c15a66659f79d44355
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Nov 18 12:32:03 2002 +0000

    XJAB module
    	- automatically re-join the conference when a non-authorized error is returned
    	(usefully when the conference server was restarted)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cfab0404186e52befba3b7fe0605e59b79aa7360
Author: Jan Janak <jan at iptel.org>
Date:   Thu Nov 14 14:33:16 2002 +0000

    Added presence extensions, initial version.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fdeceea5779b053cb133a57c1811e2bf9b87d34a
Author: Jan Janak <jan at iptel.org>
Date:   Thu Nov 14 14:29:48 2002 +0000

    Presence Agent - initial check-in

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=02645ee6b9907b6994f9ead50f4c1e3a5bd6438c
Author: Jan Janak <jan at iptel.org>
Date:   Thu Nov 14 14:01:41 2002 +0000

    Added loose routing support, module interface has changed,
    there are 3 exported functions now - loose_route, strict_route
    and record_route (see module's README for details).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e678d33e197a2972f23a6bda43508f0001543132
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Nov 14 11:18:18 2002 +0000

    XJAB module
    	- readme file updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a4f1081ac5a9cae51fcf1b3726690e5e3efcc04f
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Nov 12 12:32:17 2002 +0000

     - added the proper libmysqlclient dir for FreeBSD

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=42aecb37c3368d49f93b1a0f833a1878b9f609a3
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Nov 12 11:46:49 2002 +0000

    Fixed warning in a DBG on Free-BSD

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7cc8b773cbb7edc59b8d0f495a991e5a4871721f
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Nov 12 11:39:25 2002 +0000

    Fixed warning in a LOG on Free-BSD

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bd4150d8a1e7eed3b7a0a358e122820480aec18f
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Nov 12 09:18:14 2002 +0000

    XJAB module
    	- fixed unused variable j

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=19019e0598c725630b90f6ba131ae61602f0ec54
Author: Jan Janak <jan at iptel.org>
Date:   Mon Nov 11 23:26:09 2002 +0000

    conversion warning fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4b1817f3035ed4745b42d8b5490372ce748c4802
Author: Jan Janak <jan at iptel.org>
Date:   Mon Nov 11 23:11:52 2002 +0000

    R_OK changed to R_FINE

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=270a723e6ee0609347c5ca33549d77faa006beb3
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon Nov 11 21:34:53 2002 +0000

    - openbsd (3.2) support [ changes in fastlock.h, ser_module.c, tm/t_hooks.c,
      Makefiles ]
    - texops replace/search_append bugs fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b82dc732809610edd75c3dcc01f4d10bbfba7368
Author: Karel Kozlik <karel at iptel.org>
Date:   Mon Nov 11 20:23:06 2002 +0000

    mysql-specific options are now compilable only when ACC_SQL is enabled

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=eeb8b9f203c6782a57fd8180605815c0e7b61c60
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Nov 11 16:31:19 2002 +0000

    XJAB module:
    	- added display name in From header when a Jabber message is delivered to
    	  SIP user - that is Jabber user name for user-to-user chat or room name for
    	  user-to-conference

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4a9557909f37af7896fae1cee0a3c53343fb5f2b
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Nov 11 16:26:44 2002 +0000

    XJAB module
    	- xjab_worker.c was getting too big - splitted

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ff14b085c0a840fe150ff706f1f163779d256dee
Author: Jan Janak <jan at iptel.org>
Date:   Sat Nov 9 11:54:11 2002 +0000

    Modified authorize(), authentication of CANCEL will be always OK when ACK_CANCEL_HACK is defined.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=90a7a2e8ec6f4bd35acc7181c5c7b62e80b202be
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Fri Nov 8 15:58:19 2002 +0000

    XJAB module
    	- some bugs fixed
    	- added a monitoring process for Jabber GW workers
    	- confirmation message when someone leaves a conference or Jabber network

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ae9e58eac463d576645061e4d1f0cd0b8e3a3d91
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Nov 7 13:30:06 2002 +0000

    XJAB module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=348e0be43a11c5fd8c7de6fce73e8ef7edd9de5e
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Nov 6 12:45:50 2002 +0000

    XJAB modules

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=979e936bc6312d4ba5f20bc2c4763207677b812d
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Nov 6 12:37:09 2002 +0000

    XJAB module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8f0f93b0d4db55b6f3d06e9a2ebabea6524bea11
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Nov 6 10:24:11 2002 +0000

    XJAB module - readme file

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ac9babf4feaa592ff5bd7a278d2611407c382eb7
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Nov 5 13:25:13 2002 +0000

    XJAB module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=29b4941e53726aa9b4132c2fd89eda704ff8d1d0
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Nov 5 13:14:54 2002 +0000

    XJAB module - sample cfg file

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=85d327028727dbc7a3bdf683ada6eac67675e1a6
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Nov 5 13:14:24 2002 +0000

    XJAB module - readme file

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9a8e4675661833d2284865d79c83e9eda14dac96
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Nov 5 13:13:03 2002 +0000

    XJAB module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7469fe15ac6545a374df2b3bb8d2282133ce3e43
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon Nov 4 17:05:32 2002 +0000

    - converted to autoconf compatible format (replaced some os specific ifdefs with HAVE_xxx a.s.o)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d29c5195c91f9ea95a5257e47102ae8254e3ad64
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Sat Nov 2 01:35:08 2002 +0000

    - fixed cfg.y for icc (hack)
    - many other small fixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=83bde9411be1e2a5dbbd1b256ddcc4bbced52688
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Oct 30 12:02:46 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ee54885bb15da9a04ed742c35cefcea8682e5334
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Oct 30 11:48:58 2002 +0000

     Update

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2df2ded73061bf330ae1d959f11821a4c387aa63
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Oct 29 10:31:11 2002 +0000

    XJAB cfg file sample

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9ec197a00bf9f9358808ce12891a93c3515462d7
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Oct 28 17:44:49 2002 +0000

    XJAB readme

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=40af6f75e07c18a637c6afa96a39108101737041
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Oct 28 15:44:41 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6a0494fbda749ca5be846d3ec676b5e74dfa185d
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Oct 28 11:50:24 2002 +0000

    XJA module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c38bb351d1076291a16501da24ee7e5d9b049d96
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Oct 28 11:47:12 2002 +0000

    XJAB module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=853d6b6a12b1ae84ccaf2b441df5646c8007ac0f
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Oct 25 12:28:19 2002 +0000

    Added SMS report support for SMS confirmation.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=48f81348b97e0cd563e09b33402d5894df4d0740
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Oct 24 15:30:24 2002 +0000

    log by default to syslog

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=061a2eeb1804bc99bd319fd222a67aee8c4d1904
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Oct 24 15:26:59 2002 +0000

    MYSQL accounting disabled by default for the standard didstribution
    to avoid dependency

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=35414503951a5b03af1c93410b6a537496f2ba27
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Oct 22 20:37:29 2002 +0000

    - added  new_hash2 (faster & better distrib. hash)
    - added rev . dns startup  interface ip lookups (aliases)
    - lots of cleanups

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2b6187ba9b967587893d3cb4eb8b003bb0399b87
Author: Karel Kozlik <karel at iptel.org>
Date:   Tue Oct 22 19:24:20 2002 +0000

    added SQL support

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f965f4462a358e2b478c724bb60238cd14607656
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Oct 21 20:30:15 2002 +0000

    tags generation moved to core

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=79f14fa1080bb230e4e5d74d3d1073403529469c
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Oct 21 19:42:44 2002 +0000

    rfc3261 update: we add now to-tags whereever we can

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ebe5f7c2c0f0534eab1f271c57ba1495e0704c24
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Oct 21 00:55:48 2002 +0000

    cleanup: destroying SL now releases stats too

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8a3c284bd48b7e151a4a79ead11bf3882fc19fd8
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Oct 21 00:46:13 2002 +0000

    hack: malloc uses process_count()+1(!) during init

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f2b3ba1b5e0b91e94cca64c618657ed57ae9ddea
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sun Oct 20 20:20:44 2002 +0000

    beautification: internal SL vars made static

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a9d7dae143bd7342f7288c0aa35c66b4e80e28eb
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Fri Oct 18 00:15:20 2002 +0000

    bug_fix: reporting wrong status for ACKs

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b3cb711e02e9a9208012a412990226a0ff322ee8
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Oct 16 14:17:13 2002 +0000

    eXtended JABber module -

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=60bb2df678e8f713aad4bedfc6803d7b3dbaecc9
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Oct 16 14:16:19 2002 +0000

    eXtended JABber module - docs

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2a3426271a455b02f8ea8a171adcb3056ba20338
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Oct 16 14:15:22 2002 +0000

    eXtended JABber module - IM subscription scripts

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0c2b69a345457c0090875095dd8afeb8919ea1af
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Oct 16 14:12:42 2002 +0000

    eXtended JABber module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ec4781a237c44ebdb0f7e9bb8c1ec13495f950a8
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Oct 16 13:58:30 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6a7d0869d2e1d6dc4b6be08c720aaf6501f28743
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Oct 16 13:50:28 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b5c5f9e37c3c221599271aca7664a30b1f6b4219
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Oct 16 10:50:23 2002 +0000

    MSILO module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8ae0b4deeaa04246929dd2f7c22011ff624d7ba0
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Oct 15 15:36:22 2002 +0000

    SMS loads dinamicly the IM module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=efdf0c2ef341fe80a65cafca6e3cbf692373826d
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Oct 15 15:35:47 2002 +0000

    IM module can be linked dinamicly by other modules

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0a0bb1cd072293894fd5a22e744ef68d3ffff37d
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Tue Oct 15 04:02:27 2002 +0000

    typo fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=56a165540e0f09c2dd75fe7cc7372f49c2c7b3c1
Author: Jan Janak <jan at iptel.org>
Date:   Wed Oct 9 13:37:35 2002 +0000

    Fixed 'missing To HF' bug.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5989acf0cffa2878896585f6e308e3d4915d6715
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon Oct 7 16:14:10 2002 +0000

    - fixed some bad entries in debian/changelog & rpm spec
    - added -I & -L in mysql Makefile

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=be295309d8f8a0cbff816ef8df91ac48e2da8422
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Fri Oct 4 14:47:01 2002 +0000

    MSILO sources

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1ec3b3f2fb44e26f97e80e017b36fc97cbde58ad
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Oct 3 20:06:10 2002 +0000

    sl_filter_ACK no more exported and called on beginning of every
    script instead

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=961bec9d2a73a55ccbcac1698c4dc33714c10887
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Oct 3 20:02:42 2002 +0000

    notes on multiple INVITE/2xx added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=76a71214d9ae6b409aecc9da53d2a9ebae6e4e89
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Sep 30 22:30:44 2002 +0000

    added clarification on ACK/CANCEL

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=20f794d956c8be970d246af03f2a61078f26a8d0
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Sep 30 21:44:40 2002 +0000

    spellchecker used

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0a6fb33852299cae5ab7242d826d43ec247d89d3
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Sep 30 21:44:03 2002 +0000

    some clarifications added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d7440e59a62a579a1ed1532a37aa7d2591b41d16
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Mon Sep 30 20:02:12 2002 +0000

    - removed LIBS= ....im.so from jabber, msilo & sms Makefiles

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d7b51370b387592f29bbd407a34dcd3d0ef9428f
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Sep 25 19:20:26 2002 +0000

    - big makefile changes
    - debian fixes (works like a charm now)
    - ipaddr2he bug fix
    - changes rpm specs
    - modified the tar makefile target
    - new make vars: basedir, cfg-target, modules-target
    - cfg. file modified on the fly (module-path=modules-target)
    - ser default cfg. file=cfg-target
    - etc.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9d3112f7027d28cf9f433c8bfe6eda94c85f0e1f
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Sep 25 07:04:26 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=88a3c7a8365842957df0f5a8070b94ddb25bf00e
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Sep 24 21:54:52 2002 +0000

    - debian fixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=53600376555a56eda197306eb7824a6fef1bdf6f
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Sep 24 16:46:01 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8a7bc515b238c79ad8a4146d8607b819286ba171
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Sep 24 16:37:18 2002 +0000

    - free bsd #include fixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=637765413ec4323ac7c147e8f4e5d4fe9292f5a6
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Sep 24 16:16:20 2002 +0000

    - doc updates
    - new makefile target: make bin (creates a binary ser distribution)
    - various small fixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1f31c4bfb5784bf221e15f72858dd9257f3c43f9
Author: Jan Janak <jan at iptel.org>
Date:   Tue Sep 24 11:50:02 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=affb70375afa3f13816b38643869905ae48804a3
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Tue Sep 24 03:45:52 2002 +0000

    stats: s/int/long

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8ac0e3c47ac6dfb0847d8313bf5e524429c46d08
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Tue Sep 24 01:15:38 2002 +0000

    - bug_fix: missed calls reporting fixed (was bound to a wrong
      callback previously);
    - t_reply.c little a bit privatized

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=633ab6cd1d83786b140657992cd6ded18e4f481e
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Sep 23 11:45:30 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=11297f1451b53c6239c8bda6be5f565cfb0b3387
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Sep 23 11:38:46 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e404335a8ecfddfad2b3c8d02b1c386a234bc474
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Sep 23 11:29:41 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a9b032821e90c26e68a3896ca66cd240d71d3e02
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sat Sep 21 08:42:21 2002 +0000

    3-digit reply code introduced to FIFO server

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7b548bade39053d8d4350de3ddc23db3560a0c65
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Sep 20 17:48:52 2002 +0000

    ICC warnings killed and instead of static linking to TM -> dinamically load

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b9d9701c3d1b94c2f4327133b5df476bd5ac4a32
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Sep 20 17:22:28 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f965235c96433fa54b0ec573791ee09753e9ba3b
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Sep 20 12:52:23 2002 +0000

    warnings killed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=78bb01f6ba79c84d18e0134c59920fcef0db44b1
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Sep 20 12:33:51 2002 +0000

    took out some warnings for icc

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8851faba8e99c80f0483b30ce90fd259eda0c296
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Sep 20 12:07:11 2002 +0000

    - more warning & cosmetic fixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5233fc449cc3e3ff030e87b6cf08617c15963396
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Sep 20 12:04:20 2002 +0000

    old functions for sending replies removed - use TM instead.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ad69a79fec7defc2bd87e91dc5b77b7c3c63aabe
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Sep 20 12:03:23 2002 +0000

    Documentation for Instant Messaging module.library

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0b3380625c0f4d33bc671b17d23d832e12da6a22
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Sep 20 11:19:33 2002 +0000

    Documentation for Max-Forward Module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c71322dfd617ba3ae814700f1c50aa030d096955
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Sep 20 10:20:13 2002 +0000

    Documentation for StateLess Module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=363591d08c4800c8fb8c8e3bd802e62cd1ecba7e
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Sep 19 18:46:13 2002 +0000

    Module dependency added in README

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1228661d3dca5af2555d79c6e89b25af417ed509
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Sep 19 18:37:49 2002 +0000

    Just a better version! ;-)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aaa1ab7657114b07c60627523f4aed998e2b10f1
Author: Jan Janak <jan at iptel.org>
Date:   Thu Sep 19 18:34:46 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=415406e86e07d14fd2abe8c1a94af481a7b4fb78
Author: Jan Janak <jan at iptel.org>
Date:   Thu Sep 19 18:33:44 2002 +0000

    If user didn't specify secret, it will be randomly generated.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5fd3768e0bbe3fa29ec8113c052cd36806530820
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Sep 19 17:56:36 2002 +0000

    Readme update regarding the SMS confirmations mechanism.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0617a5ed06ca70b0b415ee968143bd9f200c0ee7
Author: Jan Janak <jan at iptel.org>
Date:   Thu Sep 19 14:52:11 2002 +0000

    Cosmetic change

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=64a0c7cd92282514589e85f5a719154decf024ea
Author: Jan Janak <jan at iptel.org>
Date:   Thu Sep 19 14:29:05 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ed346bccd518107c3fbd023efbce8871599f6750
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Sep 19 12:23:53 2002 +0000

    GPLization banner introduced to *.[hc] files

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ede96d846a0dce7f71de23a61a28d8713a0b8e7e
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Sep 19 11:51:26 2002 +0000

    CVS substitutes introduced

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=76190d515301a17ea03b7351c9aca6cbd58603d3
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Sep 18 17:08:30 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5111a039d57ba00e169765778eecdc3bcf73d8da
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Sep 18 16:15:15 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0fc140abb5932b4cb54a169b052a31fdfe4cf36a
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Sep 18 11:26:20 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=926fc7ed49f9a5f067b303a6ada205ca92c17ed6
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Sep 18 10:34:32 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fb6c6e2347398c82b3c9478ba90dac19521e6e6d
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Wed Sep 18 07:49:31 2002 +0000

    process table introduced; rest of code aligned with proces_no bug_fix

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5f093c89d7de0e9954164b9e5ae8567fc756c7cf
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Wed Sep 18 07:45:10 2002 +0000

    return value of FIFO commans changed to be positive when
    an error occurs and command replies via FIFO (negtive
    values indicate only FIFO-related errors and not command-
    related errors)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=51660e571549ce908bb9ba8fc3a82d4d5f56221e
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Sep 11 15:08:25 2002 +0000

    - rr fix (s/sock_info/bind_address/)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8c4023dcd296c7891e656e3772f90bd849191087
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Tue Sep 10 16:41:10 2002 +0000

    FIFO replies prefized with ERROR for client's automated parsing that
    somethings gone wrong

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=30ff8e483210a0afe88fb650b938b7988bdfa22d
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Sep 10 13:49:23 2002 +0000

    - sockaddr_union len fixes (needed for bind/sun)
    - new macro sockaddru_len(su) -> returns the len of a sockaddr_union
     (sizeof(sockaddr) or sizeof(sockaddr_in6))
     - removed the len parameter in udp_send (not needed) and updated the modules
     using it (im, msilo, sl, tm)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=598ab736ed0436ce2eb1584fac3671a62c28abde
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Sep 10 10:48:50 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c960ad8c26a143f48dd224fa5495d2c743d7342a
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Sep 9 12:43:36 2002 +0000

    Changed fifo_reply output to be always prefixed with "ERROR" on error

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9fd8ae3d5ffdce6e63f49336a710761f3fbd6e0e
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Sep 9 12:41:37 2002 +0000

    made fix with padding now

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4ff090b5f5207db60c41d334e88983fa5d6c2238
Author: Jan Janak <jan at iptel.org>
Date:   Fri Sep 6 20:36:22 2002 +0000

    README added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=71f2d6d44a2980846e75545ea67415493ef96c41
Author: Jan Janak <jan at iptel.org>
Date:   Fri Sep 6 20:35:38 2002 +0000

    README updated

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2a775691d5b076d62210dae3b7123e3751085799
Author: Jan Janak <jan at iptel.org>
Date:   Fri Sep 6 20:35:16 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=06a6975b1f17cf7ccc376ee5e26b2bc5319d2a94
Author: ssi <ssi>
Date:   Fri Sep 6 16:10:48 2002 +0000

    more doc

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=278af4e08e7eca5141bbb5e7e4974ac6dcac763d
Author: ssi <ssi>
Date:   Fri Sep 6 15:23:38 2002 +0000

    doc

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7ff62fffd7d694ba9bda9b096735bac69bcd2390
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Sep 5 18:03:15 2002 +0000

    - dns srv fixes changes (str2ip6, str2ip)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ba94ed1c148f90a19193706be7eeefbf68c06a3b
Author: Jan Janak <jan at iptel.org>
Date:   Thu Sep 5 18:00:13 2002 +0000

    Deadlock fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=df5878f66132f00c0924d8a497154ff58a8eea0b
Author: ssi <ssi>
Date:   Thu Sep 5 16:19:59 2002 +0000

    cosmetic changes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=29592ca81f490af53102394210c1ccfb39a8ef3c
Author: ssi <ssi>
Date:   Thu Sep 5 16:19:33 2002 +0000

    fixed the response bug

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=51a467d5e75846ad26e9290c74ad7d33edb2e543
Author: Jan Janak <jan at iptel.org>
Date:   Thu Sep 5 14:38:37 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f62ad864799dcb03f5447cca454ddea059e4e757
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Sep 5 10:17:57 2002 +0000

    - added READMEs to textops & print

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=491bafb680f27553bcad2342cecfe1cf7511ad9a
Author: ssi <ssi>
Date:   Wed Sep 4 19:59:28 2002 +0000

    Added the radius_is_in_group command

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=987ff4362c3bebe63c4f8731d3a7405c38e08d57
Author: Jan Janak <jan at iptel.org>
Date:   Wed Sep 4 18:29:16 2002 +0000

    ul_show_contact added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ef0d0528a8df3e969153ba171c764f48e0982585
Author: Jan Janak <jan at iptel.org>
Date:   Wed Sep 4 15:14:06 2002 +0000

    Database default values changed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=734c06d0f4cef9d67dd17f2cef38e3e92d0878a0
Author: Jan Janak <jan at iptel.org>
Date:   Wed Sep 4 15:12:12 2002 +0000

    Default sql values changed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=777776c1b033742eb5c87869a7ce537156a58de8
Author: ssi <ssi>
Date:   Wed Sep 4 10:54:20 2002 +0000

    Made some changes to radius_log_ack which I had forgotten about...

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9fcd8e076f7b48cd2f5f9c4bcdbf34a4628959b5
Author: Jan Janak <jan at iptel.org>
Date:   Tue Sep 3 23:28:58 2002 +0000

    ul_rm_contact, flush on exit

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b96c58f50fb4835495add19310ff97405f1aa8a3
Author: ssi <ssi>
Date:   Tue Sep 3 14:08:41 2002 +0000

    Adding the radius authentication module.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e226eecb6d376ba5303767fd11bd71172c70f87e
Author: ssi <ssi>
Date:   Tue Sep 3 14:05:46 2002 +0000

    Update the on request fields and fixed minor bugs on items displayed on the accounting reqquest.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c0ed8b6ed0f176705b6a656bffb307405d469b61
Author: Jan Janak <jan at iptel.org>
Date:   Tue Sep 3 13:38:17 2002 +0000

    bugs #342 & #343 fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b811f9fafe6acfb7a3395b6d6ed79e8dabc64ab6
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Tue Sep 3 08:38:00 2002 +0000

    New FIFO using fifo_reply and fixing previous shortcomings in
    blocking thru unsucessful randez-vous mit FIFO client

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b3b790a453f91ffaa80dbad5fc3587e850ff63ee
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Tue Sep 3 02:10:39 2002 +0000

    error reporting from FIFO commands introduced

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=544b4716238b5da5b2958867f525cbf67cacb022
Author: Jan Janak <jan at iptel.org>
Date:   Mon Sep 2 20:33:54 2002 +0000

    #341 fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c53155737b30a92a1f7f8fb60b25d29dd60fb444
Author: Jan Janak <jan at iptel.org>
Date:   Mon Sep 2 14:45:27 2002 +0000

    New command (ul_add) added.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=12a3a9e22dc19e9510754cf3d54231ebe5434a50
Author: Jan Janak <jan at iptel.org>
Date:   Mon Sep 2 12:01:21 2002 +0000

    bug #332 fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2dc9bc10453330bb8a7e69c3f6df6510c67f6470
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sat Aug 31 18:20:49 2002 +0000

    added a usage comment

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=37453974177bfab9aff5ea01fb3b88d38f4a7391
Author: Jan Janak <jan at iptel.org>
Date:   Sat Aug 31 10:26:32 2002 +0000

    append_hf function added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f4631a96374c6598939cb742658fa41e4dde4f4d
Author: Jan Janak <jan at iptel.org>
Date:   Fri Aug 30 15:10:45 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=754fc8308f47537dea904e39cd93424b48315d93
Author: Jan Janak <jan at iptel.org>
Date:   Fri Aug 30 10:16:58 2002 +0000

    pkg_malloc result testing fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3a6d3a3ecd8efbac04961b076e003e97a477819a
Author: Jan Janak <jan at iptel.org>
Date:   Fri Aug 30 09:49:44 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3a03e884d25b04b242b80216967fa81e47a21a1e
Author: Jan Janak <jan at iptel.org>
Date:   Thu Aug 29 21:03:15 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2cbc50fdd91bdd53fc1cc66bb826079a3a087723
Author: ssi <ssi>
Date:   Thu Aug 29 15:13:41 2002 +0000

    Attempt to fix some minor bugs in what's displayed on accounting...

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a340068a6d6387e6954ac3892eee98b8ab9a6521
Author: Jan Janak <jan at iptel.org>
Date:   Wed Aug 28 23:29:15 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6c66a38887112943b51e8a43f730aad5079eb8a0
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Aug 28 09:54:50 2002 +0000

    MSILO module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bf506be2127d68c97db262420c202c81873a342f
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Tue Aug 27 22:35:29 2002 +0000

    bug_fix: function declarations properly included

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9e01abe32634fac51f5e439fabecf30bed0746b9
Author: Jan Janak <jan at iptel.org>
Date:   Tue Aug 27 21:32:25 2002 +0000

    Warning removed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=688bf07b4755ee10c63e3b551c067d79ac3afb96
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Tue Aug 27 21:06:31 2002 +0000

    minor beautifications

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dbb2bc741184c058b3fafacf58a3c8c8a52ae3e0
Author: Jan Janak <jan at iptel.org>
Date:   Tue Aug 27 16:09:57 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e73c187f3fe37a128360b0f3d5b5d4c32cb83db8
Author: Jan Janak <jan at iptel.org>
Date:   Tue Aug 27 15:48:33 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e711f2607c38469334a7522c4c8a42b212f15705
Author: Jan Janak <jan at iptel.org>
Date:   Tue Aug 27 15:12:56 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3c290f04571a28f10745b0268ef38911706424ff
Author: Jan Janak <jan at iptel.org>
Date:   Tue Aug 27 14:23:05 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b191afa09ada4aae2272f6c51cfa56c918fc0b92
Author: Jan Janak <jan at iptel.org>
Date:   Tue Aug 27 13:38:23 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7f1f948589c5d14205da3138cbf04f9f4637f242
Author: Jan Janak <jan at iptel.org>
Date:   Tue Aug 27 13:31:25 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0dbd921b305f866678e4246df359de70346a8edd
Author: Jan Janak <jan at iptel.org>
Date:   Tue Aug 27 12:14:05 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cc3d50df992bff704bcb0dee5061aff766d50687
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Tue Aug 27 11:56:19 2002 +0000

    whitespaces printed in stats now

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c877c72883ae20bcd4f8ff52fcc27d27bb6ee4cf
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Tue Aug 27 11:39:30 2002 +0000

    added Bogdan's memorial

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3ff9260dac3dcb575d27a8239b64ef082c2a0f88
Author: Jan Janak <jan at iptel.org>
Date:   Tue Aug 27 11:15:49 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=13e2fe3273db0e6d15016f4b955352fe6faeb985
Author: Jan Janak <jan at iptel.org>
Date:   Tue Aug 27 09:47:03 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ed5c872ba5a02c4f3bb5c0f49be9a309e6c6f56c
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Aug 27 09:01:01 2002 +0000

    MSILO module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4d5697ebfda353a998f8fd629095ad9774b55ce7
Author: Jan Janak <jan at iptel.org>
Date:   Mon Aug 26 21:53:27 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=75df808795287c9baf739d3e705b5e35c0dbacc1
Author: Jan Janak <jan at iptel.org>
Date:   Sun Aug 25 22:29:50 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5b1576f2408c67ba956d2765ec131b51a957b3ab
Author: Jan Janak <jan at iptel.org>
Date:   Sun Aug 25 22:27:29 2002 +0000

    memchr -> q_memchr

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=59f8bf50528f39f186f2cf5dc858878454ed2e98
Author: Jan Janak <jan at iptel.org>
Date:   Sun Aug 25 21:58:02 2002 +0000

    is_user_in

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cf25ab297496cf0272f4af523f00f0208387f41b
Author: Jan Janak <jan at iptel.org>
Date:   Sat Aug 24 13:26:11 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=be717f27dab50a46b83e1ef7c038bf7cc7c4be59
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Fri Aug 23 09:26:01 2002 +0000

    MSILO - readme file

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c9c781f138741c4b5a705960d859b5a993683eea
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Aug 22 18:28:16 2002 +0000

    MSILO module - example CFG file

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9d36d775648ff06296c5c0c54fc757343373b55e
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Aug 22 18:17:53 2002 +0000

    MSILO module - docs

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=24113605d3c61ac145b0f24c13a72a99355c1f22
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Aug 22 18:11:59 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aa9f237225b37d4504679a7d53f6d1512bbacb18
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Aug 22 18:11:03 2002 +0000

    MSILO module - readme file

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e8485c826b85cd947c8e7a5c8e20714f5dc9775f
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Aug 22 18:10:04 2002 +0000

    MSILO module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7a376b71b5b95799a9617f445b7e2f81e808848a
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Aug 22 18:08:48 2002 +0000

    Jabber module docs

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=32170425516002f744b42888a2432d501a6f1532
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Aug 22 12:53:52 2002 +0000

    bug fixes made during first attempt to install bigbang

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d23bed8f84a36830a17b1fa1ee493ff5dcc44f39
Author: Jan Janak <jan at iptel.org>
Date:   Wed Aug 21 20:18:11 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ae1bbee23cc1b9cfab81b3dfb531519c86306c5b
Author: Jan Janak <jan at iptel.org>
Date:   Wed Aug 21 20:08:24 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8c38e2fc6d4a6c99d264e8392196f4ce52ebb701
Author: Jan Janak <jan at iptel.org>
Date:   Wed Aug 21 20:08:24 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e3504eb7454209f3e2ad9ba68fc5189f7e5afca1
Author: Jan Janak <jan at iptel.org>
Date:   Wed Aug 21 20:00:56 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f95d241e0dcc7d8278a503b54b7dc58ec6f8d2b5
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Wed Aug 21 11:05:42 2002 +0000

    added notes on indefinite script processing

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6bbe6d92f6f6b301076909f3e83e711f6f20f419
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Aug 20 16:52:03 2002 +0000

    JABBER Module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6018e78b366edee6d43a733cf4eec7e06451d0e0
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Tue Aug 20 10:48:35 2002 +0000

    fifo commands introduced to usrloc

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d0044536c2922c0f9bd5704e5b31a1f66a54abe2
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Tue Aug 20 00:19:05 2002 +0000

    Added more stats

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8668fb339d08556f360e706de3a4e426a4e36729
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Aug 19 19:47:29 2002 +0000

    intoriduced missing #include

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f322130f7d7e37632ccdff09a322478ca189d9a1
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Aug 19 19:43:47 2002 +0000

    new #include introduced

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=308052200de551fc7a1e65281e4a3669b985fdc4
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Aug 19 19:42:24 2002 +0000

    added #include

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1ad60e72b7adfee54e9a38223f85fa95a253ddd7
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Aug 19 19:40:56 2002 +0000

    new

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d1989d156170bd4c7426524a429e4acb9d5ec9e9
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Fri Aug 16 13:22:46 2002 +0000

    new exec module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=466ebc2a6f750739610645037de294dec2ee76ac
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Aug 15 14:47:17 2002 +0000

    beautification

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=53f20eb8d58dc55a696fdeb789b1ddc5fb8397e3
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Aug 15 14:08:59 2002 +0000

    moving all config stuff into a separate dir

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=857efe780054ded203bce3089cebac4edd0285d3
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Aug 15 10:05:36 2002 +0000

    generating Contact header field value in redirects moved from
    SL to core (dset) for generality

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9a5d8cc9e204a58035190be0a90b9306f3b03b48
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Aug 15 09:49:09 2002 +0000

    added support for redirection

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5d8d763ace6d2a67259ff33312a05b576dc90686
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Aug 15 08:13:29 2002 +0000

    bignag change -- lot of things primarily added in relationship with
    refurbushing TM; see [sr] archive (2002-08-14) -- "ser update" and
    "TM update" for a long list of details

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ef7100de81375da455a44c1dc3ff78230c9bfd37
Author: Jan Janak <jan at iptel.org>
Date:   Wed Aug 14 18:42:28 2002 +0000

    Fixed Forbidden message bug

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=24fb4733f5548630c88f2abeb50cd894675f2d19
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Aug 14 16:24:37 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=29f5f476d119990ed56d843dd99cb7e0a0323af1
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Aug 13 14:33:40 2002 +0000

    Jabber module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=35d8e7b118706f1a37c6fde327d78d68074b85e2
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Aug 12 16:26:34 2002 +0000

    Jabber module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f02e258ad5450b0d1a650a1ce2b7742d5336c2d9
Author: Jan Janak <jan at iptel.org>
Date:   Mon Aug 12 14:36:23 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=04f79b9eae8995b2c34d56a66648baa9d7368818
Author: Jan Janak <jan at iptel.org>
Date:   Mon Aug 12 11:34:04 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2a386a39f63e29580476060e583cd87a8d11429f
Author: Jan Janak <jan at iptel.org>
Date:   Mon Aug 12 11:33:17 2002 +0000

    db_con internals changed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a811c4da029315d1f57037893dc456bb2c4b5f2d
Author: Jan Janak <jan at iptel.org>
Date:   Fri Aug 9 15:02:48 2002 +0000

    Bug fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1ca82419d86e6ccaa11821d79cdb0e70da3d14c1
Author: Jan Janak <jan at iptel.org>
Date:   Fri Aug 9 11:19:55 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9f0c88824598c89d16697493844287db68007af0
Author: Jan Janak <jan at iptel.org>
Date:   Fri Aug 9 11:17:14 2002 +0000

    Update version of auth module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c685d9c7df7cf1c48b6e96873d2267fa13d777dd
Author: Jan Janak <jan at iptel.org>
Date:   Thu Aug 8 21:14:56 2002 +0000

    Added new parameter to parse_headers
    See sr at iptel.org mailing list for details.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b780f67bf975dcfe88bd5f0b1251b8ac078263c4
Author: Jan Janak <jan at iptel.org>
Date:   Thu Aug 8 18:17:40 2002 +0000

    mysql has been changed a little bit

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2103a424a40f98f657b333231bb47033c082364d
Author: Jan Janak <jan at iptel.org>
Date:   Thu Aug 8 18:17:08 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6260ae7aefafda05926e1161ea961d4355101743
Author: ssi <ssi>
Date:   Thu Aug 8 17:28:55 2002 +0000

    Radius Authentication Module
    ssi

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2b0a55070dd8195b0a571f4c2a0bfe1095045538
Author: Jan Janak <jan at iptel.org>
Date:   Thu Aug 8 17:26:34 2002 +0000

    return values changed, blob support added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=65b3c736a8c2081a0a4367848455fb2cd24d06b0
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Aug 8 12:16:36 2002 +0000

    updated formatting

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=33325cfc94425ae78dceb397b6a4bec93fd9498b
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Aug 8 12:15:50 2002 +0000

    yet another Daniel's posting

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dd8e5c513eda06066c50f8c352b09b621793fad0
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Aug 8 12:14:39 2002 +0000

    Daniel's memo posted to [sr]

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=edc1082c7fe1a85c720070e56263861c612bca23
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu Aug 8 12:12:07 2002 +0000

    initial Bogdan's memo from mailing list

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a9cc2571e09b728b8bea9927435af7aaa4b2a3aa
Author: Jan Janak <jan at iptel.org>
Date:   Tue Aug 6 11:13:25 2002 +0000

    str structure is supported now.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=87eab9d903415d8df216a67e907b033454a27ccb
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Tue Aug 6 10:39:23 2002 +0000

    literal replaced by a define

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dcafa73d8b33b754531912a88d9b38e552bca0c3
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Aug 5 16:33:22 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bfc45a7eefc919cbd5b76f7ca3b48866d024777a
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Mon Aug 5 11:52:07 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1ce1614d9a367d5dcd839e00daa062ad3711a0b0
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Aug 5 10:59:20 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a5aa81403c8ed358c82d74bebeb64772a81f3e9c
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Aug 5 10:31:12 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3ac9fda38b85563a9c28f37971dabb66c6f0b528
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Aug 2 19:54:50 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=70db7579ba053ed51f5c243cae7106e37073a1cd
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Aug 2 19:27:29 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e2796424dac6cd4927ca11edf2f588d132a0fa9d
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 31 17:55:28 2002 +0000

    HDR_WWWAUTH replaced with HDR_AUTHORIZATION

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=13f8e0a51964e3adff50f1d10721bcbb2c62f3db
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 30 17:46:43 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=36b224a93530ea0c01ed7c76126d0b3a667305c2
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Tue Jul 30 17:38:44 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c17ffd5c3da7fad71dbbafa35364a134bb051289
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jul 25 13:48:30 2002 +0000

    Modified to use new header field name parser

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=70255d920e4f0a9b7e83fe3fe345ff809c471665
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jul 25 13:48:11 2002 +0000

    Modifield to use new header field name parser

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3b637c4d02223a875efb0f5ef6ace7eb73fab0f8
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 24 14:50:49 2002 +0000

    Moved to sip_router/db

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4d9c9932ff26962147abf92a54b2da3746630a56
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jul 24 14:45:59 2002 +0000

    Header files split

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=90107c53217d5248064fa22044e868627a98752e
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Wed Jul 24 11:53:59 2002 +0000

    added clarification note on Contact

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f77c60710a272f03316c9967c17ac73a0c5406f3
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Wed Jul 24 11:50:51 2002 +0000

    added CVS expansions

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4695ad65f1088dfd832b1c8a5af297075d22c130
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Wed Jul 24 11:49:33 2002 +0000

    added Bogdan's readme posted to mailing list previously; -jiri

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b4608a7b282fb960e4a9780659f4d58f033ad889
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Jul 24 10:08:12 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=37132a1a58bf18faa5b3a4b3031b19100a1051ad
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jul 18 17:57:52 2002 +0000

    Bug found by DeTe fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=339e488af393e8bab4d451197ac10ec919224ad3
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Wed Jul 17 14:03:58 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6b4868ad744f1dec3bc4f311950419256f8e34dd
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Jul 16 11:32:20 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ac046e69ca810bf41507f4f83d50eed470c4feed
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Jul 12 16:31:17 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=82fbf8a797f2161f6657082b9b0dcbe14bc4f509
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Jul 12 12:10:30 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=22167929ba400d60a6b204c8a586f949ce06138c
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Jul 9 14:57:38 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e4276bab74aeac66df7f0a120d0ff246fcb8bced
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Jul 9 11:16:07 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=74f0e13126bfae29e99d358343d3ba3afd828663
Author: Jan Janak <jan at iptel.org>
Date:   Tue Jul 9 09:08:25 2002 +0000

    database module interface moved.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a0f54fe609a0b44188707837839007b33a7cb68a
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Jul 8 13:53:56 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cf8552cf1bc462fe3ce1232df15193e31f767d3a
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jul 8 12:03:56 2002 +0000

    Minor typos fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ce4c4f3014fe001c77b9ce5bf77477a8c6571872
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Jul 8 11:04:35 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3996756d858ef71d93f3470a1068fa9560fcbaa6
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Jul 4 19:00:43 2002 +0000

    Jabber module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0799d7e73adb4b6efd86fe2509b6d757983dd302
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Jul 4 11:14:18 2002 +0000

    Jabber Gateway files

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0c4442d4ea82116e6ffe185e8107fe7ee29b0bd8
Author: Daniel-Constantin Mierla <daniel at voice-system.ro>
Date:   Thu Jul 4 11:09:11 2002 +0000

    Jabber XML Message parser functions

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=871be65426757414eb3c4000ab085b5b04428a30
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Jul 1 15:41:12 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8ca55a62e7f9e139e63adfd0254ddbec011862aa
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Jul 1 15:15:42 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=690dc49766cfd20f29aa3be628ac73bdb05a40c9
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Jul 1 15:15:42 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3ba7bc82175beb7b5323e9813d5e29b1a210ce2f
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Jul 1 15:09:50 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4d30c1a5f84e360eb49c30efae30ca85ad1d0c98
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Jul 1 14:56:49 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a316e14cc5a6214e62e8a709335650726d5690df
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Jul 1 11:22:28 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1bfccdab429f419af867361c0389ce7144373a36
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Jul 1 02:24:03 2002 +0000

    added examples; -jiri

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=71e9284d9ccf806092d66913135fa137c76fa22d
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Jul 1 02:18:46 2002 +0000

    added notes on Messenger and execution order; -jiri

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c96b584cf6fb504e1a53c8cad430384c4fea490b
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Jun 28 11:01:24 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e8ba364c7a58bac85112c2ebdcdbb70879e1cb27
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Jun 28 10:53:07 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bfaa08816ee934d09a9d0fb86d9820f641e13228
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Jun 27 17:45:22 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=70ca035a64b3b3574797f1259b76248c7ebaae65
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Jun 27 17:16:45 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bc486d6ae011c768b88b5303bb4b0dcb56b14d83
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Jun 27 11:16:48 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d4cb499e1894847ef6244ebcb05b89b1889fad77
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Jun 26 11:19:55 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=211a39acd5dfdc4a239c17d99d6fbd2c6804158a
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Jun 25 16:19:35 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aff90d73b06fbd35d5b413b04bcf9c3d4bc41e26
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Jun 25 16:17:22 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2bf196f1922e92f20a9a31eefd23d45fe925d881
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Jun 25 12:50:36 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4e0aa9239491532f598d14f7b4e5e31b8a8dc6b7
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Jun 24 16:48:02 2002 +0000

    sms gateway sms2im add

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9c26f4bf2bfd92b089e1fef2497d7576bd0ba3fa
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Jun 21 20:13:28 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3c014a84ded234382fd5cbdacf4922f340ff1e7d
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Jun 21 20:13:28 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=794bae52a3e953a4652debf3cbdfdbe6f86b4e0b
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Jun 21 18:06:47 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f88d4c692c6be4d7020ba679f2aaff78ea5988eb
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Jun 21 16:55:19 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8dbfc1541ee8884a9dd4f5b95d7d0f1642a41341
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Jun 21 16:30:19 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1f498af58981e8f9f6dbd852897f1498c22dc034
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Jun 21 15:54:36 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fac6265e24a60c0586003e3fab5af485c19a600e
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Jun 21 15:30:53 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5488f25e0c6587e30e8e07053985b4a5f6ed3722
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Jun 21 14:54:50 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d9992af7499ee989fc6ce2166f78225f3159e5bb
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Jun 20 12:05:37 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c682f44e676e7a2555b0eae3fa4a8694554ce631
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Jun 19 09:57:45 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=63e8e8f1f99b56f37dbfa81b041c5fd74976012c
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Jun 18 18:59:01 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=beca3259bb179219af72570affbee2913aade5ed
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Jun 18 18:33:23 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c85e3b346a99f3b7ce3c0c5229782921e88e3e67
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Fri Jun 14 21:34:36 2002 +0000

    made Snom's preloaded Route and empty username in r-uri happy

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4e0c2f93e7f9c846b5246763eaf4d0d6f1723390
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jun 12 22:27:27 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=05b82b1b6df93c6bbc850d56a829f898d868d659
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jun 12 21:26:25 2002 +0000

    domain hack restored

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c84dfe906c2ac3684ccbb5a4d0e1fa70e85b5cc4
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Jun 12 12:06:49 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1ec43328e33b874c8ae6c7b52e31f4dc5f9a5215
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jun 12 00:49:38 2002 +0000

    Bugfix

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=20c7eb5a38643f55b55bf0357503494ce1f93d1f
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Tue Jun 11 21:53:41 2002 +0000

    added printing OOO_HACK status on start-up

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=75a4ceaea64090f8132333df5fd4529ecb23fb46
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Jun 11 15:53:22 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a769a9acd093f4c298e89e8fcdbe13d5295059ef
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Jun 11 15:02:11 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6c2d992d49862eb2edaf673209d43d91c69f3acb
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Jun 11 13:57:36 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bf6a75e5fac2b0b378013204e9cd33740f8676f9
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jun 10 18:02:09 2002 +0000

    Verbose reason phrase

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c3bfeaccf435be568b37cd1b47dc84f73b945bf7
Author: Jan Janak <jan at iptel.org>
Date:   Mon Jun 10 17:02:53 2002 +0000

    Out-Of-Order hack

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f95a5cb24e8d54742db02bb3d0dcba68e58312d5
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Jun 10 16:47:14 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8048ea605c044c0c188dc6e4f9e4c757f51ac40a
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Jun 10 16:41:54 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=81dbfbfd283eda467d0774d77f790f813bbf68fb
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Jun 10 16:40:22 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=58fdf13c1851c63867b8ef07a10be17d9744dd5f
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Jun 10 16:34:38 2002 +0000

    ipv6 bug fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=80214b78145efcd110ec5705590578c59e3a41b6
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Jun 10 12:06:17 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=45d162e6afe62b107dea585158425811a6ba3bc0
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Jun 7 18:01:03 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c5cc9105aef81e180409841befc6cfb186a47061
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Fri Jun 7 17:41:08 2002 +0000

    inbound username is now put in RR; -jiri

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3883d96b7c7a9e4d0ce2b88c5768fcbd5ca068da
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Jun 7 17:19:58 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4528fe736c211713c12a939c2066b0b4aeeaa239
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Jun 6 18:22:20 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d6178defebda9f6e3814bbc858b025c786b9e590
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Jun 6 17:39:58 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=33a51e05d34f02f26d9c879c4ad4d269e41bfece
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Jun 4 16:51:21 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c64ad595b3452914a3f116fef8c7a582f709ef1c
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Jun 4 16:50:43 2002 +0000

    updates

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0c0bf8543cf683abbd7da13d38fefac7eeb4e448
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Jun 4 16:06:17 2002 +0000

    Config file for testing jabber module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ce584212ac0196f47e680afe8213554a34c08e77
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Jun 4 14:29:38 2002 +0000

    sms modul improvments

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=104506150d43fd3167864090f5061e1e36a4115e
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Jun 4 12:12:33 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=959e20d7426c52ba5778721ce6e9b5bb5f08bc39
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Jun 4 11:35:23 2002 +0000

    jabbber client

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c95cbc4a8bff0f7cad6349dd93b7dc77d29309cc
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri May 31 23:33:39 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=12e1ce924e9dd76534e7d7c6699a96fb4cd2571a
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri May 31 19:01:09 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=65cc3319e1e753e5a5583752f30b053ee1dceb7d
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri May 31 18:51:53 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b511393313ada7d2e9889b18f6e6919883c5c0a4
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Fri May 31 01:59:06 2002 +0000

    ser_error processing, ipv6-ization of TM, new TM callbacks;
    not stable yet (serial forking is screwed up)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=672f80af688a64ca6dfb4548efe84e185358784d
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu May 30 16:12:41 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=02542b3ce38cfe8568c81c1371cf152d0e665fb9
Author: Jan Janak <jan at iptel.org>
Date:   Tue May 28 14:18:36 2002 +0000

    Limited IPv6 support

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4b5528e2f8e7fbd4e9667f1dedd4dcb6a8e553f7
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon May 27 15:50:11 2002 +0000

    ipv6 update

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=92d138afea76b59ca4cf6b687bb69248791f7675
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sun May 26 18:50:34 2002 +0000

    v6 changes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c996231963f98b1f9a32254e73bfb5327f3fed15
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sun May 26 18:43:36 2002 +0000

    added an inclusion file

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=60031108660b61ac6c6346c558f156b5a615247c
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sun May 26 17:59:31 2002 +0000

    fixing unhappy -Wall

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=696199cad1df0e2f364bf622ee3919972c9d1f94
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sun May 26 17:53:21 2002 +0000

    added variable to-rag part to mitigate dropping TM-owned ACKs

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=281e03abbd6d73154e81f32ad709cd618284aa38
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sun May 26 12:10:13 2002 +0000

    new: prefix/strip, len_gt,
    fixes: via2sock, TM everloop (no SYNs), other TM fixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f01353b1f8a333771d3ae6e665fa7ae3a123567c
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sat May 25 18:20:20 2002 +0000

    changed default name of user column
    to comply with itpel.org's structures inhereted from CSPS

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=880bceb22fb330f1118f4bd5966e04016c260c66
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri May 24 09:26:41 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=241735a0d7af77f6ee238a7866c519ef391846a6
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu May 23 18:24:57 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c75be5ba98c5d2982db399942e2717b092e1e9f3
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu May 23 17:32:32 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=785ae92b9e3a78878c08eb9b549942473b2f6a21
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu May 23 14:50:25 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d367a444d6982fa02a133dbcc024132dc3c15569
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu May 23 11:37:37 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2c349e5cb0a85fe0c5d9b0c5c5203edbd9a18c02
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu May 23 11:17:47 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=335eed6bfdb1115f09bb1909aac4b12bda54656e
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed May 22 18:35:25 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a922fda7cbae64e1dd9cb2befd208c6c95208603
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Wed May 22 16:40:49 2002 +0000

    spell-checking in LOG

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=338a81bce962e24d9adbd441b4295b240aa77cb8
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed May 22 16:08:01 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2838aed96bb669f31ea04f7656e25a61e3cb7d0c
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed May 22 15:20:13 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9d393c960c09d46f42039dbc2db96a7306a82433
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed May 22 14:05:15 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=01532ae9ce5b3431f387c5fb50a3b74ce64e89ed
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu May 16 19:12:14 2002 +0000

    sl and tm fixup

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e1967eec47bbd5768664e94f8d4eecffd987a7fb
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed May 15 13:43:49 2002 +0000

    Max-Forwards proccessing fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3873440370583cb034c71f0e8afdab4ae20bc226
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon May 13 20:09:06 2002 +0000

    MD5 print definition symbol

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c7295b905769247ea164cfafe67edc292dc75583
Author: Jan Janak <jan at iptel.org>
Date:   Mon May 13 15:43:30 2002 +0000

    added algorithm=MD5 to challenge string

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1eb35741c78fda0312d29135233c01abcad869b4
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon May 13 01:15:40 2002 +0000

    TM callbacks, acc, flags

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d7be241b439a0c147547614bffb1c3ecbb8eb51e
Author: Jan Janak <jan at iptel.org>
Date:   Sun May 12 16:16:18 2002 +0000

    Modules can be linked staticaly again.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e03ab75a71a991b8adaa195cddc732b8635a8511
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sat May 11 21:28:52 2002 +0000

    added CVS $ID$

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c503712e142ef9feb7233715deece422f07c0b58
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sat May 11 21:27:30 2002 +0000

    added CVS $Id$

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e1e3d67fc038b8afc83c0d8cf10f2c5c4da82786
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sat May 11 21:25:48 2002 +0000

    added Jan's auth docu

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4307b1add6bf09149d3bc4e0b5a4fe6d1938a1cd
Author: Jan Janak <jan at iptel.org>
Date:   Fri May 10 09:41:39 2002 +0000

    Some default values modified

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=673433562b1fac16517acb0a8d2ed0fd0ebe47a9
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Fri May 10 01:40:48 2002 +0000

    added ack option

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d7cfa85a0451233653061cff1c42717dbb32e695
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Fri May 10 01:04:45 2002 +0000

    added accounting module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=38f00da4af21dfbdfefb6a70358c377c94182c4e
Author: Jan Janak <jan at iptel.org>
Date:   Fri May 10 01:00:09 2002 +0000

    LOG typos fixed

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ce6ee5ac816b7e3a74ddeccd62d2dd570f4e54a0
Author: Jan Janak <jan at iptel.org>
Date:   Fri May 10 00:55:35 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=462def1be743cdacbab8cc7e3d92a3f662e0af50
Author: Jan Janak <jan at iptel.org>
Date:   Fri May 10 00:54:56 2002 +0000

    Many changes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b2fed98c7801b40705ee620b21cabb7b88136dbe
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Thu May 9 18:51:50 2002 +0000

    added -L

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=33a0e76cbc00a2bf12bff5ca3e2d3b5f26419974
Author: Jan Janak <jan at iptel.org>
Date:   Tue Apr 30 23:22:49 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=af75f4a835893359e93364dd1d71cc18e38c6855
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Apr 30 16:58:45 2002 +0000

    - modified udp_rcv_loop to continue on EAGAIN/EWOULDBLOCK
    - fixed type in usrloc.c

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5e1459d7fb187b7e6c385beb6a8fc2174bfe1214
Author: Jan Janak <jan at iptel.org>
Date:   Mon Apr 29 14:53:09 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=662b6e6e718a376ce64ec58c934cf7acdc4787b9
Author: Jan Janak <jan at iptel.org>
Date:   Mon Apr 29 14:12:46 2002 +0000

    Changes made by Bogdan at 10th SipIt

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=575bc4aa58fe001a1b86d539d002a8a6db406949
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Apr 23 09:31:25 2002 +0000

    - small sipit tunning

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f83fc3f32c8f1ad1e65af76f2c49ead2aa025eb3
Author: Jan Janak <jan at iptel.org>
Date:   Mon Apr 22 12:58:04 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8d661a8577f5082f23f3e58ac3e75747bce90fc1
Author: Jan Janak <jan at iptel.org>
Date:   Mon Apr 22 12:57:23 2002 +0000

    SipIt update

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d9f98a1bd9ae83dc044e7b9c0bee683789ca7515
Author: Jan Janak <jan at iptel.org>
Date:   Fri Apr 12 11:36:55 2002 +0000

    2 bugs fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e5017d25142ea9602c7ab6dfdeb22aadc4179037
Author: Jan Janak <jan at iptel.org>
Date:   Fri Apr 12 00:36:01 2002 +0000

    Simplified locking scheme

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4b1be7adccfa4dcf6598f6699c20dbec45997b4c
Author: Jan Janak <jan at iptel.org>
Date:   Thu Apr 4 14:53:32 2002 +0000

    username at domain should be accepted now as username parameter

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ccedc5c52a9d47c16d22e3653ab0c0619cac7712
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 3 23:35:01 2002 +0000

    rr ACK bugfix

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=acd3e9c78b797d4be3dcb71f2d6a88130c7939aa
Author: Jan Janak <jan at iptel.org>
Date:   Wed Apr 3 21:54:15 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=83272cd961cabbd3698395000ec3c2b99f03b69a
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Apr 3 16:32:30 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3a854a8a35fb4f2674e3d872d45e5072c06f1082
Author: Jan Janak <jan at iptel.org>
Date:   Mon Mar 25 21:26:20 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=32e2d19e4275fb49e643258b1945647e37f94b3c
Author: Jan Janak <jan at iptel.org>
Date:   Mon Mar 25 11:10:31 2002 +0000

    Shared memory wrapper

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=302c25ea6096dfb346d9875dd0021f1d9008ac14
Author: Jan Janak <jan at iptel.org>
Date:   Mon Mar 25 11:08:50 2002 +0000

    Several usrloc updates and bugfixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e9cdbd4f5961fc0a5867060c4a9a7c027c7d354a
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 20 23:59:47 2002 +0000

    Raised priority of usrloc debug messages.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d260064ca521c64db410c557f16899e654ed5065
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 20 23:47:54 2002 +0000

    username in dbg message quoted

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=78286407087d14e996539713d6a23584e552f1f5
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 13 16:04:56 2002 +0000

    Contact bug fixed.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dfe31d907ade712d80c3e495a46a3a359b9daf98
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 12 22:14:50 2002 +0000

    qop selection hack

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=79388e79960c69d62bc8c6d348a8c1db647b5147
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 12 13:36:22 2002 +0000

    Expired binding bugfix

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7cfc85b54765d46aacefe584a4a75b45af6b1859
Author: Jan Janak <jan at iptel.org>
Date:   Mon Mar 11 23:55:53 2002 +0000

    expired binding problem fixed. (Hopefuly).

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=cedd1b899b73de4e558c33bb8ef6b24425e5f61d
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 8 17:58:17 2002 +0000

    Modified version of request-URI is parsed now.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7ef4a2006d5da1d3b2d11454160943e1221977a9
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 8 13:06:06 2002 +0000

    Record-Route will now be assembled from username, ip and port.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4cdf015b551653258128f06c30d14ef482d305e6
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Mar 8 05:04:54 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a00868db70eb78e9a27532e2634c8df4e9f55b74
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Fri Mar 8 01:46:18 2002 +0000

    changed return value on when check_to fails to -1

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0e11d870538117c7bdb3a2559e7381c80aaea38e
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 8 01:13:30 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d51f905551a45d48e39fb5d09fe541f9c01c9e43
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 8 01:09:35 2002 +0000

    check_to and check_from

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=70135e9420105a9dff5f499f47e03caf0ed50e64
Author: Jan Janak <jan at iptel.org>
Date:   Thu Mar 7 18:12:51 2002 +0000

    Request uri is generated from listen address and port

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a5bf0a49da03bd366001b73a950483050ba6cc0c
Author: Jan Janak <jan at iptel.org>
Date:   Thu Mar 7 17:10:10 2002 +0000

    Eliminates bug I created yesterday.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8289ba939cedc65ea7ab1b0f6202b33c36fb05be
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Mar 6 20:57:03 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7983e27a94995c4e596f01d9f89768ad7210434b
Author: Jan Janak <jan at iptel.org>
Date:   Wed Mar 6 00:10:36 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c0c90172e1611e20c5074868c3622ffc4631b1b4
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 5 23:55:37 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b800a39638462074b759bd22fadafb9343157989
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 5 22:55:31 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=393a95bf2e1ae1b654f83fc7db8d326f6dcb99d1
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 5 18:18:49 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d4f788fec95530065b1ee7a9eede37fa6816c4ac
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 5 15:57:47 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3519b6f9011228a3fe9e2244107bd2518b050495
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 5 15:18:59 2002 +0000

    Fixed icc warnings

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2c97416142dc4fa3aa923546f7988d786b7bddf8
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Mar 5 15:08:24 2002 +0000

    - makefile fixes (clean with modules=)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8f20b0026f8385c2e17e61e287fff5b090fb52ee
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 5 14:36:38 2002 +0000

    Bugfix

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5d34d82e06a51335d1eba95b92773f85d521844f
Author: Jan Janak <jan at iptel.org>
Date:   Tue Mar 5 14:36:03 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=23594ac6faa2a1647b452408d0fcea5043a6a659
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Sat Mar 2 06:47:27 2002 +0000

    - even more warning fixes, this time for icc

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=769d95274d76bf378d570b5705358cc3da20e20f
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Sat Mar 2 05:24:37 2002 +0000

    - textops warning & bug fixes
    - TODO update

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b61652610dc1a85bc1e5723cd47183d98848281f
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Sat Mar 2 05:18:54 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d6bed23ded3335a8a2b90d677efef2c1de438efe
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Sat Mar 2 04:51:55 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=691c8b8f4396620c3f803e171b917f554dd4b668
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Sat Mar 2 02:20:00 2002 +0000

    - fixed almost all warnings in ser core (gcc-3.0 -Wall, icc, sun cc).
    (=> fixed a lot of format string bugs)
    - replaced some of the remaining mallocs w/ pkg_malloc

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=29c30e32af26213cdb7e0bb94f5ced671033d7e7
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 1 13:41:03 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=36bd09d1b363b91a314faa018956ebe5e46ef9d3
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 1 12:05:55 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5a8a3d13ded8c1d475bae82fa46a5d990094421b
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 1 11:01:27 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fa837d99d68e752fc37f25f9179de99901662e55
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 1 10:50:47 2002 +0000

    init_child support

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fff4a55a50f6fd5fc728bf3573ee6e691ded8ef4
Author: Jan Janak <jan at iptel.org>
Date:   Fri Mar 1 10:50:28 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=36e1aad36a370b3edc355bbe70b026d8b4f23769
Author: Jan Janak <jan at iptel.org>
Date:   Thu Feb 28 20:01:18 2002 +0000

    Support for broken MS Messenger

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8aa216f4dffe51f6b11ec0f5ae46085a06f39f68
Author: Jan Janak <jan at iptel.org>
Date:   Thu Feb 28 18:35:47 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=36ba909899bf0dbcd2a6a5a9c67888129b83bdeb
Author: Jan Janak <jan at iptel.org>
Date:   Wed Feb 27 15:55:10 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ce10ae2de9575b96bf028773d0c9e282ae3e22e5
Author: Jan Janak <jan at iptel.org>
Date:   Wed Feb 27 10:09:16 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6f7c7a9a18b1710f0dcb7aa3dc7d9b9c8a861553
Author: Jan Janak <jan at iptel.org>
Date:   Tue Feb 26 23:02:33 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a30775d9b9f9be09a51b5ceb26ebb32b3d3700b3
Author: Jan Janak <jan at iptel.org>
Date:   Tue Feb 26 17:38:18 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c24eed2905c8148c77c3d91f6a796ff9185603dd
Author: Jan Janak <jan at iptel.org>
Date:   Tue Feb 26 17:36:26 2002 +0000

    Tested with cisco IP phone and Pingtel

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4bc1c6a27a8a339b2b3fde7a0a73103efbc835b5
Author: Jan Janak <jan at iptel.org>
Date:   Tue Feb 26 09:29:44 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2a29c9f70754b0e848e15490ec2ce9855958f67e
Author: Jan Janak <jan at iptel.org>
Date:   Tue Feb 26 00:11:28 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2d429fbd467c468fcc9ebead95f342e9dc9398ff
Author: Jan Janak <jan at iptel.org>
Date:   Tue Feb 26 00:11:02 2002 +0000

    New version of authentication module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4eae6faff7bd89a02f77e9dca87a86165e2042a0
Author: Jan Janak <jan at iptel.org>
Date:   Sun Feb 24 17:11:42 2002 +0000

    Order parameter added to db_query function

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c28e390dcc091db4ba080793db4687c6319f9c0d
Author: Jan Janak <jan at iptel.org>
Date:   Sun Feb 24 17:10:45 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8d3c5f4b319828ebf787d1ca53e36f8e13d9667a
Author: Jan Janak <jan at iptel.org>
Date:   Sun Feb 24 17:09:10 2002 +0000

    New version of usrloc module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3bbaef787cd4dce0f1dce222261597001f2b3975
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Feb 20 21:21:08 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c3072461df8a33e8f14efcb2a7ca7f602f095877
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Feb 13 21:37:17 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fef67ea5baadc147eefe9ac057b14a51fa2e92ec
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Feb 13 17:00:31 2002 +0000

    to parsing fixed!

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=67867f4af8db84d4f870a5aeb49d83b5705b55eb
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Feb 12 16:48:34 2002 +0000

    Stateless module added!

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=73abc0d5275b98e10a0a44cc7fac898fc2fbdf98
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Feb 7 16:02:45 2002 +0000

    To parsing and tag used in ACK matching

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bfd135665bd66c73cdd53dc966c2652120f0de95
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Feb 6 12:30:28 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=17bafae6803b12e518c5b87e9db44ac418844160
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Feb 1 16:23:17 2002 +0000

    CPL module added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=067a25e4a5dfa58d0f4aa5bdb70631058e20b449
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Thu Jan 31 15:27:55 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c306541d63e8faf9328c629e68dc264b6fa01b6c
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Jan 29 17:28:40 2002 +0000

    max forward

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=40b399194abeffe757e5a573f409088880a534e1
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Tue Jan 29 13:00:22 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a7572ff48db8858ec6e815098f727890e03df4f5
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Jan 28 20:31:50 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e9f2dfccb208942af91abffeae4325d604470cc0
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Mon Jan 28 11:22:03 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=839c6c0ce809c348f71bc532f3dc018cc8fee83b
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Fri Jan 25 22:08:57 2002 +0000

    Max-forward module inserted

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=699e2ec49ea8509d956eb2de98b6dd681b1eed7e
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jan 24 15:47:58 2002 +0000

    Bugs fixed and possibly new introduced :-)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ce232999f1287b8d43c671b9832c5563ceae517c
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Jan 23 21:56:58 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2e6ea89a18ae76a1572ab3d6ef7b1ed1ac55e678
Author: Bogdan-Andrei Iancu <bogdan at voice-system.ro>
Date:   Wed Jan 23 18:48:27 2002 +0000

    tm and rr getting together

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c1c3855096b1682e3366730f7be1c3aba15218e6
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jan 16 15:12:41 2002 +0000

    More minor updates

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=df26f2859b18cf8473374845de8514ee7e14329b
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jan 16 14:52:51 2002 +0000

    Minor updates.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2e48568dd021221eda9c4f5165beb606471d4752
Author: Jan Janak <jan at iptel.org>
Date:   Wed Jan 16 10:53:12 2002 +0000

    Record-Route module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=69bb84e4e73ab0846554fa11e78e6df66ae19d34
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Fri Jan 11 19:58:58 2002 +0000

    ref_count turned into ref_bitmap; oncancel module handler added

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7166080350a78fd3bea6a2b1d1b9b66d3dfeb678
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Mon Jan 7 04:39:50 2002 +0000

    performance and bug fixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c3818af2358644252c035cb9ad4db5a16f0e250f
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jan 3 22:09:27 2002 +0000

    Database documentation added.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=54dd7fbbd1dd44a17d706f4bbe2cd14ad07d81e9
Author: Jan Janak <jan at iptel.org>
Date:   Thu Jan 3 15:19:40 2002 +0000

    *** empty log message ***

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=64e9e528e7899bbea81c15680368625142417948
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 18 00:29:18 2001 +0000

     Separated database module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8bbcfcdad159fea97381dc6eba021bf3bce4042a
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 18 00:28:45 2001 +0000

    Standalone database module

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3f06bee880d013e6ef9dbeff39ba7bcdba9f093e
Author: Jan Janak <jan at iptel.org>
Date:   Tue Dec 18 00:28:14 2001 +0000

    Added very first version of authentication module
    (not functional yet)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aa68238f8f271fa079174cb05415eb9f9366efba
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Sat Dec 8 22:06:27 2001 +0000

    - updated INSTALL w/ more info on building ser
    - splited Makefile in Makefile, Makefile.sources, Makefile.defs, Makefile.rules,
    - added Makefile.modules (included by each an every module)
    - fixed a warning in textops
    - updated all module Makefile to use Makefile.modules

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=faaac23e1f8c4bcddd14efc556a5a28aefff19c9
Author: Jiri Kuthan <jiri at iptel.org>
Date:   Sat Dec 8 02:29:14 2001 +0000

    fixes

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=eb7018683a6ad1fb16ead6bdc08011e4f854c6e4
Author: Jan Janak <jan at iptel.org>
Date:   Fri Dec 7 23:10:08 2001 +0000

     First implementation of user location modules.

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ba4eaca97dedd0f63b28438a40cfb62aafdc5cc1
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Dec 6 20:54:54 2001 +0000

    - added -fPIC -DPIC in all the modules Makefiles

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bf1858b9df601385f558309e6f8eecfb696895d5
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Dec 4 19:00:50 2001 +0000

    - added a new member to the ser_module struct: destroy_f, called when a
    module must be destroyed (e.g. ser exit)
    - updated ser_module structs init. in tm, textops & print
    - added bogus tm_destroy module functions in tm.c

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=731604076e213fef21798559a14ee27a09913091
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Dec 4 00:29:18 2001 +0000

    - fixed branch parsed bug (parse_via)
    - added module dependecy to master Makefile (modules/*/Makefile)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=30a35feac0e6bc504a9b1046b34bc5ab127211c0
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Oct 26 20:28:55 2001 +0000

    - fixed a memroy leak (rewritehost/uri/etc.)
    - added forward to uri support (forward(uri:host, uri:port) ).
    - improved free_lump_list speed (could be dangerous)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=99c1748ed083e7c7b8c61c6c359e7ff14fc63f2b
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Fri Oct 26 00:39:42 2001 +0000

    - added support for maximum 2 parameters per cmd call
    - added parameters no. for every function (can be 0, 1 or 2).
    - new example module (textops)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=78a6fa5a7aa2ea7d93f11660d953f150475250b1
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Oct 24 21:58:38 2001 +0000

    - fixed LIBS in SunOS Makefile part
    - added special case for SunOS in print/Makefile (other LDFLAGS, -G required)

URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4ee2317fc95a81a10f333dcfdec4d6a0473d6d30
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Oct 24 19:17:54 2001 +0000

    - added module support (loadmodule "...")
    - added example dummy print module




More information about the sr-dev mailing list