Re: [sr-dev] [Kamailio-Devel] devel mailing lists to be unified in sr-dev@lists.sip-router.org

2009-05-28 Thread Alex Hermann
Andrei Pelinescu-Onciul writes: > You don't becaue that are languages were an infinite while() makes > sense. In a sip-router script the while() by itself is strange, and > an infinite while is an abomination :-) if someone writes while(1) i'm pretty sure, he/she knows what he/she is doing.

Re: [sr-dev] [ openser-Bugs-2822344 ] Branch route has wrong ruri or missing headers

2009-09-24 Thread Alex Hermann
On Thursday 24 September 2009, you wrote: > On 24.09.2009 10:28 Uhr, Alex wrote: > > On Friday 04 September 2009, Juha Heinanen wrote: > >> SourceForge.net writes: > >> > I would either expect the ruri and all other variables and headers > >> > to be exactly the same as at t_relay time for each b

Re: [sr-dev] [ openser-Bugs-2822344 ] Branch route has wrong ruri or missing headers

2009-09-24 Thread Alex Hermann
On Thursday 24 September 2009, Andrei Pelinescu-Onciul wrote: > By default sip-router tm > uses exactly what was sent on the last branch when doing dns failover. > See > http://sip-router.org/docbook/sip-router/branch/master/modules/tm/tm.html > #reparse_on_dns_failover The documented limitations m

Re: [sr-dev] [ openser-Bugs-2822344 ] Branch route has wrong ruri or missing headers

2009-10-02 Thread Alex Hermann
On Thursday 24 September 2009, Alex Hermann wrote: > Scenario 2 breaks. It should enter branch route (or send out identical > message by itself). From a usability standpoint, I would prefer that the > behavior is identical for received 503 or internal 408. And as every > failover c

Re: [sr-dev] list of things to do in branch_route

2009-10-22 Thread Alex Hermann
On Tuesday 20 October 2009, Juha Heinanen wrote: > in order to avoid more surprises with branch routes, here is complete > list of things that i need to be able to do in branch_route: > > - call functions is_local() from modules_s/domain, is_method() and > append_hf() from modules_k/textops, ver

Re: [sr-dev] [ openser-Bugs-2892560 ] Project tracker

2009-11-16 Thread Alex Hermann
There is a demo available on their site. http://www.redmine.org/ -- Alex Hermann ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] [Kamailio] Why is the nonce expiry checked so late?

2009-11-17 Thread Alex Hermann
? Security issue? -- Greetings, Alex Hermann ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Re: [sr-dev] [Kamailio] Why is the nonce expiry checked so late?

2009-11-17 Thread Alex Hermann
On Tuesday 17 November 2009, Alex Hermann wrote: > Why is the nonce expiry checked in post_auth instead of pre_auth? Now the > expiry is checked after the username/password is checked against the DB. > That seems a bit odd. > > I moved the check to check_nonce (which is called fro

Re: [sr-dev] [Kamailio] Why is the nonce expiry checked so late?

2009-11-17 Thread Alex Hermann
Jan, On Tuesday 17 November 2009, you wrote: > On Tue, Nov 17, 2009 at 4:13 PM, Alex Hermann wrote: > > Hello, > > > > Why is the nonce expiry checked in post_auth instead of pre_auth? Now the > > expiry is checked after the username/password is checked against the D

Re: [sr-dev] [Kamailio] Why is the nonce expiry checked so late?

2009-11-17 Thread Alex Hermann
On Tuesday 17 November 2009, Jan Janak wrote: > On Tue, Nov 17, 2009 at 5:12 PM, Alex Hermann wrote: > > Jan, > > > > On Tuesday 17 November 2009, you wrote: > >> On Tue, Nov 17, 2009 at 4:13 PM, Alex Hermann wrote: > > The server can just as well genera

Re: [sr-dev] [Kamailio] Why is the nonce expiry checked so late?

2009-11-17 Thread Alex Hermann
ntials with an expired nonce and the UAS send back a 407 without stale=true, the UAC should give up or ask the user. Both of which are unwanted. -- Alex Hermann ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Re: [sr-dev] Proposal: New Dialog Module Design

2010-03-19 Thread Alex Hermann
sal, i have 2 comments: 1) Shouldn't caller_routeset be in dialog_in? Unless I missed something, this would be the same for every dialog_out entry. 2) Please also try to accommodate for reboot-persistent dialog variables, ie store them in the d

Re: [sr-dev] Enum PV lookup

2010-04-06 Thread Alex Hermann
fix, $service, $regexp_subject)' with all arguments pv's or static strings. The common use case would be enum_query($rU, ...). -- Greetings, Alex Hermann ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] SF.net SVN: openser:[6030] branches/1.5

2010-07-27 Thread Alex Hermann
Revision: 6030 http://openser.svn.sourceforge.net/openser/?rev=6030&view=rev Author: axlh Date: 2010-07-27 17:48:46 + (Tue, 27 Jul 2010) Log Message: --- Fix transformation tobody.params when parameter list ends with a quoted value. The resulting string was truncated by

[sr-dev] SF.net SVN: openser:[6029] trunk

