Re: [OpenSER-Devel] Memory Leak or Fragmentation error.

2008-07-24 Thread Bogdan-Andrei Iancu
Andrew, Do you have a a mem dump from the memory debugger? if so, you can send it to me privately. Regards, Bogdan Andrew O. Zhukov wrote: > Catched with complete string numbers etc... > infom me where to send the dump. > > I do not wish to place on ftp,http > it's contain too much confidential

Re: [OpenSER-Devel] Error assigning an AVP other AVP with NULL value

2008-07-02 Thread Bogdan-Andrei Iancu
ULL stuff with AVPs, variables and PVs is really > annoying. We should try to find a common, intuitive behavior for the > next release. > > regards > klaus > > Bogdan-Andrei Iancu schrieb: >> Hi Iñaki, >> >> Assigning NULL to an AVP will remove the AVP - that AVP

Re: [OpenSER-Devel] Error assigning an AVP other AVP with NULL value

2008-07-02 Thread Bogdan-Andrei Iancu
Hi Iñaki, Assigning NULL to an AVP will remove the AVP - that AVP will not exist anymore. So the second assignment will simply fail as there is no right value (the source AVP does not exists). Regards, Bogdan Iñaki Baz Castillo wrote: > Hi, doing this is perfectly valid: > > $avp(s:aaa) = nu

Re: [OpenSER-Devel] 1.4.0 release..

2008-07-01 Thread Bogdan-Andrei Iancu
Hi, We are all aware that from bug fixing and testing nothing relevant was done for preparing the release (95% of the commits were related to docs or spelling). So, I say the current trunk version is not a something to be considered ready for a release. If you force a data before fixing at leas

Re: [OpenSER-Devel] new module documentation

2008-06-30 Thread Bogdan-Andrei Iancu
to load external entity > "/usr/share/xml/docbook/stylesheet/nwalsh/html/docbook.xsl" > cannot parse /usr/share/xml/docbook/stylesheet/nwalsh/html/docbook.xsl > make: *** [modules-readme] Error 4 > > > thanks > klaus > > Bogdan-Andrei Iancu

Re: [OpenSER-Devel] new module documentation

2008-06-30 Thread Bogdan-Andrei Iancu
Hi Klaus, Use "make modules-readme [modules=.] " Regards, Bogdan Klaus Darilion wrote: > Hi! > > Is it somewhere documented how the new module documentation works and > how I can regenerate the README files? > > thanks > klaus > > ___ > Devel mail

Re: [OpenSER-Devel] SF.net SVN: openser: [4402] trunk

2008-06-30 Thread Bogdan-Andrei Iancu
t part of the commit. Thanks and regards, Bogdan Henning Westerholt wrote: > On Friday 27 June 2008, Bogdan-Andrei Iancu wrote: > >> Hi Henning, >> >> This commit removed the history section from all affected files. Was >> this on purpose or it was a miss ? &g

Re: [OpenSER-Devel] SF.net SVN: openser: [4402] trunk

2008-06-27 Thread Bogdan-Andrei Iancu
Hi Henning, This commit removed the history section from all affected files. Was this on purpose or it was a miss ? Bogdan Henning Westerholt wrote: > Revision: 4402 > http://openser.svn.sourceforge.net/openser/?rev=4402&view=rev > Author: henningw > Date: 2008-06-17 09:15:55 -0

Re: [OpenSER-Devel] NEW FEATURE: local route for internally generated requests

2008-06-27 Thread Bogdan-Andrei Iancu
dging with incomplete evidence ?- this is simply a prove of superficiality. Bogdan Henning Westerholt wrote: > > On Friday 27 June 2008, Bogdan-Andrei Iancu wrote: > > > 3) by involving in this decision, the board exceeded its attributions - > > > the board is

Re: [OpenSER-Devel] NEW FEATURE: local route for internally generated requests

2008-06-27 Thread Bogdan-Andrei Iancu
board is incharged with the management responsibilities and not technical ones - http://www.openser.org/mos/view/Management/ I'm afraid I start to see a lack of self-respect and fair-play in this project. Regards, Bogdan Henning Westerholt wrote: > On Friday 06 June 2008, Bogdan-

Re: [OpenSER-Devel] NEW FEATURE: dialog profiling

2008-06-20 Thread Bogdan-Andrei Iancu
to reset the previous profile set for the previous gateway > so I can have accurate numbers of calls per gateway. > > > Regards, > Ovidiu Sas > > On Mon, Jun 2, 2008 at 11:07 AM, Bogdan-Andrei Iancu > <[EMAIL PROTECTED]> wrote: >

Re: [OpenSER-Devel] Call for opinion - new rules for the release process

2008-06-20 Thread Bogdan-Andrei Iancu
e our life easier. Regards, Bogdan Henning Westerholt wrote: > On Tuesday 10 June 2008, Bogdan-Andrei Iancu wrote: > >> This is fine with me - should we split new modules versus design and >> arch changes? or keep them together under the same umbrella ? >> > >

Re: [OpenSER-Devel] svn status

2008-06-20 Thread Bogdan-Andrei Iancu
Actually this is a very good question. We are in a quite strange situation as we do not know what the current status is, we do not know what the current work is and we do not know what the plans are This ambiguous situation simply blocks the release process and I expect the people responsiv

Re: [OpenSER-Devel] discussion: issues with local_route

2008-06-20 Thread Bogdan-Andrei Iancu
Hi Daniel, To summarize : 1) script flag - indeed there is an issue there and fortunately the fix trivial - please open a bug report just not to forget about it 2) branch and branch_flags related function - these are not intended to be used in local route as it makes no sense. As, said, the c

