Re: [sr-dev] git:rbetancor/drouting: * core

2009-06-29 Thread Raúl Alexis Betancor Santana
On Tuesday 30 June 2009 04:57:34 Juha Heinanen wrote: > Raúl Alexis Betancor Santana writes: > > By now, I'm reviewing the drouting code, looking if it's possible to not > > use the dialog module and also I have seen some structures I don't like > > at all. > > raul, > > just for curiosity, what

Re: [sr-dev] git:rbetancor/drouting: * core

2009-06-29 Thread Juha Heinanen
Raúl Alexis Betancor Santana writes: > By now, I'm reviewing the drouting code, looking if it's possible to not use > the dialog module and also I have seen some structures I don't like at all. raul, just for curiosity, what is missing in lcr module that prevents you from using it instead of

Re: [sr-dev] git:rbetancor/drouting: * core

2009-06-29 Thread Daniel-Constantin Mierla
On 06/29/2009 11:51 PM, Raúl Alexis Betancor Santana wrote: On Monday 29 June 2009 19:27:04 Daniel-Constantin Mierla wrote: Hello, On 06/20/2009 01:37 AM, Raúl Alexis Betancor Santana wrote: On Friday 19 June 2009 23:55:19 Andrei Pelinescu-Onciul wrote: No, if you create a ne

Re: [sr-dev] git:rbetancor/drouting: * core

2009-06-29 Thread Raúl Alexis Betancor Santana
On Monday 29 June 2009 19:27:04 Daniel-Constantin Mierla wrote: > Hello, > > On 06/20/2009 01:37 AM, Raúl Alexis Betancor Santana wrote: > > On Friday 19 June 2009 23:55:19 Andrei Pelinescu-Onciul wrote: > >> No, if you create a new branch with no new commits on it, the script > >> that generates t

Re: [sr-dev] build problems in ser's pa module

2009-06-29 Thread Daniel-Constantin Mierla
On 06/29/2009 11:27 PM, Klaus Darilion wrote: pa module includes srdb2 - shouldn't it include srdb1? srdb1 is Kamailio DB api and srdb2 is SER DB api. Daniel -- Daniel-Constantin Mierla http://www.asipto.com/ ___ sr-dev mailing list sr-dev@lists

[sr-dev] build problems in ser's TLS module

2009-06-29 Thread Klaus Darilion
make[1]: Entering directory `/home/darilion/software/siprouter/sip-router/modules_s/tls' gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -minline-all-stringops -falign-loops -ftree-vectorize -mtune=athlon64 -Wall-DNAME='"ser"' -DVERSION='"2.99.0-dev01-serk"' -DARCH='"i386"' -DOS='linux_'

Re: [sr-dev] build problems in ser's pa module

2009-06-29 Thread Klaus Darilion
Klaus Darilion wrote: make[1]: Entering directory `/home/darilion/software/siprouter/sip-router/modules_s/pa' gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -minline-all-stringops -falign-loops -ftree-vectorize -mtune=athlon64 -Wall -I/usr/include/libxml2 -I/usr/local/include/libxml2 -I/

[sr-dev] build problems in ser's pa module

2009-06-29 Thread Klaus Darilion
make[1]: Entering directory `/home/darilion/software/siprouter/sip-router/modules_s/pa' gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -minline-all-stringops -falign-loops -ftree-vectorize -mtune=athlon64 -Wall -I/usr/include/libxml2 -I/usr/local/include/libxml2 -I/usr/local/include -I../

[sr-dev] build problems: ser's osp module

2009-06-29 Thread Klaus Darilion
Hi! in ser's osp module Makefile these condition should be adopted to search in /usr/lib too: LIBS=$(shell if [ -f /usr/local/lib/libosptk.a ]; then echo "-losptk" ; else echo "-losp" ; fi) Or make it like K's osp module: use always -losptk btw: shouldn't be the module rather identical in

Re: [sr-dev] build problem: ser's avpops module

2009-06-29 Thread Edson - Lists
Hi, Klaus... Few days ago I submited same problem... Andrei reported that SER AVPOPs module has problems and doesn't compile... it's a know issue. What he suggested was to use Kamailion version instead. The thread starts here: http://lists.sip-router.org/pipermail/sr-dev/2009-June/002606.htm

Re: [sr-dev] build problems: ser's bdb module

2009-06-29 Thread Klaus Darilion
same with ser's oracle module regards klaus Klaus Darilion wrote: make[1]: Entering directory `/home/darilion/software/siprouter/sip-router/modules_s/bdb' In file included from bdb_val.c:29: bdb.h:46:29: error: ../../db/db_key.h: No such file or directory bdb.h:47:28: error: ../../db/db_op.h