2010-07-27 Thread Alex Hermann
Revision: 6029 http://openser.svn.sourceforge.net/openser/?rev=6029&view=rev Author: axlh Date: 2010-07-27 17:20:58 + (Tue, 27 Jul 2010) Log Message: --- Fix the transformation tobody.params when the last value of the parameter list is quoted. The resulting string was t

[sr-dev] Cleaning up my patch queue

2010-07-30 Thread Alex Hermann
ly to 3.0 too. Thanks, -- Alex Hermann SpeakUp BV ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Re: [sr-dev] Cleaning up my patch queue

2010-07-30 Thread Alex Hermann
On Friday 30 July 2010, you wrote: > On 7/28/10 10:26 AM, Alex Hermann wrote: > > i'm cleaning my patch queue and have pushed all patched that might be > > relevant to others to the tracker on sourceforge. To prevent mishaps like > > my previous commit, i would like an

Re: [sr-dev] Kamailio rls module issues

2010-12-16 Thread Alex Hermann
On Wednesday 15 December 2010 18:11:40 Daniel-Constantin Mierla wrote: > About one year ago I did quite some fixes, so looking to see if there > are any ports from forks might not be wise. It is better to directly > report the issue and I can take care. To my knowledge, Alex Hermann &

[sr-dev] git:alexh/3.1/xavp: Makefile: Enable xavp's

2010-12-27 Thread Alex Hermann
Module: sip-router Branch: alexh/3.1/xavp Commit: bc4a193528986c3b0813f757aba23e3cf501cc01 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bc4a193528986c3b0813f757aba23e3cf501cc01 Author: Alex Hermann Committer: Alex Hermann Date: Mon Dec 20 19:03:29 2010 +0100

[sr-dev] git:alexh/3.1/xavp: modules_k/sqlops: Add xavp support to sqlops

2010-12-27 Thread Alex Hermann
Module: sip-router Branch: alexh/3.1/xavp Commit: b01c6a7ea86ef3c85652da198ba5405e049c988b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b01c6a7ea86ef3c85652da198ba5405e049c988b Author: Alex Hermann Committer: Alex Hermann Date: Tue Dec 21 10:06:29 2010 +0100

[sr-dev] git:alexh/3.1/xavp: core: Set loglevel of pv_xavp_print to INFO

2010-12-27 Thread Alex Hermann
Module: sip-router Branch: alexh/3.1/xavp Commit: d51710a95b033dee783a92e22cff19fd35a2b823 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d51710a95b033dee783a92e22cff19fd35a2b823 Author: Alex Hermann Committer: Alex Hermann Date: Mon Dec 20 23:40:31 2010 +0100

[sr-dev] git:master: modules_k/pv: Fix microsecond respresentation of $TV(Sn)

2010-12-28 Thread Alex Hermann
Module: sip-router Branch: master Commit: a4545d8d23d9de3c6cf18329a822b677d9527047 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a4545d8d23d9de3c6cf18329a822b677d9527047 Author: Alex Hermann Committer: Alex Hermann Date: Tue Dec 28 13:44:53 2010 +0100 modules_k

[sr-dev] git:3.1: modules_k/pv: Fix microsecond respresentation of $TV(Sn)

2010-12-28 Thread Alex Hermann
Module: sip-router Branch: 3.1 Commit: 3b1f81896b36cb98f3a98c2c63ca64f80bc2bd65 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3b1f81896b36cb98f3a98c2c63ca64f80bc2bd65 Author: Alex Hermann Committer: Alex Hermann Date: Tue Dec 28 13:44:53 2010 +0100 modules_k/pv

Re: [sr-dev] git:master: permissions(k): do not check db con in child init

2011-01-24 Thread Alex Hermann
Daniel, is the below change based on different DB behaviour in 3.1 than in 1.4/1.5 or should this change be applied to 1.4/1.5 too? Alex. On Tuesday 18 January 2011, Daniel-Constantin Mierla wrote: > Module: sip-router > Branch: master > Commit: be92c6713c2b7c7cb04320758a346ba6a1324982 > URL

Re: [sr-dev] [SR-Users] kamailio and sip-router at FOSDEM 2011 - social event

2011-01-31 Thread Alex Hermann
on Saturday evening, 6th February. According to my calendar, saturday is the 5th of February. I'm going to assume you meant saturday the 5th and not sunday the 6th. Please correct me if i'm wrong. -- Greetings, Alex Hermann ___ sr-d

Re: [sr-dev] git:master: core: log message for no 2nd via in reply sent to L_DBG

2011-02-17 Thread Alex Hermann
warded without enabling gazillions of debug log lines. I think error conditions should be visible without enabling debug logging. -- Alex Hermann ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] git:alexh/master: core: Set loglevel of pv_xavp_print to INFO so it matches avp_print() behaviour.

2011-03-07 Thread Alex Hermann
Module: sip-router Branch: alexh/master Commit: 4e163e08fe602228aca514df787964f2c4e2caf8 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4e163e08fe602228aca514df787964f2c4e2caf8 Author: Alex Hermann Committer: Alex Hermann Date: Mon Dec 20 23:40:31 2010 +0100