Re: [OpenSER-Devel] SF.net SVN: openser: [4390] trunk/modules/mangler/mangler.c

2008-06-20 Thread Bogdan-Andrei Iancu
Hi guys, I agree that the mangler module must be removed and I think that the functionality it contains and it is not present in other modules should be moved in the existing modules: - textops - nattraversal -path , depending on each one... Regards, Bogdan Dan Pascu wrote: > On F

Re: [OpenSER-Devel] SF.net SVN: openser: [4362] trunk/modules

2008-06-20 Thread Bogdan-Andrei Iancu
VITEs, maybe you need it. If you think it is not the case, feel free to disable it for the local route. Regards, Bogdan Dan Pascu wrote: > On Wednesday 11 June 2008, Bogdan-Andrei Iancu wrote: > >> regarding client_nat_test - the nat test is also based on SDP IP, which >> is

Re: [OpenSER-Devel] dialplan repl_exp example

2008-06-11 Thread Bogdan-Andrei Iancu
Hi Juha, match_exp = ^0[1-9] subst_exp = ^0(.+) repl_exp = +359\1 I will upload some examples by tomorrow Regards, Bogdan Juha Heinanen wrote: > here is one simple example that i would like to know how to write > repl_exp for: > > match_exp repl_exp result > > ^0[1-9] ? +3

Re: [OpenSER-Devel] discussion: issues with local_route

2008-06-11 Thread Bogdan-Andrei Iancu
Hi Daniel, Thanks for the feedback - see my inline comments for the cases you identified. Regards, Bogdan Daniel-Constantin Mierla wrote: > However, here is a list with what I find subject for discussion, to be > broken, not properly behavior or misleading (considering the timeline of > last

[OpenSER-Devel] SF.net SVN: openser: [4378] trunk/modules/domain/domain.c

2008-06-11 Thread Bogdan-Andrei Iancu
Revision: 4378 http://openser.svn.sourceforge.net/openser/?rev=4378&view=rev Author: bogdan_iancu Date: 2008-06-11 07:06:17 -0700 (Wed, 11 Jun 2008) Log Message: --- - properly enable the is_uri_host_local() for LOCAL ROUTE Modified Paths: -- trunk/modules/

[OpenSER-Devel] SF.net SVN: openser: [4377] trunk/action.c

2008-06-11 Thread Bogdan-Andrei Iancu
Revision: 4377 http://openser.svn.sourceforge.net/openser/?rev=4377&view=rev Author: bogdan_iancu Date: 2008-06-11 07:04:47 -0700 (Wed, 11 Jun 2008) Log Message: --- -do not trigger the ERROR ROUTE while running the LOCAL ROUTE Modified Paths: -- trunk/acti

[OpenSER-Devel] SF.net SVN: openser: [4376] trunk/modules/tm/uac.c

2008-06-11 Thread Bogdan-Andrei Iancu
Revision: 4376 http://openser.svn.sourceforge.net/openser/?rev=4376&view=rev Author: bogdan_iancu Date: 2008-06-11 07:01:31 -0700 (Wed, 11 Jun 2008) Log Message: --- bug fixed - properly advertise the route type while running LOCAL ROUTE Modified Paths: --

Re: [OpenSER-Devel] Are there finally announcement-list and so?

2008-06-11 Thread Bogdan-Andrei Iancu
Hi Henning, Hi Iñaki , It was not forgotten - I still have it on my TODO list, but unfortunately not on the top - I hope that after the freeze I will be able to resume the task. Thanks and regards, Bogdan Henning Westerholt wrote: > On Wednesday 11 June 2008, Iñaki Baz Castillo wrote: > >>

Re: [OpenSER-Devel] SVN frozen or not?

2008-06-11 Thread Bogdan-Andrei Iancu
solving this as I'm perfectly aware of the delicateness of the job you took. Thanks and Regards, Bogdan Henning Westerholt wrote: > On Tuesday 10 June 2008, Bogdan-Andrei Iancu wrote: > >> [rethoric questions..] >> > > Hello Bogdan, > > sure, its your ri

Re: [OpenSER-Devel] SF.net SVN: openser: [4372] trunk/modules/avpops/avpops_impl.c

2008-06-11 Thread Bogdan-Andrei Iancu
Hi Henning, no it is not related to local_route. It is a bug fix. Regards, Bogdan Henning Westerholt wrote: > On Tuesday 10 June 2008, Bogdan-Andrei Iancu wrote: > >> Revision: 4372 >> http://openser.svn.sourceforge.net/openser/?rev=4372&view=rev >> Au

Re: [OpenSER-Devel] SF.net SVN: openser: [4362] trunk/modules

2008-06-11 Thread Bogdan-Andrei Iancu
at the moment (which should call end_media_session). > fix_contact and client_nat_test also do not make sense to be called in > the local_route as the origin is the proxy itself, which is neither > behind NAT, nor has a NAT-ed contact to fix. > > Bogdan-Andrei Iancu wrote:

Re: [OpenSER-Devel] SVN frozen or not?

2008-06-10 Thread Bogdan-Andrei Iancu
Regards, Bogdan Henning Westerholt wrote: > On Tuesday 10 June 2008, Bogdan-Andrei Iancu wrote: > >> [..] >> > > Hi Bogdan, > > >> 1) major design issues and architectural reasons are invoked just to >> mislead people around and delay the fr

[OpenSER-Devel] SF.net SVN: openser: [4372] trunk/modules/avpops/avpops_impl.c

