URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=53e6557…
Author: Andrei Pelinescu-Onciul <andrei(a)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=c184309…
Author: Miklos Tirpak <miklos(a)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=bb5aa50…
Author: Jan Janak <jan(a)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=6d51225…
Author: Ondrej Martinek <ondra(a)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=eadb6fe…
Author: Bogdan Pintea <bogdan(a)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=ffa329a…
Author: Bogdan Pintea <bogdan(a)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=f1f75f6…
Author: Bogdan Pintea <bogdan(a)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=4486239…
Author: Bogdan Pintea <bogdan(a)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=c1595a7…
Author: Bogdan Pintea <bogdan(a)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=1991a5d…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Tue Dec 16 14:36:15 2008 +0000
permissions: fix build without -DUSE_IPV6 errors
Author: Vance Shipley <vances(a)motivity.ca>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=788c80f…
Author: Alfred E. Heggestad <aeh(a)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=19c1380…
Author: Alfred E. Heggestad <aeh(a)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=422e7e6…
Author: Maxim Sobolev <sobomax(a)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=cecd051…
Author: Maxim Sobolev <sobomax(a)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=a538e11…
Author: Maxim Sobolev <sobomax(a)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=388b3a4…
Author: Alfred E. Heggestad <aeh(a)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=9881d84…
Author: Andrei Pelinescu-Onciul <andrei(a)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=1f618e5…
Author: Andrei Pelinescu-Onciul <andrei(a)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=0d533bd…
Author: Michal Matyska <michal.matyska(a)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=6924de1…
Author: Maxim Sobolev <sobomax(a)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=bb81565…
Author: Maxim Sobolev <sobomax(a)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=01e5dfb…
Author: Maxim Sobolev <sobomax(a)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=5deedb9…
Author: Maxim Sobolev <sobomax(a)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=bcd6e13…
Author: Maxim Sobolev <sobomax(a)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=f6d232f…
Author: Maxim Sobolev <sobomax(a)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=95cda99…
Author: Maxim Sobolev <sobomax(a)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=8cfc79e…
Author: Maxim Sobolev <sobomax(a)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=04c534e…
Author: Maxim Sobolev <sobomax(a)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=98c5781…
Author: Maxim Sobolev <sobomax(a)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=38dbf81…
Author: Maxim Sobolev <sobomax(a)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=40f95db…
Author: Maxim Sobolev <sobomax(a)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=492bf41…
Author: Tomas Mandys <tomas.mandys(a)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=b299e72…
Author: Miklos Tirpak <miklos(a)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=8a5e170…
Author: Tomas Mandys <tomas.mandys(a)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=a354229…
Author: Tomas Mandys <tomas.mandys(a)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=966ec72…
Author: Maxim Sobolev <sobomax(a)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=6ac5f89…
Author: Maxim Sobolev <sobomax(a)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=22e7243…
Author: Libor Chocholaty <libor(a)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=0e2aef7…
Author: Gergely Kovacs <gergo(a)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=5c9284f…
Author: Tomas Mandys <tomas.mandys(a)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=ba4f246…
Author: Gergely Kovacs <gergo(a)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=8410d84…
Author: Andrei Pelinescu-Onciul <andrei(a)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=d91ccbb…
Author: Andrei Pelinescu-Onciul <andrei(a)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=ad806eb…
Author: Gergely Kovacs <gergo(a)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=29f9568…
Author: Tomas Mandys <tomas.mandys(a)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=a8679aa…
Author: Tomas Mandys <tomas.mandys(a)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=cbba2c2…
Author: Gergely Kovacs <gergo(a)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=c9e9df4…
Author: Tomas Mandys <tomas.mandys(a)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
%(a)hf_value.p_charging_vector.params["icid-value"]
Note that %(a)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=7495f82…
Author: Martin Hoffmann <hn(a)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=1d296a5…
Author: Martin Hoffmann <hn(a)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=3d2616a…
Author: Tomas Mandys <tomas.mandys(a)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=062f34a…
Author: Tomas Mandys <tomas.mandys(a)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=c3f4cbd…
Author: Martin Hoffmann <hn(a)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=d032056…
Author: Gergely Kovacs <gergo(a)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=3058abe…
Author: Tomas Mandys <tomas.mandys(a)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=ba8702d…
Author: Jan Janak <jan(a)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=b59f049…
Author: Ondrej Martinek <ondra(a)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=ebbb449…
Author: Gergely Kovacs <gergo(a)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=aeb55e0…
Author: Andrei Pelinescu-Onciul <andrei(a)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=2e3672f…
Author: Andrei Pelinescu-Onciul <andrei(a)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=840211e…
Author: Andrei Pelinescu-Onciul <andrei(a)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=294a2d1…
Author: Andrei Pelinescu-Onciul <andrei(a)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=b9014b0…
Author: Andrei Pelinescu-Onciul <andrei(a)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=8f1df79…
Author: Andrei Pelinescu-Onciul <andrei(a)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=a885212…
Author: Martin Hoffmann <hn(a)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=6ac1181…
Author: Andrei Pelinescu-Onciul <andrei(a)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=1395bed…
Author: Jan Janak <jan(a)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=83e4894…
Author: Jan Janak <jan(a)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=cee1d2f…
Author: Jan Janak <jan(a)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=4593248…
Author: Andrei Pelinescu-Onciul <andrei(a)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=12690dd…
Author: Andrei Pelinescu-Onciul <andrei(a)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=a12470f…
Author: Di-Shi Sun <di-shi(a)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=c9ddafd…
Author: Andrei Pelinescu-Onciul <andrei(a)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=7c2afac…
Author: Andrei Pelinescu-Onciul <andrei(a)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=72ec2d8…
Author: Martin Hoffmann <hn(a)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=5d5821c…
Author: Andrei Pelinescu-Onciul <andrei(a)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=bb62c16…
Author: Jan Janak <jan(a)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=2f6dcf2…
Author: Gergely Kovacs <gergo(a)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=0c9e552…
Author: Jan Janak <jan(a)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=7c7fabe…
Author: Gergely Kovacs <gergo(a)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=2af339c…
Author: Jan Janak <jan(a)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=23cafc1…
Author: Jan Janak <jan(a)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=904bfb2…
Author: Jan Janak <jan(a)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=a4f31ab…
Author: Jan Janak <jan(a)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=c96dde2…
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=304e543…
Author: Andrei Pelinescu-Onciul <andrei(a)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=9e761c7…
Author: Jan Janak <jan(a)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=b668cec…
Author: Jan Janak <jan(a)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=99efa53…
Author: Jan Janak <jan(a)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=6812c1f…
Author: Jan Janak <jan(a)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=e5e9752…
Author: Jan Janak <jan(a)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=b330697…
Author: Jan Janak <jan(a)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=7a7569a…
Author: Jan Janak <jan(a)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=74846eb…
Author: Jan Janak <jan(a)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=7d82594…
Author: Jan Janak <jan(a)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=340b143…
Author: Jan Janak <jan(a)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=641af70…
Author: Martin Hoffmann <hn(a)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=f39beab…
Author: Jan Janak <jan(a)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=7baa1be…
Author: Jan Janak <jan(a)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=80eb8af…
Author: Jan Janak <jan(a)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=9f4ae43…
Author: Alfred E. Heggestad <aeh(a)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=9cd18ef…
Author: Gergely Kovacs <gergo(a)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=50e1edd…
Author: Gergely Kovacs <gergo(a)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=e977e0c…
Author: Jan Janak <jan(a)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=97aa5b5…
Author: Tomas Mandys <tomas.mandys(a)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=e2c387a…
Author: Tomas Mandys <tomas.mandys(a)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=76b5979…
Author: Libor Chocholaty <libor(a)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=b655048…
Author: Libor Chocholaty <libor(a)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=0d23846…
Author: Martin Hoffmann <hn(a)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=7bcc59e…
Author: Martin Hoffmann <hn(a)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=1babd80…
Author: Libor Chocholaty <libor(a)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=ffb2f93…
Author: Andrei Pelinescu-Onciul <andrei(a)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=e400ae2…
Author: Andrei Pelinescu-Onciul <andrei(a)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=129340a…
Author: Andrei Pelinescu-Onciul <andrei(a)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=29c53ed…
Author: Jan Janak <jan(a)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=e74afd4…
Author: Andrei Pelinescu-Onciul <andrei(a)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=5dca037…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Thu Jun 5 16:36:01 2008 +0000
- removed unneeded libs, thanks to Marcus Better <marcus(a)better.se>
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3b7c5a6…
Author: Jan Janak <jan(a)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=0a7bbd9…
Author: Gergely Kovacs <gergo(a)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=c808dc2…
Author: Jan Janak <jan(a)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=91336aa…
Author: Jan Janak <jan(a)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=aab6d1e…
Author: Jan Janak <jan(a)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=f9c1518…
Author: Jan Janak <jan(a)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=e6491d2…
Author: Jan Janak <jan(a)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=3d2d3d1…
Author: Gergely Kovacs <gergo(a)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=a0c2548…
Author: Gergely Kovacs <gergo(a)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=9cbb287…
Author: Alfred E. Heggestad <aeh(a)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=87328e0…
Author: Maxim Sobolev <sobomax(a)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=789819d…
Author: Jan Janak <jan(a)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=427d66e…
Author: Jan Janak <jan(a)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=288c5a0…
Author: Jan Janak <jan(a)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=80770d3…
Author: Jan Janak <jan(a)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=78ac88c…
Author: Jan Janak <jan(a)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=b9ed5fa…
Author: Jan Janak <jan(a)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=b6ed78b…
Author: Jan Janak <jan(a)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=bebf57c…
Author: Jan Janak <jan(a)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=4706e4e…
Author: Jan Janak <jan(a)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=39a6639…
Author: Jan Janak <jan(a)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=9527c10…
Author: Maxim Sobolev <sobomax(a)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=17e43b3…
Author: Jan Janak <jan(a)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=f20c9b8…
Author: Jan Janak <jan(a)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=f1d094e…
Author: Maxim Sobolev <sobomax(a)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=2da42d0…
Author: Maxim Sobolev <sobomax(a)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=fd05e7a…
Author: Maxim Sobolev <sobomax(a)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=4ce4761…
Author: Maxim Sobolev <sobomax(a)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=5d204bd…
Author: Jan Janak <jan(a)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=dd95b88…
Author: Jan Janak <jan(a)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=3bfe17e…
Author: Andrei Pelinescu-Onciul <andrei(a)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=a55ebf2…
Author: Andrei Pelinescu-Onciul <andrei(a)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=cf61e28…
Author: Andrei Pelinescu-Onciul <andrei(a)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=9560da5…
Author: Maxim Sobolev <sobomax(a)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=fc5db94…
Author: Jan Janak <jan(a)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=8ab2e0c…
Author: Jan Janak <jan(a)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=d1e8f08…
Author: Jan Janak <jan(a)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=2e4fa11…
Author: Jan Janak <jan(a)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=532283d…
Author: Jan Janak <jan(a)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=efe5ab3…
Author: Jan Janak <jan(a)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=555c941…
Author: Jan Janak <jan(a)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=8155de4…
Author: Tomas Mandys <tomas.mandys(a)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=7bf90ec…
Author: Jan Janak <jan(a)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=8e5a763…
Author: Jan Janak <jan(a)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=6274e6e…
Author: Tomas Mandys <tomas.mandys(a)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=6be3c1e…
Author: Jan Janak <jan(a)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=449a8a8…
Author: Jan Janak <jan(a)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=2f4c96e…
Author: Jan Janak <jan(a)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=a24df21…
Author: Jan Janak <jan(a)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=1db521a…
Author: Jan Janak <jan(a)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=959513b…
Author: Jan Janak <jan(a)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=2a75c4e…
Author: Jan Janak <jan(a)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=008e834…
Author: Jan Janak <jan(a)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=89dbcbb…
Author: Jan Janak <jan(a)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=c468f8d…
Author: Bogdan Pintea <bogdan(a)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=de3edfc…
Author: Andrei Pelinescu-Onciul <andrei(a)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=2609be9…
Author: Di-Shi Sun <di-shi(a)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=bf4c0b3…
Author: Hendrik Scholz <hscholz(a)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=e3cf2b6…
Author: Nils Ohlmeier <nils(a)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=d2bc826…
Author: Jan Janak <jan(a)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=7aeefe5…
Author: Jan Janak <jan(a)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=71b9f44…
Author: Jan Janak <jan(a)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=3985415…
Author: Jan Janak <jan(a)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=8608790…
Author: Jan Janak <jan(a)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=8d922f0…
Author: Miklos Tirpak <miklos(a)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=d2b4330…
Author: Bogdan Pintea <bogdan(a)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=5b36689…
Author: Bogdan Pintea <bogdan(a)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@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=40c1c8b…
Author: Miklos Tirpak <miklos(a)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=884c4c9…
Author: Jan Janak <jan(a)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=61e34ea…
Author: Jan Janak <jan(a)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=c2327e5…
Author: Andrei Pelinescu-Onciul <andrei(a)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=c148218…
Author: Tomas Mandys <tomas.mandys(a)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=398513a…
Author: Jan Janak <jan(a)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=94f8f96…
Author: Di-Shi Sun <di-shi(a)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=13c7793…
Author: Jan Janak <jan(a)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=65847b6…
Author: Jan Janak <jan(a)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=6f930ac…
Author: Jan Janak <jan(a)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=fe5715c…
Author: Maxim Sobolev <sobomax(a)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=87d7d9a…
Author: Miklos Tirpak <miklos(a)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=6c7a4f2…
Author: Maxim Sobolev <sobomax(a)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=a49832b…
Author: Maxim Sobolev <sobomax(a)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=5da1aa3…
Author: Jan Janak <jan(a)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=f2a8b67…
Author: Jan Janak <jan(a)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=e9e739d…
Author: Jan Janak <jan(a)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=390462c…
Author: Jan Janak <jan(a)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=bc1ba76…
Author: Jan Janak <jan(a)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=90b31de…
Author: Jan Janak <jan(a)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=8d347d8…
Author: Jan Janak <jan(a)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=e2f3847…
Author: Jan Janak <jan(a)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=ec2dd8b…
Author: Maxim Sobolev <sobomax(a)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=6b89707…
Author: Miklos Tirpak <miklos(a)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=88c64f2…
Author: Miklos Tirpak <miklos(a)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=141b00c…
Author: Jan Janak <jan(a)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=ae29ff9…
Author: Jan Janak <jan(a)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=0cb6c5f…
Author: Jan Janak <jan(a)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=69d7573…
Author: Jan Janak <jan(a)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=fce70bc…
Author: Jan Janak <jan(a)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=411192a…
Author: Jan Janak <jan(a)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=5b71e72…
Author: Jan Janak <jan(a)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=c778fc2…
Author: Nils Ohlmeier <nils(a)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=7e3f02a…
Author: Nils Ohlmeier <nils(a)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=08108d4…
Author: Di-Shi Sun <di-shi(a)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=1a80699…
Author: Tomas Mandys <tomas.mandys(a)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=aef8757…
Author: Di-Shi Sun <di-shi(a)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=ddcaca6…
Author: Nils Ohlmeier <nils(a)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=d13ac9d…
Author: Miklos Tirpak <miklos(a)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=ee7170f…
Author: Miklos Tirpak <miklos(a)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=4f3cb33…
Author: Miklos Tirpak <miklos(a)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=dca5421…
Author: Miklos Tirpak <miklos(a)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=8eb9c32…
Author: Miklos Tirpak <miklos(a)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=9342f06…
Author: Maxim Sobolev <sobomax(a)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=3f16dbf…
Author: Maxim Sobolev <sobomax(a)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=475dc0c…
Author: Maxim Sobolev <sobomax(a)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=02e15f4…
Author: Maxim Sobolev <sobomax(a)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=af97379…
Author: Nils Ohlmeier <nils(a)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=524cc2f…
Author: Miklos Tirpak <miklos(a)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=fd7b632…
Author: Miklos Tirpak <miklos(a)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=d406c82…
Author: Andrei Pelinescu-Onciul <andrei(a)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=b3fde3a…
Author: Andrei Pelinescu-Onciul <andrei(a)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=cf987a3…
Author: Gergely Kovacs <gergo(a)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=45c7f4d…
Author: Andrei Pelinescu-Onciul <andrei(a)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=4b08612…
Author: Tomas Mandys <tomas.mandys(a)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=64515b8…
Author: Gergely Kovacs <gergo(a)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=d534ffe…
Author: Gergely Kovacs <gergo(a)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=c37a9e3…
Author: Jan Janak <jan(a)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=aa7799c…
Author: Jan Janak <jan(a)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=4124618…
Author: Jan Janak <jan(a)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=82da0bc…
Author: Maxim Sobolev <sobomax(a)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=7f0b8c3…
Author: Jan Janak <jan(a)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=11d1603…
Author: Jan Janak <jan(a)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=4c7f3ba…
Author: Miklos Tirpak <miklos(a)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=9b738f0…
Author: Tomas Mandys <tomas.mandys(a)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=5d4a45d…
Author: Di-Shi Sun <di-shi(a)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=ccbce2c…
Author: Gergely Kovacs <gergo(a)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=bc8d2fa…
Author: Miklos Tirpak <miklos(a)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=2335e47…
Author: Miklos Tirpak <miklos(a)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=f0642a5…
Author: Di-Shi Sun <di-shi(a)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=2025cf1…
Author: Miklos Tirpak <miklos(a)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=bf0fd46…
Author: Miklos Tirpak <miklos(a)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=4ed8087…
Author: Miklos Tirpak <miklos(a)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=eb16fbe…
Author: Maxim Sobolev <sobomax(a)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=9c24f4c…
Author: Andrei Pelinescu-Onciul <andrei(a)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=ab3384d…
Author: Andrei Pelinescu-Onciul <andrei(a)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=d9020f0…
Author: Andrei Pelinescu-Onciul <andrei(a)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=24019e5…
Author: Ondrej Martinek <ondra(a)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=98307da…
Author: Gergely Kovacs <gergo(a)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=ab72416…
Author: Gergely Kovacs <gergo(a)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=b9fc8d4…
Author: Gergely Kovacs <gergo(a)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=e108b4c…
Author: Gergely Kovacs <gergo(a)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=c84baef…
Author: Michal Matyska <michal.matyska(a)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=44d0b4d…
Author: Maxim Sobolev <sobomax(a)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=9e995ad…
Author: Maxim Sobolev <sobomax(a)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=de6d4c1…
Author: Maxim Sobolev <sobomax(a)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=b46e708…
Author: Miklos Tirpak <miklos(a)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=6efc6f6…
Author: Andrei Pelinescu-Onciul <andrei(a)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=13b9b9c…
Author: Gonzalo Javier Sambucaro <gonzalo(a)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=0aa3897…
Author: Jiri Kuthan <jiri(a)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=efa66d4…
Author: Gonzalo Javier Sambucaro <gonzalo(a)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=0b3d4c4…
Author: Tomas Mandys <tomas.mandys(a)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=970e351…
Author: Tomas Mandys <tomas.mandys(a)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=1e76dd3…
Author: Tomas Mandys <tomas.mandys(a)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=4194cfa…
Author: Andrei Pelinescu-Onciul <andrei(a)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=c7c0d8d…
Author: Andrei Pelinescu-Onciul <andrei(a)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=05c2cd5…
Author: Jiri Kuthan <jiri(a)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=ec90ab6…
Author: Maxim Sobolev <sobomax(a)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=a20b2b1…
Author: Maxim Sobolev <sobomax(a)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=a7c5292…
Author: Maxim Sobolev <sobomax(a)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=a1504b6…
Author: Jan Janak <jan(a)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=979d2c6…
Author: Jiri Kuthan <jiri(a)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=3d1a0d3…
Author: Vaclav Kubart <vaclav.kubart(a)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=4afc91b…
Author: Jan Janak <jan(a)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=d24ee26…
Author: Andrei Pelinescu-Onciul <andrei(a)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=9640ad6…
Author: Tomas Mandys <tomas.mandys(a)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=2235941…
Author: Tomas Mandys <tomas.mandys(a)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=c438345…
Author: Andrei Pelinescu-Onciul <andrei(a)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=2ca7fc0…
Author: Maxim Sobolev <sobomax(a)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=1444ab7…
Author: Di-Shi Sun <di-shi(a)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=80d3f7e…
Author: Tomas Mandys <tomas.mandys(a)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=39de519…
Author: Jan Janak <jan(a)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=3258e63…
Author: Jan Janak <jan(a)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=357bc2e…
Author: Andrei Pelinescu-Onciul <andrei(a)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=a0155c5…
Author: Libor Chocholaty <libor(a)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=7c3793b…
Author: Libor Chocholaty <libor(a)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=e612b0f…
Author: Libor Chocholaty <libor(a)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=ec24d15…
Author: Libor Chocholaty <libor(a)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=91428ba…
Author: Libor Chocholaty <libor(a)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=f86ac68…
Author: Libor Chocholaty <libor(a)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=aa72024…
Author: Libor Chocholaty <libor(a)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=afa1217…
Author: Jan Janak <jan(a)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=9a0a754…
Author: Di-Shi Sun <di-shi(a)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=e681d80…
Author: Miklos Tirpak <miklos(a)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=b428f71…
Author: Andrei Pelinescu-Onciul <andrei(a)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=bc918b3…
Author: Vaclav Kubart <vaclav.kubart(a)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=4955c47…
Author: Andrei Pelinescu-Onciul <andrei(a)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=81fcc9c…
Author: Vaclav Kubart <vaclav.kubart(a)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=6275989…
Author: Nils Ohlmeier <nils(a)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=f50cad6…
Author: Nils Ohlmeier <nils(a)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=0ad5f79…
Author: Nils Ohlmeier <nils(a)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=8fb14fe…
Author: Andrei Pelinescu-Onciul <andrei(a)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=cd5fffb…
Author: Maxim Sobolev <sobomax(a)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=99d68c4…
Author: Michal Matyska <michal.matyska(a)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=d3bf23d…
Author: Andrei Pelinescu-Onciul <andrei(a)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=609b56e…
Author: Hendrik Scholz <hscholz(a)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(a)freenet-ag.de)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ea265d6…
Author: Vaclav Kubart <vaclav.kubart(a)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=50f5461…
Author: Maxim Sobolev <sobomax(a)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=2451713…
Author: Vaclav Kubart <vaclav.kubart(a)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=5b30f3d…
Author: Vaclav Kubart <vaclav.kubart(a)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=ff48990…
Author: Vaclav Kubart <vaclav.kubart(a)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=db82b96…
Author: Vaclav Kubart <vaclav.kubart(a)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=ae0642a…
Author: Vaclav Kubart <vaclav.kubart(a)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=53a186f…
Author: Di-Shi Sun <di-shi(a)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=f7b9da9…
Author: Maxim Sobolev <sobomax(a)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=7898141…
Author: Di-Shi Sun <di-shi(a)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=1b1696c…
Author: Vaclav Kubart <vaclav.kubart(a)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=d213144…
Author: Vaclav Kubart <vaclav.kubart(a)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=c38b57e…
Author: Andrei Pelinescu-Onciul <andrei(a)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=b61db5f…
Author: Maxim Sobolev <sobomax(a)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=ac59eca…
Author: Maxim Sobolev <sobomax(a)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=6ed1cdf…
Author: Maxim Sobolev <sobomax(a)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=50a2b01…
Author: Maxim Sobolev <sobomax(a)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=ace1408…
Author: Vaclav Kubart <vaclav.kubart(a)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=7d29d44…
Author: Libor Chocholaty <libor(a)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=ce3fe54…
Author: Di-Shi Sun <di-shi(a)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=c7acc4c…
Author: Di-Shi Sun <di-shi(a)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=51db30a…
Author: Vaclav Kubart <vaclav.kubart(a)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=e83a1c3…
Author: Maxim Sobolev <sobomax(a)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=cf71342…
Author: Maxim Sobolev <sobomax(a)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=7b283b0…
Author: Maxim Sobolev <sobomax(a)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=1735060…
Author: Maxim Sobolev <sobomax(a)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=8d1c3be…
Author: Maxim Sobolev <sobomax(a)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=f13ad6e…
Author: Vaclav Kubart <vaclav.kubart(a)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=abad824…
Author: Vaclav Kubart <vaclav.kubart(a)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=0ded664…
Author: Vaclav Kubart <vaclav.kubart(a)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=2d66f46…
Author: Vaclav Kubart <vaclav.kubart(a)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=032bb44…
Author: Jan Janak <jan(a)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=ecfc640…
Author: Vaclav Kubart <vaclav.kubart(a)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=ba0c86c…
Author: Miklos Tirpak <miklos(a)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=eac7084…
Author: Vaclav Kubart <vaclav.kubart(a)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=c7b06ca…
Author: Vaclav Kubart <vaclav.kubart(a)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=c25b6a2…
Author: Jan Janak <jan(a)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=4068b26…
Author: Jan Janak <jan(a)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=4d33cca…
Author: Jan Janak <jan(a)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=5aa6347…
Author: Vaclav Kubart <vaclav.kubart(a)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=66a0661…
Author: Vaclav Kubart <vaclav.kubart(a)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=18b7828…
Author: Vaclav Kubart <vaclav.kubart(a)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=bbe2fb9…
Author: Vaclav Kubart <vaclav.kubart(a)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=5c5497e…
Author: Jan Janak <jan(a)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=b8d115e…
Author: Jan Janak <jan(a)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=d89453b…
Author: Jan Janak <jan(a)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=75a33fc…
Author: Jan Janak <jan(a)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=0897f15…
Author: Jan Janak <jan(a)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=e01e711…
Author: Miklos Tirpak <miklos(a)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=cf30ece…
Author: Jan Janak <jan(a)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=0b82102…
Author: Jan Janak <jan(a)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=387d58a…
Author: Jan Janak <jan(a)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=2e1cd1b…
Author: Jan Janak <jan(a)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=72c03f3…
Author: Hendrik Scholz <hscholz(a)raisdorf.net>
Date: Fri Mar 30 11:49:24 2007 +0000
- fix typo in documentation reported by Samuel (samu60(a)gmail.com)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3914c8f…
Author: Libor Chocholaty <libor(a)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=44bf66a…
Author: Andrei Pelinescu-Onciul <andrei(a)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=8d824e3…
Author: Andrei Pelinescu-Onciul <andrei(a)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=784f199…
Author: Libor Chocholaty <libor(a)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=79a462f…
Author: Jan Janak <jan(a)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=4e6b86d…
Author: Gergely Kovacs <gergo(a)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=d28ad6d…
Author: Maxim Sobolev <sobomax(a)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=9476ba6…
Author: Andrei Pelinescu-Onciul <andrei(a)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=b185132…
Author: Michal Matyska <michal.matyska(a)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=e2db48d…
Author: Tomas Mandys <tomas.mandys(a)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=25908e2…
Author: Tomas Mandys <tomas.mandys(a)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=37a76f3…
Author: Andrei Pelinescu-Onciul <andrei(a)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=ebd56fe…
Author: Nils Ohlmeier <nils(a)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=92acf70…
Author: Tomas Mandys <tomas.mandys(a)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=9b95024…
Author: Dmitry Semyonov <dsemyonov(a)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=80cd6e9…
Author: Libor Chocholaty <libor(a)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=618649c…
Author: Gergely Kovacs <gergo(a)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=cd519ed…
Author: Gergely Kovacs <gergo(a)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=ee08c73…
Author: Libor Chocholaty <libor(a)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=c31b540…
Author: Michal Matyska <michal.matyska(a)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=fa96302…
Author: Andrei Pelinescu-Onciul <andrei(a)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=198d3dd…
Author: Andrei Pelinescu-Onciul <andrei(a)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=6167743…
Author: Andrei Pelinescu-Onciul <andrei(a)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=f357887…
Author: Andrei Pelinescu-Onciul <andrei(a)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=865f1ee…
Author: Andrei Pelinescu-Onciul <andrei(a)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=d612ed0…
Author: Andrei Pelinescu-Onciul <andrei(a)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=1d9a3d0…
Author: Andrei Pelinescu-Onciul <andrei(a)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=625db44…
Author: Andrei Pelinescu-Onciul <andrei(a)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=1cb9033…
Author: Andrei Pelinescu-Onciul <andrei(a)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=9961e8e…
Author: Andrei Pelinescu-Onciul <andrei(a)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(a)freenet-ag.de>de>.
closes SER-227
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a9044d9…
Author: Andrei Pelinescu-Onciul <andrei(a)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=6e0c6d2…
Author: Andrei Pelinescu-Onciul <andrei(a)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=0cb3efb…
Author: Andrei Pelinescu-Onciul <andrei(a)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=dae8df1…
Author: Tomas Mandys <tomas.mandys(a)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=b50749a…
Author: Andrei Pelinescu-Onciul <andrei(a)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=571acbe…
Author: Di-Shi Sun <di-shi(a)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=3487936…
Author: Jan Janak <jan(a)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=03ff09e…
Author: Vaclav Kubart <vaclav.kubart(a)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=fe81c15…
Author: Vaclav Kubart <vaclav.kubart(a)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=35465d9…
Author: Libor Chocholaty <libor(a)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=a4b3bf2…
Author: Libor Chocholaty <libor(a)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=68b7ed0…
Author: Libor Chocholaty <libor(a)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=f81b764…
Author: Andrei Pelinescu-Onciul <andrei(a)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=513b5de…
Author: Andrei Pelinescu-Onciul <andrei(a)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=fc9a4e5…
Author: Jan Janak <jan(a)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=cd331c1…
Author: Andrei Pelinescu-Onciul <andrei(a)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=642d9da…
Author: Andrei Pelinescu-Onciul <andrei(a)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=b8f9238…
Author: Jan Janak <jan(a)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=394fcb9…
Author: Jan Janak <jan(a)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=1d0f141…
Author: Jan Janak <jan(a)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=0c40f50…
Author: Jan Janak <jan(a)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=756fd75…
Author: Jan Janak <jan(a)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=88dad97…
Author: Andrei Pelinescu-Onciul <andrei(a)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=dc1daa1…
Author: Andrei Pelinescu-Onciul <andrei(a)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=418edde…
Author: Michal Matyska <michal.matyska(a)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=94eaa14…
Author: Michal Matyska <michal.matyska(a)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=61b8a08…
Author: Andrei Pelinescu-Onciul <andrei(a)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(a)cyberhouse.no>no>.
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=74b06ae…
Author: Andrei Pelinescu-Onciul <andrei(a)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=951a718…
Author: Hendrik Scholz <hscholz(a)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=7c4b5bc…
Author: Andrei Pelinescu-Onciul <andrei(a)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=0df143e…
Author: Vaclav Kubart <vaclav.kubart(a)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=8d6030e…
Author: Andrei Pelinescu-Onciul <andrei(a)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=76ad800…
Author: Andrei Pelinescu-Onciul <andrei(a)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=b82fef2…
Author: Vaclav Kubart <vaclav.kubart(a)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=6433008…
Author: Jan Janak <jan(a)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=432c222…
Author: Jan Janak <jan(a)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=7bce370…
Author: Jan Janak <jan(a)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=8d93794…
Author: Jan Janak <jan(a)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=2cc589f…
Author: Jan Janak <jan(a)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=01bb9c1…
Author: Vaclav Kubart <vaclav.kubart(a)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=8b636b0…
Author: Miklos Tirpak <miklos(a)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=5e1df70…
Author: Nils Ohlmeier <nils(a)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=24c0db2…
Author: Vaclav Kubart <vaclav.kubart(a)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=326ffef…
Author: Vaclav Kubart <vaclav.kubart(a)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=66ca7ae…
Author: Vaclav Kubart <vaclav.kubart(a)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=690f160…
Author: Vaclav Kubart <vaclav.kubart(a)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=662971e…
Author: Jan Janak <jan(a)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=1a00234…
Author: Jan Janak <jan(a)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=ef54887…
Author: Jan Janak <jan(a)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=fecbc88…
Author: Jan Janak <jan(a)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=6a611e2…
Author: Vaclav Kubart <vaclav.kubart(a)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=be30ac8…
Author: Miklos Tirpak <miklos(a)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=f82028b…
Author: Jan Janak <jan(a)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=81e2014…
Author: Jan Janak <jan(a)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=bc1ec6f…
Author: Vaclav Kubart <vaclav.kubart(a)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=441c247…
Author: Michal Matyska <michal.matyska(a)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=1030a69…
Author: Greger V. Teigre <greger(a)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=ebc8b03…
Author: Steve Blair <blairs(a)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=e4cb669…
Author: Jan Janak <jan(a)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=beeb688…
Author: Andrei Pelinescu-Onciul <andrei(a)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=ee90ea5…
Author: Andrei Pelinescu-Onciul <andrei(a)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=2195d78…
Author: Jan Janak <jan(a)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=53e027d…
Author: Hendrik Scholz <hscholz(a)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("(a)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=1acb203…
Author: Michal Matyska <michal.matyska(a)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=38cbe95…
Author: Jan Janak <jan(a)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=5e6b70c…
Author: Jan Janak <jan(a)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=8754b57…
Author: Jan Janak <jan(a)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=22eeb8e…
Author: Jan Janak <jan(a)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=c837b5c…
Author: Jan Janak <jan(a)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=74cbfbf…
Author: Andrei Pelinescu-Onciul <andrei(a)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=1d861e4…
Author: Andrei Pelinescu-Onciul <andrei(a)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=b69140c…
Author: Andrei Pelinescu-Onciul <andrei(a)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=943d0d6…
Author: Vaclav Kubart <vaclav.kubart(a)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=c2cd104…
Author: Vladimir Marek <vlada(a)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=7795978…
Author: Vladimir Marek <vlada(a)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=c70a8d8…
Author: Vladimir Marek <vlada(a)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=265cf25…
Author: Greger V. Teigre <greger(a)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=0f7b39d…
Author: Vaclav Kubart <vaclav.kubart(a)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=260ca88…
Author: Miklos Tirpak <miklos(a)iptel.org>
Date: Thu Nov 30 15:29:36 2006 +0000
duplicated case values removed (reported by Ricardo Martinez, rmartinez(a)redvoiss.net)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4e9dc2c…
Author: Miklos Tirpak <miklos(a)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=75c91f5…
Author: Greger V. Teigre <greger(a)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=0ac9800…
Author: Miklos Tirpak <miklos(a)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=3dc2fdd…
Author: Jan Janak <jan(a)iptel.org>
Date: Wed Nov 29 12:23:58 2006 +0000
- removed reference to serhelp(a)iptel.org, we will be using serusers(a)iptel.org instead
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0047efd…
Author: Andrei Pelinescu-Onciul <andrei(a)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=fe1a4d0…
Author: Miklos Tirpak <miklos(a)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=12852c5…
Author: Andrei Pelinescu-Onciul <andrei(a)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=16f2441…
Author: Miklos Tirpak <miklos(a)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=60824f6…
Author: Jan Janak <jan(a)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=8f45ec0…
Author: Jan Janak <jan(a)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=08cfae5…
Author: Jan Janak <jan(a)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=73210ef…
Author: Jan Janak <jan(a)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=12cc6ac…
Author: Jan Janak <jan(a)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=d67fad6…
Author: Jan Janak <jan(a)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=79f3c10…
Author: Jan Janak <jan(a)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=6655407…
Author: Jan Janak <jan(a)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=b79e0e0…
Author: Jan Janak <jan(a)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=eb3aa07…
Author: Vaclav Kubart <vaclav.kubart(a)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=6d9e119…
Author: Vaclav Kubart <vaclav.kubart(a)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=d5b2da6…
Author: Andrei Pelinescu-Onciul <andrei(a)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=53e8693…
Author: Andrei Pelinescu-Onciul <andrei(a)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=99c3db0…
Author: Jan Janak <jan(a)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=57771f4…
Author: Andrei Pelinescu-Onciul <andrei(a)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=ca85055…
Author: Vaclav Kubart <vaclav.kubart(a)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=66c5de5…
Author: Vaclav Kubart <vaclav.kubart(a)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=cbe4efc…
Author: Jan Halla <hallik(a)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=118b481…
Author: Andrei Pelinescu-Onciul <andrei(a)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=2e472c6…
Author: Vaclav Kubart <vaclav.kubart(a)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=4b7e9b2…
Author: Vaclav Kubart <vaclav.kubart(a)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=0863c68…
Author: Vaclav Kubart <vaclav.kubart(a)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=53d5e84…
Author: Vaclav Kubart <vaclav.kubart(a)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=6cb196a…
Author: Nils Ohlmeier <nils(a)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=f57883f…
Author: Andrei Pelinescu-Onciul <andrei(a)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=cd1386a…
Author: Andrei Pelinescu-Onciul <andrei(a)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=9aea2bb…
Author: Andrei Pelinescu-Onciul <andrei(a)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=40859b4…
Author: Hendrik Scholz <hscholz(a)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=8e90ae7…
Author: Nils Ohlmeier <nils(a)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=6da9c94…
Author: Nils Ohlmeier <nils(a)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=9d8111c…
Author: Jan Janak <jan(a)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=7945ed1…
Author: Maxim Sobolev <sobomax(a)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=b864929…
Author: Jan Janak <jan(a)iptel.org>
Date: Thu Sep 21 09:54:49 2006 +0000
- 2 parameter variant of lookup_user: lookup_user("$f.uid",
"(a)from.uri")
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e30bbff…
Author: Andrei Pelinescu-Onciul <andrei(a)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=b8719c9…
Author: Hendrik Scholz <hscholz(a)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=29a5a99…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Tue Sep 19 16:13:28 2006 +0000
- applied patch from Dragos Vingarzan <vingarzan(a)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=2feef7b…
Author: Michal Matyska <michal.matyska(a)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=87e1a4d…
Author: Andrei Pelinescu-Onciul <andrei(a)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=81abd19…
Author: Jan Janak <jan(a)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=a4adf6b…
Author: Jan Janak <jan(a)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=9c88054…
Author: Nils Ohlmeier <nils(a)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=2a41613…
Author: Vaclav Kubart <vaclav.kubart(a)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=2ed6f8e…
Author: Miklos Tirpak <miklos(a)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=ace5f01…
Author: Tomas Mandys <tomas.mandys(a)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=184af56…
Author: Tomas Mandys <tomas.mandys(a)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=3aa2c60…
Author: Tomas Mandys <tomas.mandys(a)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=d0f59c3…
Author: Tomas Mandys <tomas.mandys(a)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=06036d0…
Author: Tomas Mandys <tomas.mandys(a)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=0cf01f2…
Author: Miklos Tirpak <miklos(a)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=836acfc…
Author: Miklos Tirpak <miklos(a)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=40059f6…
Author: Miklos Tirpak <miklos(a)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=13b5ead…
Author: Tomas Mandys <tomas.mandys(a)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=869aab3…
Author: Miklos Tirpak <miklos(a)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=83e214a…
Author: Miklos Tirpak <miklos(a)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=d4201cd…
Author: Tomas Mandys <tomas.mandys(a)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=daf04a6…
Author: Tomas Mandys <tomas.mandys(a)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=120cf32…
Author: Miklos Tirpak <miklos(a)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=52d72af…
Author: Jan Janak <jan(a)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=75f93c5…
Author: Michal Matyska <michal.matyska(a)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=35bcf73…
Author: Michal Matyska <michal.matyska(a)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=a0162a6…
Author: Vaclav Kubart <vaclav.kubart(a)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=4727548…
Author: Vaclav Kubart <vaclav.kubart(a)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=b1839f8…
Author: Michal Matyska <michal.matyska(a)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=018409d…
Author: Vaclav Kubart <vaclav.kubart(a)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=76c260f…
Author: Tomas Mandys <tomas.mandys(a)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=bd4127e…
Author: Jan Janak <jan(a)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=405fd97…
Author: Jan Janak <jan(a)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=575fdb9…
Author: Jan Janak <jan(a)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=a93ec3c…
Author: Jan Janak <jan(a)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=a58f5c3…
Author: Jan Janak <jan(a)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=526c510…
Author: Jan Janak <jan(a)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=43ac2b8…
Author: Jan Janak <jan(a)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=487bb1d…
Author: Jan Janak <jan(a)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=931563e…
Author: Tomas Mandys <tomas.mandys(a)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=8ee734e…
Author: Jan Janak <jan(a)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("(a)to.uri.host"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=eddd4ea…
Author: Jan Janak <jan(a)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=5d58dfb…
Author: Vaclav Kubart <vaclav.kubart(a)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=70e193c…
Author: Vaclav Kubart <vaclav.kubart(a)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=df35481…
Author: Nils Ohlmeier <nils(a)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=0976dd0…
Author: Jan Janak <jan(a)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=ebe6503…
Author: Jan Janak <jan(a)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=0b836c0…
Author: Nils Ohlmeier <nils(a)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=98c86c9…
Author: Jan Janak <jan(a)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=3fed1aa…
Author: Jan Janak <jan(a)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=d78950b…
Author: Jan Janak <jan(a)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=e37f279…
Author: Jan Janak <jan(a)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=920bf6c…
Author: Jan Janak <jan(a)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=f916947…
Author: Michal Matyska <michal.matyska(a)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=d553820…
Author: Jan Janak <jan(a)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=b503111…
Author: Jan Janak <jan(a)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=93186a0…
Author: Jan Janak <jan(a)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=f0ac632…
Author: Jan Janak <jan(a)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=a570b70…
Author: Jan Janak <jan(a)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=7e38f71…
Author: Jan Janak <jan(a)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=78a9ace…
Author: Jan Janak <jan(a)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=3418970…
Author: Jan Janak <jan(a)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=c7ebaed…
Author: Jan Janak <jan(a)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=ffc5cdf…
Author: Michal Matyska <michal.matyska(a)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=5eaaf51…
Author: Michal Matyska <michal.matyska(a)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=e3b1b2c…
Author: Michal Matyska <michal.matyska(a)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=d024c18…
Author: Michal Matyska <michal.matyska(a)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=df37786…
Author: Michal Matyska <michal.matyska(a)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=e31c977…
Author: Jan Janak <jan(a)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=13c73e1…
Author: Jan Janak <jan(a)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=45ca715…
Author: Jan Janak <jan(a)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=52ba38d…
Author: Jan Janak <jan(a)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=2132f82…
Author: Jan Janak <jan(a)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=ee170ec…
Author: Jan Janak <jan(a)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=14040da…
Author: Jan Janak <jan(a)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=8f0853c…
Author: Nils Ohlmeier <nils(a)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=8deff8f…
Author: Jan Janak <jan(a)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=1f78880…
Author: Nils Ohlmeier <nils(a)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=d358b47…
Author: Jan Janak <jan(a)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=c128537…
Author: Jan Janak <jan(a)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=41e1bc2…
Author: Jan Janak <jan(a)iptel.org>
Date: Tue Jul 18 12:12:57 2006 +0000
- Attribute loading from database hidden behind single function load_attrs:
load_attrs("$fr", "(a)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=37c73c6…
Author: Jan Janak <jan(a)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=cb83a7c…
Author: Jan Janak <jan(a)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=098dc88…
Author: Jan Janak <jan(a)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=4e45282…
Author: Jan Janak <jan(a)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=3989466…
Author: Nils Ohlmeier <nils(a)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=42c6bc0…
Author: Vaclav Kubart <vaclav.kubart(a)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=365e82e…
Author: Vaclav Kubart <vaclav.kubart(a)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=cf929d1…
Author: Vaclav Kubart <vaclav.kubart(a)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=9aab998…
Author: Vaclav Kubart <vaclav.kubart(a)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=f737230…
Author: Vaclav Kubart <vaclav.kubart(a)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=c7b1d10…
Author: Michal Matyska <michal.matyska(a)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=4579702…
Author: Jan Janak <jan(a)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=bbb2393…
Author: Jan Janak <jan(a)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=da58633…
Author: Jan Janak <jan(a)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",
"(a)msg.p_preferred_identity.nameaddr.uri.host")ost");
} else {
lookup_domain("$fd", "(a)from.uri.host")ost");
}
- 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=a076e76…
Author: Jan Janak <jan(a)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=60f105c…
Author: Jan Janak <jan(a)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=6c59bd6…
Author: Jan Janak <jan(a)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=602242f…
Author: Jan Janak <jan(a)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=033075d…
Author: Jan Janak <jan(a)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=ac76871…
Author: Jan Janak <jan(a)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", "(a)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=1a9fb16…
Author: Tomas Mandys <tomas.mandys(a)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=dedfeff…
Author: Tomas Mandys <tomas.mandys(a)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=3d3d187…
Author: Tomas Mandys <tomas.mandys(a)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=1bcf690…
Author: Tomas Mandys <tomas.mandys(a)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=5d06085…
Author: Tomas Mandys <tomas.mandys(a)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=ab62389…
Author: Tomas Mandys <tomas.mandys(a)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=8dc175c…
Author: Vaclav Kubart <vaclav.kubart(a)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=f241f58…
Author: Nils Ohlmeier <nils(a)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=a259707…
Author: Tomas Mandys <tomas.mandys(a)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=c7fb895…
Author: Tomas Mandys <tomas.mandys(a)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=54aa4d4…
Author: Tomas Mandys <tomas.mandys(a)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=7f19d1a…
Author: Michal Matyska <michal.matyska(a)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=2110a21…
Author: Tomas Mandys <tomas.mandys(a)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=622b8bb…
Author: Jan Janak <jan(a)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=ef40c7b…
Author: Tomas Mandys <tomas.mandys(a)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=347c79d…
Author: Jan Janak <jan(a)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=e1d4041…
Author: Jan Janak <jan(a)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=e18b305…
Author: Tomas Mandys <tomas.mandys(a)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=3459a1a…
Author: Vaclav Kubart <vaclav.kubart(a)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=c8017f2…
Author: Vaclav Kubart <vaclav.kubart(a)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=5b746d2…
Author: Vaclav Kubart <vaclav.kubart(a)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=7ae1f12…
Author: Nils Ohlmeier <nils(a)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=4597c86…
Author: Greger V. Teigre <greger(a)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=378b882…
Author: Tomas Mandys <tomas.mandys(a)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=d20e544…
Author: Tomas Mandys <tomas.mandys(a)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=78b5b2d…
Author: Maxim Sobolev <sobomax(a)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=03c93e4…
Author: Maxim Sobolev <sobomax(a)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=b3d972e…
Author: Maxim Sobolev <sobomax(a)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=29aa2ed…
Author: Tomas Mandys <tomas.mandys(a)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=aed28bb…
Author: Tomas Mandys <tomas.mandys(a)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=e402a32…
Author: Vaclav Kubart <vaclav.kubart(a)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=7454788…
Author: Vaclav Kubart <vaclav.kubart(a)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=4f5360c…
Author: Michal Matyska <michal.matyska(a)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=ca0cbc9…
Author: Tomas Mandys <tomas.mandys(a)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=3f0b52d…
Author: Tomas Mandys <tomas.mandys(a)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=0232079…
Author: Tomas Mandys <tomas.mandys(a)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=5ad3975…
Author: Tomas Mandys <tomas.mandys(a)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=771498c…
Author: Nils Ohlmeier <nils(a)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=0a08781…
Author: Vaclav Kubart <vaclav.kubart(a)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=02dae75…
Author: Tomas Mandys <tomas.mandys(a)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=24ecac8…
Author: Tomas Mandys <tomas.mandys(a)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=e24117c…
Author: Nils Ohlmeier <nils(a)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=5f1a730…
Author: Miklos Tirpak <miklos(a)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=ad84871…
Author: Nils Ohlmeier <nils(a)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=7021a8e…
Author: Nils Ohlmeier <nils(a)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=ce7549a…
Author: Miklos Tirpak <miklos(a)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=07d5d05…
Author: Vaclav Kubart <vaclav.kubart(a)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=4143591…
Author: Vaclav Kubart <vaclav.kubart(a)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=874693e…
Author: Vaclav Kubart <vaclav.kubart(a)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=3ff1557…
Author: Vaclav Kubart <vaclav.kubart(a)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=acc29cc…
Author: Vaclav Kubart <vaclav.kubart(a)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=c92b564…
Author: Nils Ohlmeier <nils(a)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=a0caae2…
Author: Vaclav Kubart <vaclav.kubart(a)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=7d793b0…
Author: Tomas Mandys <tomas.mandys(a)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=223f078…
Author: Nils Ohlmeier <nils(a)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=b490e94…
Author: Michal Matyska <michal.matyska(a)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=7c55614…
Author: Nils Ohlmeier <nils(a)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=3ec029e…
Author: Nils Ohlmeier <nils(a)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=ee109ca…
Author: Nils Ohlmeier <nils(a)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=545a739…
Author: Nils Ohlmeier <nils(a)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=928b6ec…
Author: Vaclav Kubart <vaclav.kubart(a)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=2ea80b3…
Author: Michal Matyska <michal.matyska(a)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=b96ed17…
Author: Michal Matyska <michal.matyska(a)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=5f297b5…
Author: Jan Janak <jan(a)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=8e3c74e…
Author: Jan Janak <jan(a)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=2f17271…
Author: Andrei Pelinescu-Onciul <andrei(a)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=48859a7…
Author: Vaclav Kubart <vaclav.kubart(a)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=976a046…
Author: Jan Janak <jan(a)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=99ef464…
Author: Andrei Pelinescu-Onciul <andrei(a)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=2d33261…
Author: Jan Janak <jan(a)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=bc72b2f…
Author: Vaclav Kubart <vaclav.kubart(a)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=1b1ffb4…
Author: Vaclav Kubart <vaclav.kubart(a)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=18d278a…
Author: Maxim Sobolev <sobomax(a)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=2a0709a…
Author: Andrei Pelinescu-Onciul <andrei(a)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=9102b9f…
Author: Andrei Pelinescu-Onciul <andrei(a)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=8c245a8…
Author: Vaclav Kubart <vaclav.kubart(a)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=45a1196…
Author: Vaclav Kubart <vaclav.kubart(a)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=3336492…
Author: Vaclav Kubart <vaclav.kubart(a)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=4958e0b…
Author: Jan Janak <jan(a)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=6f4d393…
Author: Jan Janak <jan(a)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=3f669a9…
Author: Jan Janak <jan(a)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=0ae504a…
Author: Vaclav Kubart <vaclav.kubart(a)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=3f4b99d…
Author: Vaclav Kubart <vaclav.kubart(a)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=bd96ff7…
Author: Vaclav Kubart <vaclav.kubart(a)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=2d8053c…
Author: Vaclav Kubart <vaclav.kubart(a)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=626094a…
Author: Vaclav Kubart <vaclav.kubart(a)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=2df90ab…
Author: Vaclav Kubart <vaclav.kubart(a)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=a429b67…
Author: Vaclav Kubart <vaclav.kubart(a)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=03cd055…
Author: Vaclav Kubart <vaclav.kubart(a)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=6239ba2…
Author: Vaclav Kubart <vaclav.kubart(a)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=d33cb34…
Author: Vaclav Kubart <vaclav.kubart(a)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=ca31007…
Author: Vaclav Kubart <vaclav.kubart(a)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=553fbaa…
Author: Vaclav Kubart <vaclav.kubart(a)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=b6ba6e6…
Author: Vaclav Kubart <vaclav.kubart(a)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=7ef58da…
Author: Vaclav Kubart <vaclav.kubart(a)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=e21f87f…
Author: Vaclav Kubart <vaclav.kubart(a)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=bc9193a…
Author: Vaclav Kubart <vaclav.kubart(a)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=51523fd…
Author: Vaclav Kubart <vaclav.kubart(a)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=cb5fbc6…
Author: Vaclav Kubart <vaclav.kubart(a)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=49bc49e…
Author: Vaclav Kubart <vaclav.kubart(a)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=6578549…
Author: Tomas Mandys <tomas.mandys(a)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=9fa94ac…
Author: Tomas Mandys <tomas.mandys(a)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=79284db…
Author: Vaclav Kubart <vaclav.kubart(a)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=d55f022…
Author: Vaclav Kubart <vaclav.kubart(a)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=b309d80…
Author: Vaclav Kubart <vaclav.kubart(a)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=279cad7…
Author: Vaclav Kubart <vaclav.kubart(a)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=48799b0…
Author: Michal Matyska <michal.matyska(a)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=2a46a0d…
Author: Nils Ohlmeier <nils(a)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=34a238e…
Author: Tomas Mandys <tomas.mandys(a)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=5ccf035…
Author: Tomas Mandys <tomas.mandys(a)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=ab0e0cd…
Author: Tomas Mandys <tomas.mandys(a)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=7f2b0ba…
Author: Tomas Mandys <tomas.mandys(a)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=ec7fa45…
Author: Vaclav Kubart <vaclav.kubart(a)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=b1f9f91…
Author: Vaclav Kubart <vaclav.kubart(a)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=d7fe258…
Author: Vaclav Kubart <vaclav.kubart(a)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=4eb83b9…
Author: Jan Janak <jan(a)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=af65487…
Author: Andrei Pelinescu-Onciul <andrei(a)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=df0985b…
Author: Vaclav Kubart <vaclav.kubart(a)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=2a385f8…
Author: Vaclav Kubart <vaclav.kubart(a)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=d015cd6…
Author: Jan Janak <jan(a)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=c1f7483…
Author: Jan Janak <jan(a)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=f44d149…
Author: Jan Janak <jan(a)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=8682a05…
Author: Jan Janak <jan(a)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=bcd7317…
Author: Jan Janak <jan(a)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=9a0448b…
Author: Jan Janak <jan(a)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=c121540…
Author: Jan Janak <jan(a)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=0534a0b…
Author: Jan Janak <jan(a)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=36adee6…
Author: Jan Janak <jan(a)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=479d75f…
Author: Jan Janak <jan(a)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=8491cdc…
Author: Jan Janak <jan(a)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=fb3cb02…
Author: Vaclav Kubart <vaclav.kubart(a)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=1ec6a7c…
Author: Vaclav Kubart <vaclav.kubart(a)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=8d96389…
Author: Jan Janak <jan(a)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=778540c…
Author: Jan Janak <jan(a)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=7899d13…
Author: Jan Janak <jan(a)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=4aa3e4b…
Author: Jan Janak <jan(a)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=f33afd2…
Author: Jan Janak <jan(a)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=ccdf4bf…
Author: Jan Janak <jan(a)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=0de847c…
Author: Tomas Mandys <tomas.mandys(a)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=fd9fd0d…
Author: Vaclav Kubart <vaclav.kubart(a)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=7bd3ab3…
Author: Vaclav Kubart <vaclav.kubart(a)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=bc70a7e…
Author: Tomas Mandys <tomas.mandys(a)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=be5c3d1…
Author: Michal Matyska <michal.matyska(a)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=a6cbc69…
Author: Tomas Mandys <tomas.mandys(a)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=57f3d78…
Author: Michal Matyska <michal.matyska(a)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=5c09151…
Author: Vaclav Kubart <vaclav.kubart(a)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=9860e72…
Author: Michal Matyska <michal.matyska(a)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=69348c3…
Author: Jan Janak <jan(a)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=fe796c4…
Author: Jan Janak <jan(a)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=19a6bef…
Author: Jan Janak <jan(a)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=ef7b9b9…
Author: Tomas Mandys <tomas.mandys(a)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=3160073…
Author: Andrei Pelinescu-Onciul <andrei(a)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=c1c5e95…
Author: Andrei Pelinescu-Onciul <andrei(a)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=504a734…
Author: Andrei Pelinescu-Onciul <andrei(a)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=ccfe19a…
Author: Andrei Pelinescu-Onciul <andrei(a)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=bae812f…
Author: Jan Janak <jan(a)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=df54b68…
Author: Jan Janak <jan(a)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=ceb8c1c…
Author: Michal Matyska <michal.matyska(a)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=20507cb…
Author: Andrei Pelinescu-Onciul <andrei(a)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=89c8178…
Author: Andrei Pelinescu-Onciul <andrei(a)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=f99cb14…
Author: Andrei Pelinescu-Onciul <andrei(a)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=7d5d026…
Author: Vaclav Kubart <vaclav.kubart(a)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=975c394…
Author: Andrei Pelinescu-Onciul <andrei(a)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=cbdd67f…
Author: Jan Janak <jan(a)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=1577e24…
Author: Jan Janak <jan(a)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=94c8162…
Author: Jan Janak <jan(a)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=f85a7ad…
Author: Michal Matyska <michal.matyska(a)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=a9e078d…
Author: Andrei Pelinescu-Onciul <andrei(a)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=2f8d9ac…
Author: Vaclav Kubart <vaclav.kubart(a)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=2b99b5e…
Author: Vaclav Kubart <vaclav.kubart(a)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=13e5e24…
Author: Vaclav Kubart <vaclav.kubart(a)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=8558b86…
Author: Vaclav Kubart <vaclav.kubart(a)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=f6b45df…
Author: Vaclav Kubart <vaclav.kubart(a)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=a33e282…
Author: Tomas Mandys <tomas.mandys(a)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=8100d3f…
Author: Tomas Mandys <tomas.mandys(a)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=5ba766a…
Author: Jan Janak <jan(a)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=2b90d0d…
Author: Jan Janak <jan(a)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=1fdae25…
Author: Jan Janak <jan(a)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=75c419e…
Author: Jan Janak <jan(a)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=8bf2a82…
Author: Jan Janak <jan(a)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=b1a3073…
Author: Jan Janak <jan(a)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=e61020e…
Author: Jan Janak <jan(a)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=8e53f30…
Author: Jan Janak <jan(a)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=2849dc0…
Author: Jan Janak <jan(a)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=a21e5b8…
Author: Tomas Mandys <tomas.mandys(a)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=e89305a…
Author: Tomas Mandys <tomas.mandys(a)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=e47f554…
Author: Hendrik Scholz <hscholz(a)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=88fccd4…
Author: Jan Janak <jan(a)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=79ba355…
Author: Nils Ohlmeier <nils(a)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=067c3d5…
Author: Tomas Mandys <tomas.mandys(a)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=5418bc0…
Author: Tomas Mandys <tomas.mandys(a)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=9f427d3…
Author: Andrei Pelinescu-Onciul <andrei(a)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=14faefc…
Author: Andrei Pelinescu-Onciul <andrei(a)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=148294c…
Author: Elena-Ramona Modroiu <ramona(a)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=feecdf5…
Author: Nils Ohlmeier <nils(a)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=75d466c…
Author: Nils Ohlmeier <nils(a)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=9497442…
Author: Tomas Mandys <tomas.mandys(a)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=e5dd5e9…
Author: Vaclav Kubart <vaclav.kubart(a)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=442dc03…
Author: Vaclav Kubart <vaclav.kubart(a)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=ae9e174…
Author: Vaclav Kubart <vaclav.kubart(a)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=f2ee192…
Author: Vaclav Kubart <vaclav.kubart(a)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=98aec30…
Author: Jan Janak <jan(a)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=112a7a2…
Author: Jan Janak <jan(a)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=a085e7e…
Author: Jan Janak <jan(a)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=9d8a829…
Author: Tomas Mandys <tomas.mandys(a)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=4c594a2…
Author: Vaclav Kubart <vaclav.kubart(a)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=d9b9b0f…
Author: Jan Janak <jan(a)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=ee56587…
Author: Vaclav Kubart <vaclav.kubart(a)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=eb4683f…
Author: Vaclav Kubart <vaclav.kubart(a)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=d444bb0…
Author: Vaclav Kubart <vaclav.kubart(a)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=c24e436…
Author: Jan Janak <jan(a)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=2dfdd9b…
Author: Jan Janak <jan(a)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=0fce65d…
Author: Vaclav Kubart <vaclav.kubart(a)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=6eceb24…
Author: Vaclav Kubart <vaclav.kubart(a)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=acb8c2e…
Author: Vaclav Kubart <vaclav.kubart(a)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=36ae2e8…
Author: Ulrich Abend <ullstar(a)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=716f72d…
Author: Tomas Mandys <tomas.mandys(a)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=fe6b3fe…
Author: Michal Matyska <michal.matyska(a)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=671c5a8…
Author: Jan Janak <jan(a)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=cdb03e3…
Author: Jan Janak <jan(a)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=8c0f3b7…
Author: Jan Janak <jan(a)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=e88c38d…
Author: Jan Janak <jan(a)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=3c1e22b…
Author: Jan Janak <jan(a)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=c20b53b…
Author: Jan Janak <jan(a)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=b5f5d19…
Author: Jan Janak <jan(a)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=85f50b6…
Author: Michal Matyska <michal.matyska(a)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=2e3395f…
Author: Jan Janak <jan(a)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=014a7bc…
Author: Jan Janak <jan(a)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=b22db39…
Author: Hendrik Scholz <hscholz(a)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=5d6c1c6…
Author: Andrei Pelinescu-Onciul <andrei(a)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=b9fbba7…
Author: Maxim Sobolev <sobomax(a)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=8a1c422…
Author: Jan Janak <jan(a)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=0051fd6…
Author: Jan Janak <jan(a)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=5e25880…
Author: Jan Janak <jan(a)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=0764582…
Author: Jan Janak <jan(a)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=c4f94c8…
Author: Jan Janak <jan(a)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=982949c…
Author: Jan Janak <jan(a)iptel.org>
Date: Tue Jan 10 22:25:21 2006 +0000
- added READONLY mode support by
Hendrik Scholz <hendrik.scholz(a)freenet-ag.de>
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=858886f…
Author: Jan Janak <jan(a)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=ac481a8…
Author: Jan Janak <jan(a)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=edcf266…
Author: Tomas Mandys <tomas.mandys(a)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=2da396d…
Author: Ulrich Abend <ullstar(a)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=e86934a…
Author: Ulrich Abend <ullstar(a)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=1535436…
Author: Ulrich Abend <ullstar(a)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=b7d300f…
Author: Michal Matyska <michal.matyska(a)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=ee6e5ba…
Author: Tomas Mandys <tomas.mandys(a)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=6f43dd1…
Author: Tomas Mandys <tomas.mandys(a)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=55646d7…
Author: Michal Matyska <michal.matyska(a)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=5f0297a…
Author: Michal Matyska <michal.matyska(a)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=0fca50a…
Author: Tomas Mandys <tomas.mandys(a)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=194d480…
Author: Michal Matyska <michal.matyska(a)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=ea34d2d…
Author: Michal Matyska <michal.matyska(a)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=b148d21…
Author: Tomas Mandys <tomas.mandys(a)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=37205c8…
Author: Jan Janak <jan(a)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=7ff4dce…
Author: Jan Janak <jan(a)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=6919db3…
Author: Jan Janak <jan(a)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=00c3536…
Author: Nils Ohlmeier <nils(a)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=79e1c32…
Author: Vaclav Kubart <vaclav.kubart(a)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=004938b…
Author: Vaclav Kubart <vaclav.kubart(a)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=b79cf38…
Author: Vaclav Kubart <vaclav.kubart(a)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=6fd9e39…
Author: Jan Janak <jan(a)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=534726e…
Author: Vaclav Kubart <vaclav.kubart(a)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=ddbc8d2…
Author: Jan Janak <jan(a)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=19ef0e8…
Author: Vaclav Kubart <vaclav.kubart(a)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=31db7a9…
Author: Dmitry Isakbayev <isakdim(a)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=aa9d210…
Author: Dmitry Isakbayev <isakdim(a)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=f3727f6…
Author: Dmitry Isakbayev <isakdim(a)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=1f72621…
Author: Dmitry Isakbayev <isakdim(a)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=99ca62d…
Author: Dmitry Isakbayev <isakdim(a)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=96b7a4c…
Author: Dmitry Isakbayev <isakdim(a)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=8abbd3b…
Author: Dmitry Isakbayev <isakdim(a)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=7e10bca…
Author: Dmitry Isakbayev <isakdim(a)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=d4be136…
Author: Dmitry Isakbayev <isakdim(a)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=b2273d4…
Author: Dmitry Isakbayev <isakdim(a)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=8516e9d…
Author: Vaclav Kubart <vaclav.kubart(a)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=c099698…
Author: Jan Janak <jan(a)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=fc9d157…
Author: Maxim Sobolev <sobomax(a)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=8e0bca5…
Author: Dmitry Isakbayev <isakdim(a)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=f8277de…
Author: Jan Janak <jan(a)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=3de36ad…
Author: Jan Janak <jan(a)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=01e8d3a…
Author: Jan Janak <jan(a)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=d688495…
Author: Jan Janak <jan(a)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=d950703…
Author: Jan Janak <jan(a)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=a30bf2a…
Author: Jan Janak <jan(a)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=bbfda45…
Author: Jan Janak <jan(a)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=77513f6…
Author: Jan Janak <jan(a)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=c9e9a02…
Author: Jan Janak <jan(a)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=03bde6e…
Author: Jan Janak <jan(a)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=b55f5c6…
Author: Jan Janak <jan(a)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=47a2ad4…
Author: Jan Janak <jan(a)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=1c28cce…
Author: Jan Janak <jan(a)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=852d3da…
Author: Jan Janak <jan(a)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=ffc3146…
Author: Vaclav Kubart <vaclav.kubart(a)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=2523cdf…
Author: Jan Janak <jan(a)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=7da7318…
Author: Jan Janak <jan(a)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=c47a328…
Author: Jan Janak <jan(a)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=340e19e…
Author: Jan Janak <jan(a)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=8e229d1…
Author: Jan Janak <jan(a)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=7ce69b6…
Author: Jan Janak <jan(a)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=895710f…
Author: Tomas Mandys <tomas.mandys(a)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=74204a0…
Author: Maxim Sobolev <sobomax(a)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=d12f0a4…
Author: Maxim Sobolev <sobomax(a)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=ef3076d…
Author: Vaclav Kubart <vaclav.kubart(a)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=8b5de47…
Author: Andrei Pelinescu-Onciul <andrei(a)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=cd119aa…
Author: Andrei Pelinescu-Onciul <andrei(a)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=1666e93…
Author: Vaclav Kubart <vaclav.kubart(a)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=045ef12…
Author: Vaclav Kubart <vaclav.kubart(a)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=6a03282…
Author: Vaclav Kubart <vaclav.kubart(a)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=1b308c6…
Author: Jan Janak <jan(a)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=22a9077…
Author: Jan Janak <jan(a)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=1111501…
Author: Jan Janak <jan(a)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=a5748fc…
Author: Jan Janak <jan(a)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=8bd640d…
Author: Vaclav Kubart <vaclav.kubart(a)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=ae93e8e…
Author: Dan Pascu <dan(a)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=f5b76c8…
Author: Jan Janak <jan(a)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=9afcd8e…
Author: Jan Janak <jan(a)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=2f9632f…
Author: Vaclav Kubart <vaclav.kubart(a)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=4ed1023…
Author: Vaclav Kubart <vaclav.kubart(a)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=c0e3df6…
Author: Vaclav Kubart <vaclav.kubart(a)iptel.org>
Date: Thu Dec 1 15:22:28 2005 +0000
corrected PA BUGs (thanks Meera - meera.balu(a)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=8809d14…
Author: Jan Janak <jan(a)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=65bfd4b…
Author: Jan Janak <jan(a)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=4e88d86…
Author: Jan Janak <jan(a)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=9e804d6…
Author: Jan Janak <jan(a)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=00796b8…
Author: Jan Janak <jan(a)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=f3b3453…
Author: Jan Janak <jan(a)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=a3120a4…
Author: Jan Janak <jan(a)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=974d4b2…
Author: Jan Janak <jan(a)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=0fb576d…
Author: Jan Janak <jan(a)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=4fd57cc…
Author: Jan Janak <jan(a)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=c7a7583…
Author: Jan Janak <jan(a)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=287f93b…
Author: Jan Janak <jan(a)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=961048d…
Author: Jan Janak <jan(a)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=d16a15c…
Author: Jan Janak <jan(a)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=fe8d676…
Author: Vaclav Kubart <vaclav.kubart(a)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=3bec9cd…
Author: Vaclav Kubart <vaclav.kubart(a)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=3e804d7…
Author: Vaclav Kubart <vaclav.kubart(a)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=ddcd2b2…
Author: Vaclav Kubart <vaclav.kubart(a)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=76d5b31…
Author: Ulrich Abend <ullstar(a)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=e7d99a0…
Author: Vaclav Kubart <vaclav.kubart(a)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=ad3d480…
Author: Jan Janak <jan(a)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=87310ba…
Author: Jan Janak <jan(a)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=635446c…
Author: Jan Janak <jan(a)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=2393d0b…
Author: Vaclav Kubart <vaclav.kubart(a)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=b5018dc…
Author: Jan Janak <jan(a)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(a)freenet-ag.de>
- new script commands
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2f74c06…
Author: Jan Janak <jan(a)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=169f165…
Author: Jan Janak <jan(a)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=c1d25cc…
Author: Vaclav Kubart <vaclav.kubart(a)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=d60a6b2…
Author: Jan Janak <jan(a)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=1be8208…
Author: Jan Janak <jan(a)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=c1954da…
Author: Jan Janak <jan(a)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=f6beb70…
Author: Jan Janak <jan(a)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=c589f0e…
Author: Jan Janak <jan(a)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=f942fd7…
Author: Jan Janak <jan(a)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=3c246ff…
Author: Jan Janak <jan(a)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=692b644…
Author: Vaclav Kubart <vaclav.kubart(a)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=057528d…
Author: Jan Janak <jan(a)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=d026600…
Author: Jan Janak <jan(a)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=feb9e9e…
Author: Jan Janak <jan(a)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=d9fd982…
Author: Jan Janak <jan(a)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=5f9a72d…
Author: Jan Janak <jan(a)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=03f6db1…
Author: Maxim Sobolev <sobomax(a)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=81211ed…
Author: Maxim Sobolev <sobomax(a)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=ef4910b…
Author: Maxim Sobolev <sobomax(a)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=cbd5687…
Author: Maxim Sobolev <sobomax(a)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=c209bd6…
Author: Vaclav Kubart <vaclav.kubart(a)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=e974402…
Author: Jan Janak <jan(a)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=5fe22e7…
Author: Jan Janak <jan(a)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=41eb9d0…
Author: Jan Janak <jan(a)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=8f2ed8b…
Author: Jan Janak <jan(a)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=862c83b…
Author: Jan Janak <jan(a)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=9e8b6e7…
Author: Jan Janak <jan(a)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=51c3df9…
Author: Jan Janak <jan(a)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=cb646cb…
Author: Jan Janak <jan(a)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=4fd3a6d…
Author: Jan Janak <jan(a)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=db10176…
Author: Vaclav Kubart <vaclav.kubart(a)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=284e563…
Author: Vaclav Kubart <vaclav.kubart(a)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=91a70fa…
Author: Vaclav Kubart <vaclav.kubart(a)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=16c27d1…
Author: Dmitry Isakbayev <isakdim(a)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=6d023dc…
Author: Dmitry Isakbayev <isakdim(a)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=72e5a17…
Author: Dmitry Isakbayev <isakdim(a)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=bea8fb0…
Author: Vaclav Kubart <vaclav.kubart(a)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=c6800ca…
Author: Vaclav Kubart <vaclav.kubart(a)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=74db697…
Author: Vaclav Kubart <vaclav.kubart(a)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=8b68890…
Author: Vaclav Kubart <vaclav.kubart(a)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=e700ad2…
Author: Vaclav Kubart <vaclav.kubart(a)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=1522f74…
Author: Dmitry Isakbayev <isakdim(a)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=c13eb32…
Author: Dmitry Isakbayev <isakdim(a)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=928b441…
Author: Dmitry Isakbayev <isakdim(a)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=591d7b7…
Author: Dmitry Isakbayev <isakdim(a)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=ab627a6…
Author: Dmitry Isakbayev <isakdim(a)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=f3d775e…
Author: Dmitry Isakbayev <isakdim(a)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=f77a0af…
Author: Jan Janak <jan(a)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=55218f1…
Author: Vaclav Kubart <vaclav.kubart(a)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=791ed66…
Author: Tomas Mandys <tomas.mandys(a)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=0601466…
Author: Tomas Mandys <tomas.mandys(a)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=fb3848a…
Author: Tomas Mandys <tomas.mandys(a)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=bc39400…
Author: Vaclav Kubart <vaclav.kubart(a)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=541e178…
Author: Vaclav Kubart <vaclav.kubart(a)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=849d9ae…
Author: Vaclav Kubart <vaclav.kubart(a)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=7f994a5…
Author: Jan Janak <jan(a)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=92c9975…
Author: Andreas Granig <agranig(a)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=c74aeb7…
Author: Jan Janak <jan(a)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=bfafabf…
Author: Jan Janak <jan(a)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=c8242b9…
Author: Jan Janak <jan(a)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=48a4467…
Author: Jan Janak <jan(a)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=189a40e…
Author: Jan Janak <jan(a)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=c87438f…
Author: Jan Janak <jan(a)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=b8853d1…
Author: Nils Ohlmeier <nils(a)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=9454a2b…
Author: Nils Ohlmeier <nils(a)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=8664f64…
Author: Nils Ohlmeier <nils(a)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=138624c…
Author: Jan Janak <jan(a)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=e56b27d…
Author: Andreas Granig <agranig(a)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=1bf578a…
Author: Vaclav Kubart <vaclav.kubart(a)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=f05152c…
Author: Jan Janak <jan(a)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=4b07415…
Author: Andrei Pelinescu-Onciul <andrei(a)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=026ba2f…
Author: Vaclav Kubart <vaclav.kubart(a)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=4cc73df…
Author: Vaclav Kubart <vaclav.kubart(a)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=115e868…
Author: Jan Janak <jan(a)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=81cc5f7…
Author: Vaclav Kubart <vaclav.kubart(a)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=2351193…
Author: Vaclav Kubart <vaclav.kubart(a)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=5ef1641…
Author: Vaclav Kubart <vaclav.kubart(a)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=4984a9b…
Author: Vaclav Kubart <vaclav.kubart(a)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=3b3a1e7…
Author: Nils Ohlmeier <nils(a)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=4717b44…
Author: Jan Janak <jan(a)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=aa14344…
Author: Jan Janak <jan(a)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=5a13195…
Author: Jan Janak <jan(a)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=bf614e7…
Author: Jan Janak <jan(a)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=bcb3541…
Author: Peter Nixon <listuser(a)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=e06d74a…
Author: Juha Heinanen <jh(a)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=54b4c1b…
Author: Jan Janak <jan(a)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=2ff545f…
Author: Jan Janak <jan(a)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=f716c87…
Author: Juha Heinanen <jh(a)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=b8d3e30…
Author: Juha Heinanen <jh(a)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=a526f38…
Author: Juha Heinanen <jh(a)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=6cbe02b…
Author: Jan Janak <jan(a)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=6ef2696…
Author: Jan Janak <jan(a)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=93f1789…
Author: Jan Janak <jan(a)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=dd60a20…
Author: Andrei Pelinescu-Onciul <andrei(a)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=0e5b6b8…
Author: Jan Janak <jan(a)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=02d2f7f…
Author: Juha Heinanen <jh(a)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=9c225fb…
Author: Andrei Pelinescu-Onciul <andrei(a)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=c2281c0…
Author: Dan Pascu <dan(a)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=c4bafba…
Author: Andrei Pelinescu-Onciul <andrei(a)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=f26d3ef…
Author: Elena-Ramona Modroiu <ramona(a)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=73f942f…
Author: Elena-Ramona Modroiu <ramona(a)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=3c0c740…
Author: Jan Janak <jan(a)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=80453bf…
Author: Andrei Pelinescu-Onciul <andrei(a)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=c39576f…
Author: Juha Heinanen <jh(a)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=1740a47…
Author: Karel Kozlik <karel(a)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=4a5c69a…
Author: Karel Kozlik <karel(a)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=647518b…
Author: Juha Heinanen <jh(a)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=7b27471…
Author: Juha Heinanen <jh(a)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=037d29f…
Author: Karel Kozlik <karel(a)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=8528ade…
Author: Bogdan-Andrei Iancu <bogdan(a)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=be5f0b9…
Author: Jan Janak <jan(a)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=01b1cb6…
Author: Juha Heinanen <jh(a)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=75b94f4…
Author: Andrei Pelinescu-Onciul <andrei(a)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=d738b7d…
Author: Andrei Pelinescu-Onciul <andrei(a)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=1ad4b28…
Author: Andrei Pelinescu-Onciul <andrei(a)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=a3a130c…
Author: Andrei Pelinescu-Onciul <andrei(a)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=99116e0…
Author: Jan Janak <jan(a)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(a)nl.thalesgroup.com>
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d5adbae…
Author: Jan Janak <jan(a)iptel.org>
Date: Tue May 31 12:59:30 2005 +0000
- fixed memory leak in flat_reopen_connection, reported by
Bayan William Towfiq <william(a)telepacket.com>
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f4de7ce…
Author: Jan Janak <jan(a)iptel.org>
Date: Mon May 30 15:30:45 2005 +0000
- Fixed a bug in FIFO alias removal reported by francesco.botta(a)eutelia.it
(merged from 0.9.0)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=90cabb1…
Author: Juha Heinanen <jh(a)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=b4bcb89…
Author: Jan Janak <jan(a)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=434c0a9…
Author: Jan Janak <jan(a)iptel.org>
Date: Wed May 18 12:04:06 2005 +0000
- fixed NAT flag test (reported by Ingo Wolfsberger <iwolfsberger(a)gmx.net>)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9959bc8…
Author: Andrei Pelinescu-Onciul <andrei(a)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=061a9be…
Author: Jan Janak <jan(a)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=11b2cb3…
Author: Juha Heinanen <jh(a)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=8641b94…
Author: Jan Janak <jan(a)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=9a5e106…
Author: Jan Janak <jan(a)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(a)nl.thalesgroup.com>
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2c1c9aa…
Author: Jamey Hicks <jamey.hicks(a)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=9567260…
Author: Jamey Hicks <jamey.hicks(a)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=5bbce86…
Author: Jamey Hicks <jamey.hicks(a)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=b0a0311…
Author: Juha Heinanen <jh(a)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=903bfcb…
Author: Maxim Sobolev <sobomax(a)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=c28162d…
Author: Andrei Pelinescu-Onciul <andrei(a)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=0006c26…
Author: Bogdan-Andrei Iancu <bogdan(a)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=3f8411d…
Author: Bogdan-Andrei Iancu <bogdan(a)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=3cf31e0…
Author: Elena-Ramona Modroiu <ramona(a)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=0ed42e7…
Author: Jamey Hicks <jamey.hicks(a)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=668e374…
Author: Jamey Hicks <jamey.hicks(a)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=30de875…
Author: Jamey Hicks <jamey.hicks(a)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=73498f0…
Author: Jamey Hicks <jamey.hicks(a)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=a1bfdae…
Author: Elena-Ramona Modroiu <ramona(a)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=74c07c5…
Author: Bogdan-Andrei Iancu <bogdan(a)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=5e161d0…
Author: Juha Heinanen <jh(a)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=84a9319…
Author: Bogdan-Andrei Iancu <bogdan(a)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=45abe99…
Author: Dan Pascu <dan(a)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=aeb7e5b…
Author: Jamey Hicks <jamey.hicks(a)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=e8a6b0f…
Author: Jamey Hicks <jamey.hicks(a)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=218236d…
Author: Jamey Hicks <jamey.hicks(a)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=acf38ff…
Author: Jamey Hicks <jamey.hicks(a)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=d7fe139…
Author: Jamey Hicks <jamey.hicks(a)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=21988bb…
Author: Jamey Hicks <jamey.hicks(a)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=4e94e83…
Author: Jamey Hicks <jamey.hicks(a)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=36ca115…
Author: Jan Janak <jan(a)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=a2e6724…
Author: Jan Janak <jan(a)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=d88eaf2…
Author: Dan Pascu <dan(a)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=c04d1f2…
Author: Elena-Ramona Modroiu <ramona(a)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=2d3fbdf…
Author: Andrei Pelinescu-Onciul <andrei(a)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=164b6f9…
Author: Maxim Sobolev <sobomax(a)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=b3e07e6…
Author: Andrei Pelinescu-Onciul <andrei(a)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=0affcc8…
Author: Maxim Sobolev <sobomax(a)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=ed9c182…
Author: Elena-Ramona Modroiu <ramona(a)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=89345cd…
Author: Michal Matyska <michal.matyska(a)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=fd8427c…
Author: Maxim Sobolev <sobomax(a)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=4ab8c6e…
Author: Jan Janak <jan(a)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=149b246…
Author: Jan Janak <jan(a)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=97ba465…
Author: Jan Janak <jan(a)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=d015137…
Author: Juha Heinanen <jh(a)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=d3b64b8…
Author: Bogdan-Andrei Iancu <bogdan(a)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=4f71101…
Author: Daniel-Constantin Mierla <daniel(a)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=83a30e3…
Author: Jan Janak <jan(a)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=dbbd32a…
Author: Jan Janak <jan(a)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=44cef56…
Author: Jan Janak <jan(a)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=7460eb9…
Author: Jan Janak <jan(a)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=6a9c1a1…
Author: Jan Janak <jan(a)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=4d6081c…
Author: Elena-Ramona Modroiu <ramona(a)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=b0bacf1…
Author: Elena-Ramona Modroiu <ramona(a)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=b7589b4…
Author: Jan Janak <jan(a)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=74ec02d…
Author: Jan Janak <jan(a)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=af6dba7…
Author: Jan Janak <jan(a)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=aff735f…
Author: Jan Janak <jan(a)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=682fbc8…
Author: Juha Heinanen <jh(a)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=57d7e23…
Author: Juha Heinanen <jh(a)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=7585b92…
Author: Jamey Hicks <jamey.hicks(a)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=c944d18…
Author: Jamey Hicks <jamey.hicks(a)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=eab3767…
Author: Jan Janak <jan(a)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=3f216d4…
Author: Jan Janak <jan(a)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=238a0d9…
Author: Maxim Sobolev <sobomax(a)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=c2459de…
Author: Maxim Sobolev <sobomax(a)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=348b543…
Author: Jamey Hicks <jamey.hicks(a)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=80e4ebe…
Author: Jamey Hicks <jamey.hicks(a)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=aa0a0b5…
Author: Andrei Pelinescu-Onciul <andrei(a)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=0bfbf63…
Author: Andrei Pelinescu-Onciul <andrei(a)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=613de4d…
Author: Elena-Ramona Modroiu <ramona(a)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=c04d7fb…
Author: Juha Heinanen <jh(a)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=02b787e…
Author: Bogdan-Andrei Iancu <bogdan(a)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=feb92a2…
Author: Jan Janak <jan(a)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=eede76f…
Author: Bogdan-Andrei Iancu <bogdan(a)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=42e31bf…
Author: Bogdan-Andrei Iancu <bogdan(a)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=120d03b…
Author: Maxim Sobolev <sobomax(a)sippysoft.com>
Date: Tue Feb 15 18:50:56 2005 +0000
Fix a bug in the extract_mediaport routine.
Submitted by: Norman Brandinger <norm(a)goes.com>
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bf14252…
Author: Maxim Sobolev <sobomax(a)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(a)goes.com>
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f84ec5c…
Author: Juha Heinanen <jh(a)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=83d39f0…
Author: Juha Heinanen <jh(a)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=73910a1…
Author: Juha Heinanen <jh(a)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=6f17e39…
Author: Bogdan-Andrei Iancu <bogdan(a)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=c1871e1…
Author: Jan Janak <jan(a)iptel.org>
Date: Fri Feb 11 13:15:40 2005 +0000
- Fixed AVP bug reported by Norman Brandinger <norm(a)goes.com>
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=99d3b69…
Author: Bogdan-Andrei Iancu <bogdan(a)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=ac3743a…
Author: Elena-Ramona Modroiu <ramona(a)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=10c8eed…
Author: Jan Janak <jan(a)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=a30a304…
Author: Elena-Ramona Modroiu <ramona(a)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=2ee939b…
Author: Elena-Ramona Modroiu <ramona(a)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=a11c608…
Author: Maxim Sobolev <sobomax(a)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=f3cf1ec…
Author: Maxim Sobolev <sobomax(a)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=828db53…
Author: Maxim Sobolev <sobomax(a)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=8b12f2c…
Author: Maxim Sobolev <sobomax(a)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=e585dfe…
Author: Maxim Sobolev <sobomax(a)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=eeb7349…
Author: Maxim Sobolev <sobomax(a)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=6be9467…
Author: Maxim Sobolev <sobomax(a)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=78394a6…
Author: Jan Janak <jan(a)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=2c7cd07…
Author: Jan Janak <jan(a)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=e2bba28…
Author: Maxim Sobolev <sobomax(a)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=fbe83f6…
Author: Jan Janak <jan(a)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=c4f8cd6…
Author: Jan Janak <jan(a)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=50ff09e…
Author: Jan Janak <jan(a)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=2defed1…
Author: Elena-Ramona Modroiu <ramona(a)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=ca45d54…
Author: Jan Janak <jan(a)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=c38854d…
Author: Jan Janak <jan(a)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=55a0ab7…
Author: Jan Janak <jan(a)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=8477b7f…
Author: Jan Janak <jan(a)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=5ac87c4…
Author: Elena-Ramona Modroiu <ramona(a)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=b3b0c7e…
Author: Maxim Sobolev <sobomax(a)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=30dc808…
Author: Dan Pascu <dan(a)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=3eb61f3…
Author: Bogdan-Andrei Iancu <bogdan(a)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=6faca2d…
Author: Bogdan-Andrei Iancu <bogdan(a)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=a253513…
Author: Bogdan-Andrei Iancu <bogdan(a)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=514627d…
Author: Elena-Ramona Modroiu <ramona(a)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=8dc63b4…
Author: Bogdan-Andrei Iancu <bogdan(a)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=d24b7ee…
Author: Maxim Sobolev <sobomax(a)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=0d18b2a…
Author: Maxim Sobolev <sobomax(a)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(a)eutelia.it>
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a58e68e…
Author: Maxim Sobolev <sobomax(a)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=91a1f37…
Author: Elena-Ramona Modroiu <ramona(a)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=2df79d5…
Author: Maxim Sobolev <sobomax(a)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=a6e608c…
Author: Andrei Pelinescu-Onciul <andrei(a)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=5bb9fc9…
Author: Andrei Pelinescu-Onciul <andrei(a)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=c2b7c9d…
Author: Juha Heinanen <jh(a)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=707dfae…
Author: Juha Heinanen <jh(a)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=a369ee5…
Author: Bogdan-Andrei Iancu <bogdan(a)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=db28238…
Author: Maxim Sobolev <sobomax(a)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(a)august.net
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=596d8c4…
Author: Jan Janak <jan(a)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=542288c…
Author: Jan Janak <jan(a)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=c376df7…
Author: Jan Janak <jan(a)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=ae7562b…
Author: Jan Janak <jan(a)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=391fd3a…
Author: Jan Janak <jan(a)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=b84a073…
Author: Jan Janak <jan(a)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=a410735…
Author: Jan Janak <jan(a)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=a4ff81a…
Author: Andrei Pelinescu-Onciul <andrei(a)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=740c28f…
Author: Andrei Pelinescu-Onciul <andrei(a)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=019dbaf…
Author: Andrei Pelinescu-Onciul <andrei(a)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=daddfb5…
Author: Elena-Ramona Modroiu <ramona(a)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=0f792cf…
Author: Andrei Pelinescu-Onciul <andrei(a)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=95ec316…
Author: Andrei Pelinescu-Onciul <andrei(a)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=7091d98…
Author: Daniel-Constantin Mierla <daniel(a)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=5ffbb5c…
Author: Dan Pascu <dan(a)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=af2efb3…
Author: Jan Janak <jan(a)iptel.org>
Date: Thu Nov 25 19:39:52 2004 +0000
- fixed typo reported by Alex Rootham <alex(a)blueslice.com>
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d40ed43…
Author: Andrei Pelinescu-Onciul <andrei(a)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=bcb9378…
Author: Elena-Ramona Modroiu <ramona(a)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=982648a…
Author: Elena-Ramona Modroiu <ramona(a)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=85c661e…
Author: Elena-Ramona Modroiu <ramona(a)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=60f39e1…
Author: Jan Janak <jan(a)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=e767060…
Author: Jan Janak <jan(a)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=73d201a…
Author: Jan Janak <jan(a)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=7c9baec…
Author: Elena-Ramona Modroiu <ramona(a)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=11b568d…
Author: Jan Janak <jan(a)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=a57782d…
Author: Jan Janak <jan(a)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=84ab68c…
Author: Jan Janak <jan(a)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=0fd5aab…
Author: Jan Janak <jan(a)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=c3f8192…
Author: Andrei Pelinescu-Onciul <andrei(a)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=0d1b195…
Author: Andrei Pelinescu-Onciul <andrei(a)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=f4d1b4f…
Author: Andrei Pelinescu-Onciul <andrei(a)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=f645c67…
Author: Elena-Ramona Modroiu <ramona(a)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=a670efa…
Author: Elena-Ramona Modroiu <ramona(a)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=7e816ee…
Author: Jan Janak <jan(a)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=bb44c47…
Author: Jan Janak <jan(a)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=07cbb71…
Author: Bogdan-Andrei Iancu <bogdan(a)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=3509c30…
Author: Elena-Ramona Modroiu <ramona(a)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=9739eaa…
Author: Elena-Ramona Modroiu <ramona(a)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=2e0ab96…
Author: Jan Janak <jan(a)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=7b53072…
Author: Jan Janak <jan(a)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=5451067…
Author: Daniel-Constantin Mierla <daniel(a)voice-system.ro>
Date: Tue Nov 2 10:44:56 2004 +0000
- quick review and apply of last patch submitted by Paul <javarockx(a)yahoo.com>
regarding seg fault -- not tested
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=895c9ee…
Author: Elena-Ramona Modroiu <ramona(a)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=74ddc27…
Author: Jan Janak <jan(a)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=aecddd6…
Author: Jan Janak <jan(a)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=4bdbbf9…
Author: Jan Janak <jan(a)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=7c786fd…
Author: Daniel-Constantin Mierla <daniel(a)voice-system.ro>
Date: Fri Oct 29 18:57:31 2004 +0000
- fixed another seg fault discovered by Paul <javarockx(a)yahoo.com>
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=616a8f7…
Author: Jan Janak <jan(a)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=d85515a…
Author: Daniel-Constantin Mierla <daniel(a)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=0ee4eb7…
Author: Daniel-Constantin Mierla <daniel(a)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(a)yahoo.com>)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9f0f3c9…
Author: Dan Pascu <dan(a)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=b757afb…
Author: Dan Pascu <dan(a)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=6a9b180…
Author: Jan Janak <jan(a)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=bdd3de1…
Author: Jan Janak <jan(a)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=b8be965…
Author: Elena-Ramona Modroiu <ramona(a)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=c4febab…
Author: Elena-Ramona Modroiu <ramona(a)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=55478a0…
Author: Elena-Ramona Modroiu <ramona(a)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=03eddf9…
Author: Elena-Ramona Modroiu <ramona(a)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=789b48a…
Author: Maxim Sobolev <sobomax(a)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=8f1f706…
Author: Jiri Kuthan <jiri(a)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=1379d7d…
Author: Jiri Kuthan <jiri(a)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=283db47…
Author: Andrei Pelinescu-Onciul <andrei(a)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=4faca6b…
Author: Bogdan-Andrei Iancu <bogdan(a)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=a5d494f…
Author: Jamey Hicks <jamey.hicks(a)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=12f1e96…
Author: Jiri Kuthan <jiri(a)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=9faaea4…
Author: Jiri Kuthan <jiri(a)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=da8183b…
Author: Jan Janak <jan(a)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=6f10ffc…
Author: Jan Janak <jan(a)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=cc672e0…
Author: Bogdan-Andrei Iancu <bogdan(a)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=9250b5d…
Author: Jan Janak <jan(a)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=6b88470…
Author: Andrei Pelinescu-Onciul <andrei(a)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=fbb070e…
Author: Maxim Sobolev <sobomax(a)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=c88dd89…
Author: Jan Janak <jan(a)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=9cbb271…
Author: Jan Janak <jan(a)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=93044e7…
Author: Juha Heinanen <jh(a)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=1a8280b…
Author: Juha Heinanen <jh(a)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=63b6591…
Author: Jiri Kuthan <jiri(a)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=d1cffdc…
Author: Jiri Kuthan <jiri(a)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=da87390…
Author: Jiri Kuthan <jiri(a)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=42bd3df…
Author: Jiri Kuthan <jiri(a)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=32cad45…
Author: Jiri Kuthan <jiri(a)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=71ce6e4…
Author: Jiri Kuthan <jiri(a)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=81e6220…
Author: Jiri Kuthan <jiri(a)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=ae0d870…
Author: Andrei Pelinescu-Onciul <andrei(a)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=452d4cd…
Author: Jan Janak <jan(a)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=228e9a8…
Author: Jan Janak <jan(a)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=233ac54…
Author: Jan Janak <jan(a)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=c7893ce…
Author: Jan Janak <jan(a)iptel.org>
Date: Tue Sep 14 12:21:53 2004 +0000
Repository : :ext:janakj@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=1f73ad3…
Author: Jan Janak <jan(a)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=7f61437…
Author: Jiri Kuthan <jiri(a)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=bfdcdff…
Author: Jiri Kuthan <jiri(a)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=a131dae…
Author: Jiri Kuthan <jiri(a)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=e51facc…
Author: Jiri Kuthan <jiri(a)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=76067b4…
Author: Jan Janak <jan(a)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=f158ecd…
Author: Andrei Pelinescu-Onciul <andrei(a)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=f3d20c9…
Author: Jan Janak <jan(a)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=c8082a6…
Author: Jan Janak <jan(a)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=895aefa…
Author: Jan Janak <jan(a)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=40ee3cf…
Author: Jan Janak <jan(a)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=71b4682…
Author: Jan Janak <jan(a)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=0d44f9e…
Author: Jan Janak <jan(a)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=952396a…
Author: Jan Janak <jan(a)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=5886965…
Author: Jan Janak <jan(a)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=d9ef3a7…
Author: Jan Janak <jan(a)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=099322d…
Author: Jan Janak <jan(a)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=45a6986…
Author: Jan Janak <jan(a)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=77c4459…
Author: Jan Janak <jan(a)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=c351e4d…
Author: Jan Janak <jan(a)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=9c4b340…
Author: Jan Janak <jan(a)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=f820b77…
Author: Jan Janak <jan(a)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=be8b3aa…
Author: Jan Janak <jan(a)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=a5b9410…
Author: Daniel-Constantin Mierla <daniel(a)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=8c7d192…
Author: Jan Janak <jan(a)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=9027428…
Author: Jan Janak <jan(a)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=1c4aa28…
Author: Jan Janak <jan(a)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=ef3ba82…
Author: Jan Janak <jan(a)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=26e425d…
Author: Jan Janak <jan(a)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=8dd784a…
Author: Andrei Pelinescu-Onciul <andrei(a)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=a88c2f5…
Author: Andrei Pelinescu-Onciul <andrei(a)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=98b1f9f…
Author: Raphael Coeffic <rco(a)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=2e460ce…
Author: Jiri Kuthan <jiri(a)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=0539279…
Author: Maxim Sobolev <sobomax(a)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(a)fokus.fraunhofer.de
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ed13677…
Author: Maxim Sobolev <sobomax(a)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=1ad324e…
Author: Jamey Hicks <jamey.hicks(a)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=9507240…
Author: Jan Janak <jan(a)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=866daaa…
Author: Jamey Hicks <jamey.hicks(a)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=e012d01…
Author: Jamey Hicks <jamey.hicks(a)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=4c4cddc…
Author: Maxim Sobolev <sobomax(a)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=d77490d…
Author: Jan Janak <jan(a)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=c3f37d2…
Author: Bogdan-Andrei Iancu <bogdan(a)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=1543471…
Author: Dan Pascu <dan(a)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=301c385…
Author: Daniel-Constantin Mierla <daniel(a)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=4ff8c92…
Author: Daniel-Constantin Mierla <daniel(a)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=9c30b8a…
Author: Dan Pascu <dan(a)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=fc3fd0c…
Author: Jan Janak <jan(a)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=571ba68…
Author: Jan Janak <jan(a)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=f772125…
Author: Jamey Hicks <jamey.hicks(a)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=741a381…
Author: Jamey Hicks <jamey.hicks(a)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=2e54789…
Author: Jamey Hicks <jamey.hicks(a)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=c3f948f…
Author: Jan Janak <jan(a)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=84f5d60…
Author: Jan Janak <jan(a)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=45641de…
Author: Jan Janak <jan(a)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=77a1017…
Author: Dan Pascu <dan(a)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=0b1bbfc…
Author: Jan Janak <jan(a)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=e9e6909…
Author: Jan Janak <jan(a)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=5106e2e…
Author: Andrei Pelinescu-Onciul <andrei(a)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=db03ba5…
Author: Jan Janak <jan(a)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=e331ec6…
Author: Dan Pascu <dan(a)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=6650124…
Author: Bogdan-Andrei Iancu <bogdan(a)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=bc9a277…
Author: Maxim Sobolev <sobomax(a)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=2250aec…
Author: Maxim Sobolev <sobomax(a)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=f5d578c…
Author: Dan Pascu <dan(a)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=1466f5a…
Author: Jiri Kuthan <jiri(a)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=8c7b9c9…
Author: Andrei Pelinescu-Onciul <andrei(a)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=60ddcae…
Author: Elena-Ramona Modroiu <ramona(a)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=d3301d9…
Author: Dan Pascu <dan(a)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=75e9130…
Author: Maxim Sobolev <sobomax(a)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=b65d710…
Author: Daniel-Constantin Mierla <daniel(a)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=c09322b…
Author: Andrei Pelinescu-Onciul <andrei(a)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=d76259c…
Author: Dan Pascu <dan(a)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=8331a11…
Author: Andrei Pelinescu-Onciul <andrei(a)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=8ff40c4…
Author: Andrei Pelinescu-Onciul <andrei(a)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=70416aa…
Author: Bogdan-Andrei Iancu <bogdan(a)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=2094a41…
Author: Dan Pascu <dan(a)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=c0879cc…
Author: Dan Pascu <dan(a)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=6d7d957…
Author: Jan Janak <jan(a)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=15061e9…
Author: Elena-Ramona Modroiu <ramona(a)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=f2bf348…
Author: Bogdan-Andrei Iancu <bogdan(a)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=7909207…
Author: Dan Pascu <dan(a)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=2f4e7b0…
Author: Dan Pascu <dan(a)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=f56a618…
Author: Andrei Pelinescu-Onciul <andrei(a)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=ad347c2…
Author: Jamey Hicks <jamey.hicks(a)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=1385bd2…
Author: Dan Pascu <dan(a)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=3da1c91…
Author: Dan Pascu <dan(a)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=4f27fae…
Author: Jamey Hicks <jamey.hicks(a)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=c18f974…
Author: Jamey Hicks <jamey.hicks(a)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=e45589c…
Author: Jamey Hicks <jamey.hicks(a)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=a858bcc…
Author: Jamey Hicks <jamey.hicks(a)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=de9e57d…
Author: Jamey Hicks <jamey.hicks(a)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=74d6f7e…
Author: Jamey Hicks <jamey.hicks(a)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=69fd512…
Author: Jamey Hicks <jamey.hicks(a)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=fc74946…
Author: Jamey Hicks <jamey.hicks(a)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=d9e1cfd…
Author: Jan Janak <jan(a)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=af8e9d8…
Author: Bogdan-Andrei Iancu <bogdan(a)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=d46d31f…
Author: Bogdan-Andrei Iancu <bogdan(a)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=1c14d29…
Author: Bogdan-Andrei Iancu <bogdan(a)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=04e483b…
Author: Bogdan-Andrei Iancu <bogdan(a)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=fa49cf9…
Author: Bogdan-Andrei Iancu <bogdan(a)voice-system.ro>
Date: Mon May 24 10:50:43 2004 +0000
- fixed len calculation for user@host (thanks th Richard)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2315f10…
Author: Jan Janak <jan(a)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=6d76a8f…
Author: Jan Janak <jan(a)iptel.org>
Date: Tue May 18 16:35:13 2004 +0000
max_expires parameter, contributed by Jamey Hicks <jamey.hicks(a)hp.com>
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=028e598…
Author: Bogdan-Andrei Iancu <bogdan(a)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=42dd83c…
Author: Juha Heinanen <jh(a)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=ee50326…
Author: Juha Heinanen <jh(a)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=ef954b2…
Author: Bogdan-Andrei Iancu <bogdan(a)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=0ff9458…
Author: Bogdan-Andrei Iancu <bogdan(a)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=0e662f2…
Author: Jiri Kuthan <jiri(a)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=d636295…
Author: Jiri Kuthan <jiri(a)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=c08c17b…
Author: Jan Janak <jan(a)iptel.org>
Date: Sun May 9 16:22:08 2004 +0000
Fixed crash reported by Oliver.Zilken(a)fokus.fraunhofer.de
strlen(0) results in coredump
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3663db7…
Author: Jan Janak <jan(a)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=8603c21…
Author: Jiri Kuthan <jiri(a)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=332ecb8…
Author: Bogdan-Andrei Iancu <bogdan(a)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=db0d9a6…
Author: Maxim Sobolev <sobomax(a)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=db5881d…
Author: Juha Heinanen <jh(a)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=6d825b2…
Author: Jiri Kuthan <jiri(a)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=5105053…
Author: Jan Janak <jan(a)iptel.org>
Date: Wed Apr 28 13:44:23 2004 +0000
Fixed realm_prefix bug reported by Andrea Bondavalli <a.bondavalli(a)inet.it>
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5782bed…
Author: Jiri Kuthan <jiri(a)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=1527c49…
Author: Jan Janak <jan(a)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=b9c686b…
Author: Jan Janak <jan(a)iptel.org>
Date: Sun Apr 25 15:24:06 2004 +0000
Fixed startup crash -- applied slightly modified patch from
Alexander Mayrhofer <axelm(a)nic.at>
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0aeb1fa…
Author: Jan Janak <jan(a)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=04185f3…
Author: Jan Janak <jan(a)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=26cc655…
Author: Jan Janak <jan(a)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=aaf84de…
Author: Jan Janak <jan(a)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=148fac6…
Author: Juha Heinanen <jh(a)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=51d0429…
Author: Juha Heinanen <jh(a)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=4944780…
Author: Jamey Hicks <jamey.hicks(a)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=f3fed45…
Author: Jamey Hicks <jamey.hicks(a)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=a8700ba…
Author: Jan Janak <jan(a)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=1eae190…
Author: Jan Janak <jan(a)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=f030237…
Author: Jan Janak <jan(a)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=62c0b28…
Author: Maxim Sobolev <sobomax(a)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=845ddec…
Author: Dan Pascu <dan(a)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=ead0739…
Author: Dan Pascu <dan(a)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=d11f0a9…
Author: Dan Pascu <dan(a)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=80145f5…
Author: Juha Heinanen <jh(a)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=23228af…
Author: Juha Heinanen <jh(a)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=0852e3d…
Author: Bogdan-Andrei Iancu <bogdan(a)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=325398d…
Author: Dan Pascu <dan(a)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=0dc9930…
Author: Bogdan-Andrei Iancu <bogdan(a)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=acab898…
Author: Dan Pascu <dan(a)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=0fb4883…
Author: Dan Pascu <dan(a)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=3f70fff…
Author: Jamey Hicks <jamey.hicks(a)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=9901a2d…
Author: Jamey Hicks <jamey.hicks(a)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=1e40626…
Author: Jamey Hicks <jamey.hicks(a)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=cf697d4…
Author: Jan Janak <jan(a)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=d40d068…
Author: Jan Janak <jan(a)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=274d71d…
Author: Jan Janak <jan(a)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=0fb4792…
Author: Juha Heinanen <jh(a)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=e05efdf…
Author: Andrei Pelinescu-Onciul <andrei(a)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=ea03832…
Author: Dan Pascu <dan(a)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=a91e187…
Author: Dan Pascu <dan(a)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=5ce5858…
Author: Dan Pascu <dan(a)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=d261f4f…
Author: Andrei Pelinescu-Onciul <andrei(a)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=03b49af…
Author: Andrei Pelinescu-Onciul <andrei(a)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=fa93ede…
Author: Adrian Georgescu <ag(a)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=1694c07…
Author: Dan Pascu <dan(a)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=4835f66…
Author: Andrei Pelinescu-Onciul <andrei(a)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=ab6a9d1…
Author: Maxim Sobolev <sobomax(a)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=24473e9…
Author: Maxim Sobolev <sobomax(a)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(a)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=6ea539f…
Author: Dan Pascu <dan(a)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=ea9ef97…
Author: Bogdan-Andrei Iancu <bogdan(a)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=e6c028f…
Author: Bogdan-Andrei Iancu <bogdan(a)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=9d2677e…
Author: Bogdan-Andrei Iancu <bogdan(a)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=a63a9db…
Author: Maxim Sobolev <sobomax(a)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=c291504…
Author: Maxim Sobolev <sobomax(a)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=dd2f278…
Author: Maxim Sobolev <sobomax(a)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=6745821…
Author: Maxim Sobolev <sobomax(a)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=3f0bb09…
Author: Maxim Sobolev <sobomax(a)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(a)fokus.fraunhofer.de>
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6e3e4c9…
Author: Jan Janak <jan(a)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=2bbd18a…
Author: Maxim Sobolev <sobomax(a)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=16b6d98…
Author: Jan Janak <jan(a)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=3f22e67…
Author: Jan Janak <jan(a)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=a56559a…
Author: Jan Janak <jan(a)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=7e1f832…
Author: Jan Janak <jan(a)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=97ce5b6…
Author: Jan Janak <jan(a)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=6f23eaf…
Author: Jan Janak <jan(a)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=4d07011…
Author: Jan Janak <jan(a)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=c3b5e57…
Author: Jan Janak <jan(a)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=ee96ce6…
Author: Jan Janak <jan(a)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=071ac74…
Author: Jan Janak <jan(a)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=4c064cc…
Author: Daniel-Constantin Mierla <daniel(a)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=63a05b7…
Author: Maxim Sobolev <sobomax(a)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=04c20b5…
Author: Jan Janak <jan(a)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=0f22847…
Author: Nils Ohlmeier <nils(a)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=68bd88b…
Author: Jiri Kuthan <jiri(a)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=4eb0131…
Author: Jan Janak <jan(a)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=d52cc25…
Author: Jan Janak <jan(a)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=167aa5d…
Author: Bogdan-Andrei Iancu <bogdan(a)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=2c80db8…
Author: Bogdan-Andrei Iancu <bogdan(a)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=af1d4a4…
Author: Bogdan-Andrei Iancu <bogdan(a)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=7092e82…
Author: Bogdan-Andrei Iancu <bogdan(a)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=e3c3210…
Author: Bogdan-Andrei Iancu <bogdan(a)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=5c46a3e…
Author: Maxim Sobolev <sobomax(a)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=ef76d78…
Author: Greg Fausak <lgfausak(a)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=119f2f4…
Author: Jan Janak <jan(a)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=861fdde…
Author: Jan Janak <jan(a)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=11eaf0a…
Author: Bogdan-Andrei Iancu <bogdan(a)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=b7737bf…
Author: Bogdan-Andrei Iancu <bogdan(a)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=4c8ade7…
Author: Bogdan-Andrei Iancu <bogdan(a)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=bfc61ba…
Author: Bogdan-Andrei Iancu <bogdan(a)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=1ec0cec…
Author: Bogdan-Andrei Iancu <bogdan(a)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=f3ca1ed…
Author: Maxim Sobolev <sobomax(a)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=0e6139b…
Author: Maxim Sobolev <sobomax(a)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=a735474…
Author: Maxim Sobolev <sobomax(a)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=ee270ff…
Author: Maxim Sobolev <sobomax(a)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=47509f3…
Author: Maxim Sobolev <sobomax(a)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=d6fea01…
Author: Maxim Sobolev <sobomax(a)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=89c08fc…
Author: Jan Janak <jan(a)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=b7e3488…
Author: Jan Janak <jan(a)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=89f49a1…
Author: Jan Janak <jan(a)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=d0e5d8b…
Author: Jan Janak <jan(a)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=ea575a0…
Author: Jan Janak <jan(a)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=9ebe336…
Author: Jan Janak <jan(a)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=103d1a9…
Author: Jan Janak <jan(a)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=d3a450e…
Author: Bogdan-Andrei Iancu <bogdan(a)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=17aef82…
Author: Jan Janak <jan(a)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=23e49a2…
Author: Jan Janak <jan(a)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=7ae39a9…
Author: Jan Janak <jan(a)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=4ccc2cc…
Author: Jan Janak <jan(a)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=04b1229…
Author: Jan Janak <jan(a)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=5538bc9…
Author: Jan Janak <jan(a)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=7b81ed4…
Author: Jan Janak <jan(a)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=50cbd81…
Author: Jan Janak <jan(a)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=ed32ece…
Author: Bogdan-Andrei Iancu <bogdan(a)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=3a43237…
Author: Jan Janak <jan(a)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=b38d615…
Author: Jan Janak <jan(a)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=c45fe5d…
Author: Jan Janak <jan(a)iptel.org>
Date: Wed Jan 21 18:24:15 2004 +0000
- Test commit to test commitlogs to serdev(a)iptel.org
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=04847d6…
Author: Jamey Hicks <jamey.hicks(a)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=7ea71d6…
Author: Jamey Hicks <jamey.hicks(a)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=8923204…
Author: Bogdan-Andrei Iancu <bogdan(a)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=ff0d578…
Author: Bogdan-Andrei Iancu <bogdan(a)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=b9513fd…
Author: Bogdan-Andrei Iancu <bogdan(a)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=f944e30…
Author: Bogdan-Andrei Iancu <bogdan(a)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=87747e8…
Author: Bogdan-Andrei Iancu <bogdan(a)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=1261de4…
Author: Daniel-Constantin Mierla <daniel(a)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=a76c55f…
Author: Daniel-Constantin Mierla <daniel(a)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=3b9198d…
Author: Bogdan-Andrei Iancu <bogdan(a)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=fc4e363…
Author: Jan Janak <jan(a)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=2f9810d…
Author: Jan Janak <jan(a)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=8f49501…
Author: Maxim Sobolev <sobomax(a)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=0dbc170…
Author: Maxim Sobolev <sobomax(a)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=ecbf76a…
Author: Bogdan-Andrei Iancu <bogdan(a)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=1d00feb…
Author: Raphael Coeffic <rco(a)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=4c70e72…
Author: Jan Janak <jan(a)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=6a50c25…
Author: Jamey Hicks <jamey.hicks(a)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=0ab0548…
Author: Jamey Hicks <jamey.hicks(a)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=87b386b…
Author: Jamey Hicks <jamey.hicks(a)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=8a69652…
Author: Jan Janak <jan(a)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=8b516bb…
Author: Jan Janak <jan(a)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=0dc70f9…
Author: Jan Janak <jan(a)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=b19cb16…
Author: Maxim Sobolev <sobomax(a)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=eb09958…
Author: Maxim Sobolev <sobomax(a)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=9009f7d…
Author: Jamey Hicks <jamey.hicks(a)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=f9e83ff…
Author: Jamey Hicks <jamey.hicks(a)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=122f130…
Author: Maxim Sobolev <sobomax(a)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=932d411…
Author: Jamey Hicks <jamey.hicks(a)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=53ca39d…
Author: Maxim Sobolev <sobomax(a)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=bb5877b…
Author: Juha Heinanen <jh(a)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=7844324…
Author: Jamey Hicks <jamey.hicks(a)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=88f6fb3…
Author: Jamey Hicks <jamey.hicks(a)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=ccc3d0c…
Author: Jamey Hicks <jamey.hicks(a)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=6a00f95…
Author: Jamey Hicks <jamey.hicks(a)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=bd85702…
Author: Jiri Kuthan <jiri(a)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=e3c204f…
Author: Bogdan-Andrei Iancu <bogdan(a)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=e0481de…
Author: Bogdan-Andrei Iancu <bogdan(a)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=48db57f…
Author: Raphael Coeffic <rco(a)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=8bff60f…
Author: Raphael Coeffic <rco(a)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=890d41a…
Author: Jan Janak <jan(a)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=3da803a…
Author: Maxim Sobolev <sobomax(a)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=d8c20bb…
Author: Bogdan-Andrei Iancu <bogdan(a)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=0907311…
Author: Bogdan-Andrei Iancu <bogdan(a)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=9cbef8c…
Author: Jan Janak <jan(a)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=518c356…
Author: Jan Janak <jan(a)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=1f45aad…
Author: Jan Janak <jan(a)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=cfec11a…
Author: Jan Janak <jan(a)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=774f559…
Author: Jan Janak <jan(a)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=0c1465e…
Author: Bogdan-Andrei Iancu <bogdan(a)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=6892ca4…
Author: Bogdan-Andrei Iancu <bogdan(a)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=7f00391…
Author: Bogdan-Andrei Iancu <bogdan(a)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=756e893…
Author: Bogdan-Andrei Iancu <bogdan(a)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=2714569…
Author: Jan Janak <jan(a)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=2069768…
Author: Bogdan-Andrei Iancu <bogdan(a)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=3639ee0…
Author: Elena-Ramona Modroiu <ramona(a)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=8048914…
Author: Elena-Ramona Modroiu <ramona(a)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=b117232…
Author: Elena-Ramona Modroiu <ramona(a)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=28c620e…
Author: Elena-Ramona Modroiu <ramona(a)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=a2baec6…
Author: Elena-Ramona Modroiu <ramona(a)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=d70bb0e…
Author: Elena-Ramona Modroiu <ramona(a)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=ee24bf1…
Author: Bogdan-Andrei Iancu <bogdan(a)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=c716723…
Author: Andrei Pelinescu-Onciul <andrei(a)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=abce95b…
Author: Andrei Pelinescu-Onciul <andrei(a)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=c7808e4…
Author: Andrei Pelinescu-Onciul <andrei(a)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=f164e56…
Author: Andrei Pelinescu-Onciul <andrei(a)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=586a20c…
Author: Andrei Pelinescu-Onciul <andrei(a)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=860d5c1…
Author: Andrei Pelinescu-Onciul <andrei(a)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=dcc4d09…
Author: Jan Janak <jan(a)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=6de99b7…
Author: Jan Janak <jan(a)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=d50c081…
Author: Jan Janak <jan(a)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=fdfd71a…
Author: Jan Janak <jan(a)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=e93e0d1…
Author: Jan Janak <jan(a)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=46317f4…
Author: Daniel-Constantin Mierla <daniel(a)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=e4b7df5…
Author: Bogdan-Andrei Iancu <bogdan(a)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=985fed6…
Author: Bogdan-Andrei Iancu <bogdan(a)voice-system.ro>
Date: Thu Nov 13 22:08:00 2003 +0000
- all fifo functions checks for user@host format
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=abeb264…
Author: Bogdan-Andrei Iancu <bogdan(a)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=321214b…
Author: Bogdan-Andrei Iancu <bogdan(a)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=54c249b…
Author: Bogdan-Andrei Iancu <bogdan(a)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=3d9481c…
Author: Bogdan-Andrei Iancu <bogdan(a)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=c71af56…
Author: Bogdan-Andrei Iancu <bogdan(a)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=3fa99ed…
Author: Andrei Pelinescu-Onciul <andrei(a)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=eb5347b…
Author: Jan Janak <jan(a)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=519d32f…
Author: Jan Janak <jan(a)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=b37fbbd…
Author: Jan Janak <jan(a)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=13d6f9d…
Author: Andrei Pelinescu-Onciul <andrei(a)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=34ee34d…
Author: Jiri Kuthan <jiri(a)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=75dc489…
Author: Jiri Kuthan <jiri(a)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=3341798…
Author: Bogdan-Andrei Iancu <bogdan(a)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=70fda8b…
Author: Jan Janak <jan(a)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=631a67e…
Author: Jan Janak <jan(a)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=96b7a0d…
Author: Bogdan-Andrei Iancu <bogdan(a)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=e9cc244…
Author: Bogdan-Andrei Iancu <bogdan(a)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=ddf467a…
Author: Bogdan-Andrei Iancu <bogdan(a)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=e60b65e…
Author: Jan Janak <jan(a)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=ba29fdc…
Author: Andrei Pelinescu-Onciul <andrei(a)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=eb84ee8…
Author: Bogdan-Andrei Iancu <bogdan(a)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=612b1bb…
Author: Jiri Kuthan <jiri(a)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=3e6605d…
Author: Jiri Kuthan <jiri(a)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=0d6191a…
Author: Bogdan-Andrei Iancu <bogdan(a)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=122b42a…
Author: Jan Janak <jan(a)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=fdac2b5…
Author: Jan Janak <jan(a)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=7e181a8…
Author: Jan Janak <jan(a)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=99c97f2…
Author: Daniel-Constantin Mierla <daniel(a)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=bbf099b…
Author: Jiri Kuthan <jiri(a)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=b33a003…
Author: Jiri Kuthan <jiri(a)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=61f7423…
Author: Nils Ohlmeier <nils(a)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=0e06ec4…
Author: Jan Janak <jan(a)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=53ff486…
Author: Nils Ohlmeier <nils(a)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=7a444ae…
Author: Jan Janak <jan(a)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=e9c3f0f…
Author: Jan Janak <jan(a)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=253831b…
Author: Andrei Pelinescu-Onciul <andrei(a)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=3287814…
Author: Elena-Ramona Modroiu <ramona(a)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=0110384…
Author: Daniel-Constantin Mierla <daniel(a)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=51addec…
Author: Daniel-Constantin Mierla <daniel(a)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=3973fb4…
Author: Bogdan-Andrei Iancu <bogdan(a)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=1b64f5b…
Author: Bogdan-Andrei Iancu <bogdan(a)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=dcc39d9…
Author: Jan Janak <jan(a)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=43bc1b8…
Author: Jan Janak <jan(a)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=b648ba1…
Author: Jan Janak <jan(a)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=ee5386b…
Author: Andrei Pelinescu-Onciul <andrei(a)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=a8da2d5…
Author: Bogdan-Andrei Iancu <bogdan(a)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=397b957…
Author: Bogdan-Andrei Iancu <bogdan(a)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=de1d6d2…
Author: Bogdan-Andrei Iancu <bogdan(a)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=73c5503…
Author: Bogdan-Andrei Iancu <bogdan(a)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=510c0be…
Author: Nils Ohlmeier <nils(a)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=95b27d6…
Author: Nils Ohlmeier <nils(a)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=4c0d057…
Author: Nils Ohlmeier <nils(a)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=02c05f1…
Author: Jan Janak <jan(a)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=23126f9…
Author: Jan Janak <jan(a)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=92a30f9…
Author: Jan Janak <jan(a)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=63a725f…
Author: Jan Janak <jan(a)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=fdad074…
Author: Andrei Pelinescu-Onciul <andrei(a)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=b1d89eb…
Author: Bogdan-Andrei Iancu <bogdan(a)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=cf1f03b…
Author: Bogdan-Andrei Iancu <bogdan(a)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=f3a3aea…
Author: Andrei Pelinescu-Onciul <andrei(a)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=1ccf746…
Author: Bogdan-Andrei Iancu <bogdan(a)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=6ad1097…
Author: Jan Janak <jan(a)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=0b28cb3…
Author: Jiri Kuthan <jiri(a)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=a78f768…
Author: Jiri Kuthan <jiri(a)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=acee17b…
Author: Jan Janak <jan(a)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=8a5ad4c…
Author: Jan Janak <jan(a)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=357d9f0…
Author: Maxim Sobolev <sobomax(a)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=1e9fbf3…
Author: Jan Janak <jan(a)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=c10d0bd…
Author: Jan Janak <jan(a)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=1d3b70f…
Author: Elena-Ramona Modroiu <ramona(a)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=27cf39f…
Author: Jiri Kuthan <jiri(a)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=c0deae3…
Author: Jiri Kuthan <jiri(a)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=cc6787c…
Author: Jiri Kuthan <jiri(a)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=1605459…
Author: Jan Janak <jan(a)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=aab4e8a…
Author: Jan Janak <jan(a)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=0fe4cd9…
Author: Jan Janak <jan(a)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=cf16ada…
Author: Jan Janak <jan(a)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=d11c514…
Author: Jan Janak <jan(a)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=b7f2932…
Author: Jan Janak <jan(a)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=a12d73b…
Author: Jan Janak <jan(a)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=f896d00…
Author: Raphael Coeffic <rco(a)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=5752b4f…
Author: Bogdan-Andrei Iancu <bogdan(a)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=9e9d7c8…
Author: Maxim Sobolev <sobomax(a)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=cf6c5b4…
Author: Daniel-Constantin Mierla <daniel(a)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=4d2729f…
Author: Bogdan-Andrei Iancu <bogdan(a)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=9e304de…
Author: Bogdan-Andrei Iancu <bogdan(a)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=716ffc0…
Author: Jan Janak <jan(a)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=d95eff1…
Author: Daniel-Constantin Mierla <daniel(a)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=ea8c297…
Author: Jan Janak <jan(a)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=7584e6d…
Author: Jan Janak <jan(a)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=12bff19…
Author: Jan Janak <jan(a)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=087c8c8…
Author: Jan Janak <jan(a)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=0dd88a0…
Author: Bogdan-Andrei Iancu <bogdan(a)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=9b6c6de…
Author: Bogdan-Andrei Iancu <bogdan(a)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=22a8de0…
Author: Jiri Kuthan <jiri(a)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=df0904d…
Author: Jan Janak <jan(a)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=9351ebf…
Author: Jan Janak <jan(a)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=9f0828b…
Author: Bogdan-Andrei Iancu <bogdan(a)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=c372be4…
Author: Bogdan-Andrei Iancu <bogdan(a)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=8e01903…
Author: Bogdan-Andrei Iancu <bogdan(a)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=112bd74…
Author: Bogdan-Andrei Iancu <bogdan(a)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=e69c3f5…
Author: Jan Janak <jan(a)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=2f6cfd0…
Author: Jan Janak <jan(a)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=04deb6c…
Author: Jan Janak <jan(a)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=a7b5a44…
Author: Bogdan-Andrei Iancu <bogdan(a)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=4fabd1b…
Author: Bogdan-Andrei Iancu <bogdan(a)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=12ef750…
Author: Bogdan-Andrei Iancu <bogdan(a)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=2ffea39…
Author: Jan Janak <jan(a)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=91ad084…
Author: Bogdan-Andrei Iancu <bogdan(a)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=3e3355d…
Author: Bogdan-Andrei Iancu <bogdan(a)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=c9b98ab…
Author: Jan Janak <jan(a)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=be8ab87…
Author: Jiri Kuthan <jiri(a)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=74ce7c9…
Author: Bogdan-Andrei Iancu <bogdan(a)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=73eb78d…
Author: Jan Janak <jan(a)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=55e0188…
Author: Bogdan-Andrei Iancu <bogdan(a)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=ded1a20…
Author: Bogdan-Andrei Iancu <bogdan(a)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=9d1e8b9…
Author: Bogdan-Andrei Iancu <bogdan(a)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=245357b…
Author: Bogdan-Andrei Iancu <bogdan(a)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=69e88f9…
Author: Bogdan-Andrei Iancu <bogdan(a)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=5a31762…
Author: Bogdan-Andrei Iancu <bogdan(a)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=aa3c71c…
Author: Bogdan-Andrei Iancu <bogdan(a)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=64b4959…
Author: Bogdan-Andrei Iancu <bogdan(a)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=de4a6b4…
Author: Bogdan-Andrei Iancu <bogdan(a)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=cd26043…
Author: Bogdan-Andrei Iancu <bogdan(a)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=43134ac…
Author: Bogdan-Andrei Iancu <bogdan(a)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=70e23cc…
Author: Bogdan-Andrei Iancu <bogdan(a)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=ba1cb66…
Author: Bogdan-Andrei Iancu <bogdan(a)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=c8a421c…
Author: Andrei Pelinescu-Onciul <andrei(a)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=b98af8b…
Author: Bogdan-Andrei Iancu <bogdan(a)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=cf64882…
Author: Bogdan-Andrei Iancu <bogdan(a)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=9c67c5f…
Author: Elena-Ramona Modroiu <ramona(a)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=a167cb9…
Author: Elena-Ramona Modroiu <ramona(a)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=bff4b60…
Author: Elena-Ramona Modroiu <ramona(a)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=938964c…
Author: Jan Janak <jan(a)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=e2cc99f…
Author: Jan Janak <jan(a)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=18bd995…
Author: Gabriel Vasile <gamma(a)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=8c7a5c3…
Author: Andrei Pelinescu-Onciul <andrei(a)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=7ad3ee6…
Author: Bogdan-Andrei Iancu <bogdan(a)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=2047654…
Author: Bogdan-Andrei Iancu <bogdan(a)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=8b69464…
Author: Andrei Pelinescu-Onciul <andrei(a)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=ae1f1bb…
Author: Bogdan-Andrei Iancu <bogdan(a)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=c3bec50…
Author: Andrei Pelinescu-Onciul <andrei(a)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=79aefc2…
Author: Andrei Pelinescu-Onciul <andrei(a)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=b38330a…
Author: Andrei Pelinescu-Onciul <andrei(a)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=00274ca…
Author: Andrei Pelinescu-Onciul <andrei(a)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=ec573df…
Author: Andrei Pelinescu-Onciul <andrei(a)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=cf42976…
Author: Andrei Pelinescu-Onciul <andrei(a)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=d0431eb…
Author: Bogdan-Andrei Iancu <bogdan(a)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=23ae6d4…
Author: Bogdan-Andrei Iancu <bogdan(a)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=92ae449…
Author: Andrei Pelinescu-Onciul <andrei(a)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=a914262…
Author: Jan Janak <jan(a)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=9caf6d9…
Author: Bogdan-Andrei Iancu <bogdan(a)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=ed4dbe7…
Author: Bogdan-Andrei Iancu <bogdan(a)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=d7d1e3a…
Author: Bogdan-Andrei Iancu <bogdan(a)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=cfef504…
Author: Bogdan-Andrei Iancu <bogdan(a)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=bba795d…
Author: Jan Janak <jan(a)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=9c7bce9…
Author: Jan Janak <jan(a)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=37d4c31…
Author: Greg Fausak <lgfausak(a)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=0b1aa58…
Author: Bogdan-Andrei Iancu <bogdan(a)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=3120408…
Author: Bogdan-Andrei Iancu <bogdan(a)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=4d2aa1e…
Author: Maxim Sobolev <sobomax(a)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=74c6c35…
Author: Jan Janak <jan(a)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=4ccfa62…
Author: Jan Janak <jan(a)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=d0eddae…
Author: Jan Janak <jan(a)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=03d2aa4…
Author: Jan Janak <jan(a)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=f9b039d…
Author: Jan Janak <jan(a)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=8d82f17…
Author: Jan Janak <jan(a)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=baa6227…
Author: Jan Janak <jan(a)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=b5a90a0…
Author: Jan Janak <jan(a)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=52f06ba…
Author: Jan Janak <jan(a)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=1c7b766…
Author: Jan Janak <jan(a)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=9937162…
Author: Jan Janak <jan(a)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=8515c19…
Author: Jan Janak <jan(a)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=882fc8c…
Author: Jan Janak <jan(a)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=92d7a92…
Author: Jan Janak <jan(a)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=abf60ac…
Author: Jan Janak <jan(a)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=7449ba9…
Author: Jan Janak <jan(a)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=f206bf3…
Author: Jan Janak <jan(a)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=026c614…
Author: Jan Janak <jan(a)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=eb75bb7…
Author: Jan Janak <jan(a)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=2054191…
Author: Jan Janak <jan(a)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=07f0711…
Author: Jan Janak <jan(a)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=b2edaf4…
Author: Jan Janak <jan(a)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=fa00cf9…
Author: Jan Janak <jan(a)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=42f9e01…
Author: Jan Janak <jan(a)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=2956da5…
Author: Daniel-Constantin Mierla <daniel(a)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=b5fcf10…
Author: Raphael Coeffic <rco(a)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=973a497…
Author: Jan Janak <jan(a)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=0458795…
Author: Jan Janak <jan(a)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=b705ea9…
Author: Jan Janak <jan(a)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=3770334…
Author: Jan Janak <jan(a)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=979d16f…
Author: Jan Janak <jan(a)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=deee72b…
Author: Jan Janak <jan(a)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=a5b3229…
Author: Jan Janak <jan(a)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=4fa45bc…
Author: Jan Janak <jan(a)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=820ce58…
Author: Jan Janak <jan(a)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=a9bcce3…
Author: Jan Janak <jan(a)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=a31a2ab…
Author: Jan Janak <jan(a)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=2098ced…
Author: Jan Janak <jan(a)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=1c9bed0…
Author: Jiri Kuthan <jiri(a)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=46cb6e6…
Author: Elena-Ramona Modroiu <ramona(a)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=c2b6589…
Author: Daniel-Constantin Mierla <daniel(a)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=10dfc17…
Author: Maxim Sobolev <sobomax(a)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=407777d…
Author: Maxim Sobolev <sobomax(a)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=68aa7c2…
Author: Maxim Sobolev <sobomax(a)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=e164f6b…
Author: Jiri Kuthan <jiri(a)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=ae888cb…
Author: Maxim Sobolev <sobomax(a)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=dcf1204…
Author: Jiri Kuthan <jiri(a)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=ef163c8…
Author: Bogdan-Andrei Iancu <bogdan(a)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=ab00b66…
Author: Raphael Coeffic <rco(a)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=e6aa95f…
Author: Raphael Coeffic <rco(a)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=23f330d…
Author: Raphael Coeffic <rco(a)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=2590243…
Author: Bogdan-Andrei Iancu <bogdan(a)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=a2610f8…
Author: Bogdan-Andrei Iancu <bogdan(a)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=e01c647…
Author: Bogdan-Andrei Iancu <bogdan(a)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=a98061d…
Author: Bogdan-Andrei Iancu <bogdan(a)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=2ae4ed7…
Author: Jan Janak <jan(a)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=ea60330…
Author: Jan Janak <jan(a)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=0bbdec3…
Author: Jan Janak <jan(a)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=f0e9d6a…
Author: Jan Janak <jan(a)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=457d29b…
Author: Bogdan-Andrei Iancu <bogdan(a)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=d24ea99…
Author: Daniel-Constantin Mierla <daniel(a)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=2524aeb…
Author: Daniel-Constantin Mierla <daniel(a)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=63f8c9d…
Author: Andrei Pelinescu-Onciul <andrei(a)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=496d881…
Author: Jiri Kuthan <jiri(a)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=1df5ef5…
Author: Jan Janak <jan(a)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=92aaf94…
Author: Bogdan-Andrei Iancu <bogdan(a)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=f507eb0…
Author: Bogdan-Andrei Iancu <bogdan(a)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=1817993…
Author: Bogdan-Andrei Iancu <bogdan(a)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=e7a0878…
Author: Jiri Kuthan <jiri(a)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=5d728a9…
Author: Jan Janak <jan(a)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=812e30e…
Author: Bogdan-Andrei Iancu <bogdan(a)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=9b4f27e…
Author: Bogdan-Andrei Iancu <bogdan(a)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=dadc1d3…
Author: Bogdan-Andrei Iancu <bogdan(a)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=7498d69…
Author: Bogdan-Andrei Iancu <bogdan(a)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=5f643ae…
Author: Daniel-Constantin Mierla <daniel(a)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=c99c5f7…
Author: Daniel-Constantin Mierla <daniel(a)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=56c1d1e…
Author: Maxim Sobolev <sobomax(a)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=7803bac…
Author: Bogdan-Andrei Iancu <bogdan(a)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=61ad642…
Author: Daniel-Constantin Mierla <daniel(a)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=2b90fda…
Author: Jan Janak <jan(a)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=848b7fc…
Author: Elena-Ramona Modroiu <ramona(a)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=f7f2f16…
Author: Jiri Kuthan <jiri(a)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=ff42127…
Author: Daniel-Constantin Mierla <daniel(a)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(a)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=6ad2e02…
Author: Daniel-Constantin Mierla <daniel(a)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=4f923c0…
Author: Jiri Kuthan <jiri(a)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=cc8d679…
Author: Jiri Kuthan <jiri(a)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=03a5eb2…
Author: Elena-Ramona Modroiu <ramona(a)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=a9b9be5…
Author: Elena-Ramona Modroiu <ramona(a)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=40b02f5…
Author: Elena-Ramona Modroiu <ramona(a)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=25c702a…
Author: Jan Janak <jan(a)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=2d6faa5…
Author: Daniel-Constantin Mierla <daniel(a)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=0e59e05…
Author: Daniel-Constantin Mierla <daniel(a)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=eab2eef…
Author: Daniel-Constantin Mierla <daniel(a)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=f031914…
Author: Elena-Ramona Modroiu <ramona(a)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=5a2940f…
Author: Elena-Ramona Modroiu <ramona(a)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=a3fb150…
Author: Daniel-Constantin Mierla <daniel(a)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=6af8485…
Author: Daniel-Constantin Mierla <daniel(a)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=dea8079…
Author: Daniel-Constantin Mierla <daniel(a)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=1eb6890…
Author: Jan Janak <jan(a)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=7ca3072…
Author: Raphael Coeffic <rco(a)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=77fa782…
Author: Jiri Kuthan <jiri(a)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=ea57c1a…
Author: Jiri Kuthan <jiri(a)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=785f488…
Author: Jan Janak <jan(a)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=68338d6…
Author: Raphael Coeffic <rco(a)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=6a7ef0b…
Author: Raphael Coeffic <rco(a)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=656ead0…
Author: Raphael Coeffic <rco(a)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=319462a…
Author: Andrei Pelinescu-Onciul <andrei(a)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=610c884…
Author: Bogdan-Andrei Iancu <bogdan(a)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=d688503…
Author: Nils Ohlmeier <nils(a)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=798cb6a…
Author: Andrei Pelinescu-Onciul <andrei(a)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=5955983…
Author: Andrei Pelinescu-Onciul <andrei(a)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=9debf5a…
Author: Andrei Pelinescu-Onciul <andrei(a)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=f54f928…
Author: Andrei Pelinescu-Onciul <andrei(a)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=b2bf12f…
Author: Daniel-Constantin Mierla <daniel(a)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=d63b443…
Author: Daniel-Constantin Mierla <daniel(a)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=9fbf659…
Author: Daniel-Constantin Mierla <daniel(a)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=610dad0…
Author: Daniel-Constantin Mierla <daniel(a)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(a)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=1f57966…
Author: Nils Ohlmeier <nils(a)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=b610fa3…
Author: Daniel-Constantin Mierla <daniel(a)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=b5009f4…
Author: Jan Janak <jan(a)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=6d2d861…
Author: Andrei Pelinescu-Onciul <andrei(a)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=307bdfe…
Author: Daniel-Constantin Mierla <daniel(a)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=e656c26…
Author: Jan Janak <jan(a)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=a09af73…
Author: Jan Janak <jan(a)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=047ca06…
Author: Jan Janak <jan(a)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=c2b99d6…
Author: Jan Janak <jan(a)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=e9a3dd3…
Author: Jan Janak <jan(a)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=3800ace…
Author: Jan Janak <jan(a)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=7fa63cb…
Author: Nils Ohlmeier <nils(a)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=9913dda…
Author: Gabriel Vasile <gamma(a)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=b6b2f98…
Author: Andrei Pelinescu-Onciul <andrei(a)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=71adf67…
Author: Jan Janak <jan(a)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=d307024…
Author: Jan Janak <jan(a)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=d53cc23…
Author: Jan Janak <jan(a)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=f1a1128…
Author: Jan Janak <jan(a)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=b22a0dd…
Author: Jan Janak <jan(a)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=0c45fb7…
Author: Jan Janak <jan(a)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=4f89de4…
Author: Maxim Sobolev <sobomax(a)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=b4ae27f…
Author: Juha Heinanen <jh(a)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=c9d371f…
Author: Jan Janak <jan(a)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=17f2c80…
Author: Jan Janak <jan(a)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=ee11fd4…
Author: Jan Janak <jan(a)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=600142f…
Author: Jan Janak <jan(a)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=532f447…
Author: Jan Janak <jan(a)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=73439f3…
Author: Jan Janak <jan(a)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=ec76065…
Author: Jan Janak <jan(a)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=e842e39…
Author: Juha Heinanen <jh(a)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=cf76b1c…
Author: Jan Janak <jan(a)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=96d1718…
Author: Maxim Sobolev <sobomax(a)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=9a88daf…
Author: Maxim Sobolev <sobomax(a)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=0c03866…
Author: Jan Janak <jan(a)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=ff33c8e…
Author: Jan Janak <jan(a)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=90b2d6f…
Author: Maxim Sobolev <sobomax(a)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=bcd4b26…
Author: Maxim Sobolev <sobomax(a)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(a)iptel.org>
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b3cebd0…
Author: Jan Janak <jan(a)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=4cfb9a5…
Author: Jan Janak <jan(a)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=664ad7a…
Author: Jan Janak <jan(a)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=77776da…
Author: Jan Janak <jan(a)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=0285407…
Author: Jan Janak <jan(a)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=5ad027f…
Author: Jan Janak <jan(a)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=dffa521…
Author: Jan Janak <jan(a)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=1d0b76e…
Author: Jan Janak <jan(a)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=9470206…
Author: Jan Janak <jan(a)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=be54539…
Author: Jiri Kuthan <jiri(a)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=6ac38b4…
Author: Jiri Kuthan <jiri(a)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=4c04007…
Author: Jan Janak <jan(a)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=678cb44…
Author: Jan Janak <jan(a)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=3a7491b…
Author: Miklos Tirpak <miklos(a)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=68ae08a…
Author: Jiri Kuthan <jiri(a)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=76673da…
Author: Jiri Kuthan <jiri(a)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=ffc62e5…
Author: Jiri Kuthan <jiri(a)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=c88d961…
Author: Raphael Coeffic <rco(a)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=69ba0e4…
Author: Raphael Coeffic <rco(a)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=25e4529…
Author: Jiri Kuthan <jiri(a)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=1d0d908…
Author: Jiri Kuthan <jiri(a)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=51ac2d7…
Author: Nils Ohlmeier <nils(a)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=12119ff…
Author: Jiri Kuthan <jiri(a)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=96b1932…
Author: Raphael Coeffic <rco(a)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=ded7030…
Author: Jiri Kuthan <jiri(a)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=98efb4c…
Author: Jiri Kuthan <jiri(a)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=e85c82c…
Author: Jiri Kuthan <jiri(a)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=ab0a451…
Author: Jan Janak <jan(a)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=e6d3049…
Author: Jan Janak <jan(a)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=1a7a565…
Author: Jan Janak <jan(a)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=54a7d92…
Author: Raphael Coeffic <rco(a)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=6ddc59b…
Author: Nils Ohlmeier <nils(a)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=3d968d1…
Author: Jiri Kuthan <jiri(a)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=5bc7c0f…
Author: Jiri Kuthan <jiri(a)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=2fa64a8…
Author: Jiri Kuthan <jiri(a)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=bb7cb3a…
Author: Andrei Pelinescu-Onciul <andrei(a)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=77bedc9…
Author: Jan Janak <jan(a)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=75e615e…
Author: Jiri Kuthan <jiri(a)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=de50af5…
Author: Gabriel Vasile <gamma(a)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=e3f5bfa…
Author: Gabriel Vasile <gamma(a)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=ead9409…
Author: Nils Ohlmeier <nils(a)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=85a1443…
Author: Jiri Kuthan <jiri(a)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=74632a7…
Author: Jiri Kuthan <jiri(a)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=7b22332…
Author: Jan Janak <jan(a)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=6cf5d3b…
Author: Jan Janak <jan(a)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=249418a…
Author: Jan Janak <jan(a)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=27cdb59…
Author: Juha Heinanen <jh(a)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=e5b4ae0…
Author: Jiri Kuthan <jiri(a)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=ba7f0d2…
Author: Raphael Coeffic <rco(a)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=342e1bf…
Author: Nils Ohlmeier <nils(a)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=48ded0c…
Author: Jan Janak <jan(a)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=7e2ed7a…
Author: Elena-Ramona Modroiu <ramona(a)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=66e14a0…
Author: Gabriel Vasile <gamma(a)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=75752ee…
Author: Gabriel Vasile <gamma(a)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=ebf854b…
Author: Gabriel Vasile <gamma(a)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=e21a649…
Author: Gabriel Vasile <gamma(a)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=5d79b96…
Author: Jan Janak <jan(a)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=1d43756…
Author: Gabriel Vasile <gamma(a)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=8a347c9…
Author: Elena-Ramona Modroiu <ramona(a)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=17d8fe2…
Author: Gabriel Vasile <gamma(a)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=7f654f3…
Author: Greg Fausak <lgfausak(a)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=f73ca5c…
Author: Raphael Coeffic <rco(a)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=27635ea…
Author: Gabriel Vasile <gamma(a)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=7eba2c7…
Author: Gabriel Vasile <gamma(a)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=66e8f07…
Author: Gabriel Vasile <gamma(a)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=e7624a5…
Author: Daniel-Constantin Mierla <daniel(a)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=639ec51…
Author: Daniel-Constantin Mierla <daniel(a)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=dfffa4c…
Author: Elena-Ramona Modroiu <ramona(a)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=e2992dd…
Author: Jan Janak <jan(a)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=10c72ed…
Author: Jan Janak <jan(a)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=03e4884…
Author: Jiri Kuthan <jiri(a)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=3dbc469…
Author: Jiri Kuthan <jiri(a)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=8f6413d…
Author: Jiri Kuthan <jiri(a)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=678d4ce…
Author: Jan Janak <jan(a)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=ccff242…
Author: Jan Janak <jan(a)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=2d3e567…
Author: Jan Janak <jan(a)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=80d384c…
Author: Jan Janak <jan(a)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=d8fe42f…
Author: Jan Janak <jan(a)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=faeb4b0…
Author: Andrei Pelinescu-Onciul <andrei(a)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=3a10971…
Author: Nils Ohlmeier <nils(a)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=d31dbf0…
Author: Jiri Kuthan <jiri(a)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=34dbe68…
Author: Jiri Kuthan <jiri(a)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=2aa43b7…
Author: Jiri Kuthan <jiri(a)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=1985f96…
Author: Elena-Ramona Modroiu <ramona(a)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=8b02627…
Author: Elena-Ramona Modroiu <ramona(a)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=e31d809…
Author: Elena-Ramona Modroiu <ramona(a)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=d98d95f…
Author: Elena-Ramona Modroiu <ramona(a)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=8277249…
Author: Elena-Ramona Modroiu <ramona(a)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=479cbfb…
Author: Andrei Pelinescu-Onciul <andrei(a)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=0057e40…
Author: Jan Janak <jan(a)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=74dd651…
Author: Nils Ohlmeier <nils(a)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=4de8ee0…
Author: Jan Janak <jan(a)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=737abe7…
Author: Raphael Coeffic <rco(a)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=16a7b43…
Author: Raphael Coeffic <rco(a)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=a6b9dac…
Author: Jiri Kuthan <jiri(a)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=fda1b2f…
Author: Nils Ohlmeier <nils(a)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=d4f8de5…
Author: Andrei Pelinescu-Onciul <andrei(a)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=0e8e8cf…
Author: Jan Janak <jan(a)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=254f85b…
Author: Jan Janak <jan(a)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=a88a40a…
Author: Daniel-Constantin Mierla <daniel(a)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=3058385…
Author: Jan Janak <jan(a)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=2e5b147…
Author: Jan Janak <jan(a)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=b771f09…
Author: Andrei Pelinescu-Onciul <andrei(a)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=416d411…
Author: Juha Heinanen <jh(a)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=7f5353e…
Author: Juha Heinanen <jh(a)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=a547190…
Author: Juha Heinanen <jh(a)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=104b481…
Author: Juha Heinanen <jh(a)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=6e24508…
Author: Bogdan-Andrei Iancu <bogdan(a)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=37553eb…
Author: Bogdan-Andrei Iancu <bogdan(a)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=c615d50…
Author: Jan Janak <jan(a)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=cf4a918…
Author: Jan Janak <jan(a)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=95c786b…
Author: Jan Janak <jan(a)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=c9f0d9d…
Author: Jan Janak <jan(a)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=3f9aa80…
Author: Jan Janak <jan(a)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=c73c6ef…
Author: Jan Janak <jan(a)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=c74c00c…
Author: Juha Heinanen <jh(a)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=293274d…
Author: Jan Janak <jan(a)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=408aa72…
Author: Jan Janak <jan(a)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=19d019d…
Author: Jan Janak <jan(a)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=15e7bff…
Author: Jan Janak <jan(a)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=49c7169…
Author: Jan Janak <jan(a)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=3dc5ee5…
Author: Jan Janak <jan(a)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=051cb22…
Author: Jiri Kuthan <jiri(a)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=e2401e7…
Author: Jiri Kuthan <jiri(a)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=d2998df…
Author: Jiri Kuthan <jiri(a)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=e21f136…
Author: Jan Janak <jan(a)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=a11be07…
Author: Raphael Coeffic <rco(a)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=0133c35…
Author: Jan Janak <jan(a)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=6b9ce18…
Author: Jan Janak <jan(a)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=0d33a50…
Author: Jan Janak <jan(a)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=9aa0fda…
Author: Jan Janak <jan(a)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=8064d7b…
Author: Bogdan-Andrei Iancu <bogdan(a)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=152025b…
Author: Jan Janak <jan(a)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=d6b707f…
Author: Andrei Pelinescu-Onciul <andrei(a)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=72edcf5…
Author: Jan Janak <jan(a)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=82b8ba8…
Author: Jan Janak <jan(a)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=3dd2dcf…
Author: Miklos Tirpak <miklos(a)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=e28a4e0…
Author: Daniel-Constantin Mierla <daniel(a)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=af4d531…
Author: Daniel-Constantin Mierla <daniel(a)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=c6c9f23…
Author: Jan Janak <jan(a)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=c631e43…
Author: Jan Janak <jan(a)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=b35efa4…
Author: Jan Janak <jan(a)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=97959fe…
Author: Jan Janak <jan(a)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=99b8af5…
Author: Jan Janak <jan(a)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=67cbb9a…
Author: Jan Janak <jan(a)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=afe0388…
Author: Jan Janak <jan(a)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=ebfd628…
Author: Jan Janak <jan(a)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=b92dc27…
Author: Jan Janak <jan(a)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=4cfea4b…
Author: Jan Janak <jan(a)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=ac8e320…
Author: Jan Janak <jan(a)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=a948b29…
Author: Daniel-Constantin Mierla <daniel(a)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=6328454…
Author: Jan Janak <jan(a)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=8f554e7…
Author: Jan Janak <jan(a)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=bbc7c13…
Author: Jan Janak <jan(a)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=dc37344…
Author: Daniel-Constantin Mierla <daniel(a)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=9224ca0…
Author: Daniel-Constantin Mierla <daniel(a)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=0a0c3f6…
Author: Jan Janak <jan(a)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=919782a…
Author: Jan Janak <jan(a)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=9a3c9c4…
Author: Jan Janak <jan(a)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=951da6d…
Author: Jan Janak <jan(a)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=cd10b13…
Author: Jan Janak <jan(a)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=37ddb4d…
Author: Jan Janak <jan(a)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=b6ac132…
Author: Jan Janak <jan(a)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=539de11…
Author: Jan Janak <jan(a)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=1b748be…
Author: Daniel-Constantin Mierla <daniel(a)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=45171a8…
Author: Daniel-Constantin Mierla <daniel(a)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=daf896d…
Author: Daniel-Constantin Mierla <daniel(a)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=e2eed47…
Author: Daniel-Constantin Mierla <daniel(a)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=15b5a3f…
Author: Jan Janak <jan(a)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=4733a33…
Author: Jan Janak <jan(a)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=6cbe2e1…
Author: Jan Janak <jan(a)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=f7e713f…
Author: Jan Janak <jan(a)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=a9527ee…
Author: Daniel-Constantin Mierla <daniel(a)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=98c727a…
Author: Jan Janak <jan(a)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=6470056…
Author: Jan Janak <jan(a)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=29be0a6…
Author: Andrei Pelinescu-Onciul <andrei(a)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=db884f0…
Author: Andrei Pelinescu-Onciul <andrei(a)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=a5cd566…
Author: Andrei Pelinescu-Onciul <andrei(a)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=aa1abdb…
Author: Andrei Pelinescu-Onciul <andrei(a)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=ea46e96…
Author: Andrei Pelinescu-Onciul <andrei(a)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=d57d6b8…
Author: Andrei Pelinescu-Onciul <andrei(a)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=6f0766d…
Author: Andrei Pelinescu-Onciul <andrei(a)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=1432c89…
Author: Jan Janak <jan(a)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=23f98cd…
Author: Jan Janak <jan(a)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=0c8f5e2…
Author: Andrei Pelinescu-Onciul <andrei(a)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=1922d40…
Author: Jan Janak <jan(a)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=e54f45d…
Author: Andrei Pelinescu-Onciul <andrei(a)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=7fa5d41…
Author: Jan Janak <jan(a)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=82c4b91…
Author: Andrei Pelinescu-Onciul <andrei(a)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=7e2f5c2…
Author: Jan Janak <jan(a)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=8224758…
Author: Andrei Pelinescu-Onciul <andrei(a)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=ee1c4f1…
Author: Jan Janak <jan(a)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=2a08c1f…
Author: Andrei Pelinescu-Onciul <andrei(a)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=bdaffd6…
Author: Jan Janak <jan(a)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=15cbfc0…
Author: Andrei Pelinescu-Onciul <andrei(a)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=8dbb5ac…
Author: Andrei Pelinescu-Onciul <andrei(a)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=6c6a37e…
Author: Jan Janak <jan(a)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=a0d4352…
Author: Andrei Pelinescu-Onciul <andrei(a)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=fec4a0e…
Author: Jan Janak <jan(a)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=d69aa8d…
Author: Jan Janak <jan(a)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=b41a6fe…
Author: Jan Janak <jan(a)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=e08e6b9…
Author: Andrei Pelinescu-Onciul <andrei(a)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=0927928…
Author: Jan Janak <jan(a)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=df0073b…
Author: Jan Janak <jan(a)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=35a96ec…
Author: Jan Janak <jan(a)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=8a22e4c…
Author: Jan Janak <jan(a)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=b285cbf…
Author: Jan Janak <jan(a)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=79bee10…
Author: Jan Janak <jan(a)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=88a78ec…
Author: Jan Janak <jan(a)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=1f1b092…
Author: Andrei Pelinescu-Onciul <andrei(a)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=47b64ad…
Author: Jan Janak <jan(a)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=b825d84…
Author: Jan Janak <jan(a)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=3a5d339…
Author: Jan Janak <jan(a)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=c1a761e…
Author: Jan Janak <jan(a)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=fa537cf…
Author: Jan Janak <jan(a)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=6c5343b…
Author: Nils Ohlmeier <nils(a)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=9a94435…
Author: Nils Ohlmeier <nils(a)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=70669f2…
Author: Jiri Kuthan <jiri(a)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=d9d36e7…
Author: Jiri Kuthan <jiri(a)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=c26ab35…
Author: Jan Janak <jan(a)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=db68d96…
Author: Jan Janak <jan(a)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=ae1479c…
Author: Jan Janak <jan(a)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=f7da7b3…
Author: Jan Janak <jan(a)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=5d7bdf0…
Author: Jan Janak <jan(a)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=c60d97d…
Author: Jan Janak <jan(a)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=0360069…
Author: Jan Janak <jan(a)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=eacd0be…
Author: Jan Janak <jan(a)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=6faeb76…
Author: Jan Janak <jan(a)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=c3fd4f2…
Author: Jan Janak <jan(a)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=10eed0e…
Author: Jan Janak <jan(a)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=5ed7a5c…
Author: Jan Janak <jan(a)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=231a506…
Author: Jan Janak <jan(a)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=f5b0c4e…
Author: Jan Janak <jan(a)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=34b8717…
Author: Jan Janak <jan(a)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=b7dc5c6…
Author: Jiri Kuthan <jiri(a)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=01c32ec…
Author: Jiri Kuthan <jiri(a)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=22856c9…
Author: Jiri Kuthan <jiri(a)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=ad6cb90…
Author: Jan Janak <jan(a)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=2f0a3ed…
Author: Daniel-Constantin Mierla <daniel(a)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=656b5e5…
Author: Daniel-Constantin Mierla <daniel(a)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=e8e3c3f…
Author: Raphael Coeffic <rco(a)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=e774f91…
Author: Raphael Coeffic <rco(a)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=5b81709…
Author: Jan Janak <jan(a)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=84066f1…
Author: Jan Janak <jan(a)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=c37e463…
Author: Jan Janak <jan(a)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=d981663…
Author: Jan Janak <jan(a)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=fd085f8…
Author: Jan Janak <jan(a)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=b6b30d7…
Author: Jan Janak <jan(a)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=a8aa152…
Author: Jan Janak <jan(a)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=9db869f…
Author: Bogdan-Andrei Iancu <bogdan(a)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=6c55d3b…
Author: Bogdan-Andrei Iancu <bogdan(a)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=0fcc745…
Author: Andrei Pelinescu-Onciul <andrei(a)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=efe24dc…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Mon Feb 24 16:46:11 2003 +0000
- applied Maxim Sobolev <sobomax(a)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=ae56d51…
Author: Daniel-Constantin Mierla <daniel(a)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=41600aa…
Author: Daniel-Constantin Mierla <daniel(a)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=018dd98…
Author: Jan Janak <jan(a)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=3d3102e…
Author: Andrei Pelinescu-Onciul <andrei(a)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=5dde2a0…
Author: Jan Janak <jan(a)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=acb4633…
Author: Jan Janak <jan(a)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=68aa530…
Author: Jan Janak <jan(a)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=509ce02…
Author: Raphael Coeffic <rco(a)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=2347b21…
Author: Daniel-Constantin Mierla <daniel(a)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=532b2ce…
Author: Daniel-Constantin Mierla <daniel(a)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=ede880f…
Author: Andrei Pelinescu-Onciul <andrei(a)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=d68c268…
Author: Nils Ohlmeier <nils(a)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=11cb486…
Author: Raphael Coeffic <rco(a)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=dbf2e63…
Author: Daniel-Constantin Mierla <daniel(a)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=cec91fa…
Author: Daniel-Constantin Mierla <daniel(a)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=043d788…
Author: Daniel-Constantin Mierla <daniel(a)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=c6ffc3f…
Author: Daniel-Constantin Mierla <daniel(a)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=0dae873…
Author: Daniel-Constantin Mierla <daniel(a)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=919df58…
Author: Daniel-Constantin Mierla <daniel(a)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=dfc77f3…
Author: Daniel-Constantin Mierla <daniel(a)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=6d4f906…
Author: Daniel-Constantin Mierla <daniel(a)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=15f6a93…
Author: Jan Janak <jan(a)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=d66c03b…
Author: Daniel-Constantin Mierla <daniel(a)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=fd7bffb…
Author: Raphael Coeffic <rco(a)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=64d7cdb…
Author: Nils Ohlmeier <nils(a)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=27eb2fa…
Author: Raphael Coeffic <rco(a)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=00d35c2…
Author: Jiri Kuthan <jiri(a)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=ec120d8…
Author: Daniel-Constantin Mierla <daniel(a)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=c11a1ae…
Author: Daniel-Constantin Mierla <daniel(a)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=b26fca6…
Author: Daniel-Constantin Mierla <daniel(a)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=bdc57f2…
Author: Jiri Kuthan <jiri(a)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=7b12b56…
Author: Jiri Kuthan <jiri(a)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=d9d74eb…
Author: Daniel-Constantin Mierla <daniel(a)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=1d64e83…
Author: Daniel-Constantin Mierla <daniel(a)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=d70c59a…
Author: Jan Janak <jan(a)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=82c8c16…
Author: Jan Janak <jan(a)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=6b1c474…
Author: Daniel-Constantin Mierla <daniel(a)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=e8bdd25…
Author: Bogdan-Andrei Iancu <bogdan(a)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=a0acf2c…
Author: Bogdan-Andrei Iancu <bogdan(a)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=7e8cb3f…
Author: Bogdan-Andrei Iancu <bogdan(a)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=f363032…
Author: Jan Janak <jan(a)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=a3312cf…
Author: Jan Janak <jan(a)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=e82758f…
Author: Daniel-Constantin Mierla <daniel(a)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=d9dac62…
Author: Daniel-Constantin Mierla <daniel(a)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@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=8362878…
Author: Daniel-Constantin Mierla <daniel(a)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=ef270cc…
Author: Andrei Pelinescu-Onciul <andrei(a)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=603666c…
Author: Andrei Pelinescu-Onciul <andrei(a)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=df62115…
Author: Daniel-Constantin Mierla <daniel(a)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@hostname)
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=46cc00c…
Author: Daniel-Constantin Mierla <daniel(a)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=a8778c1…
Author: Jan Janak <jan(a)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=2407884…
Author: Jan Janak <jan(a)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=a2d9207…
Author: Jan Janak <jan(a)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=13be3fb…
Author: Daniel-Constantin Mierla <daniel(a)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=1345c75…
Author: Daniel-Constantin Mierla <daniel(a)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=5bc99d3…
Author: Daniel-Constantin Mierla <daniel(a)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=e1e7338…
Author: Daniel-Constantin Mierla <daniel(a)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=da344c6…
Author: Daniel-Constantin Mierla <daniel(a)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=669521a…
Author: Jiri Kuthan <jiri(a)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=6f1c323…
Author: Jiri Kuthan <jiri(a)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=7764c09…
Author: Jiri Kuthan <jiri(a)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=65686ce…
Author: Juha Heinanen <jh(a)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=2093dee…
Author: Juha Heinanen <jh(a)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=79bdcee…
Author: Juha Heinanen <jh(a)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=aa4c79b…
Author: Juha Heinanen <jh(a)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=dcd0a10…
Author: Juha Heinanen <jh(a)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=ff9428a…
Author: Jiri Kuthan <jiri(a)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=b323415…
Author: Jan Janak <jan(a)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=09c3316…
Author: Jan Janak <jan(a)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=f523c4c…
Author: Daniel-Constantin Mierla <daniel(a)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=082d225…
Author: Daniel-Constantin Mierla <daniel(a)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=0ea2f06…
Author: Jan Janak <jan(a)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=e046827…
Author: Andrei Pelinescu-Onciul <andrei(a)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=3ab9549…
Author: Daniel-Constantin Mierla <daniel(a)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=393ef7b…
Author: Daniel-Constantin Mierla <daniel(a)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=caf849e…
Author: Daniel-Constantin Mierla <daniel(a)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=f9d0720…
Author: Daniel-Constantin Mierla <daniel(a)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=090df17…
Author: Jan Janak <jan(a)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=221e8ab…
Author: Jan Janak <jan(a)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=7cdc845…
Author: Jan Janak <jan(a)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=fe023c2…
Author: Jan Janak <jan(a)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=caa4097…
Author: Jan Janak <jan(a)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=1761f31…
Author: Jan Janak <jan(a)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=dcdf01c…
Author: Jan Janak <jan(a)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=09befa5…
Author: Jan Janak <jan(a)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=eb4058f…
Author: Jan Janak <jan(a)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=1af984a…
Author: Jan Janak <jan(a)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=c22504b…
Author: Jan Janak <jan(a)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=27549ce…
Author: Jan Janak <jan(a)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=41aba17…
Author: Jan Janak <jan(a)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=4b24461…
Author: Daniel-Constantin Mierla <daniel(a)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=85ef3bc…
Author: Jiri Kuthan <jiri(a)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=80eb3f0…
Author: Jiri Kuthan <jiri(a)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=cd65d72…
Author: Jiri Kuthan <jiri(a)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=dd40f74…
Author: Jiri Kuthan <jiri(a)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=bd75246…
Author: Jiri Kuthan <jiri(a)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=f2fb11d…
Author: Jan Janak <jan(a)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=698ecb3…
Author: Jan Janak <jan(a)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=d630279…
Author: Jan Janak <jan(a)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=86f10a9…
Author: Jan Janak <jan(a)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=8ea34c6…
Author: Jiri Kuthan <jiri(a)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=eff5e1a…
Author: Jiri Kuthan <jiri(a)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=de9ee5c…
Author: Jiri Kuthan <jiri(a)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=a0b592b…
Author: Andrei Pelinescu-Onciul <andrei(a)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=91fd128…
Author: Andrei Pelinescu-Onciul <andrei(a)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=8fb51ae…
Author: Bogdan-Andrei Iancu <bogdan(a)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=a9a995a…
Author: Jan Janak <jan(a)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=d1341d2…
Author: Jan Janak <jan(a)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=33d3a55…
Author: Jan Janak <jan(a)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=adfb558…
Author: Jan Janak <jan(a)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=46f1def…
Author: Jan Janak <jan(a)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@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=f093234…
Author: Jan Janak <jan(a)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=92ccbc8…
Author: Jan Janak <jan(a)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=1b985a7…
Author: Jan Janak <jan(a)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=d9e2e92…
Author: Jan Janak <jan(a)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=72ac2c6…
Author: Jan Janak <jan(a)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=be1182e…
Author: Jan Janak <jan(a)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=f2f5642…
Author: Bogdan-Andrei Iancu <bogdan(a)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=6185751…
Author: Jan Janak <jan(a)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=3129cf2…
Author: Jan Janak <jan(a)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=38ebd7c…
Author: Jan Janak <jan(a)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=c1593ab…
Author: Jan Janak <jan(a)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=46d5301…
Author: Jan Janak <jan(a)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=e121fb1…
Author: Daniel-Constantin Mierla <daniel(a)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=ed353a4…
Author: Jiri Kuthan <jiri(a)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=bc64f69…
Author: Bogdan-Andrei Iancu <bogdan(a)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=4783db4…
Author: Jan Janak <jan(a)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=439a546…
Author: Daniel-Constantin Mierla <daniel(a)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=42e1bcf…
Author: Daniel-Constantin Mierla <daniel(a)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=b996df6…
Author: Daniel-Constantin Mierla <daniel(a)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=be7fa29…
Author: Jan Janak <jan(a)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=81e0bd1…
Author: Bogdan-Andrei Iancu <bogdan(a)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=d2c64f2…
Author: Jan Janak <jan(a)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=eef11a9…
Author: Jan Janak <jan(a)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=fd39180…
Author: Daniel-Constantin Mierla <daniel(a)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=9f1c2e0…
Author: Daniel-Constantin Mierla <daniel(a)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=fea3501…
Author: Daniel-Constantin Mierla <daniel(a)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=0b8efad…
Author: Jan Janak <jan(a)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=133ceb5…
Author: Jan Janak <jan(a)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=fa9a6fa…
Author: Daniel-Constantin Mierla <daniel(a)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=5144e7c…
Author: Jan Janak <jan(a)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=65655e9…
Author: Jan Janak <jan(a)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=b777fc8…
Author: Bogdan-Andrei Iancu <bogdan(a)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=e04a937…
Author: Jan Janak <jan(a)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=a27bcac…
Author: Jan Janak <jan(a)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=312335b…
Author: Jan Janak <jan(a)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=1af36b4…
Author: Bogdan-Andrei Iancu <bogdan(a)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=14a0f83…
Author: Bogdan-Andrei Iancu <bogdan(a)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=9dfce97…
Author: Daniel-Constantin Mierla <daniel(a)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=893f5c5…
Author: Bogdan-Andrei Iancu <bogdan(a)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=cc13a61…
Author: Daniel-Constantin Mierla <daniel(a)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=92c22c0…
Author: Daniel-Constantin Mierla <daniel(a)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=1303f62…
Author: Daniel-Constantin Mierla <daniel(a)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=3f5ee0d…
Author: Andrei Pelinescu-Onciul <andrei(a)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=0ed7380…
Author: Bogdan-Andrei Iancu <bogdan(a)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=0369faf…
Author: Jiri Kuthan <jiri(a)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=6e9af7f…
Author: Bogdan-Andrei Iancu <bogdan(a)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=cf83c45…
Author: Bogdan-Andrei Iancu <bogdan(a)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=6339458…
Author: Daniel-Constantin Mierla <daniel(a)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=30fb8f5…
Author: Daniel-Constantin Mierla <daniel(a)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=b7a0a1e…
Author: Daniel-Constantin Mierla <daniel(a)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=ddcc540…
Author: Jan Janak <jan(a)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=746e6fb…
Author: Daniel-Constantin Mierla <daniel(a)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=cfab040…
Author: Jan Janak <jan(a)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=fdeceea…
Author: Jan Janak <jan(a)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=02645ee…
Author: Jan Janak <jan(a)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=e678d33…
Author: Daniel-Constantin Mierla <daniel(a)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=a4f1081…
Author: Andrei Pelinescu-Onciul <andrei(a)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=42aecb3…
Author: Bogdan-Andrei Iancu <bogdan(a)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=7cc8b77…
Author: Bogdan-Andrei Iancu <bogdan(a)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=bd4150d…
Author: Daniel-Constantin Mierla <daniel(a)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=19019e0…
Author: Jan Janak <jan(a)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=4b1817f…
Author: Jan Janak <jan(a)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=270a723…
Author: Andrei Pelinescu-Onciul <andrei(a)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=b82dc73…
Author: Karel Kozlik <karel(a)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=eeb8b9f…
Author: Daniel-Constantin Mierla <daniel(a)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=4a95579…
Author: Daniel-Constantin Mierla <daniel(a)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=ff14b08…
Author: Jan Janak <jan(a)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=90a7a2e…
Author: Daniel-Constantin Mierla <daniel(a)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=ae9e58e…
Author: Daniel-Constantin Mierla <daniel(a)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=348e0be…
Author: Daniel-Constantin Mierla <daniel(a)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=979e936…
Author: Daniel-Constantin Mierla <daniel(a)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=8f0f93b…
Author: Daniel-Constantin Mierla <daniel(a)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=ac9babf…
Author: Daniel-Constantin Mierla <daniel(a)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=29b4941…
Author: Daniel-Constantin Mierla <daniel(a)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=85d3270…
Author: Daniel-Constantin Mierla <daniel(a)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=9a8e467…
Author: Daniel-Constantin Mierla <daniel(a)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=7469fe1…
Author: Andrei Pelinescu-Onciul <andrei(a)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=d29c519…
Author: Andrei Pelinescu-Onciul <andrei(a)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=83bde94…
Author: Bogdan-Andrei Iancu <bogdan(a)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=ee54885…
Author: Bogdan-Andrei Iancu <bogdan(a)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=2df2ded…
Author: Daniel-Constantin Mierla <daniel(a)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=9ec197a…
Author: Daniel-Constantin Mierla <daniel(a)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=40af6f7…
Author: Bogdan-Andrei Iancu <bogdan(a)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=6a0494f…
Author: Daniel-Constantin Mierla <daniel(a)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=c38bb35…
Author: Daniel-Constantin Mierla <daniel(a)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=853d6b6…
Author: Bogdan-Andrei Iancu <bogdan(a)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=48f8134…
Author: Jiri Kuthan <jiri(a)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=061a2ee…
Author: Jiri Kuthan <jiri(a)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=3541450…
Author: Andrei Pelinescu-Onciul <andrei(a)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=2b6187b…
Author: Karel Kozlik <karel(a)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=f965f44…
Author: Jiri Kuthan <jiri(a)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=79f14fa…
Author: Jiri Kuthan <jiri(a)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=ebe5f7c…
Author: Jiri Kuthan <jiri(a)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=8a3c284…
Author: Jiri Kuthan <jiri(a)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=f2b3ba1…
Author: Jiri Kuthan <jiri(a)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=a9d7dae…
Author: Jiri Kuthan <jiri(a)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=b3cb711…
Author: Daniel-Constantin Mierla <daniel(a)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=60bb2df…
Author: Daniel-Constantin Mierla <daniel(a)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=2a34262…
Author: Daniel-Constantin Mierla <daniel(a)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=0c2b69a…
Author: Daniel-Constantin Mierla <daniel(a)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=ec4781a…
Author: Daniel-Constantin Mierla <daniel(a)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=6a7d086…
Author: Daniel-Constantin Mierla <daniel(a)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=b5c5f9e…
Author: Daniel-Constantin Mierla <daniel(a)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=8ae0b4d…
Author: Bogdan-Andrei Iancu <bogdan(a)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=efdf0c2…
Author: Bogdan-Andrei Iancu <bogdan(a)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=0a0bb1c…
Author: Jiri Kuthan <jiri(a)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=56a1655…
Author: Jan Janak <jan(a)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=5989acf…
Author: Andrei Pelinescu-Onciul <andrei(a)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=be29530…
Author: Daniel-Constantin Mierla <daniel(a)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=1ec3b3f…
Author: Jiri Kuthan <jiri(a)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=961bec9…
Author: Jiri Kuthan <jiri(a)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=76a7121…
Author: Jiri Kuthan <jiri(a)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=20f794d…
Author: Jiri Kuthan <jiri(a)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=0a6fb33…
Author: Jiri Kuthan <jiri(a)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=d7440e5…
Author: Andrei Pelinescu-Onciul <andrei(a)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=d7b5137…
Author: Andrei Pelinescu-Onciul <andrei(a)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=9d3112f…
Author: Bogdan-Andrei Iancu <bogdan(a)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=88a3c7a…
Author: Andrei Pelinescu-Onciul <andrei(a)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=5360037…
Author: Bogdan-Andrei Iancu <bogdan(a)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=8a7bc51…
Author: Andrei Pelinescu-Onciul <andrei(a)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=6377654…
Author: Andrei Pelinescu-Onciul <andrei(a)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=1f31c4b…
Author: Jan Janak <jan(a)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=affb703…
Author: Jiri Kuthan <jiri(a)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=8ac0e3c…
Author: Jiri Kuthan <jiri(a)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=633ab6c…
Author: Bogdan-Andrei Iancu <bogdan(a)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=11297f1…
Author: Bogdan-Andrei Iancu <bogdan(a)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=e404335…
Author: Bogdan-Andrei Iancu <bogdan(a)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=a9b0328…
Author: Jiri Kuthan <jiri(a)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=7b548ba…
Author: Bogdan-Andrei Iancu <bogdan(a)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=b9d9701…
Author: Bogdan-Andrei Iancu <bogdan(a)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=f965235…
Author: Bogdan-Andrei Iancu <bogdan(a)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=78bb01f…
Author: Bogdan-Andrei Iancu <bogdan(a)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=8851fab…
Author: Andrei Pelinescu-Onciul <andrei(a)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=5233fc4…
Author: Bogdan-Andrei Iancu <bogdan(a)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=ad69a79…
Author: Bogdan-Andrei Iancu <bogdan(a)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=0b33806…
Author: Bogdan-Andrei Iancu <bogdan(a)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=c71322d…
Author: Bogdan-Andrei Iancu <bogdan(a)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=363591d…
Author: Bogdan-Andrei Iancu <bogdan(a)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=1228661…
Author: Bogdan-Andrei Iancu <bogdan(a)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=aaa1ab7…
Author: Jan Janak <jan(a)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=415406e…
Author: Jan Janak <jan(a)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=5fd3768…
Author: Bogdan-Andrei Iancu <bogdan(a)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=0617a5e…
Author: Jan Janak <jan(a)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=64a0c7c…
Author: Jan Janak <jan(a)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=ed346bc…
Author: Jiri Kuthan <jiri(a)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=ede96d8…
Author: Jiri Kuthan <jiri(a)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=76190d5…
Author: Bogdan-Andrei Iancu <bogdan(a)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=5111a03…
Author: Bogdan-Andrei Iancu <bogdan(a)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=0fc140a…
Author: Bogdan-Andrei Iancu <bogdan(a)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=926fc7e…
Author: Bogdan-Andrei Iancu <bogdan(a)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=fb6c6e2…
Author: Jiri Kuthan <jiri(a)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=5f093c8…
Author: Jiri Kuthan <jiri(a)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=51660e5…
Author: Andrei Pelinescu-Onciul <andrei(a)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=8c4023d…
Author: Jiri Kuthan <jiri(a)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=30ff8e4…
Author: Andrei Pelinescu-Onciul <andrei(a)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=598ab73…
Author: Bogdan-Andrei Iancu <bogdan(a)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=c960ad8…
Author: Jiri Kuthan <jiri(a)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=9fd8ae3…
Author: Jiri Kuthan <jiri(a)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=4ff090b…
Author: Jan Janak <jan(a)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=71f2d6d…
Author: Jan Janak <jan(a)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=2a77569…
Author: Jan Janak <jan(a)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=06a6975…
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=278af4e…
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=7ff62ff…
Author: Andrei Pelinescu-Onciul <andrei(a)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=ba94ed1…
Author: Jan Janak <jan(a)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=df5878f…
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=29592ca…
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=51a467d…
Author: Jan Janak <jan(a)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=f62ad86…
Author: Andrei Pelinescu-Onciul <andrei(a)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=491bafb…
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=987ff43…
Author: Jan Janak <jan(a)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=ef0d052…
Author: Jan Janak <jan(a)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=734c06d…
Author: Jan Janak <jan(a)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=777776c…
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=9fcd8e0…
Author: Jan Janak <jan(a)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=b96c58f…
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=e226eec…
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=c0ed8b6…
Author: Jan Janak <jan(a)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=b811f9f…
Author: Jiri Kuthan <jiri(a)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=b3b790a…
Author: Jiri Kuthan <jiri(a)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=544b471…
Author: Jan Janak <jan(a)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=c531557…
Author: Jan Janak <jan(a)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=12a3a9e…
Author: Jan Janak <jan(a)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=2dc9bc1…
Author: Jiri Kuthan <jiri(a)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=3745397…
Author: Jan Janak <jan(a)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=f4631a9…
Author: Jan Janak <jan(a)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=754fc83…
Author: Jan Janak <jan(a)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=3a6d3a3…
Author: Jan Janak <jan(a)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=3a03e88…
Author: Jan Janak <jan(a)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=2cbc50f…
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=a340068…
Author: Jan Janak <jan(a)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=6c66a38…
Author: Daniel-Constantin Mierla <daniel(a)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=bf506be…
Author: Jiri Kuthan <jiri(a)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=9e01abe…
Author: Jan Janak <jan(a)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=688bf07…
Author: Jiri Kuthan <jiri(a)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=dbb2bc7…
Author: Jan Janak <jan(a)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=e73c187…
Author: Jan Janak <jan(a)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=e711f26…
Author: Jan Janak <jan(a)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=3c290f0…
Author: Jan Janak <jan(a)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=b191afa…
Author: Jan Janak <jan(a)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=7f1f948…
Author: Jan Janak <jan(a)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=0dbd921…
Author: Jan Janak <jan(a)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=cc3d50d…
Author: Jiri Kuthan <jiri(a)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=c877c72…
Author: Jiri Kuthan <jiri(a)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=3ff9260…
Author: Jan Janak <jan(a)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=13e2fe3…
Author: Jan Janak <jan(a)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=ed5c872…
Author: Daniel-Constantin Mierla <daniel(a)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=4d5697e…
Author: Jan Janak <jan(a)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=75df808…
Author: Jan Janak <jan(a)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=5b1576f…
Author: Jan Janak <jan(a)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=59f8bf5…
Author: Jan Janak <jan(a)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=cf25ab2…
Author: Jan Janak <jan(a)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=be717f2…
Author: Daniel-Constantin Mierla <daniel(a)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=c9c781f…
Author: Daniel-Constantin Mierla <daniel(a)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=9d36d77…
Author: Daniel-Constantin Mierla <daniel(a)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=2411360…
Author: Daniel-Constantin Mierla <daniel(a)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=aa9f237…
Author: Daniel-Constantin Mierla <daniel(a)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=e8485c8…
Author: Daniel-Constantin Mierla <daniel(a)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=7a376b7…
Author: Daniel-Constantin Mierla <daniel(a)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=3217042…
Author: Jiri Kuthan <jiri(a)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=d23bed8…
Author: Jan Janak <jan(a)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=ae1bbee…
Author: Jan Janak <jan(a)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=8c38e2f…
Author: Jan Janak <jan(a)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=e3504eb…
Author: Jan Janak <jan(a)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=f95d241…
Author: Jiri Kuthan <jiri(a)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=6bbe6d9…
Author: Daniel-Constantin Mierla <daniel(a)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=6018e78…
Author: Jiri Kuthan <jiri(a)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=d004453…
Author: Jiri Kuthan <jiri(a)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=8668fb3…
Author: Jiri Kuthan <jiri(a)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=f322130…
Author: Jiri Kuthan <jiri(a)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=3080522…
Author: Jiri Kuthan <jiri(a)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=1ad60e7…
Author: Jiri Kuthan <jiri(a)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=d1989d1…
Author: Jiri Kuthan <jiri(a)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=466ebc2…
Author: Jiri Kuthan <jiri(a)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=53f20eb…
Author: Jiri Kuthan <jiri(a)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=857efe7…
Author: Jiri Kuthan <jiri(a)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=9a5d8cc…
Author: Jiri Kuthan <jiri(a)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=5d8d763…
Author: Jiri Kuthan <jiri(a)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=ef7100d…
Author: Jan Janak <jan(a)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=24fb473…
Author: Bogdan-Andrei Iancu <bogdan(a)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=29f5f47…
Author: Daniel-Constantin Mierla <daniel(a)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=35d8e7b…
Author: Daniel-Constantin Mierla <daniel(a)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=f02e258…
Author: Jan Janak <jan(a)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=04f79b9…
Author: Jan Janak <jan(a)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=2a386a3…
Author: Jan Janak <jan(a)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=a811c4d…
Author: Jan Janak <jan(a)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=1ca8241…
Author: Jan Janak <jan(a)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=9f0c888…
Author: Jan Janak <jan(a)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=c685d9c…
Author: Jan Janak <jan(a)iptel.org>
Date: Thu Aug 8 21:14:56 2002 +0000
Added new parameter to parse_headers
See sr(a)iptel.org mailing list for details.
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b780f67…
Author: Jan Janak <jan(a)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=2103a42…
Author: Jan Janak <jan(a)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=6260ae7…
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=2b0a550…
Author: Jan Janak <jan(a)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=65b3c73…
Author: Jiri Kuthan <jiri(a)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=33325cf…
Author: Jiri Kuthan <jiri(a)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=dd8e5c5…
Author: Jiri Kuthan <jiri(a)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=edc1082…
Author: Jiri Kuthan <jiri(a)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=a9cc257…
Author: Jan Janak <jan(a)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=87eab9d…
Author: Jiri Kuthan <jiri(a)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=dcafa73…
Author: Daniel-Constantin Mierla <daniel(a)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=bfc45a7…
Author: Daniel-Constantin Mierla <daniel(a)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=1ce1614…
Author: Bogdan-Andrei Iancu <bogdan(a)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=a5aa814…
Author: Bogdan-Andrei Iancu <bogdan(a)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=3ac9fda…
Author: Bogdan-Andrei Iancu <bogdan(a)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=70db757…
Author: Bogdan-Andrei Iancu <bogdan(a)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=e279642…
Author: Jan Janak <jan(a)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=13f8e0a…
Author: Jan Janak <jan(a)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=36b224a…
Author: Daniel-Constantin Mierla <daniel(a)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=c17ffd5…
Author: Jan Janak <jan(a)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=70255d9…
Author: Jan Janak <jan(a)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=3b637c4…
Author: Jan Janak <jan(a)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=4d9c993…
Author: Jan Janak <jan(a)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=90107c5…
Author: Jiri Kuthan <jiri(a)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=f77c607…
Author: Jiri Kuthan <jiri(a)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=4695ad6…
Author: Jiri Kuthan <jiri(a)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=b4608a7…
Author: Daniel-Constantin Mierla <daniel(a)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=37132a1…
Author: Jan Janak <jan(a)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=339e488…
Author: Daniel-Constantin Mierla <daniel(a)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=6b4868a…
Author: Bogdan-Andrei Iancu <bogdan(a)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=ac046e6…
Author: Bogdan-Andrei Iancu <bogdan(a)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=82fbf8a…
Author: Bogdan-Andrei Iancu <bogdan(a)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=2216792…
Author: Bogdan-Andrei Iancu <bogdan(a)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=e4276ba…
Author: Bogdan-Andrei Iancu <bogdan(a)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=74f0e13…
Author: Jan Janak <jan(a)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=a0f54fe…
Author: Bogdan-Andrei Iancu <bogdan(a)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=cf8552c…
Author: Jan Janak <jan(a)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=ce4c4f3…
Author: Bogdan-Andrei Iancu <bogdan(a)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=3996756…
Author: Daniel-Constantin Mierla <daniel(a)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=0799d7e…
Author: Daniel-Constantin Mierla <daniel(a)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=0c4442d…
Author: Daniel-Constantin Mierla <daniel(a)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=871be65…
Author: Bogdan-Andrei Iancu <bogdan(a)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=8ca55a6…
Author: Bogdan-Andrei Iancu <bogdan(a)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=690dc49…
Author: Bogdan-Andrei Iancu <bogdan(a)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=3ba7bc8…
Author: Bogdan-Andrei Iancu <bogdan(a)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=4d30c1a…
Author: Bogdan-Andrei Iancu <bogdan(a)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=a316e14…
Author: Bogdan-Andrei Iancu <bogdan(a)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=1bfccda…
Author: Jiri Kuthan <jiri(a)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=71e9284…
Author: Jiri Kuthan <jiri(a)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=c96b584…
Author: Bogdan-Andrei Iancu <bogdan(a)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=e8ba364…
Author: Bogdan-Andrei Iancu <bogdan(a)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=bfaa088…
Author: Bogdan-Andrei Iancu <bogdan(a)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=70ca035…
Author: Bogdan-Andrei Iancu <bogdan(a)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=bc486d6…
Author: Bogdan-Andrei Iancu <bogdan(a)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=d4cb499…
Author: Bogdan-Andrei Iancu <bogdan(a)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=211a39a…
Author: Bogdan-Andrei Iancu <bogdan(a)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=aff90d7…
Author: Bogdan-Andrei Iancu <bogdan(a)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=2bf196f…
Author: Bogdan-Andrei Iancu <bogdan(a)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=4e0aa92…
Author: Bogdan-Andrei Iancu <bogdan(a)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=9c26f4b…
Author: Bogdan-Andrei Iancu <bogdan(a)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=3c014a8…
Author: Bogdan-Andrei Iancu <bogdan(a)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=794bae5…
Author: Bogdan-Andrei Iancu <bogdan(a)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=f88d4c6…
Author: Bogdan-Andrei Iancu <bogdan(a)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=8dbfc15…
Author: Bogdan-Andrei Iancu <bogdan(a)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=1f498af…
Author: Bogdan-Andrei Iancu <bogdan(a)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=fac6265…
Author: Bogdan-Andrei Iancu <bogdan(a)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=5488f25…
Author: Bogdan-Andrei Iancu <bogdan(a)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=d9992af…
Author: Bogdan-Andrei Iancu <bogdan(a)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=c682f44…
Author: Bogdan-Andrei Iancu <bogdan(a)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=63e8e8f…
Author: Bogdan-Andrei Iancu <bogdan(a)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=beca325…
Author: Bogdan-Andrei Iancu <bogdan(a)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=c85e3b3…
Author: Jiri Kuthan <jiri(a)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=4e0c2f9…
Author: Jan Janak <jan(a)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=05b82b1…
Author: Jan Janak <jan(a)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=c84dfe9…
Author: Bogdan-Andrei Iancu <bogdan(a)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=1ec4332…
Author: Jan Janak <jan(a)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=20c7eb5…
Author: Jiri Kuthan <jiri(a)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=75a4cea…
Author: Bogdan-Andrei Iancu <bogdan(a)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=a769a9a…
Author: Bogdan-Andrei Iancu <bogdan(a)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=6c2d992…
Author: Bogdan-Andrei Iancu <bogdan(a)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=bf6a75e…
Author: Jan Janak <jan(a)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=c3bfeac…
Author: Jan Janak <jan(a)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=f95a5cb…
Author: Bogdan-Andrei Iancu <bogdan(a)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=8048ea6…
Author: Bogdan-Andrei Iancu <bogdan(a)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=81dbfbf…
Author: Bogdan-Andrei Iancu <bogdan(a)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=58fdf13…
Author: Bogdan-Andrei Iancu <bogdan(a)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=80214b7…
Author: Bogdan-Andrei Iancu <bogdan(a)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=45d162e…
Author: Bogdan-Andrei Iancu <bogdan(a)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=c5cc910…
Author: Jiri Kuthan <jiri(a)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=3883d96…
Author: Bogdan-Andrei Iancu <bogdan(a)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=4528fe7…
Author: Bogdan-Andrei Iancu <bogdan(a)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=d6178de…
Author: Bogdan-Andrei Iancu <bogdan(a)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=33a51e0…
Author: Bogdan-Andrei Iancu <bogdan(a)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=c64ad59…
Author: Bogdan-Andrei Iancu <bogdan(a)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=0c0bf85…
Author: Bogdan-Andrei Iancu <bogdan(a)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=ce58421…
Author: Bogdan-Andrei Iancu <bogdan(a)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=1045061…
Author: Bogdan-Andrei Iancu <bogdan(a)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=959e20d…
Author: Bogdan-Andrei Iancu <bogdan(a)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=c95cbc4…
Author: Bogdan-Andrei Iancu <bogdan(a)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=12e1ce9…
Author: Bogdan-Andrei Iancu <bogdan(a)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=65cc331…
Author: Bogdan-Andrei Iancu <bogdan(a)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=b511393…
Author: Jiri Kuthan <jiri(a)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=672f80a…
Author: Bogdan-Andrei Iancu <bogdan(a)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=02542b3…
Author: Jan Janak <jan(a)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=4b5528e…
Author: Bogdan-Andrei Iancu <bogdan(a)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=92d138a…
Author: Jiri Kuthan <jiri(a)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=c996231…
Author: Jiri Kuthan <jiri(a)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=6003110…
Author: Jiri Kuthan <jiri(a)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=696199c…
Author: Jiri Kuthan <jiri(a)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=281e03a…
Author: Jiri Kuthan <jiri(a)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=f01353b…
Author: Jiri Kuthan <jiri(a)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=880bceb…
Author: Bogdan-Andrei Iancu <bogdan(a)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=241735a…
Author: Bogdan-Andrei Iancu <bogdan(a)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=c75be5b…
Author: Bogdan-Andrei Iancu <bogdan(a)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=785ae92…
Author: Bogdan-Andrei Iancu <bogdan(a)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=d367a44…
Author: Bogdan-Andrei Iancu <bogdan(a)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=2c349e5…
Author: Bogdan-Andrei Iancu <bogdan(a)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=335eed6…
Author: Bogdan-Andrei Iancu <bogdan(a)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=a922fda…
Author: Jiri Kuthan <jiri(a)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=338a81b…
Author: Bogdan-Andrei Iancu <bogdan(a)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=2838aed…
Author: Bogdan-Andrei Iancu <bogdan(a)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=9d393c9…
Author: Bogdan-Andrei Iancu <bogdan(a)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=01532ae…
Author: Bogdan-Andrei Iancu <bogdan(a)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=e1967ee…
Author: Bogdan-Andrei Iancu <bogdan(a)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=3873440…
Author: Jiri Kuthan <jiri(a)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=c7295b9…
Author: Jan Janak <jan(a)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=1eb3574…
Author: Jiri Kuthan <jiri(a)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=d7be241…
Author: Jan Janak <jan(a)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=e03ab75…
Author: Jiri Kuthan <jiri(a)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=c503712…
Author: Jiri Kuthan <jiri(a)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=e1e3d67…
Author: Jiri Kuthan <jiri(a)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=4307b1a…
Author: Jan Janak <jan(a)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=6734335…
Author: Jiri Kuthan <jiri(a)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=d7cfa85…
Author: Jiri Kuthan <jiri(a)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=38f00da…
Author: Jan Janak <jan(a)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=ce6ee5a…
Author: Jan Janak <jan(a)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=462def1…
Author: Jan Janak <jan(a)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=b2fed98…
Author: Jiri Kuthan <jiri(a)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=33a0e76…
Author: Jan Janak <jan(a)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=af75f4a…
Author: Andrei Pelinescu-Onciul <andrei(a)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=5e1459d…
Author: Jan Janak <jan(a)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=662b6e6…
Author: Jan Janak <jan(a)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=575bc4a…
Author: Andrei Pelinescu-Onciul <andrei(a)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=f83fc3f…
Author: Jan Janak <jan(a)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=8d661a8…
Author: Jan Janak <jan(a)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=d9f98a1…
Author: Jan Janak <jan(a)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=e5017d2…
Author: Jan Janak <jan(a)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=4b1be7a…
Author: Jan Janak <jan(a)iptel.org>
Date: Thu Apr 4 14:53:32 2002 +0000
username@domain should be accepted now as username parameter
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ccedc5c…
Author: Jan Janak <jan(a)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=acd3e9c…
Author: Jan Janak <jan(a)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=83272cd…
Author: Bogdan-Andrei Iancu <bogdan(a)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=3a854a8…
Author: Jan Janak <jan(a)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=32e2d19…
Author: Jan Janak <jan(a)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=302c25e…
Author: Jan Janak <jan(a)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=e9cdbd4…
Author: Jan Janak <jan(a)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=d260064…
Author: Jan Janak <jan(a)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=7828640…
Author: Jan Janak <jan(a)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=dfe31d9…
Author: Jan Janak <jan(a)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=79388e7…
Author: Jan Janak <jan(a)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=7cfc85b…
Author: Jan Janak <jan(a)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=cedd1b8…
Author: Jan Janak <jan(a)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=7ef4a20…
Author: Jan Janak <jan(a)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=4cdf015…
Author: Bogdan-Andrei Iancu <bogdan(a)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=a00868d…
Author: Jiri Kuthan <jiri(a)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=0e11d87…
Author: Jan Janak <jan(a)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=d51f905…
Author: Jan Janak <jan(a)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=70135e9…
Author: Jan Janak <jan(a)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=a5bf0a4…
Author: Jan Janak <jan(a)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=8289ba9…
Author: Bogdan-Andrei Iancu <bogdan(a)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=7983e27…
Author: Jan Janak <jan(a)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=c0c9017…
Author: Jan Janak <jan(a)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=b800a39…
Author: Jan Janak <jan(a)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=393a95b…
Author: Jan Janak <jan(a)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=d4f788f…
Author: Jan Janak <jan(a)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=3519b6f…
Author: Jan Janak <jan(a)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=2c97416…
Author: Andrei Pelinescu-Onciul <andrei(a)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=8f20b00…
Author: Jan Janak <jan(a)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=5d34d82…
Author: Jan Janak <jan(a)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=23594ac…
Author: Andrei Pelinescu-Onciul <andrei(a)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=769d952…
Author: Andrei Pelinescu-Onciul <andrei(a)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=b616526…
Author: Bogdan-Andrei Iancu <bogdan(a)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=d6bed23…
Author: Bogdan-Andrei Iancu <bogdan(a)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=691c8b8…
Author: Andrei Pelinescu-Onciul <andrei(a)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=29c30e3…
Author: Jan Janak <jan(a)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=36bd09d…
Author: Jan Janak <jan(a)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=5a8a3d1…
Author: Jan Janak <jan(a)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=fa837d9…
Author: Jan Janak <jan(a)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=fff4a55…
Author: Jan Janak <jan(a)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=36e1aad…
Author: Jan Janak <jan(a)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=8aa216f…
Author: Jan Janak <jan(a)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=36ba909…
Author: Jan Janak <jan(a)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=ce10ae2…
Author: Jan Janak <jan(a)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=6f7c7a9…
Author: Jan Janak <jan(a)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=a30775d…
Author: Jan Janak <jan(a)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=c24eed2…
Author: Jan Janak <jan(a)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=4bc1c6a…
Author: Jan Janak <jan(a)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=2a29c9f…
Author: Jan Janak <jan(a)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=2d429fb…
Author: Jan Janak <jan(a)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=4eae6fa…
Author: Jan Janak <jan(a)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=c28e390…
Author: Jan Janak <jan(a)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=8d3c5f4…
Author: Jan Janak <jan(a)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=3bbaef7…
Author: Bogdan-Andrei Iancu <bogdan(a)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=c307246…
Author: Bogdan-Andrei Iancu <bogdan(a)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=fef67ea…
Author: Bogdan-Andrei Iancu <bogdan(a)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=67867f4…
Author: Bogdan-Andrei Iancu <bogdan(a)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=73abc0d…
Author: Bogdan-Andrei Iancu <bogdan(a)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=bfd1356…
Author: Andrei Pelinescu-Onciul <andrei(a)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=17bafae…
Author: Bogdan-Andrei Iancu <bogdan(a)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=067a25e…
Author: Bogdan-Andrei Iancu <bogdan(a)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=c306541…
Author: Bogdan-Andrei Iancu <bogdan(a)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=40b3991…
Author: Bogdan-Andrei Iancu <bogdan(a)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=a7572ff…
Author: Bogdan-Andrei Iancu <bogdan(a)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=e9f2dfc…
Author: Bogdan-Andrei Iancu <bogdan(a)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=839c6c0…
Author: Bogdan-Andrei Iancu <bogdan(a)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=699e2ec…
Author: Jan Janak <jan(a)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=ce23299…
Author: Bogdan-Andrei Iancu <bogdan(a)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=2e6ea89…
Author: Bogdan-Andrei Iancu <bogdan(a)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=c1c3855…
Author: Jan Janak <jan(a)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=df26f28…
Author: Jan Janak <jan(a)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=2e48568…
Author: Jan Janak <jan(a)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=69bb84e…
Author: Jiri Kuthan <jiri(a)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=7166080…
Author: Jiri Kuthan <jiri(a)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=c3818af…
Author: Jan Janak <jan(a)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=54dd7fb…
Author: Jan Janak <jan(a)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=64e9e52…
Author: Jan Janak <jan(a)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=8bbcfcd…
Author: Jan Janak <jan(a)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=3f06bee…
Author: Jan Janak <jan(a)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=aa68238…
Author: Andrei Pelinescu-Onciul <andrei(a)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=faaac23…
Author: Jiri Kuthan <jiri(a)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=eb70186…
Author: Jan Janak <jan(a)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=ba4eaca…
Author: Andrei Pelinescu-Onciul <andrei(a)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=bf1858b…
Author: Andrei Pelinescu-Onciul <andrei(a)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=7316040…
Author: Andrei Pelinescu-Onciul <andrei(a)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=30a35fe…
Author: Andrei Pelinescu-Onciul <andrei(a)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=99c1748…
Author: Andrei Pelinescu-Onciul <andrei(a)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=78a6fa5…
Author: Andrei Pelinescu-Onciul <andrei(a)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=4ee2317…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Wed Oct 24 19:17:54 2001 +0000
- added module support (loadmodule "...")
- added example dummy print module