[sr-dev] git:alexh/master: modules_k/pv: Make startup time available in a pseudovariable $Tb (boottime).

2011-03-07 Thread Alex Hermann
Module: sip-router Branch: alexh/master Commit: 697e9181b8b4cf0bc7d648db637ce843700ba654 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=697e9181b8b4cf0bc7d648db637ce843700ba654 Author: Alex Hermann Committer: Alex Hermann Date: Mon Jan 10 15:41:42 2011 +0100

[sr-dev] git:alexh/master: modules_k/pv: Add new transformations to create prefixes

2011-03-07 Thread Alex Hermann
Module: sip-router Branch: alexh/master Commit: 62e40ee24766f30bc2d2662d8d02476281963156 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=62e40ee24766f30bc2d2662d8d02476281963156 Author: Alex Hermann Committer: Alex Hermann Date: Mon Dec 20 16:49:07 2010 +0100

[sr-dev] git:alexh/master: modules_k/sqlops: Add xavp support to sqlops

2011-03-07 Thread Alex Hermann
Module: sip-router Branch: alexh/master Commit: a1d2cedabf37e17e1d71839225c9652eef61b6eb URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a1d2cedabf37e17e1d71839225c9652eef61b6eb Author: Alex Hermann Committer: Alex Hermann Date: Tue Dec 21 10:06:29 2010 +0100

[sr-dev] git:alexh/master: modules_k/permisisons: allow_trusted(): Add tags from all matching entries to the peer_tag_avp instead of just the first match .

2011-03-07 Thread Alex Hermann
Module: sip-router Branch: alexh/master Commit: 2013ba31e09d4233f274d482dd4f60948a4ce56f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2013ba31e09d4233f274d482dd4f60948a4ce56f Author: Alex Hermann Committer: Alex Hermann Date: Fri Mar 4 17:22:20 2011 +0100

[sr-dev] git:alexh/master: modules_k/permissions: allow_trusted(): Return number of matched entries.

2011-03-07 Thread Alex Hermann
Module: sip-router Branch: alexh/master Commit: 11da29e549ff2dd04f3d94b5aa2667df8b6cb9e6 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=11da29e549ff2dd04f3d94b5aa2667df8b6cb9e6 Author: Alex Hermann Committer: Alex Hermann Date: Mon Mar 7 14:36:27 2011 +0100

[sr-dev] git:alexh/master: core: Enable xavp's by default

2011-03-07 Thread Alex Hermann
Module: sip-router Branch: alexh/master Commit: 4742f57f9a2ae8685578f5e2c5d83e5a64e89a96 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4742f57f9a2ae8685578f5e2c5d83e5a64e89a96 Author: Alex Hermann Committer: Alex Hermann Date: Mon Dec 20 19:03:29 2010 +0100

[sr-dev] [RFC] Patches ready for merge

2011-03-07 Thread Alex Hermann
Hello all, i'm clearing up my patch queue and have some patches ready for merge. Unless i receive any comments or objections, i'll merge them to master by the end of the week. They're in branch alexh/master now. -- Greetings, Alex Hermann ___

[sr-dev] git:alexh/master: modules_k/permissions: allow_trusted(): make the multiple matches feature configurable, defaulting to single match .

2011-03-08 Thread Alex Hermann
Module: sip-router Branch: alexh/master Commit: 65c3448f2d74b803573d7cc79fbfc81961b40e7b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=65c3448f2d74b803573d7cc79fbfc81961b40e7b Author: Alex Hermann Committer: Alex Hermann Date: Tue Mar 8 11:59:01 2011 +0100

Re: [sr-dev] [RFC] Patches ready for merge

2011-03-08 Thread Alex Hermann
Nevertheless, adding the parameter was a no-brainer... -- Greetings, Alex Hermann ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Re: [sr-dev] [RFC] Patches ready for merge

2011-03-08 Thread Alex Hermann
ring 4 implementations and forwarding the option through a series of functions. Making them non-optional would not be backwards compatible, which was the whole purpose of making it configurable. -- Greetings, Alex Hermann ___ sr-dev mailing list

[sr-dev] git:master: core: Set loglevel of pv_xavp_print to INFO so it matches avp_print() behaviour.

2011-03-11 Thread Alex Hermann
Module: sip-router Branch: master Commit: 024e7483317939d7a08da63ca3d26a4276bfe318 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=024e7483317939d7a08da63ca3d26a4276bfe318 Author: Alex Hermann Committer: Alex Hermann Date: Mon Dec 20 23:40:31 2010 +0100 core: Set

[sr-dev] git:master: modules_k/pv: Make startup time available in a pseudovariable $Tb (boottime).

2011-03-11 Thread Alex Hermann
Module: sip-router Branch: master Commit: a5cde5660a14e69ee71d69a6cc77c932c09915f9 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a5cde5660a14e69ee71d69a6cc77c932c09915f9 Author: Alex Hermann Committer: Alex Hermann Date: Mon Jan 10 15:41:42 2011 +0100 modules_k

[sr-dev] git:master: modules_k/permissions: allow_trusted(): Return number of matched entries.