2008-06-10 Thread Bogdan-Andrei Iancu
Revision: 4372 http://openser.svn.sourceforge.net/openser/?rev=4372&view=rev Author: bogdan_iancu Date: 2008-06-10 08:11:50 -0700 (Tue, 10 Jun 2008) Log Message: --- - enable case sensitive checking for FM ops Modified Paths: -- trunk/modules/avpops/avpops_

[OpenSER-Devel] SF.net SVN: openser: [4371] trunk/modules/uri_radius/urirad_mod.c

2008-06-10 Thread Bogdan-Andrei Iancu
Revision: 4371 http://openser.svn.sourceforge.net/openser/?rev=4371&view=rev Author: bogdan_iancu Date: 2008-06-10 08:09:08 -0700 (Tue, 10 Jun 2008) Log Message: --- - the radius function for checking uri are safe in LOCAL ROUTE Modified Paths: -- trunk/mod

[OpenSER-Devel] SF.net SVN: openser: [4370] trunk/modules/uri_db/uridb_mod.c

2008-06-10 Thread Bogdan-Andrei Iancu
Revision: 4370 http://openser.svn.sourceforge.net/openser/?rev=4370&view=rev Author: bogdan_iancu Date: 2008-06-10 08:07:46 -0700 (Tue, 10 Jun 2008) Log Message: --- -one function is safe to be used from LOCAL ROUTE Modified Paths: -- trunk/modules/uri_db/u

[OpenSER-Devel] SF.net SVN: openser: [4369] trunk/modules/uri/uri_mod.c

2008-06-10 Thread Bogdan-Andrei Iancu
Revision: 4369 http://openser.svn.sourceforge.net/openser/?rev=4369&view=rev Author: bogdan_iancu Date: 2008-06-10 08:05:12 -0700 (Tue, 10 Jun 2008) Log Message: --- - several URI functions are suitable for LOCAL ROUTE Modified Paths: -- trunk/modules/uri/u

[OpenSER-Devel] SF.net SVN: openser: [4368] trunk/modules/group_radius/grouprad_mod.c

2008-06-10 Thread Bogdan-Andrei Iancu
Revision: 4368 http://openser.svn.sourceforge.net/openser/?rev=4368&view=rev Author: bogdan_iancu Date: 2008-06-10 08:03:25 -0700 (Tue, 10 Jun 2008) Log Message: --- - group radius checking can be done from LOCAL_ROUTE Modified Paths: -- trunk/modules/group

[OpenSER-Devel] SF.net SVN: openser: [4367] trunk/modules/statistics/statistics.c

2008-06-10 Thread Bogdan-Andrei Iancu
Revision: 4367 http://openser.svn.sourceforge.net/openser/?rev=4367&view=rev Author: bogdan_iancu Date: 2008-06-10 08:02:24 -0700 (Tue, 10 Jun 2008) Log Message: --- statistics are safe to be used from LOCAL ROUTE Modified Paths: -- trunk/modules/statistic

[OpenSER-Devel] SF.net SVN: openser: [4366] trunk/modules/siptrace/siptrace.c

2008-06-10 Thread Bogdan-Andrei Iancu
Revision: 4366 http://openser.svn.sourceforge.net/openser/?rev=4366&view=rev Author: bogdan_iancu Date: 2008-06-10 08:01:34 -0700 (Tue, 10 Jun 2008) Log Message: --- - siptrace can be done from LOCAL ROUTE Modified Paths: -- trunk/modules/siptrace/siptrace.

[OpenSER-Devel] SF.net SVN: openser: [4365] trunk/modules/ratelimit/ratelimit.c

2008-06-10 Thread Bogdan-Andrei Iancu
Revision: 4365 http://openser.svn.sourceforge.net/openser/?rev=4365&view=rev Author: bogdan_iancu Date: 2008-06-10 08:00:56 -0700 (Tue, 10 Jun 2008) Log Message: --- rate limits may be checked from LOCAL ROUTE Modified Paths: -- trunk/modules/ratelimit/rat

[OpenSER-Devel] SF.net SVN: openser: [4364] trunk/modules/permissions/permissions.c

2008-06-10 Thread Bogdan-Andrei Iancu
Revision: 4364 http://openser.svn.sourceforge.net/openser/?rev=4364&view=rev Author: bogdan_iancu Date: 2008-06-10 07:56:58 -0700 (Tue, 10 Jun 2008) Log Message: --- -permissions may be checked from LOCAL ROUTE Modified Paths: -- trunk/modules/permissions/p

[OpenSER-Devel] SF.net SVN: openser: [4363] trunk/modules/peering/peering.c

2008-06-10 Thread Bogdan-Andrei Iancu
Revision: 4363 http://openser.svn.sourceforge.net/openser/?rev=4363&view=rev Author: bogdan_iancu Date: 2008-06-10 07:55:11 -0700 (Tue, 10 Jun 2008) Log Message: --- - peer detection can be done from LOCAL_ROUTE Modified Paths: -- trunk/modules/peering/peer

[OpenSER-Devel] SF.net SVN: openser: [4362] trunk/modules

2008-06-10 Thread Bogdan-Andrei Iancu
Revision: 4362 http://openser.svn.sourceforge.net/openser/?rev=4362&view=rev Author: bogdan_iancu Date: 2008-06-10 07:53:47 -0700 (Tue, 10 Jun 2008) Log Message: --- - nat traversal functions may be called from LOCAL_ROUTE Modified Paths: -- trunk/modules/m

[OpenSER-Devel] SF.net SVN: openser: [4361] trunk/modules