Re: [sr-dev] build problems: ser's bdb module

2009-06-29 Thread Klaus Darilion
looks like the same problem is also in ser's dbtext: make[1]: Entering directory `/home/darilion/software/siprouter/sip-router/modules_s/dbtext' In file included from dbt_tb.c:49: dbt_lib.h:42:29: error: ../../db/db_val.h: No such file or directory In file included from dbt_res.c:45: dbt_res.h:

[sr-dev] build problems: ser's bdb module

2009-06-29 Thread Klaus Darilion
make[1]: Entering directory `/home/darilion/software/siprouter/sip-router/modules_s/bdb' In file included from bdb_val.c:29: bdb.h:46:29: error: ../../db/db_key.h: No such file or directory bdb.h:47:28: error: ../../db/db_op.h: No such file or directory bdb.h:48:29: error: ../../db/db_val.h: No s

[sr-dev] build problem: ser's avpops module

2009-06-29 Thread Klaus Darilion
make[1]: Entering directory `/home/darilion/software/siprouter/sip-router/modules_s/avpops' gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -minline-all-stringops -falign-loops -ftree-vectorize -mtune=athlon64 -Wall-DNAME='"ser"' -DVERSION='"2.99.0-dev01-serk"' -DARCH='"i386"' -DOS='linu

[sr-dev] git:master: xmlrpc(s): support for the "*" modifier

2009-06-29 Thread Andrei Pelinescu-Onciul
Module: sip-router Branch: master Commit: 6c6e272929fe211467f894fd7bcdcb2dc1327552 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6c6e272929fe211467f894fd7bcdcb2dc1327552 Author: Andrei Pelinescu-Onciul Committer: Andrei Pelinescu-Onciul Date: Mon Jun 29 20:50:47

[sr-dev] git:master: ctl: fix rpc_scan return when "*" is used

2009-06-29 Thread Andrei Pelinescu-Onciul
Module: sip-router Branch: master Commit: eb367fc968ca3e9644e3fdfaf25ff13d776c4777 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=eb367fc968ca3e9644e3fdfaf25ff13d776c4777 Author: Andrei Pelinescu-Onciul Committer: Andrei Pelinescu-Onciul Date: Mon Jun 29 20:46:47

[sr-dev] git:master: rpc doc: added "*" and some minor fixes

2009-06-29 Thread Andrei Pelinescu-Onciul
Module: sip-router Branch: master Commit: 32c1a13ef4b1395cb891289af9b854f5686178d2 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=32c1a13ef4b1395cb891289af9b854f5686178d2 Author: Andrei Pelinescu-Onciul Committer: Andrei Pelinescu-Onciul Date: Mon Jun 29 20:30:44

Re: [sr-dev] [Kamailio-Users] new feature: fine access to xml documents

2009-06-29 Thread Daniel-Constantin Mierla
On 06/25/2009 04:13 PM, Klaus Darilion wrote: Iñaki Baz Castillo schrieb: El Jueves, 25 de Junio de 2009, Daniel-Constantin Mierla escribió: Probably not very clear in my first email, but you can change the xml content: $xml(a=>xpath:/presence/mynode) = "123"; When reading, which is the

Re: [sr-dev] git:rbetancor/drouting: * core