2011-03-11 Thread Alex Hermann
Module: sip-router Branch: master Commit: b93c81421f53b6cc1620a01dc8937d92daac1be9 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b93c81421f53b6cc1620a01dc8937d92daac1be9 Author: Alex Hermann Committer: Alex Hermann Date: Mon Mar 7 14:36:27 2011 +0100 modules_k

[sr-dev] git:master: modules_k/pv: Add new transformations to create prefixes

2011-03-11 Thread Alex Hermann
Module: sip-router Branch: master Commit: f68c308ebb8c9c0a182f92901076aee44230dae7 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f68c308ebb8c9c0a182f92901076aee44230dae7 Author: Alex Hermann Committer: Alex Hermann Date: Mon Dec 20 16:49:07 2010 +0100 modules_k

[sr-dev] git:master: modules_k/sqlops: Add xavp support to sqlops

2011-03-11 Thread Alex Hermann
Module: sip-router Branch: master Commit: f2e79b33754fdbe627f01b26a4ed7a0c878914a8 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f2e79b33754fdbe627f01b26a4ed7a0c878914a8 Author: Alex Hermann Committer: Alex Hermann Date: Tue Dec 21 10:06:29 2010 +0100 modules_k

[sr-dev] git:master: core: Enable xavp's by default

2011-03-11 Thread Alex Hermann
Module: sip-router Branch: master Commit: bcd4c3fef321978297890f81d6620fd741cb9a6d URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bcd4c3fef321978297890f81d6620fd741cb9a6d Author: Alex Hermann Committer: Alex Hermann Date: Mon Dec 20 19:03:29 2010 +0100 core

[sr-dev] git:master: modules_k/permisisons: allow_trusted(): Add tags from all matching entries to the peer_tag_avp instead of just the first match .

2011-03-11 Thread Alex Hermann
Module: sip-router Branch: master Commit: b6525fad3de205ab4504d669002acb8f6309f9a1 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b6525fad3de205ab4504d669002acb8f6309f9a1 Author: Alex Hermann Committer: Alex Hermann Date: Fri Mar 4 17:22:20 2011 +0100 modules_k

[sr-dev] git:master: modules_k/permissions: allow_trusted(): Make the multiple matches feature configurable, defaulting to single match .

2011-03-11 Thread Alex Hermann
Module: sip-router Branch: master Commit: bbb082d582b0ae20c366128cf57a1f03ef594ff4 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=bbb082d582b0ae20c366128cf57a1f03ef594ff4 Author: Alex Hermann Committer: Alex Hermann Date: Tue Mar 8 11:59:01 2011 +0100 modules_k

[sr-dev] git:alexh/master DELETED: modules_k/permissions: allow_trusted(): make the multiple matches feature configurable, defaulting to single match .

2011-03-11 Thread Alex Hermann
Module: sip-router Branch: alexh/master DELETED Commit: 65c3448f2d74b803573d7cc79fbfc81961b40e7b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=65c3448f2d74b803573d7cc79fbfc81961b40e7b Author: Alex Hermann Committer: Alex Hermann Date: Tue Mar 8 11:59:01 2011

[sr-dev] git:master: modules_k/sqlops: cast the query parameter of sql_do_xquery() to the right type.

2011-03-24 Thread Alex Hermann
Module: sip-router Branch: master Commit: c1c19d849d85b4389c9fa88f83c31af5c7173b8f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c1c19d849d85b4389c9fa88f83c31af5c7173b8f Author: Alex Hermann Committer: Alex Hermann Date: Thu Mar 24 09:55:34 2011 +0100 modules_k

Re: [sr-dev] compilation warning

2011-03-24 Thread Alex Hermann
*’ but argument is of type ‘char *’ Fixed. -- Alex Hermann ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] git:alexh/master: modules_k/sqlops: Add BIGINT support to sql_query()

2011-03-29 Thread Alex Hermann
Module: sip-router Branch: alexh/master Commit: e28127faaedc684b8702a5e8852414e2571e134d URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e28127faaedc684b8702a5e8852414e2571e134d Author: Alex Hermann Committer: Alex Hermann Date: Mon Mar 14 14:48:28 2011 +0100

[sr-dev] git:alexh/master: core/xavps: Fix assignment to indexed subname.

2011-03-29 Thread Alex Hermann
Module: sip-router Branch: alexh/master Commit: 01ced1d37b003e1509dd671d09f825f4c9e94220 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=01ced1d37b003e1509dd671d09f825f4c9e94220 Author: Alex Hermann Committer: Alex Hermann Date: Thu Mar 24 18:50:23 2011 +0100

[sr-dev] git:alexh/master: modules_k/sqlops: sql_query(): make result parameter optional

2011-03-29 Thread Alex Hermann
Module: sip-router Branch: alexh/master Commit: 69c718cfc1c07a5a68b09b3a34114b63dd9b9490 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=69c718cfc1c07a5a68b09b3a34114b63dd9b9490 Author: Alex Hermann Committer: Alex Hermann Date: Thu Mar 10 15:21:06 2011 +0100

[sr-dev] git:alexh/master: modules_k/sqlops: Add BIGINT support for sql_xquery()