2008-06-10 Thread Bogdan-Andrei Iancu
Revision: 4361 http://openser.svn.sourceforge.net/openser/?rev=4361&view=rev Author: bogdan_iancu Date: 2008-06-10 07:52:32 -0700 (Tue, 10 Jun 2008) Log Message: --- - LDAP queries are safe to be called from LOCAL_ROUTE Modified Paths: -- trunk/modules/h350

[OpenSER-Devel] SF.net SVN: openser: [4360] trunk/modules/group/group_mod.c

2008-06-10 Thread Bogdan-Andrei Iancu
Revision: 4360 http://openser.svn.sourceforge.net/openser/?rev=4360&view=rev Author: bogdan_iancu Date: 2008-06-10 07:50:43 -0700 (Tue, 10 Jun 2008) Log Message: --- -allow the group functions to be called from LOCAL_ROUTE Modified Paths: -- trunk/modules/g

[OpenSER-Devel] SF.net SVN: openser: [4359] trunk/modules/exec/exec_mod.c

2008-06-10 Thread Bogdan-Andrei Iancu
Revision: 4359 http://openser.svn.sourceforge.net/openser/?rev=4359&view=rev Author: bogdan_iancu Date: 2008-06-10 07:49:42 -0700 (Tue, 10 Jun 2008) Log Message: --- - enable several functions (only the one suitable) for LOCAL_ROUTE Modified Paths: -- trunk

[OpenSER-Devel] SF.net SVN: openser: [4358] trunk/modules/domain/domain_mod.c

2008-06-10 Thread Bogdan-Andrei Iancu
Revision: 4358 http://openser.svn.sourceforge.net/openser/?rev=4358&view=rev Author: bogdan_iancu Date: 2008-06-10 07:48:16 -0700 (Tue, 10 Jun 2008) Log Message: --- allow the group functions to be called from LOCAL_ROUTE Modified Paths: -- trunk/modules/do

[OpenSER-Devel] SF.net SVN: openser: [4357] trunk/modules/diversion/diversion.c

2008-06-10 Thread Bogdan-Andrei Iancu
Revision: 4357 http://openser.svn.sourceforge.net/openser/?rev=4357&view=rev Author: bogdan_iancu Date: 2008-06-10 07:47:35 -0700 (Tue, 10 Jun 2008) Log Message: --- enable exported functions to be called from the LOCAL_ROUTE Modified Paths: -- trunk/modul

[OpenSER-Devel] SF.net SVN: openser: [4356] trunk/modules/cfgutils/cfgutils.c

2008-06-10 Thread Bogdan-Andrei Iancu
Revision: 4356 http://openser.svn.sourceforge.net/openser/?rev=4356&view=rev Author: bogdan_iancu Date: 2008-06-10 07:46:44 -0700 (Tue, 10 Jun 2008) Log Message: --- enable the exported functions to be called from LOCAL_ROUTE Modified Paths: -- trunk/modul

Re: [OpenSER-Devel] SVN frozen or not?

2008-06-10 Thread Bogdan-Andrei Iancu
this was the main invoked reason for this whole discussion. again , I do not like this because some serious disrespect for the people working here in this project. Regards, bogdan Henning Westerholt wrote: > On Tuesday 10 June 2008, Bogdan-Andrei Iancu wrote: > >> Is the

[OpenSER-Devel] SVN frozen or not?

2008-06-10 Thread Bogdan-Andrei Iancu
Hi there, Is the SVN frozen or not? The announced date was for 6th of June and there is an ongoing discussion about pre-longing this date or not, but there was no decision yet announced. And I see non bug fixing commits going through. Regards, Bogdan _

Re: [OpenSER-Devel] SF.net SVN: openser: [4329] trunk/modules/benchmark/benchmark.c

2008-06-10 Thread Bogdan-Andrei Iancu
Hi guys, please let's continue this discussion (about setting new rules) on the separate thread I create especially for this topic - it will be more clear and nobody will complain later that he was not aware of this discussion Thanks and Regards, Bogdan Henning Westerholt wrote: > > On Monday

Re: [OpenSER-Devel] Call for opinion - new rules for the release process

