Bugs item #1524085, was opened at 2006-07-17 15:36
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1524085&group_id=139143
Please note that this message will contain a full copy
Bugs item #1524079, was opened at 2006-07-17 15:31
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1524079&group_id=139143
Please note that this message will contain a full copy
Bugs item #1524070, was opened at 2006-07-17 15:23
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1524070&group_id=139143
Please note that this message will contain a full copy
Bugs item #1524046, was opened at 2006-07-17 14:49
Message generated for change (Comment added) made by di-shi
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1524046&group_id=139143
Please note that this message will contain a full copy of the comment th
User: di-shi
Date: 2006/07/17 12:02:53 PDT
OpenSER CVS - Commit Details
Modified files:
modules/osp destination.c destination.h globals.c
orig_transaction.c orig_transaction.h
osp_mod.c osp_mod.h osptoolkit.c
User: bogdan_iancu
Date: 2006/07/17 11:59:45 PDT
OpenSER CVS - Commit Details
Modified files:(Branch: rel_1_1_0)
modules/postgres db_res.c
Commit Log:
backport:
- log messsage fixed by adding the TEXTOID data type
Revision ChangesPath
1.4.2.1 +2 -1 si
Just for list information.
Norman Brandinger wrote:
Hi Bogdan,
Your fix did indeed get rid of the message.
Thank you,
Norm
Bogdan-Andrei Iancu wrote:
Hi Norman,
the message is from postgres module and it is not related to AVP.
the reason is the newly TEXT data type added into the postgre
Bugs item #1524046, was opened at 2006-07-17 14:49
Message generated for change (Settings changed) made by di-shi
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1524046&group_id=139143
Please note that this message will contain a full copy of the comment
Bugs item #1524046, was opened at 2006-07-17 14:49
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1524046&group_id=139143
Please note that this message will contain a full copy
User: juhe
Date: 2006/07/17 11:08:25 PDT
OpenSER CVS - Commit Details
Modified files:
modules/permissions README permissions.c
modules/permissions/doc permissions_user.sgml
Commit Log:
* Replaced allow_refer_to functions with more general purpose allow_uri
function.
Hi Norman,
the message is from postgres module and it is not related to AVP.
the reason is the newly TEXT data type added into the postgres table
definitions. The module does not recognize this data type (TEXTOID id 25).
I just committed a fix on cvs - no functionality was affected (unknown
t
Hello,
this seems to be from postgres module. I couldn't find other references
into source code. The error message is not related to AVPs, but to DB
operations with postgres, during converting a select result. Could you
locate the postgres development files on your system and identify which
c
User: bogdan_iancu
Date: 2006/07/17 09:46:27 PDT
OpenSER CVS - Commit Details
Modified files:
modules/postgres db_res.c
Commit Log:
- log messsage fixed by adding the TEXTOID data type
Revision ChangesPath
1.5 +3 -2 sip-server/modules/postgres/db_res.c
[
Bugs item #1523942, was opened at 2006-07-17 19:00
Message generated for change (Comment added) made by miconda
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1523942&group_id=139143
Please note that this message will contain a full copy of the comment t
User: miconda
Date: 2006/07/17 09:27:13 PDT
OpenSER CVS - Commit Details
Modified files:(Branch: rel_1_1_0)
.Makefile
Commit Log:
- proper replacement of certificate path in openser.cfg comments - reported
by Klaus Darilion
Revision ChangesPat
User: miconda
Date: 2006/07/17 09:21:41 PDT
OpenSER CVS - Commit Details
Modified files:
.Makefile
Commit Log:
- proper replacement of certificate path in openser.cfg comments - reported
by Klaus Darilion
Revision ChangesPath
1.31 +2 -2 sip
We have recently started logging "unknown type 25" messages (as shown
below):
openser[4683]: unknown type 25
openser[4683]: val2str(): converting received_ip, 11
The code that is producing the messages hasn't changed:
avp_db_delete("$fU","$avp(s:received_ip)");
avp_write("$si", "$avp(s:receive
Klaus Darilion wrote:
Bogdan-Andrei Iancu wrote:
ok - perfect. in this case I will do the backport.
btw: how do you make the backport, make a patch in CVS head, apply the
patch to a local rel_1_1_0 tree, and cvs commit (like I do) or is
there a magic cvs command for synchronizing of branc
Hello,
the CVS head has now support for fetch-result capability in MySQL
driver. The usrloc module is already using it. The new feature allow to
do incremental load of location records from database. This removes the
issue of 'out of private memory' when dealing with huge numbers of
active su
Bugs item #1523942, was opened at 2006-07-17 18:00
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1523942&group_id=139143
Please note that this message will contain a full copy
Bogdan-Andrei Iancu wrote:
ok - perfect. in this case I will do the backport.
btw: how do you make the backport, make a patch in CVS head, apply the
patch to a local rel_1_1_0 tree, and cvs commit (like I do) or is there
a magic cvs command for synchronizing of branches?
regards
klaus
th
User: klaus_darilion
Date: 2006/07/17 08:51:04 PDT
OpenSER CVS - Commit Details
Modified files:(Branch: rel_1_1_0)
etc openser.cfg
tls README
tls/doc tls_user.sgml
Commit Log:
- fixed typo in TLS documentation
- updat
User: miconda
Date: 2006/07/17 08:48:46 PDT
OpenSER CVS - Commit Details
Modified files:(Branch: rel_1_1_0)
modules/avpops avpops.c avpops_impl.c
Commit Log:
- reactivated username/domain flags in avp_write() for all pseudo-variables
and static values - reported by Ju
User: klaus_darilion
Date: 2006/07/17 08:48:25 PDT
OpenSER CVS - Commit Details
Modified files:
etc openser.cfg
tls README
tls/doc tls_user.sgml
Commit Log:
- fixed typo in TLS documentation
- updated TLS settings in default
User: bogdan_iancu
Date: 2006/07/17 08:45:45 PDT
OpenSER CVS - Commit Details
Modified files:(Branch: rel_1_1_0)
scripts postgresqldb.sh
Commit Log:
backport:
Applied path for correcting syntax from MySQL to Postgres:
- moved INDEX creation out of CREATE tab
User: miconda
Date: 2006/07/17 08:43:20 PDT
OpenSER CVS - Commit Details
Modified files:
modules/avpops avpops.c avpops_impl.c
Commit Log:
- reactivated username/domain flags in avp_write() for all pseudo-variables
and static values - reported by Juha Heinanen
- flags were
ok - perfect. in this case I will do the backport.
thanks and regards,
bogdan
Klaus Darilion wrote:
Bogdan-Andrei Iancu wrote:
Klaus,
for some strange reasons the "active_sessions" definition was
replaced with a second definition of "usr_preferences_types". I
fixed this on the CVS.
plea
Bugs item #1522980, was opened at 2006-07-15 12:36
Message generated for change (Comment added) made by bogdan_iancu
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1522980&group_id=139143
Please note that this message will contain a full copy of the comm
Hello,
On 07/17/06 11:41, Juha Heinanen wrote:
i started implementing allow_uri function and read how avpops module
parses pseudo variables. in avpops.c fixup_write_avp function i noticed
that presence of domain or username suffix is stored in local flags
variable, but it is not used anywhere.
sounds ok to me.
regards,
bogdan
Juha Heinanen wrote:
Bogdan-Andrei Iancu writes:
> if the second param can be whatever pseudo-variable (including avps),
> I'm for this change.
yes, new README says
1.4.6. allow_uri(basename, pseudo-variable)
* pseudo-variable - Any pseudo-variable d
Bugs item #1522980, was opened at 2006-07-15 11:36
Message generated for change (Comment added) made by taisto
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1522980&group_id=139143
Please note that this message will contain a full copy of the comment th
Bogdan-Andrei Iancu wrote:
Klaus,
for some strange reasons the "active_sessions" definition was replaced
with a second definition of "usr_preferences_types". I fixed this on
the CVS.
please test and let me know if know works correctly.
wrong comments, applies now without errors
Also I was
User: klaus_darilion
Date: 2006/07/17 08:22:37 PDT
OpenSER CVS - Commit Details
Modified files:
scripts postgresqldb.sh
Commit Log:
- typo fixed (postgresql needs /* */ to make comments)
Revision ChangesPath
1.36 +4 -4 sip-server/scripts/postgresqld
yes, I run openser with
fork=no
but, I can't debug a module using
kdevelop.
I set the breakpoint, but don't
stop.
run only the "main" and
exit.
if I type "ps -e" I see the deamon
of openser
another program to debug openser
?
- Original Message -
From:
Daniel-Constantin
Bogdan-Andrei Iancu writes:
> if the second param can be whatever pseudo-variable (including avps),
> I'm for this change.
yes, new README says
1.4.6. allow_uri(basename, pseudo-variable)
* pseudo-variable - Any pseudo-variable defined in OpenSER.
and includes examples:
...
if (allow
On 07/17/06 17:37, Javier Ramirez wrote:
How I configure kdevelop to see the debug of any module?
most probably you have to start openser in no fork mode (fork=no in the
config file). In this way you can watch the processing of the sip
messages with the main openser process.
Cheers,
Dani
How I configure kdevelop to see the debug of any module?
From:
Javier
Ramirez
To: Ron Winacott ; devel@openser.org
Sent: Friday, July 14, 2006 11:11
AM
Subject: Re: [Devel] kdevelop ?
I don't undestand.
How attach/debug openser
?
Hi Juha,
if the second param can be whatever pseudo-variable (including avps),
I'm for this change.
regards,
bogdan
Juha Heinanen wrote:
as a starter, i wrote permissions/allow_uri() function, which can be
used to implement allow_refer_to as follows:
allow_uri("basename", "$rt");
is it ok
Dear all, First, My special thanks to Bogdan who has helped me to solve my problem in building my openser system and Thank you very much to all the users in this forum. Thanks. I use openser.1.1.0-tls_src.tar.gz. I have built it as shown in the installation guide from openser website. In my op
as a starter, i wrote permissions/allow_uri() function, which can be
used to implement allow_refer_to as follows:
allow_uri("basename", "$rt");
is it ok that i commit this new function and remove allow_refer_to
function?
-- juha
___
Devel mailing list
Hi Piyush,
this problem was reported and fixed couple of days ago on the devel
version - I just did a backport to 1.1.0 on CVS. Please update and the
problem should go away.
regards,
bogdan
Piyush Devnani wrote:
Hi,
I tried to compile the latest copy of OpenSER from cvs
on NetBSD 3.0(i38
User: bogdan_iancu
Date: 2006/07/17 06:54:43 PDT
OpenSER CVS - Commit Details
Modified files:(Branch: rel_1_1_0)
.cfg.y
Commit Log:
backport:
- fixed compilling problem on platform which does not define
IPTOS_MINCOST and IPTOS_LOWCOST. Previous fix h
Hi,
I tried to compile the latest copy of OpenSER from cvs
on NetBSD 3.0(i386) with gnu make 3.81. The compilation
errors were::
"
In file included from socket_info.h:41
from cfg.y:92
ut.h:In function 'strlower':
ut.h:424: warning: subscript has type 'char'
cfg.y: In function 'yy
Klaus,
for some strange reasons the "active_sessions" definition was replaced
with a second definition of "usr_preferences_types". I fixed this on
the CVS.
please test and let me know if know works correctly.
Also I was wondering if the SERWEB related stuff makes any sense for
postgres sinc
User: bogdan_iancu
Date: 2006/07/17 04:05:31 PDT
OpenSER CVS - Commit Details
Modified files:
scripts postgresqldb.sh
Commit Log:
- removed double definition of "usr_preferences_types" table and added
missing definition of "active_sessions" table
Reported by Klaus
Bogdan-Andrei Iancu wrote:
There was a small fix for serweb table after this patch - see the
history file. Is the last CVS version working properly? if not please
detail what is not working.
Sorry - forgotten to paste the error messages (I used the newest version
1.34).
regards
klaus
Inst
Bugs item #1523753, was opened at 2006-07-17 11:49
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1523753&group_id=139143
Please note that this message will contain a full copy
There was a small fix for serweb table after this patch - see the
history file. Is the last CVS version working properly? if not please
detail what is not working.
regards,
bogdan
Klaus Darilion wrote:
btw: There are still problems for serweb.
regards
klaus
Klaus Darilion wrote:
please
btw: There are still problems for serweb.
regards
klaus
Klaus Darilion wrote:
please backport to 1.1
regards
klaus
Bogdan-Andrei Iancu wrote:
User: bogdan_iancu
Date: 2006/07/14 10:28:57 PDT
OpenSER CVS - Commit Details
Modified files:
scripts postgresqldb.sh Commit
please backport to 1.1
regards
klaus
Bogdan-Andrei Iancu wrote:
User: bogdan_iancu
Date: 2006/07/14 10:28:57 PDT
OpenSER CVS - Commit Details
Modified files:
scripts postgresqldb.sh
Commit Log:
Applied path for correcting syntax from MySQL to Postgres:
- moved IN
i started implementing allow_uri function and read how avpops module
parses pseudo variables. in avpops.c fixup_write_avp function i noticed
that presence of domain or username suffix is stored in local flags
variable, but it is not used anywhere. should flags variable be xored
to flags given as
51 matches
Mail list logo