2011-03-29 Thread Alex Hermann
Module: sip-router Branch: alexh/master Commit: 2e88be743bb0107b8e1025b85f044803a49bcefe URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2e88be743bb0107b8e1025b85f044803a49bcefe Author: Alex Hermann Committer: Alex Hermann Date: Mon Mar 14 14:47:25 2011 +0100

[sr-dev] git:alexh/master: modules_k/pv: remove useless loop from transformation parameter parsing.

2011-03-29 Thread Alex Hermann
Module: sip-router Branch: alexh/master Commit: f99cef8da871e20be61665ed92d1f9b36c64b76f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f99cef8da871e20be61665ed92d1f9b36c64b76f Author: Alex Hermann Committer: Alex Hermann Date: Fri Mar 11 16:50:30 2011 +0100

[sr-dev] git:alexh/master: core/xavp: Consolidate duplicate code. No changes to public interfaces.

2011-03-29 Thread Alex Hermann
Module: sip-router Branch: alexh/master Commit: 95ab8fc302b16b08db38978950e368c1b3bf1269 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=95ab8fc302b16b08db38978950e368c1b3bf1269 Author: Alex Hermann Committer: Alex Hermann Date: Fri Mar 25 12:17:46 2011 +0100

[sr-dev] git:alexh/master: modules_k/pv: allow spaces in transformation parameters

2011-03-29 Thread Alex Hermann
Module: sip-router Branch: alexh/master Commit: 16ed0aefc4d8957de4db362e5ace5f998615883d URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=16ed0aefc4d8957de4db362e5ace5f998615883d Author: Alex Hermann Committer: Alex Hermann Date: Fri Mar 11 16:51:41 2011 +0100

[sr-dev] git:alexh/master: modules_k/pv: Add s.ftime transformation. Will format the epoch in the pv by the format in the parameter. Uses standard strftime formatting.

2011-03-29 Thread Alex Hermann
Module: sip-router Branch: alexh/master Commit: 40a43a94e608d57a6a10b8944fa3183efa179b22 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=40a43a94e608d57a6a10b8944fa3183efa179b22 Author: Alex Hermann Committer: Alex Hermann Date: Fri Mar 11 16:52:18 2011 +0100

[sr-dev] git:alexh/master: modules_k/pv: Add s.replace transformation.

2011-03-29 Thread Alex Hermann
Module: sip-router Branch: alexh/master Commit: 7ef14ec53505e269b85c5fe511e93c61fd380d37 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7ef14ec53505e269b85c5fe511e93c61fd380d37 Author: Alex Hermann Committer: Alex Hermann Date: Thu Mar 24 14:12:05 2011 +0100

[sr-dev] [RFC] Patches ready for merge

2011-03-29 Thread Alex Hermann
27;re in branch alexh/master now. -- Alex Hermann ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Re: [sr-dev] git:master: modules_k/siputils: allow tel2sip call also in failure route.

2011-04-22 Thread Alex Hermann
n does not seem to match the code changes. Did you commit the wrong patch or did you use a wrong description? > {"decode_contact_header", (cmd_function)decode_contact_header, 0, 0, > - 0,REQUEST_ROUTE|ONREPLY_ROUTE}, > + 0,REQUEST_ROUTE|FAILURE_ROUTE|O

Re: [sr-dev] git:master: modules_k/siputils: allow tel2sip call also in failure route.

2011-04-22 Thread Alex Hermann
On Friday 22 April 2011, Juha Heinanen wrote: > Alex Hermann writes: > > > modules_k/siputils: allow tel2sip call also in failure route. > > > > This description does not seem to match the code changes. Did you commit > > the wrong patch or d

[sr-dev] git:master: modules_k/sqlops: Add BIGINT support for sql_xquery()

2011-04-22 Thread Alex Hermann
Module: sip-router Branch: master Commit: 956f01b2a906dc07d45e9b0639dfd9de51e4629b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=956f01b2a906dc07d45e9b0639dfd9de51e4629b Author: Alex Hermann Committer: Alex Hermann Date: Mon Mar 14 14:47:25 2011 +0100 modules_k

[sr-dev] git:master: modules_k/sqlops: Add BIGINT support to sql_query()

2011-04-22 Thread Alex Hermann
Module: sip-router Branch: master Commit: 16965c1cf58a3c740bd039878093679b07e2cc27 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=16965c1cf58a3c740bd039878093679b07e2cc27 Author: Alex Hermann Committer: Alex Hermann Date: Mon Mar 14 14:48:28 2011 +0100 modules_k

[sr-dev] git:master: modules_k/sqlops: sql_query(): make result parameter optional

2011-04-22 Thread Alex Hermann
Module: sip-router Branch: master Commit: 9b62514b4a90e169c9126b7bda6d87cc4c213ad2 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9b62514b4a90e169c9126b7bda6d87cc4c213ad2 Author: Alex Hermann Committer: Alex Hermann Date: Thu Mar 10 15:21:06 2011 +0100 modules_k

[sr-dev] git:master: core/xavps: Fix assignment to indexed subname.