2008-06-10 Thread Bogdan-Andrei Iancu
Hi Juha, This is fine with me - should we split new modules versus design and arch changes? or keep them together under the same umbrella ? Regards, Bogdan Juha Heinanen wrote: > Bogdan-Andrei Iancu writes: > > > - Major commits (new modules, design and architectural

[OpenSER-Devel] Call for opinion - new rules for the release process

2008-06-09 Thread Bogdan-Andrei Iancu
Hi, In the last days, there was an obvious need for more strict rules to control the process of preparing new release. Current rules regarding the releases: Rules for release cycles: = - ~6 months interval between major releases (dates publicly agreed on devel list)

Re: [OpenSER-Devel] SF.net SVN: openser: [4329] trunk/modules/benchmark/benchmark.c

2008-06-09 Thread Bogdan-Andrei Iancu
us on the only positive thing it brought - better rules for release managing to avoid any future un-satisfaction from people. Regards, Bogdan Henning Westerholt wrote: > On Monday 09 June 2008, Bogdan-Andrei Iancu wrote: > >> [..] >> I really hate this discussion be

Re: [OpenSER-Devel] proposal: 1.4 not freezing tonight

2008-06-09 Thread Bogdan-Andrei Iancu
Hi Henning, This is the some conclusion I got to in the discussion with Olle - but this new discussion on re-viewing the release rules needs a new thread. Regards, Bogdan Henning Westerholt wrote: > > On Saturday 07 June 2008, Juha Heinanen wrote: > > > [..] > > > in order to avoid these kind

Re: [OpenSER-Devel] SF.net SVN: openser: [4329] trunk/modules/benchmark/benchmark.c

2008-06-09 Thread Bogdan-Andrei Iancu
not going into the details, but more > the process. > > 9 jun 2008 kl. 15.30 skrev Bogdan-Andrei Iancu: >> >> >>- if you had so great ideas, nobody prevented you from implementing >> such functionality. Again, being passive and later commenting on >> somebo

Re: [OpenSER-Devel] proposal: 1.4 not freezing tonight

2008-06-09 Thread Bogdan-Andrei Iancu
Hi Daniel, From my point of view we can delay indefinitely postpone any release, until all the functionalities that are subject to discussion or redesign are discussed and agreed upon. Also a reanalysis on the code to identify all the combinations between routes and functions should be taken i

Re: [OpenSER-Devel] Implementing "disable_6xx_block" with a FLAG?

2008-06-09 Thread Bogdan-Andrei Iancu
Hi Iñaki, Theoretically, it can be easily done by defining one more flag for the t_relay() function - the flag will tell if how to process the 6xx replies for that transaction. But now the SVN is frozen, so you can open a feature request for 1.5 version. Regards, Bogdan Iñaki Baz Castillo

Re: [OpenSER-Devel] SF.net SVN: openser: [4329] trunk/modules/benchmark/benchmark.c

2008-06-09 Thread Bogdan-Andrei Iancu
is not complete, not the final version". Thinks are evolving with small but continues steps! Regards, Bogdan Henning Westerholt wrote: > On Friday 06 June 2008, Bogdan-Andrei Iancu wrote: > >> What do you mean by "we have to live with it" ? it sounds like s

Re: [OpenSER-Devel] SF.net SVN: openser: [4329] trunk/modules/benchmark/benchmark.c

2008-06-09 Thread Bogdan-Andrei Iancu
aintain. > > Cheers, > Daniel > > >> >> Otherwise we are just wasting our time. >> >> >> Regards, >> Bogdan >> >> PS: if someone does not know how to play "bullshit-bing" game, let me >> know - it is fine :D >> >&

Re: [OpenSER-Devel] nonce errors in trunk

2008-06-09 Thread Bogdan-Andrei Iancu
Hi Dan, no, you cannot disable it. Regards, Bogdan Dan Pascu wrote: > Bogdan-Andrei Iancu wrote: >> Juha, >> >> I'm not saying that re-using the nonce is against RFC and that the >> phone is broken - I'm saying it is a security issue (stolen >> cr

Re: [OpenSER-Devel] dp_translate' failed

2008-06-06 Thread Bogdan-Andrei Iancu
Hi Juha, Please update from SVN - there was a misprocessing in the MI command. Also, note you are using the wrong match_op value - 1 is for regexp. Try: ++--++--+---+---+---+--+---+ | id | dpid | pr | match_op | match_exp | matc

Re: [OpenSER-Devel] SF.net SVN: openser: [4329] trunk/modules/benchmark/benchmark.c

2008-06-06 Thread Bogdan-Andrei Iancu
commit ? etcc Otherwise we are just wasting our time. Regards, Bogdan PS: if someone does not know how to play "bullshit-bing" game, let me know - it is fine :D Daniel-Constantin Mierla wrote: > Hello, > > On 06/06/08 21:39, Bogdan-Andrei Iancu wrote: >> Hi Dan

Re: [OpenSER-Devel] SF.net SVN: openser: [4329] trunk/modules/benchmark/benchmark.c

2008-06-06 Thread Bogdan-Andrei Iancu
inline comments on the your technical remarks. Regards, Bogdan Daniel-Constantin Mierla wrote: > > > On 06/06/08 21:04, Bogdan-Andrei Iancu wrote: >> Hi Henning, >> >> What do you mean by "we have to live with it" ? it sounds like >> something terrible wr

Re: [OpenSER-Devel] dp_translate' failed

2008-06-06 Thread Bogdan-Andrei Iancu
Yes - I'm saying that :) - the values were mixed - this is the price to pay while writing docs on the last minute. I already made the fix on SVN. Thanks and regards, Bogdan Juha Heinanen wrote: > Bogdan-Andrei Iancu writes: > > > Also, note you are using the wrong match_op

[OpenSER-Devel] SF.net SVN: openser: [4344] trunk/db/schema/dialplan.xml

2008-06-06 Thread Bogdan-Andrei Iancu
Revision: 4344 http://openser.svn.sourceforge.net/openser/?rev=4344&view=rev Author: bogdan_iancu Date: 2008-06-06 12:01:37 -0700 (Fri, 06 Jun 2008) Log Message: --- -fixed swapped values Modified Paths: -- trunk/db/schema/dialplan.xml This was sent by th

[OpenSER-Devel] SF.net SVN: openser: [4343] trunk/modules/dialplan/dialplan.c

2008-06-06 Thread Bogdan-Andrei Iancu
Revision: 4343 http://openser.svn.sourceforge.net/openser/?rev=4343&view=rev Author: bogdan_iancu Date: 2008-06-06 11:56:14 -0700 (Fri, 06 Jun 2008) Log Message: --- simplify the returned MI tree in dp_translate command Modified Paths: -- trunk/modules/dial

Re: [OpenSER-Devel] SF.net SVN: openser: [4329] trunk/modules/benchmark/benchmark.c

2008-06-06 Thread Bogdan-Andrei Iancu
Hi Daniel, We do not have to overlook the fact that an open source project is a result of common contributions from multiple people. So, it is about more than one person and we should not have a selfish view on the matter - maybe some new code does not solve anything for you, but certainly it

[OpenSER-Devel] SF.net SVN: openser: [4342] trunk/modules/dialplan

2008-06-06 Thread Bogdan-Andrei Iancu
Revision: 4342 http://openser.svn.sourceforge.net/openser/?rev=4342&view=rev Author: bogdan_iancu Date: 2008-06-06 11:16:11 -0700 (Fri, 06 Jun 2008) Log Message: --- - fixed doc referencies Modified Paths: -- trunk/modules/dialplan/README trunk/modules/

Re: [OpenSER-Devel] dialplan modinit failed

2008-06-06 Thread Bogdan-Andrei Iancu
Hi Juha, It should be fixed now - it was a misspelled PV. Regards, Bogdan Juha Heinanen wrote: > i tried to start openser by including dialplan.so in the list of loaded > modules and a single dialplan modparam > > modparam("dialplan", "attrs_pvar", "$avp(s:dest)") > > when i start openser, i get

[OpenSER-Devel] SF.net SVN: openser: [4341] trunk/modules/dialplan/dialplan.c

2008-06-06 Thread Bogdan-Andrei Iancu
Revision: 4341 http://openser.svn.sourceforge.net/openser/?rev=4341&view=rev Author: bogdan_iancu Date: 2008-06-06 11:06:28 -0700 (Fri, 06 Jun 2008) Log Message: --- - fixed misspelled PV Modified Paths: -- trunk/modules/dialplan/dialplan.c This was sent

Re: [OpenSER-Devel] SF.net SVN: openser: [4329] trunk/modules/benchmark/benchmark.c

2008-06-06 Thread Bogdan-Andrei Iancu
Hi Henning, What do you mean by "we have to live with it" ? it sounds like something terrible wrong happened. To be honest I fail to see the logic behind of this. You and Daniel are complaining about some new code - based on a superficial understanding of the code and functionality you start

Re: [OpenSER-Devel] trex regexs

2008-06-06 Thread Bogdan-Andrei Iancu
Hi Juha, it is supported. Regards, Bogdan Juha Heinanen wrote: > trex home age has: > > T-Rex is a minimalistic regular expression library written in ANSI C, > supports the following POSIX expressions: ?,*,+,^,$,.,[a-b],() plus the > perl style greedy closures {n} . > > does this mean that a lis

Re: [OpenSER-Devel] dialplan match_op?

2008-06-06 Thread Bogdan-Andrei Iancu
Hi Juha, I will add some better docs about DB structure and values. In the mean while, a basic description of the table may be found in DB schema (db/schema/dialplan.xml) Regards, Bogdan Juha Heinanen wrote: > dialplan table has match_op_col that stores "type of matching rule". i > have not fo

Re: [OpenSER-Devel] SF.net SVN: openser: [4331] trunk

2008-06-06 Thread Bogdan-Andrei Iancu
Hi Henning, Henning Westerholt wrote: > On Friday 06 June 2008, Anca Vamanu wrote: > >> Revision: 4331 >> http://openser.svn.sourceforge.net/openser/?rev=4331&view=rev >> Author: anca_vamanu >> Date: 2008-06-06 07:36:01 -0700 (Fri, 06 Jun 2008) >> >> Log Message: >> ---

[OpenSER-Devel] SF.net SVN: openser: [4337] trunk/modules/dialplan/dp_db.c

2008-06-06 Thread Bogdan-Andrei Iancu
Revision: 4337 http://openser.svn.sourceforge.net/openser/?rev=4337&view=rev Author: bogdan_iancu Date: 2008-06-06 09:43:22 -0700 (Fri, 06 Jun 2008) Log Message: --- - use new db_check_table_version() Credits go to Henning Westerholt Modified Paths: -- tr

Re: [OpenSER-Devel] nonce errors in trunk

2008-06-06 Thread Bogdan-Andrei Iancu
PROTECTED]> wrote: > >> Bogdan-Andrei Iancu writes: >> >> > I'm not saying that re-using the nonce is against RFC and that the phone >> > is broken - I'm saying it is a security issue (stolen credentials) and >> > rejecting such auth re

Re: [OpenSER-Devel] nonce errors in trunk

2008-06-06 Thread Bogdan-Andrei Iancu
Thanks - Anca is already working to a fix for this case. Regards, Bogdan Iñaki Baz Castillo wrote: > El Friday 06 June 2008 17:46:14 Bogdan-Andrei Iancu escribió: > >> Hi Iñaki, >> >> could you please point me to the RFC section? >> > > 13 Initiating

[OpenSER-Devel] SF.net SVN: openser: [4336] trunk/modules/dialplan

2008-06-06 Thread Bogdan-Andrei Iancu
Revision: 4336 http://openser.svn.sourceforge.net/openser/?rev=4336&view=rev Author: bogdan_iancu Date: 2008-06-06 09:17:04 -0700 (Fri, 06 Jun 2008) Log Message: --- - set ID SVN property Property Changed: trunk/modules/dialplan/dialplan.c trunk/mo

Re: [OpenSER-Devel] SF.net SVN: openser: [4331] trunk

2008-06-06 Thread Bogdan-Andrei Iancu
Jun 6, 2008 at 11:42 AM, Bogdan-Andrei Iancu > <[EMAIL PROTECTED]> wrote: > >> Make sensewe can keep this option in mind and maybe move the trex >> part in core to be available to other modules too...of courses, in the >> 1.5 release maybe :) >> >>