2009-06-29 Thread Daniel-Constantin Mierla
Hello, On 06/20/2009 01:37 AM, Raúl Alexis Betancor Santana wrote: On Friday 19 June 2009 23:55:19 Andrei Pelinescu-Onciul wrote: No, if you create a new branch with no new commits on it, the script that generates the mails will just send the top commit on the branch (which in your case hap

[sr-dev] [ openser-Bugs-2814137 ] force_rtp_proxy bug

2009-06-29 Thread SourceForge.net
Bugs item #2814137, was opened at 2009-06-29 20:29 Message generated for change (Comment added) made by miconda You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2814137&group_id=139143 Please note that this message will contain a full copy of the comment t

[sr-dev] [ openser-Bugs-2814137 ] force_rtp_proxy bug

2009-06-29 Thread SourceForge.net
Bugs item #2814137, was opened at 2009-06-29 19:29 Message generated for change (Tracker Item Submitted) made by marcushunger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2814137&group_id=139143 Please note that this message will contain a full copy of

Re: [sr-dev] build problems: error: mi_mem.h: No such file or directory

2009-06-29 Thread Daniel-Constantin Mierla
Hello Klaus, I forgot to add a new file within my last commit. Should be now on git. Thanks, Daniel On 06/29/2009 03:10 PM, Klaus Darilion wrote: Hi! I have set excluded modules to "" to try building everything. No I got this error: make[2]: Entering directory `/home/darilion/software/sipr

[sr-dev] git:master: kmi: added missing file mi_mem.h

2009-06-29 Thread Daniel-Constantin Mierla
Module: sip-router Branch: master Commit: d803b87b0f2ecf8da3954c28ad8af72000e862ce URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d803b87b0f2ecf8da3954c28ad8af72000e862ce Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: Mon Jun 29 17:54:2

[sr-dev] message à votre attention

2009-06-29 Thread Cathy Steinberg
Bonjour, Bureau de design graphique, nous pouvons répondre à vos besoins en : - Edition : plaquettes, rapports annuels, newsletters, catalogues, livres... - Image : logos, papeterie, chartes graphiques - Signalétique : panneaux d'exposition, stands, kakemonos, signalétique interne et externe

[sr-dev] build problems: error: mi_mem.h: No such file or directory

2009-06-29 Thread Klaus Darilion
Hi! I have set excluded modules to "" to try building everything. No I got this error: make[2]: Entering directory `/home/darilion/software/siprouter/sip-router/sip-router/lib/kmi' tree.c:38:20: error: mi_mem.h: No such file or directory Is there something missing? regards klaus _

Re: [sr-dev] Build problems

2009-06-29 Thread Klaus Darilion
Andrei Pelinescu-Onciul schrieb: On Jun 29, 2009 at 13:11, Klaus Darilion wrote: y.tab.o:/home/darilion/software/siprouter/sip-router/y.tab.c:4527: first Why do you have a y.tab.c? sip-router compilation produces only cfg.ta

[sr-dev] [ openser-Bugs-2813924 ] nathelper crash

2009-06-29 Thread SourceForge.net
Bugs item #2813924, was opened at 2009-06-29 13:55 Message generated for change (Tracker Item Submitted) made by marcushunger You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2813924&group_id=139143 Please note that this message will contain a full copy of

Re: [sr-dev] Build problems

2009-06-29 Thread Andrei Pelinescu-Onciul
On Jun 29, 2009 at 13:11, Klaus Darilion wrote: > Hi! > > I justed cloned the repository and executed "make", which fails when > linking: > > gcc -Wl,-O2 -Wl,-E action.o atomic_ops.o basex.o bit_scan.o cfg_core.o > cfg_parser.o core_cmd.o crc.o daemonize.o data_lump.o data_lump_rpl.o > dns_

[sr-dev] Build problems

2009-06-29 Thread Klaus Darilion
Hi! I justed cloned the repository and executed "make", which fails when linking: gcc -Wl,-O2 -Wl,-E action.o atomic_ops.o basex.o bit_scan.o cfg_core.o cfg_parser.o core_cmd.o crc.o daemonize.o data_lump.o data_lump_rpl.o dns_cache.o dprint.o dset.o dst_blacklist.o endianness.o error.o fl

[sr-dev] git:master: tmx: t_hash MI command fixes

2009-06-29 Thread Daniel-Constantin Mierla
Module: sip-router Branch: master Commit: 5caeeb1266d5541bfe0437dcefba3d96d4ee03eb URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5caeeb1266d5541bfe0437dcefba3d96d4ee03eb Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: Mon Jun 29 12:32:1

[sr-dev] git:master: lib/kmi: option to build it with system malloc

2009-06-29 Thread Daniel-Constantin Mierla
Module: sip-router Branch: master Commit: 85f2302e8448ee20edb12bc3b4e2911ca3b111ec URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=85f2302e8448ee20edb12bc3b4e2911ca3b111ec Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: Mon Jun 29 12:34:0

[sr-dev] [ openser-Bugs-1545216 ] Diversion header(s) parsing

2009-06-29 Thread SourceForge.net
Bugs item #1545216, was opened at 2006-08-23 13:16 Message generated for change (Comment added) made by sjmuller You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1545216&group_id=139143 Please note that this message will contain a full copy of the comment

[sr-dev] git:master: sercmd: tab completion support for mi commands

2009-06-29 Thread Andrei Pelinescu-Onciul
Module: sip-router Branch: master Commit: 17ce4b4f36122b515efc7d62f70b55cb0cb17675 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=17ce4b4f36122b515efc7d62f70b55cb0cb17675 Author: Andrei Pelinescu-Onciul Committer: Andrei Pelinescu-Onciul Date: Mon Jun 29 11:03:46

[sr-dev] git:master: sercmd: tab completion support for cfg. vars & groups

2009-06-29 Thread Andrei Pelinescu-Onciul
Module: sip-router Branch: master Commit: 72a573889c0126fedee20e80ff0fb5cf9f772a49 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=72a573889c0126fedee20e80ff0fb5cf9f772a49 Author: Andrei Pelinescu-Onciul Committer: Andrei Pelinescu-Onciul Date: Mon Jun 29 00:59:17