2011-04-22 Thread Alex Hermann
Module: sip-router Branch: master Commit: 4563f6949d2beabd0d9411dee1e93216f5fef8f6 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4563f6949d2beabd0d9411dee1e93216f5fef8f6 Author: Alex Hermann Committer: Alex Hermann Date: Thu Mar 24 18:50:23 2011 +0100 core

[sr-dev] git:master: modules_k/pv: remove useless loop from transformation parameter parsing.

2011-04-22 Thread Alex Hermann
Module: sip-router Branch: master Commit: f94e770b265276cba250ae37349c31cbe75b48a7 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f94e770b265276cba250ae37349c31cbe75b48a7 Author: Alex Hermann Committer: Alex Hermann Date: Fri Mar 11 16:50:30 2011 +0100 modules_k

[sr-dev] git:master: modules_k/pv: allow spaces in transformation parameters

2011-04-22 Thread Alex Hermann
Module: sip-router Branch: master Commit: ff5d5e143fd8ac1c0a269077d5fa0c6b36873472 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ff5d5e143fd8ac1c0a269077d5fa0c6b36873472 Author: Alex Hermann Committer: Alex Hermann Date: Fri Mar 11 16:51:41 2011 +0100 modules_k

[sr-dev] git:master: modules_k/pv: Add s.ftime transformation. Will format the epoch in the pv by the format in the parameter. Uses standard strftime formatting.

2011-04-22 Thread Alex Hermann
Module: sip-router Branch: master Commit: 29318c4636b01fbaa0d119d9bdd2926adc3817de URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=29318c4636b01fbaa0d119d9bdd2926adc3817de Author: Alex Hermann Committer: Alex Hermann Date: Fri Mar 11 16:52:18 2011 +0100 modules_k

[sr-dev] git:master: core/xavp: Consolidate duplicate code. No changes to public interfaces.

2011-04-22 Thread Alex Hermann
Module: sip-router Branch: master Commit: 14fb4aac10bf9b6cf70d9b7bf6384f3eec2dd639 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=14fb4aac10bf9b6cf70d9b7bf6384f3eec2dd639 Author: Alex Hermann Committer: Alex Hermann Date: Fri Mar 25 12:17:46 2011 +0100 core/xavp

[sr-dev] git:master: modules_k/pv: Add s.replace transformation.

2011-04-22 Thread Alex Hermann
Module: sip-router Branch: master Commit: 6526248ff5204286e832df0576f0403931777646 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6526248ff5204286e832df0576f0403931777646 Author: Alex Hermann Committer: Alex Hermann Date: Thu Mar 24 14:12:05 2011 +0100 modules_k

Re: [sr-dev] git:master: rtpproxy: close rtpproxy session for INVITE req in failure route

2011-05-30 Thread Alex Hermann
able the rtpproxy? -- Alex Hermann ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Re: [sr-dev] git:master: pv: new pv $rz returns r-uri scheme

2011-07-07 Thread Alex Hermann
od correctly, the xmlrpc module receives requests over http? -- Alex Hermann ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] git:master: modules_k/uac: Allow all type of PV' s for uac auth_*_avp instead of just AVP's

2011-07-22 Thread Alex Hermann
Module: sip-router Branch: master Commit: 0c3664778b50bee82c39194334729123164dcdf6 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0c3664778b50bee82c39194334729123164dcdf6 Author: Alex Hermann Committer: Alex Hermann Date: Fri Jun 3 12:24:12 2011 +0200 modules_k

[sr-dev] git:master: modules_k/uac: Add reg_request_to function

2011-07-22 Thread Alex Hermann
Module: sip-router Branch: master Commit: 30bec8e614018a7d4949cee0f9a38b512effe455 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=30bec8e614018a7d4949cee0f9a38b512effe455 Author: Alex Hermann Committer: Alex Hermann Date: Fri Jun 10 13:00:20 2011 +0200 modules_k

[sr-dev] git:master: modules_k/uac: fix reg_ht_get_byuser when domain is not used.

2011-07-22 Thread Alex Hermann
Module: sip-router Branch: master Commit: a28c9c753f7012d50183f467452cabd35c210580 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a28c9c753f7012d50183f467452cabd35c210580 Author: Alex Hermann Committer: Alex Hermann Date: Fri Jun 3 16:12:19 2011 +0200 modules_k

[sr-dev] git:master: core: Add fixup_pvar_uint helper function

2011-07-22 Thread Alex Hermann
Module: sip-router Branch: master Commit: e11893c8a7abdd68b1186afc6a7b8594aee19c69 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e11893c8a7abdd68b1186afc6a7b8594aee19c69 Author: Alex Hermann Committer: Alex Hermann Date: Fri Jun 10 12:56:11 2011 +0200 core: Add

[sr-dev] git:master: core: Allow SUBST in include_file and import_file.

2011-07-22 Thread Alex Hermann
Module: sip-router Branch: master Commit: 4c5120b7925eae1d9b5e1215c7fc579441201e41 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4c5120b7925eae1d9b5e1215c7fc579441201e41 Author: Alex Hermann Committer: Alex Hermann Date: Thu Jun 16 16:01:33 2011 +0200 core