[OpenSER-Devel] SF.net SVN: openser: [4335] trunk/modules/dialplan/trex.h

2008-06-06 Thread Bogdan-Andrei Iancu
Revision: 4335 http://openser.svn.sourceforge.net/openser/?rev=4335&view=rev Author: bogdan_iancu Date: 2008-06-06 09:09:27 -0700 (Fri, 06 Jun 2008) Log Message: --- - added note that the original T-Rex code was modified. This is requied by the license of the code. Thank

[OpenSER-Devel] SF.net SVN: openser: [4334] trunk/modules/dialplan

2008-06-06 Thread Bogdan-Andrei Iancu
Revision: 4334 http://openser.svn.sourceforge.net/openser/?rev=4334&view=rev Author: bogdan_iancu Date: 2008-06-06 09:04:19 -0700 (Fri, 06 Jun 2008) Log Message: --- did some spell checking in the docs Modified Paths: -- trunk/modules/dialplan/README tr

Re: [OpenSER-Devel] nonce errors in trunk

2008-06-06 Thread Bogdan-Andrei Iancu
Hi Iñaki, could you please point me to the RFC section? Thanks and regards, Bogdan Iñaki Baz Castillo wrote: > El Friday 06 June 2008 17:33:33 Bogdan-Andrei Iancu escribió: > >> Hi Juha, >> >> The errors you are seeing are a result of the new nonce security check &g

