Re: [sr-dev] [OT] SIP ALG Detector released

2009-06-15 Thread Klaus Darilion
Nils Ohlmeier schrieb: Hi, Am 14.06.2009 2:17 Uhr, schrieb Iñaki Baz Castillo: Hi, as part of my personal battle against SIP ALG routers, I've created an utility to detect such routers: http://dev.sipdoc.net/wiki/sip-stuff/SIP-ALG-Detector It has two parts: client and server: Basically

Re: [sr-dev] [OT] SIP ALG Detector released

2009-06-15 Thread Klaus Darilion
Iñaki Baz Castillo schrieb: 2009/6/15 Klaus Darilion : Wouldn't a sip-router module with this function an even better solution? Then every sip-router out there could offer this "service" under some special username. It could also be implemented by using transformations. Ju

Re: [sr-dev] what is the difference between the ser and sercmd

2009-06-18 Thread Klaus Darilion
Do Nguyen Ha schrieb: Hi all with the help from Henning Westerholt, i install sip-router successfull i just wonder there are 2 command ser sercmd what is the difference between them ser is the binary of the SIP proxy, the daemon sercmd is an utility which can be used

[sr-dev] debian build

2009-06-19 Thread Klaus Darilion
Hi! Are the debian build files already updated to sr? How does it handle ser vs. Kamailio modules? regards klaus ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Re: [sr-dev] Server trying outgoing TCP (TLS) connection, gets blocked

2009-06-23 Thread Klaus Darilion
Ivan Genov schrieb: We are using openser-1.3.0-tls. I assume what we can do there is to decrease the tcp connect timeout You should configure both: tcp_send_timeout and tcp_connect_timeout. Because openser first tries to send using the existing connection, after send_timeout it detects tha

Re: [sr-dev] Server trying outgoing TCP (TLS) connection, gets blocked

2009-06-23 Thread Klaus Darilion
Hi Andrei! Andrei Pelinescu-Onciul schrieb: For the same "versions" (ser 2.1 or sip-router) you can stop outgoing connects by setting tcp_no_connect to yes. You can do this any time, even even if sip-router is already started (in this case using sercmd cfg.set_now_int tcp no_connect 1). Cool.

Re: [sr-dev] Conflict between libcurl4-gnutls-dev and libcurl4-openssl-dev (Debian)

2009-06-23 Thread Klaus Darilion
Iñaki Baz Castillo schrieb: El Lunes, 22 de Junio de 2009, Juha Heinanen escribió: Iñaki Baz Castillo writes: > Hi, Kamailio trunk version requires libcurl4-gnutls-dev Debian Lenny > package while SIP-Router trunk version requires libcurl4-openssl-dev. looks like both libcurl4-gnutls-dev an

[sr-dev] core cookbook

2009-06-23 Thread Klaus Darilion
Hi! The sr core cookbook has lots of empty entries: http://sip-router.org/wiki/cookbooks/core-cookbook/devel Whereas the K core cookbook is rather full: http://www.kamailio.org/dokuwiki/doku.php/core-cookbook:1.5.x I think most of the parameters still have the same meaning. I can volunteer on

Re: [sr-dev] Conflict between libcurl4-gnutls-dev and libcurl4-openssl-dev (Debian)

2009-06-23 Thread Klaus Darilion
Klaus Darilion schrieb: Iñaki Baz Castillo schrieb: El Lunes, 22 de Junio de 2009, Juha Heinanen escribió: Iñaki Baz Castillo writes: > Hi, Kamailio trunk version requires libcurl4-gnutls-dev Debian Lenny > package while SIP-Router trunk version requires libcurl4-openssl-dev. look

Re: [sr-dev] core cookbook

2009-06-23 Thread Klaus Darilion
Victor Pascual Ávila schrieb: Hi Klaus, On Tue, Jun 23, 2009 at 10:07 AM, Klaus Darilion wrote: Hi! The sr core cookbook has lots of empty entries: http://sip-router.org/wiki/cookbooks/core-cookbook/devel Whereas the K core cookbook is rather full: http://www.kamailio.org/dokuwiki/doku.php

Re: [sr-dev] core cookbook

2009-06-23 Thread Klaus Darilion
Victor Pascual Ávila schrieb: 2009/6/23 Klaus Darilion : Victor Pascual Ávila schrieb: Hi Klaus, On Tue, Jun 23, 2009 at 10:07 AM, Klaus Darilion wrote: Hi! The sr core cookbook has lots of empty entries: http://sip-router.org/wiki/cookbooks/core-cookbook/devel Whereas the K core