[sr-dev] git:master: modules_k/pv: Add s. sql transformation to turn PV into suitable SQL value.

2011-07-22 Thread Alex Hermann
Module: sip-router Branch: master Commit: b1b9d7c41189428671fa03efe88b657a6ae78b12 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b1b9d7c41189428671fa03efe88b657a6ae78b12 Author: Alex Hermann Committer: Alex Hermann Date: Thu Jul 21 15:24:09 2011 +0200 modules_k

[sr-dev] git:master: modules_k/nathelper: Add is_rfc1918(ip_addr) function to test ip_addr for rfc1918addresses.

2011-07-22 Thread Alex Hermann
Module: sip-router Branch: master Commit: 411de126aa30dd67663b790df7aaa9b303189be5 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=411de126aa30dd67663b790df7aaa9b303189be5 Author: Alex Hermann Committer: Alex Hermann Date: Tue Jul 19 15:24:11 2011 +0200 modules_k

Re: [sr-dev] git:master: modules_k/nathelper: Add is_rfc1918(ip_addr) function to test ip_addr for rfc1918addresses.

2011-07-29 Thread Alex Hermann
lper module already has the necessary infrastructure to check for those addresses. I don't like duplicating those in another module. -- Greetings, Alex Hermann ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/ma

Re: [sr-dev] git:master: modules_k/nathelper: Add is_rfc1918(ip_addr) function to test ip_addr for rfc1918addresses.

2011-07-29 Thread Alex Hermann
On Friday 29 July 2011, Daniel-Constantin Mierla wrote: > On 7/29/11 4:00 PM, Alex Hermann wrote: > Indeed there is kind of "conflict of interests" here. Maybe the ipops > can get a slightly different implementation, where the match can be, > based on parameters, restricte

Re: [sr-dev] git:master: modules/tm: new implementation of load_contacts()/next_contacts ()

2011-08-01 Thread Alex Hermann
_ > sr-dev mailing list > sr-dev@lists.sip-router.org > http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev -- Alex Hermann commit 554a86e05cfde8ff19974a1aef7ca2a072e73cec Author: Alex Hermann Date: Mon Aug 1 16:09:38 2011 +0200 modules/tm:

Re: [sr-dev] git:master: modules/tm: new implementation of load_contacts()/next_contacts ()

2011-08-05 Thread Alex Hermann
On Tuesday 02 August 2011 08:22:39 Juha Heinanen wrote: > Alex Hermann writes: > > this change broke support for calling t_load_contacts from > > failure_route. When > > used from failure_route, the current ruri is added again as new branch. > > Can you elaborate o

Re: [sr-dev] git:master: modules/tm: new implementation of load_contacts()/next_contacts ()

2011-08-05 Thread Alex Hermann
On Friday 05 August 2011, Juha Heinanen wrote: > Alex Hermann writes: > > I went over tm documentation again, but couldn't find any setting or > > function to reset/ignore ruri. > > > > Maybe there is some internal state keeping track of the ruri changes. In >

Re: [sr-dev] git:master: modules/tm: new implementation of load_contacts()/next_contacts ()

2011-08-05 Thread Alex Hermann
On Friday 05 August 2011, Juha Heinanen wrote: > Alex Hermann writes: > > The issue is not with t_next_contacts, but with t_load_contacts. It is > > not discarding the ruri of the request that made the request end up in > > failure_route. Instead it is added again to the dse

Re: [sr-dev] git:master: modules/tm: new implementation of load_contacts()/next_contacts ()

2011-08-06 Thread Alex Hermann
sed' ruri then? -- Alex Hermann ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Re: [sr-dev] git:master: modules/tm: new implementation of load_contacts()/next_contacts ()

2011-08-06 Thread Alex Hermann
On Saturday 06 August 2011, you wrote: > Alex Hermann writes: > > So, how would i actually remove the 'used' ruri then? > > perhaps there are script functions to manipulate destination set. > > how did you get your destination set in the first place? Set $r

Re: [sr-dev] git:master: modules/tm: new implementation of load_contacts()/next_contacts ()

2011-08-08 Thread Alex Hermann
in this thread. :) Anyway, i found the responsible variable and respun the patch, see below. If this is acceptable, i'll commit this version. -- Alex Hermann commit 4e831afa89fdb9ef626b5e862b9debbacdcf0c04 Author: Alex Hermann Date: Mon Aug 1 16:09:38 2011 +0200 modules/tm: fix

Re: [sr-dev] git:master: modules/tm: t_load_contacts() now ignores ruri if it has already been used

2011-08-08 Thread Alex Hermann
tch unaltered would be acceptable but still weird given the text accompanying the patch. > Committer: Juha Heinanen > Date: Mon Aug 8 10:55:24 2011 +0300 > a > modules/tm: t_load_contacts() now ignores ruri if it has already been used > - Thanks to Alex Hermann for the patc

Re: [sr-dev] git:master: modules/tm: t_load_contacts() now ignores ruri if it has already been used

2011-08-08 Thread Alex Hermann
On Monday 08 August 2011, Juha Heinanen wrote: > Alex Hermann writes: > > You can't do this. Besides being illegal, this is highly unethical. You > > can't take code from me and claim authorship. Being asked to review a > > patch is not a permit to run a