Re: [OpenSER-Devel] nonce errors in trunk

2008-06-06 Thread Bogdan-Andrei Iancu
Juha, I'm not saying that re-using the nonce is against RFC and that the phone is broken - I'm saying it is a security issue (stolen credentials) and rejecting such auth requests does not break anything. Regards, Bogdan Juha Heinanen wrote: > Bogdan-Andrei Iancu writes: > >

Re: [OpenSER-Devel] SF.net SVN: openser: [4331] trunk

2008-06-06 Thread Bogdan-Andrei Iancu
Make sensewe can keep this option in mind and maybe move the trex part in core to be available to other modules too...of courses, in the 1.5 release maybe :) Regards, Bogdan Juha Heinanen wrote: > Bogdan-Andrei Iancu writes: > > > Yes, that was the main reason for using the t

Re: [OpenSER-Devel] nonce errors in trunk

2008-06-06 Thread Bogdan-Andrei Iancu
Hi Juha, The errors you are seeing are a result of the new nonce security check that was added in trunk. See: http://lists.openser.org/pipermail/users/2008-June/017719.html Probably you have in the network some UACs that tries to reuse a nonce for multiple authentications. Regards, Bogd

Re: [OpenSER-Devel] SF.net SVN: openser: [4331] trunk

2008-06-06 Thread Bogdan-Andrei Iancu
Hi Juha, Yes, that was the main reason for using the trex lib - it was easier to hack to use shared mem from openser. Otherwise, we could not reload data at runtime. Also, trex is much simpler (and faster) as posix regexp - it does not have all the functionalities of the posix regexp, but it i

Re: [OpenSER-Devel] SF.net SVN: openser: [4152] trunk

2008-06-06 Thread Bogdan-Andrei Iancu
://sourceforge.net/tracker/index.php?func=detail&aid=1950754&group_id=139143&atid=743020 Regards, Bogdan Klaus Darilion wrote: > Sorry for my late response - I were on holidays. > > Was this one backported to 1.3 too? > > regards > klaus > > Bogdan-Andrei Iancu schrieb:

Re: [OpenSER-Devel] usrloc permanent records and strptime

2008-06-06 Thread Bogdan-Andrei Iancu
Hi Henning, I was not aware of this issue - so far nobody reported and I personally do not use permanent contacts with usrloc. Better open a bug report and let's work on it.. Thanks and regards, Bogdan Henning Westerholt wrote: > On Thursday 05 June 2008, Bogdan-Andrei Iancu wrote: &g

Re: [OpenSER-Devel] conceptual problem: domain - realm

2008-06-06 Thread Bogdan-Andrei Iancu
Hi Iñaki, no, this is not done. The place is in TM (for parallel forking), but nobody worked on this as there was no real need for it (so far). Regards, Bogdan Iñaki Baz Castillo wrote: > PD: Also, a proxy should recolect all the Authentication headers received in > different replies for a for

Re: [OpenSER-Devel] SF.net SVN: openser: [4317] trunk

2008-06-06 Thread Bogdan-Andrei Iancu
(is_method("CANCEL") && t_check_status("200")) { > append_hf("Reason: SIP;cause=200;text=\"Call completed > elsewhere\""); > } > } > > That would be cool.... > > Carsten > > Am Donnerstag, den 05.06.2008, 19:36 +0300

[OpenSER-Devel] SF.net SVN: openser: [4330] trunk/modules/avpops

2008-06-06 Thread Bogdan-Andrei Iancu
Revision: 4330 http://openser.svn.sourceforge.net/openser/?rev=4330&view=rev Author: bogdan_iancu Date: 2008-06-06 06:18:15 -0700 (Fri, 06 Jun 2008) Log Message: --- -avpops functions are enabled from LOCAL_ROUTE - AVP handling is safe here. Modified Paths: --

Re: [OpenSER-Devel] SF.net SVN: openser: [4329] trunk/modules/benchmark/benchmark.c

2008-06-06 Thread Bogdan-Andrei Iancu
ee my email about the description of the new route time). I will take care of enabling this route only for functions that: 1) make sense to be used here 2) are safe to be called from here. Thanks and regards, Bogdan Henning Westerholt wrote: > On Friday 06 June 2008, Bogdan-Andrei Ian

[OpenSER-Devel] NEW FEATURE: local route for internally generated requests