Re: [sr-dev] git:master: version number changed to 2.99.0-dev-01-serk

2009-06-25 Thread Klaus Darilion
Andrei Pelinescu-Onciul schrieb: Module: sip-router Branch: master Commit: 1af00fc924116ca97b7acd42ed8640712fcd33f0 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1af00fc924116ca97b7acd42ed8640712fcd33f0 Author: Andrei Pelinescu-Onciul Committer: Andrei Pelinescu

Re: [sr-dev] git:master: version number changed to 2.99.0-dev-01-serk

2009-06-25 Thread Klaus Darilion
Klaus Darilion schrieb: Andrei Pelinescu-Onciul schrieb: Module: sip-router Branch: master Commit: 1af00fc924116ca97b7acd42ed8640712fcd33f0 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1af00fc924116ca97b7acd42ed8640712fcd33f0 Author: Andrei Pelinescu

[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

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

[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 _

[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] 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

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

2009-06-29 Thread Klaus Darilion
dbt_res.h:41:28: error: ../../db/db_op.h: No such file or directory In file included from dbt_res.h:44, from dbt_res.c:45: regards klaus Klaus Darilion wrote: make[1]: Entering directory `/home/darilion/software/siprouter/sip-router/modules_s/bdb' In file included fr

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

[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

[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../

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/libxml

[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-30 Thread Klaus Darilion
Daniel-Constantin Mierla wrote: 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. strange, because some errors were gone when I changed to srdb1. Very strange. thanks

Re: [sr-dev] git:daniel/xavp: core: introducing xavp (eXtended AVP)

2009-07-01 Thread Klaus Darilion
Daniel-Constantin Mierla schrieb: - for more see: http://sip-router.org/wiki/devel/xavp How do XAVPs behave regarding transactions? Are they associated with transactions (like normal AVPs)? Are they available in failure route/reply route? regards klaus

[sr-dev] build problems: seas module

2009-07-01 Thread Klaus Darilion
Looks like seas uses a tm function which is not present in sr's tm module. t_cancel_uac in K's tm module was only used by seas. seas_action.c: In function 'ac_cancel': seas_action.c:495: error: 'struct tm_binds' has no member named 't_cancel_uac' seas_action.c: In function 'ac_reply': seas_ac

[sr-dev] build-problems: siptrace module

2009-07-01 Thread Klaus Darilion
siptrace uses a TM callback which is not preent in sr's tm module Further flag_idx2mask is missing. regards klaus make[1]: Entering directory `/home/darilion/software/siprouter/sip-router/modules_k/siptrace' gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -minline-all-stringops -falign-loo

[sr-dev] build problems: K's acc module

2009-07-01 Thread Klaus Darilion
Hi! When enabling Diameter support the is a problem in acc moduel: gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -minline-all-stringops -falign-loops -ftree-vectorize -mtune=athlon64 -Wall -I/usr/local/include -DNAME='"ser"' -DVERSION='"2.99.0-dev01-serk"' -DARCH='"i386"' -DOS='linux_'

Re: [sr-dev] build problems: K's acc module

2009-07-01 Thread Klaus Darilion
Andrei Pelinescu-Onciul schrieb: On Jul 01, 2009 at 09:54, Klaus Darilion wrote: Hi! When enabling Diameter support the is a problem in acc moduel: gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -minline-all-stringops -falign-loops -ftree-vectorize -mtune=athlon64 -Wall -I/usr

[sr-dev] how to compile sr with TLS?

2009-07-01 Thread Klaus Darilion
Hi! What is the suggested way to build sr with TLS? Is it "TLS=1 make" or "TLS_HOOKS=1 make" or do I have to just remove tls from excluded modules? Or a combination? I think there is some cleanup needed as well. regards klaus ___ sr-dev mailing li

[sr-dev] git:master: remove shm_str_dup() from tls_util.[c|h] as it breaks compilation and is not used at all

2009-07-01 Thread Klaus Darilion
Module: sip-router Branch: master Commit: 07afde0840cb537b281c250b34f0fd9e9576410c URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=07afde0840cb537b281c250b34f0fd9e9576410c Author: Klaus Darilion Committer: Klaus Darilion Date: Wed Jul 1 14:36:11 2009 +0200

Re: [sr-dev] git:master: remove shm_str_dup() from tls_util.[c|h] as it breaks compilation and is not used at all

2009-07-01 Thread Klaus Darilion
ould be removed. regards klaus Klaus Darilion schrieb: Module: sip-router Branch: master Commit: 07afde0840cb537b281c250b34f0fd9e9576410c URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=07afde0840cb537b281c250b34f0fd9e9576410c Author: Klaus Darilion Committer: Klaus Darili

[sr-dev] status of integration of ser modules

2009-07-01 Thread Klaus Darilion
Hi! Similar to the status of the K modules modules(https://sip-router.org/wiki/devel/kamailio-integration) I made a page which tracks status of broken ser modules: https://sip-router.org/wiki/devel/ser-integration If you feel competent to fix or remove one of this modules please do so and rem

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

2009-07-01 Thread Klaus Darilion
Jan Janak schrieb: On 29-06 23:22, Klaus Darilion wrote: 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

Re: [sr-dev] SF.net SVN: openser:[5889] trunk/etc/kamailio.cfg

2009-07-01 Thread Klaus Darilion
Iñaki Baz Castillo wrote: 2009/7/1 Jan Janak : Inaki, Shouldn't these commits go into the git repository instead? We no longer merge the SVN trunk into the git repository. Probably I must read about the inmediate future of Kamailio since I'm confused about the new version (1.6) of Kamailio ba

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

2009-07-01 Thread Klaus Darilion
Jan Janak wrote: On 01-07 15:29, Klaus Darilion wrote: Jan Janak schrieb: On 29-06 23:22, Klaus Darilion wrote: 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"

Re: [sr-dev] Compile error in enum_mod.c

2009-07-01 Thread Klaus Darilion
Andrei Pelinescu-Onciul wrote: On Jun 30, 2009 at 18:58, Sa?l Ibarra wrote: Now I'm getting the following error: [...] cfg.tab.o: In function `yyparse': /usr/src/sip-router/cfg.tab.c:4478: multiple definition of `yyparse' y.tab.o:/usr/src/sip-router/y.tab.c:4478: first defined here

Re: [sr-dev] exit vs drop

2009-07-01 Thread Klaus Darilion
Andrei Pelinescu-Onciul wrote: On Jul 01, 2009 at 13:11, Juha Heinanen wrote: Daniel-Constantin Mierla writes: > For kamailio, in request and failure route they are the same, stop > processing of the actions. But in branch route and reply route drop does > a bit more: drop current process

[sr-dev] git:master: according to Di-Shi are K's and ser' s osp module more or less the same, whereas Kamailio' s osp module should be more up2date than ser's module. Thus, ser' s osp module will be r

2009-07-02 Thread Klaus Darilion
Module: sip-router Branch: master Commit: 6bdbd8e2ab1ec15695cc156ff74f20af799a947b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6bdbd8e2ab1ec15695cc156ff74f20af799a947b Author: Klaus Darilion Committer: Klaus Darilion Date: Thu Jul 2 10:34:13 2009 +0200

Re: [sr-dev] git:master: ...

2009-07-02 Thread Klaus Darilion
Daniel-Constantin Mierla schrieb: Hello Klaus, fyi, the commit message should have a specific format to be emailed nicer, see here: http://sip-router.org/wiki/devel/git-commit-guidelines I noticed it too, sorry. Since you did the merge of osp, you can do the same for avpops. Jan and Andr

[sr-dev] git:master: avpops: merge avpops modules

2009-07-02 Thread Klaus Darilion
Module: sip-router Branch: master Commit: 90d2ba0236c7cb4a72ba074fbec7a86a89024e37 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=90d2ba0236c7cb4a72ba074fbec7a86a89024e37 Author: Klaus Darilion Committer: Klaus Darilion Date: Thu Jul 2 11:35:22 2009 +0200

Re: [sr-dev] domain attributes

2009-07-02 Thread Klaus Darilion
Jan Janak schrieb: On 02-07 15:53, Juha Heinanen wrote: Jan Janak writes: > route[DOMAIN] > { > # Check whether the caller is from a local domain. > lookup_domain("$fd", "@from.uri.host"); > > # Check whether the callee is at a local domain > lookup_do

Re: [sr-dev] domain attributes

2009-07-02 Thread Klaus Darilion
Jan Janak schrieb: On 02-07 16:04, Klaus Darilion wrote: Jan Janak schrieb: On 02-07 15:53, Juha Heinanen wrote: Jan Janak writes: > route[DOMAIN] > { > # Check whether the caller is from a local domain. > lookup_domain("$fd", "@from.uri.ho

[sr-dev] osp dependencies

2009-07-02 Thread Klaus Darilion
Hi! Today I moved osp module into "modules". Now it does not compile any more because it links against rr and auth module, but there is no rr auth in "modules" yet. Should I just change it to include rr and auth from "modules_k" or should I move it back to "modules_k" directory? regards Klau

[sr-dev] Make question

2009-07-03 Thread Klaus Darilion
Hi! From Makefile: #excluded because they depend on external *.h files exclude_modules+= h350 Why is h350 handled different than the other modules with external dependencies? IMO it just should be added to "exclude_modules?=" # excluded because they do not compile (re

[sr-dev] another Makefile problem

2009-07-03 Thread Klaus Darilion
Hi! When I perform make; make install the config script will be copied to /usr/local/etc/ser/ser.cfg, but ser is looking for /usr/local/etc/ser/sip-router.cfg regards klaus ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-rou

Re: [sr-dev] Make question

2009-07-03 Thread Klaus Darilion
Andrei Pelinescu-Onciul schrieb: On Jul 03, 2009 at 10:09, Klaus Darilion wrote: Hi! From Makefile: #excluded because they depend on external *.h files exclude_modules+= h350 Why is h350 handled different than the other modules with external dependencies? IMO it just

[sr-dev] build without optimization

2009-07-03 Thread Klaus Darilion
Hi! how can I disable optimization during compilation? Currently gdb just shows when debugging a core dump. thanks klaus ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] should this work?

2009-07-03 Thread Klaus Darilion
loadpath "/usr/local/lib/ser" loadmodule "modules/db_berkeley" It does not :-( ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Re: [sr-dev] should this work?

2009-07-03 Thread Klaus Darilion
Andrei Pelinescu-Onciul schrieb: On Jul 03, 2009 at 13:39, Klaus Darilion wrote: loadpath "/usr/local/lib/ser" loadmodule "modules/db_berkeley" It does not :-( It shouldn't. It would work for loadmodule "modules/db_berkeley/db_berkeley.so" or for: l

[sr-dev] problem with mangler module

2009-07-03 Thread Klaus Darilion
Hi! ERROR: load_module: could not open module : /usr/local/lib/ser/modules_s/mangler.so: undefined symbol: ipExpression 0(27260) : [cfg.y:3017]: parse error in config file, line 103, column 12-33: failed to load module mangler uses an external global variable sdp_mangler.h:extern regex_t

Re: [sr-dev] osp dependencies

2009-07-03 Thread Klaus Darilion
Andrei Pelinescu-Onciul schrieb: You could use git revert to undo your original commit. Hi Andrei! This leads me to a git question. If I perform the revert, the git log tells me: rename {modules => modules_k}/osp/Makefile (100%) rename {modules => modules_k}/osp/README (100%) copy {mo

[sr-dev] ser's cfg_db tables are not created

2009-07-03 Thread Klaus Darilion
Hi! FYI: The table definitions for the cfg_db module are missing regards klaus ___ 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: Merge branch 'master' of ssh://git.sip-router.org/sip-router

2009-07-03 Thread Klaus Darilion
Module: sip-router Branch: master Commit: d738d2a722446d1606a420da16d381f3fd93d8cb URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d738d2a722446d1606a420da16d381f3fd93d8cb Author: Klaus Darilion Committer: Klaus Darilion Date: Fri Jul 3 15:06:53 2009 +0200 Merge

[sr-dev] git:master: Revert "according to Di-Shi are K's and ser' s osp module more or less the same, whereas Kamailio' s osp module should be more up2date than ser's module. Thus, ser' s osp module w

2009-07-03 Thread Klaus Darilion
Module: sip-router Branch: master Commit: 05914c3f4b6f3e7c31712285fd44584003a8ec8b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=05914c3f4b6f3e7c31712285fd44584003a8ec8b Author: Klaus Darilion Committer: Klaus Darilion Date: Fri Jul 3 14:40:57 2009 +0200

Re: [sr-dev] osp dependencies

2009-07-03 Thread Klaus Darilion
I now have reverted the commit and leave it as it was. regards klaus Jan Janak schrieb: On Fri, Jul 3, 2009 at 1:47 PM, Andrei Pelinescu-Onciul wrote: On Jul 02, 2009 at 15:52, Klaus Darilion wrote: Hi! Today I moved osp module into "modules". Now it does not compile any more

Re: [sr-dev] ser's cfg_db tables are not created

2009-07-03 Thread Klaus Darilion
Also prefix_route tables are missing ... Klaus Darilion schrieb: Hi! FYI: The table definitions for the cfg_db module are missing regards klaus ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo

Re: [sr-dev] ser's cfg_db tables are not created

2009-07-03 Thread Klaus Darilion
same for cpl-c ... overview at http://sip-router.org/wiki/devel/ser-integration Klaus Darilion schrieb: Also prefix_route tables are missing ... Klaus Darilion schrieb: Hi! FYI: The table definitions for the cfg_db module are missing regards klaus

Re: [sr-dev] core cookbook

2009-07-03 Thread Klaus Darilion
Hi Andrei! Andrei Pelinescu-Onciul schrieb: One way to see all the options acessible using the cfg framework and defined in the core is to start sr, loading the cfg_rpc and ctl modules and then run: sercmd cfg.list | egrep "core|tcp|sctp" Does this command return all the available parameters,

[sr-dev] ser crash

2009-07-03 Thread Klaus Darilion
Hi! I tested starting ser with all common and ser's modules - in arbitrary order. Of course this failed, nevertheless ser should not crash: r...@flunder:/# ser loading modules under /usr/local/lib/ser/modules:/usr/local/lib/ser/modules_s ERROR: bad config file (29 errors) Segmentation fault

[sr-dev] git:master: - tm: document the unmatched_cancel parameter

2009-07-03 Thread Klaus Darilion
Module: sip-router Branch: master Commit: 6c019568ad63476909d4af534238e567f7a49f33 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6c019568ad63476909d4af534238e567f7a49f33 Author: Klaus Darilion Committer: Klaus Darilion Date: Fri Jul 3 15:57:36 2009 +0200 - tm

[sr-dev] undocumented tm parameters

2009-07-03 Thread Klaus Darilion
Hi! The following tm-parameters are not documented: please add them to tm module doc or tell me the meaning of these parameters and I can add it. tm: ruri_matching tm: via1_matching tm: pass_provisional_replies tm: default_code tm: default_reason regards klaus _

[sr-dev] TCP parameters

2009-07-03 Thread Klaus Darilion
Hi! The cfg framework has the follwing TCP parameters, but they are not configurable from script: tcp: connect_wait tcp: alias_flags tcp: new_conn_alias_flags Is this by purpose? Can they only be changed via sercmd tool? regards klaus ___ sr-dev m

[sr-dev] missing core features

2009-07-06 Thread Klaus Darilion
Hi! Kamailio allows to set the Server: and User-Agent: header in configuration script. AFAIS this is not possible in sip-router. In Kamailio we have the parameters: user_agent_header and server_header I thought about copy/paste from Kamailio, but I think this is not possible as core is

[sr-dev] TLS core parameters

2009-07-06 Thread Klaus Darilion
Hi! there are various TLS parameters in core: tls_ca_list tls_certificate tls_handshake_timeout tlslog tls_method tls_port_no tls_private_key tls_require_certificate tls_send_timeout tls_verify Are they still needed? IIRC TLS is now configured by a separate config file, thus it would make sen

[sr-dev] dns= and rev_dns= parameter

2009-07-06 Thread Klaus Darilion
Hi! Can someone please review the documentation of the dns= and rev_dns= parameter? http://sip-router.org/wiki/cookbooks/core-cookbook/devel#dns They are more or less the same, and the described behavior has IMO nothing to do with the Via's received parameter. Please also describe dns_cache

Re: [sr-dev] missing core features

2009-07-06 Thread Klaus Darilion
Jiri Kuthan schrieb: Klaus Darilion wrote: Hi! Kamailio allows to set the Server: and User-Agent: header in configuration script. in which context? I mean isn't append_hf sufficient? -jiri What about automatically generated messages like 407/401, CANCEL, 200 OK to CANCEL res

Re: [sr-dev] TLS core parameters

2009-07-07 Thread Klaus Darilion
Andrei Pelinescu-Onciul schrieb: On Jul 06, 2009 at 19:28, Klaus Darilion wrote: Hi! there are various TLS parameters in core: tls_ca_list tls_certificate tls_handshake_timeout tlslog tls_method tls_port_no tls_private_key tls_require_certificate tls_send_timeout tls_verify Are they

[sr-dev] [Fwd: Re: [Kamailio-Users] TCP supervisor process in Kamailio]

2009-07-07 Thread Klaus Darilion
Hi Andrei! Do you think this is also relevant for sip-router's TCP implementation? regards klaus Original-Nachricht Betreff: Re: [Kamailio-Users] TCP supervisor process in Kamailio Datum: Tue, 7 Jul 2009 15:00:49 +0200 Von: Pascal Maugeri An: Daniel-Constantin Mierla CC: kam

Re: [sr-dev] dns= and rev_dns= parameter

2009-07-08 Thread Klaus Darilion
it Via-IP differs from source-IP? What about existing "received" parameter - will they be deleted/overwritten. I ask because some time ago we had problems in Kamailio. regards klaus Andrei Pelinescu-Onciul schrieb: On Jul 06, 2009 at 19:36, Klaus Darilion wrote: Hi! Can someon

Re: [sr-dev] dns= and rev_dns= parameter

2009-07-08 Thread Klaus Darilion
Andrei Pelinescu-Onciul schrieb: On Jul 08, 2009 at 10:58, Klaus Darilion wrote: Thanks! Just for clarification: dns This parameter controls if the SIP server will try doing a DNS lookup on the address in the Via header of a received sip request to decide if adding a received= parameter

Re: [sr-dev] dns= and rev_dns= parameter

2009-07-08 Thread Klaus Darilion
Andrei Pelinescu-Onciul schrieb: On Jul 08, 2009 at 12:00, Klaus Darilion wrote: [...] I found the issue - this can be relevant for sr too: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2002156&group_id=139143 That's a bug in the rfc. anyway - should sr b

Re: [sr-dev] Compile error in enum_mod.c

2009-07-08 Thread Klaus Darilion
Andrei Pelinescu-Onciul schrieb: Now I'm getting the following error: [...] cfg.tab.o: In function `yyparse': /usr/src/sip-router/cfg.tab.c:4478: multiple definition of `yyparse' y.tab.o:/usr/src/sip-router/y.tab.c:4478: first defined here ^^^ The file y.tab

Re: [sr-dev] dns= and rev_dns= parameter

2009-07-08 Thread Klaus Darilion
Iñaki Baz Castillo wrote: 2009/7/8 Andrei Pelinescu-Onciul : On Jul 08, 2009 at 12:00, Klaus Darilion wrote: [...] I found the issue - this can be relevant for sr too: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=2002156&group_id=139143 That's a bug in

[sr-dev] Debian problems

2009-07-09 Thread Klaus Darilion
Hi Andrei! Thanks for fixing the debian specs. I found the following problems: What are ser-ai1 and ser-nth packages? Some proprietary modules? sr libraries (kcore, srdb1, srdb2 ...) are included in various other ser-packages (mysql, postgres ...). IMO, all those libraries should be part of

Re: [sr-dev] [Fwd: Re: [Kamailio-Users] TCP supervisor process in Kamailio]

2009-07-09 Thread Klaus Darilion
Andrei Pelinescu-Onciul schrieb: On Jul 07, 2009 at 15:53, Klaus Darilion wrote: Hi Andrei! Do you think this is also relevant for sip-router's TCP implementation? The elevated priority for tcp_main is a good idea. I'll add a config option for it (right now there are real

Re: [sr-dev] [Fwd: Re: [Kamailio-Users] TCP supervisor process in Kamailio]

2009-07-09 Thread Klaus Darilion
Andrei Pelinescu-Onciul schrieb: On Jul 09, 2009 at 10:27, Klaus Darilion wrote: Andrei Pelinescu-Onciul schrieb: On Jul 07, 2009 at 15:53, Klaus Darilion wrote: Hi Andrei! Do you think this is also relevant for sip-router's TCP implementation? The elevated priority for tcp_main

Re: [sr-dev] [Fwd: Re: [Kamailio-Users] TCP supervisor process in Kamailio]

2009-07-09 Thread Klaus Darilion
Andrei Pelinescu-Onciul schrieb: On Jul 09, 2009 at 13:50, Klaus Darilion wrote: Andrei Pelinescu-Onciul schrieb: On Jul 09, 2009 at 10:27, Klaus Darilion wrote: Andrei Pelinescu-Onciul schrieb: On Jul 07, 2009 at 15:53, Klaus Darilion wrote: Hi Andrei! Do you think this is also

Re: [sr-dev] Debian problems

2009-07-09 Thread Klaus Darilion
In pkg/debian/rules I use EXTRA_EXCLUDED_MODULES=nat_traversal seas siptrace bdb dbtext oracle pa rls iptrtpproxy to exclude those modules, as these modules do not build at the moment. regards klaus Saúl Ibarra schrieb: Are you able to create the deb packages? I'm getting erros when trying

Re: [sr-dev] [Fwd: Re: [Kamailio-Users] TCP supervisor process in Kamailio]

2009-07-09 Thread Klaus Darilion
Hi Andrei! Thanks for the detailed description, we should put it on the wiki. Andrei Pelinescu-Onciul wrote: In async mode the send never blocks (with the same disclaimers as for the non-blocking read). If no "real" send happens for tcp_send_timeout (or tcp_connect_timeout if this is a not yet

[sr-dev] What is test.c.bak?

2009-07-13 Thread Klaus Darilion
This file is in git-root directory. Maybe some garbage? This file gets deleted during "make deb" - why is "make deb" deleting this file? regards klaus ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/li

[sr-dev] git:master: debian: fix rules file

2009-07-13 Thread Klaus Darilion
Module: sip-router Branch: master Commit: 462acb9bf0864bbb18f1a0683869cce8e35aafe0 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=462acb9bf0864bbb18f1a0683869cce8e35aafe0 Author: darilion Committer: Klaus Darilion Date: Mon Jul 13 13:36:53 2009 +0200 debian: fix

[sr-dev] git:master: Makefile: fix module names

2009-07-13 Thread Klaus Darilion
Module: sip-router Branch: master Commit: 543f9a533699b1d963ee42c4e94f608082a3367c URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=543f9a533699b1d963ee42c4e94f608082a3367c Author: darilion Committer: Klaus Darilion Date: Mon Jul 13 13:39:47 2009 +0200 Makefile

Re: [sr-dev] crash with dialog module

2009-07-20 Thread Klaus Darilion
Daniel-Constantin Mierla schrieb: On 19.07.2009 17:42 Uhr, Juha Heinanen wrote: Alex Balashov writes: > The new inventions Daniel introduced in 1.5.x - especially dlg_bridge() - > have also served me incredibly well. It's allowed me to totally ditch > Asterisk in a couple of outbound

Re: [sr-dev] almost ok with testing

2009-07-20 Thread Klaus Darilion
Daniel-Constantin Mierla schrieb: On 18.07.2009 21:57 Uhr, Andrei Pelinescu-Onciul wrote: On Jul 18, 2009 at 22:18, Juha Heinanen wrote: i have now managed to get all my stuff working using sr except t_uac_dlg. t_uac_dlg is not working because for some reason sr tm module does not imple

Re: [sr-dev] SF.net SVN: openser:[5904] branches/1.5/modules/sanity/sanity.c

2009-07-20 Thread Klaus Darilion
what about sr modules (s and k)? Or does behave sr-core different? klaus Daniel-Constantin Mierla schrieb: Revision: 5904 http://openser.svn.sourceforge.net/openser/?rev=5904&view=rev Author: miconda Date: 2009-07-20 15:05:13 + (Mon, 20 Jul 2009) Log Message: --- -

Re: [sr-dev] Migration of Open IMS Core to sip-router

2009-07-23 Thread Klaus Darilion
Daniel-Constantin Mierla wrote: Hello Dragos, On 23.07.2009 19:59 Uhr, Dragos Vingarzan wrote: * tls - some hashing functions * tm - not really sure for now, but I hope we can reconcile without changes on the sip-router side * Core - support for emergency URI, What is this exactly?

Re: [sr-dev] Migration of Open IMS Core to sip-router

2009-07-24 Thread Klaus Darilion
Dragos Vingarzan schrieb: * Core - support for emergency URI, What is this exactly? Any reference to ietf/itu specs? I am not really sure myself as somebody else did the implementation. But all the specs should be listed here: http://www.openimscore.org/emergency . And even for

Re: [sr-dev] Migration of Open IMS Core to sip-router

2009-07-24 Thread Klaus Darilion
> * enum - support for query on the originating side, useful in PSTN >inbound processing Could you send this patch to the mailing list and cc Juha? Attached but... this is one of our crazy-experimental stuff. I mean I haven't yet figured it our what to do with multiple

Re: [sr-dev] Migration of Open IMS Core to sip-router

2009-07-24 Thread Klaus Darilion
Dragos Vingarzan schrieb: > * ratelimit - a much extended ratelimit module, with multiple >queues, dynamic limiting capabilities based on internal/external >indicators, random retry-after capabilities, etc; which although >sent towards the SER trunk, never made

Re: [sr-dev] utils module, http_query method, bug?

2009-07-24 Thread Klaus Darilion
Juha Heinanen schrieb: Brandon Armstead writes: > AVP RESULT IS NOT STORED: > > Content-Length: 15. > Content-Type: text/html. > . > Cell Phone CA looks like there is no new line in the body. http_query stores "first line" of body to result param. if body does not cntaind a newlin

Re: [sr-dev] utils module, http_query method, bug?

2009-07-24 Thread Klaus Darilion
Juha Heinanen schrieb: Klaus Darilion writes: > Why not storing it even without newline? storing what, the whole body as is? the idea was that the result can be used as is as an uri without a need to strip newline. I meant: if body is multiline, use the first line (as it is at

Re: [sr-dev] QjSimple 0.6.3 - sip phone for linux, macosx and windows

2009-08-03 Thread Klaus Darilion
Iñaki Baz Castillo wrote: 2009/8/3 Daniel-Constantin Mierla : Thanks to Klaus Darilion, QjSimple 0.6.3 works on most of desktop OS: Linux(es), Windows and Mac OS X. It is a very handy application, especially for developers, but not olny, with simple UI and debugger window. A perfect

Re: [sr-dev] About SIP and TEL uri in SR

2009-08-06 Thread Klaus Darilion
Olle E. Johansson schrieb: 6 aug 2009 kl. 01.31 skrev Iñaki Baz Castillo: Hi, does/will SR implement TEL URI properly? This is: OpenSer/Kamailio doesn't support it (just a very basic support). Also, some useful funtions would be: - "is_sip?": returns true if RURI has SIP URI. - "is_sips?"

Re: [sr-dev] About SIP and TEL uri in SR

2009-08-06 Thread Klaus Darilion
Iñaki Baz Castillo schrieb: 2009/8/6 Klaus Darilion : At the same time, we could implement support for other URI's, like XMPP since we have an xmpp gateway. Yes, should be generic as RFC 3261 which allows all kind of URIs Well, I can't agree. A SIP proxy shouldn't implement

Re: [sr-dev] About SIP and TEL uri in SR

2009-08-07 Thread Klaus Darilion
Iñaki Baz Castillo schrieb: El Jueves, 6 de Agosto de 2009, Olle E. Johansson escribió: Why should a SIP proxy manage XMPP URI? sip router already has XMPP gateways. In order to send instant messages or set up calls to URI's in the XMPP name space, it's easier to use that than having to mangl

Re: [sr-dev] SER crash : Segmentation fault

2009-08-13 Thread Klaus Darilion
locate the core file (either in the working dir or /tmp or /) then execute: gdb /usr/local/sbin/ser /path/to/core (gdb) bt regards klaus inge schrieb: Hi all, My SER process had crashed today with the following logs in /var/log/messages : ser[378]: child process 418 exited by a signal 11 s

Re: [sr-dev] SER crash : Segmentation fault

2009-08-14 Thread Klaus Darilion
;ll fix it. Andrei Le jeudi 13 ao??t 2009 ?? 13:53 +0200, Klaus Darilion a ??crit : locate the core file (either in the working dir or /tmp or /) then execute: gdb /usr/local/sbin/ser /path/to/core (gdb) bt regards klaus inge schrieb: Hi all, My SER process had crashed today with the f

Re: [sr-dev] git:master: core: added log_name config parameter

2009-08-20 Thread Klaus Darilion
fyi: added to http://sip-router.org/wiki/cookbooks/core-cookbook/devel Daniel-Constantin Mierla schrieb: Module: sip-router Branch: master Commit: 95bf86454e277a7a0ef1c41c2995806f65eda17b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=95bf86454e277a7a0ef1c41c2995806

  1   2   3   4   5   6   >