[sr-dev] git:master: modules_k/htable: Correctly save the value type in the database .

2011-08-08 Thread Alex Hermann
Module: sip-router Branch: master Commit: 1a15c075076b5df815749bc28961bc088108f852 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1a15c075076b5df815749bc28961bc088108f852 Author: Alex Hermann Committer: Alex Hermann Date: Thu Jul 28 12:42:50 2011 +0200 modules_k

[sr-dev] git:master: modules_k/htable: Only save/load not yet expired entries to/ from database.

2011-08-08 Thread Alex Hermann
Module: sip-router Branch: master Commit: f0af7250822a80ed55f41216e84f1a3481413655 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f0af7250822a80ed55f41216e84f1a3481413655 Author: Alex Hermann Committer: Alex Hermann Date: Thu Jul 28 16:39:17 2011 +0200 modules_k

[sr-dev] git:master: core: add functions remove_branch(int) and clear_branches()

2011-08-08 Thread Alex Hermann
Module: sip-router Branch: master Commit: 9fa304f16f3152cae3b35b18b00ecd560c03c404 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9fa304f16f3152cae3b35b18b00ecd560c03c404 Author: Alex Hermann Committer: Alex Hermann Date: Fri Aug 5 14:49:16 2011 +0200 core: add

[sr-dev] git:master: modules/tm: add faked_reply_prio parameter to be able to punish faked replies

2011-08-08 Thread Alex Hermann
Module: sip-router Branch: master Commit: 6b2d6a3f8bc1f9d2a9d48fa6e7e67c4c0a5879ec URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6b2d6a3f8bc1f9d2a9d48fa6e7e67c4c0a5879ec Author: Alex Hermann Committer: Alex Hermann Date: Fri Aug 5 17:30:57 2011 +0200 modules

[sr-dev] git:master: modules_k/htable: save/load htable entry's expires value to/ from database.

2011-08-08 Thread Alex Hermann
Module: sip-router Branch: master Commit: 0fa81acc8c0c756153ad153f9054b94e1f48c98f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0fa81acc8c0c756153ad153f9054b94e1f48c98f Author: Alex Hermann Committer: Alex Hermann Date: Thu Jul 28 15:58:43 2011 +0200 modules_k

[sr-dev] git:master: modules/tm: fix t_load_contacts for failure_route. Ignore ruri if it has already been used.

2011-08-08 Thread Alex Hermann
Module: sip-router Branch: master Commit: 30ff67af2030f8ff83c479c8c754ff734b35a71e URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=30ff67af2030f8ff83c479c8c754ff734b35a71e Author: Alex Hermann Committer: Alex Hermann Date: Mon Aug 1 16:09:38 2011 +0200 modules

[sr-dev] git:3.1: modules/tm: fix t_load_contacts for failure_route. Ignore ruri if it has already been used.

2011-08-08 Thread Alex Hermann
Module: sip-router Branch: 3.1 Commit: e66d50297ca9a4b1eb3f0c7c61095ffb26a44af8 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e66d50297ca9a4b1eb3f0c7c61095ffb26a44af8 Author: Alex Hermann Committer: Alex Hermann Date: Mon Aug 1 16:09:38 2011 +0200 modules/tm

[sr-dev] git:alexh/master DELETED: modules_k/pv: Add s.replace transformation.

2011-08-08 Thread Alex Hermann
Module: sip-router Branch: alexh/master DELETED Commit: 7ef14ec53505e269b85c5fe511e93c61fd380d37 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7ef14ec53505e269b85c5fe511e93c61fd380d37 Author: Alex Hermann Committer: Alex Hermann Date: Thu Mar 24 14:12:05 2011

[sr-dev] git:alexh/master: core/dset: Create contacts with path vector as Route header

2011-08-08 Thread Alex Hermann
Module: sip-router Branch: alexh/master Commit: 0ef0618e2273dfd717014d4caa484f7f20f0a2c1 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0ef0618e2273dfd717014d4caa484f7f20f0a2c1 Author: Alex Hermann Committer: Alex Hermann Date: Tue Jul 26 10:23:36 2011 +0200

[sr-dev] git:alexh/master: core modules/tm modules/sl: Make adding path and flags to redirected contacts optional

2011-08-08 Thread Alex Hermann
Module: sip-router Branch: alexh/master Commit: 5c0d3f66e240686c4eda3f73928a64de266bb37e URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5c0d3f66e240686c4eda3f73928a64de266bb37e Author: Alex Hermann Committer: Alex Hermann Date: Tue Jul 26 12:36:56 2011 +0200

[sr-dev] git:alexh/master: core/dset: Create contacts with flags as header parameter

2011-08-08 Thread Alex Hermann
Module: sip-router Branch: alexh/master Commit: 74af2df4b37cae1b72c964eed0d1d80cc499f64e URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=74af2df4b37cae1b72c964eed0d1d80cc499f64e Author: Alex Hermann Committer: Alex Hermann Date: Tue Jul 26 10:32:18 2011 +0200

  1   2   3   >