2008-06-06 Thread Bogdan-Andrei Iancu
Hi, OpenSER has a new type of route: local route. This route is to be executed when a brand new request is internally generated (openser being the UAC) ; such requests are result of : - t_uac_dlg MI command - msilo, sms, presence, cpl-c, dialog (and others) modules Purpose Th

Re: [OpenSER-Devel] SF.net SVN: openser: [4329] trunk/modules/benchmark/benchmark.c

2008-06-06 Thread Bogdan-Andrei Iancu
Henning, Henning Westerholt wrote: > On Friday 06 June 2008, Bogdan-Andrei Iancu wrote: > >> From volume of writing, probably having a block-list instead of >> allow-list will be more efficient. >> >> But I guess it is too late for this release - we can conside

Re: [OpenSER-Devel] SF.net SVN: openser: [4329] trunk/modules/benchmark/benchmark.c

2008-06-06 Thread Bogdan-Andrei Iancu
Hi Henning, From volume of writing, probably having a block-list instead of allow-list will be more efficient. But I guess it is too late for this release - we can consider this for the next version 1.5 :). Regards, Bogdan Henning Westerholt wrote: > On Friday 06 June 2008, Bogdan-And

[OpenSER-Devel] SF.net SVN: openser: [4329] trunk/modules/benchmark/benchmark.c

2008-06-06 Thread Bogdan-Andrei Iancu
Revision: 4329 http://openser.svn.sourceforge.net/openser/?rev=4329&view=rev Author: bogdan_iancu Date: 2008-06-06 04:09:23 -0700 (Fri, 06 Jun 2008) Log Message: --- - allow benchmarking functions to be called from LOCAL ROUTE Modified Paths: -- trunk/modul

[OpenSER-Devel] SF.net SVN: openser: [4328] trunk/modules/textops/textops.c

2008-06-06 Thread Bogdan-Andrei Iancu
Revision: 4328 http://openser.svn.sourceforge.net/openser/?rev=4328&view=rev Author: bogdan_iancu Date: 2008-06-06 04:06:52 -0700 (Fri, 06 Jun 2008) Log Message: --- - allow all request related functions to be called from LOCAL ROUTE Modified Paths: -- trun

[OpenSER-Devel] SF.net SVN: openser: [4327] trunk/modules/tm/uac.c

2008-06-06 Thread Bogdan-Andrei Iancu
Revision: 4327 http://openser.svn.sourceforge.net/openser/?rev=4327&view=rev Author: bogdan_iancu Date: 2008-06-06 04:02:00 -0700 (Fri, 06 Jun 2008) Log Message: --- - added support for triggering the LOCAL_ROUTE when a new internal request is generated (like Mi t_uac_dlg,

[OpenSER-Devel] SF.net SVN: openser: [4326] trunk/modules/acc/acc_mod.c

2008-06-06 Thread Bogdan-Andrei Iancu
Revision: 4326 http://openser.svn.sourceforge.net/openser/?rev=4326&view=rev Author: bogdan_iancu Date: 2008-06-06 03:50:47 -0700 (Fri, 06 Jun 2008) Log Message: --- - acc script functions enabled for BRANCH and LOCAL Routes Modified Paths: -- trunk/modules

[OpenSER-Devel] SF.net SVN: openser: [4324] trunk/modules/xlog/xlog.c

2008-06-06 Thread Bogdan-Andrei Iancu
Revision: 4324 http://openser.svn.sourceforge.net/openser/?rev=4324&view=rev Author: bogdan_iancu Date: 2008-06-06 03:12:54 -0700 (Fri, 06 Jun 2008) Log Message: --- - allow xlog functions in LOCAL_ROUTE Modified Paths: -- trunk/modules/xlog/xlog.c This w

Re: [OpenSER-Devel] SF.net SVN: openser: [4317] trunk

2008-06-05 Thread Bogdan-Andrei Iancu
Hi Juha, yes, that is correct. Also it will solve the problem of adding custom headers to the newly generated requests. Regards, Bogdan Juha Heinanen wrote: > Bogdan-Andrei Iancu writes: > > > -new type of route added (local_route) ; this will be triggered by TM each > time

[OpenSER-Devel] SF.net SVN: openser: [4317] trunk

2008-06-05 Thread Bogdan-Andrei Iancu
Revision: 4317 http://openser.svn.sourceforge.net/openser/?rev=4317&view=rev Author: bogdan_iancu Date: 2008-06-05 09:27:03 -0700 (Thu, 05 Jun 2008) Log Message: --- -new type of route added (local_route) ; this will be triggered by TM each time a new internal request is g

[OpenSER-Devel] SF.net SVN: openser: [4316] trunk/modules/statistics/statistics.c

2008-06-05 Thread Bogdan-Andrei Iancu
Revision: 4316 http://openser.svn.sourceforge.net/openser/?rev=4316&view=rev Author: bogdan_iancu Date: 2008-06-05 09:15:38 -0700 (Thu, 05 Jun 2008) Log Message: --- - update_stat() and reset_stat() functions accept PV for the name of the statistic. Both function are able

[OpenSER-Devel] SF.net SVN: openser: [4315] trunk

2008-06-05 Thread Bogdan-Andrei Iancu
Revision: 4315 http://openser.svn.sourceforge.net/openser/?rev=4315&view=rev Author: bogdan_iancu Date: 2008-06-05 08:26:33 -0700 (Thu, 05 Jun 2008) Log Message: --- - added new function "replace_body_atonce()", which allows to replace multiple lines at once (opposed to re

  1   2   3   4   5   6   7   >