Re: [SR-Users] Kamctl reload commands

2012-01-05 Thread Claudio Furrer
Hi, You can check a "result" string when running the "kamctl cr reload". Example: 1. db reload ok # sh /tmp/kamctl_cr_reload.sh Reloading carrierroute db... Ready, with error code: 0 Return result: 2. failure on reload # sh /tmp/kamctl_cr_reload.sh Reloading carrierroute db... Ready, w

Re: [SR-Users] BYE processing info

2011-10-25 Thread Claudio Furrer
Hi Klaus, > If Kamailio founds out that the topmost Router header is itself, then it will > remove it and use the nexxt Route header or the Request-URI. Then, this case, the topmost Route: header is itself, then removes it (no more Route: headers) and finally must decides to route the request to

[SR-Users] BYE processing info (was: sip-router listen address)

2011-10-24 Thread Claudio Furrer
Hello, How does sip-router process this BYE? BYE sip:321456@:7080 SIP/2.0 Via: SIP/2.0/UDP :5060;branch=z9hG4bK7fb4c2325A0617FF From: ;tag=19C8FD8-72B75A25 To: "321456" :7080>;tag=as28777464 Route: ;lr=on> CSeq: 1 BYE Call-ID: 2b9512ef7ea290f07c54db1808e32211@:7080 Contact: :5060>

[SR-Users] ser_ctl / serweb

2011-05-24 Thread Claudio Furrer
Hi all, Just want to ask if ser_ctl application will be merged into sr3.1 or future releases. By the moment I've found it here [1], [2] or [3]. Is it full compatible with sip-router v3.x? I know kamctl and kamdbctl would be suggested but these are for kamailio flavour. I don't find too much wo

Re: [SR-Users] Ser AVP

2011-05-09 Thread Claudio Furrer
to get $fu), then the second > parameter has to be PV format as well, e.g.,: $avp(fwdbusy) (note: s: is > optional now in the name of the avps, if it is missing then the name is > implicit considered string). > > Cheers, > Daniel > > On 5/9/11 3:24 PM, Claudio Furrer wrote:

[SR-Users] Ser AVP

2011-05-09 Thread Claudio Furrer
Hello all, Have this issue with my ser config. I try to load a fwdbusy value from db using the $fu class, but it's complaining.. config: ... if (avp_db_load("$fu", "s:fwdbusy")) { ... log: 0(20749) ERROR: [pvapi.c:516]: error searching pvar "fu" 0(20749) ERROR: [pvapi.c:720]: wrong

[SR-Users] INSTALL file

2011-05-03 Thread Claudio Furrer
Hello, Is this still applicable? See INSTALL file (line 669) 3.1) create MySQL tables for SER flavour - if you have a previously installed SER on your system, use /usr/sbin/ser_mysql.sh reinstall to convert your SER database into new structures - otherwise, if

[SR-Users] INSTALL file

2011-05-03 Thread Claudio Furrer
Hello, Is this still applicable? See INSTALL file (line 669) 3.1) create MySQL tables for SER flavour - if you have a previously installed SER on your system, use /usr/sbin/ser_mysql.sh reinstall to convert your SER database into new structures - otherwise, if

Re: [SR-Users] uri_db table version

2011-04-29 Thread Claudio Furrer
You have to use 'kamdbctl create'. The scripts to create kamailio database for > mysql are installed when db_mysql modules is installed for kamailio flavour. > > Cheers, > Daniel > > > On 4/28/11 9:07 PM, Claudio Furrer wrote: > > Hello, > > >

[SR-Users] uri_db table version

2011-04-28 Thread Claudio Furrer
Hello, I've found that scripts/my_create.sql doesn't create the version table anymore (new 3.1 installation). It may be removed since many versions ago, sorry i don't know. Loading the modules/db_mysql and modules_k/uri_db, with a SER flavour compilation (and also a ser config file), it raises

[SR-Users] ser flavour accounting

2011-04-18 Thread Claudio Furrer
Hello, I'm trying to migrate ser-0.9.x to the current sr-3.1.x and right now trying to figure out the acc functions/parameters. I used to use "acc_db_request" from acc module, but it's not working using acc_db and acc_syslog in conjuntion. acc_db has acc_db_request[0,1] but are not callable fro

[SR-Users] modules_s/uri_db functions

2011-04-18 Thread Claudio Furrer
Hello, What happened to checks.c file on uri_db module (modules_s)? Seem to be an empty file now, only headers exist. Is it the same to use modules_k/ version? I'm currently at v3.1.. Regards, Claudio ___ SIP Express Router (SER) and Kamailio (OpenS

Re: [SR-Users] binary name

2011-03-23 Thread Claudio Furrer
> > The sercmd is always with this name, even for kamailio flavour, since it is > kind of separate application. What changes are the ctl tools, like kamctl or > serctl. Yes, you're right. Only ctl tools changes. > > > Only by modifying the Makefile.defs, the flavour variable get a binary > > na

Re: [SR-Users] binary name

2011-03-23 Thread Claudio Furrer
> Hello, > > ser and sip-router flavours are completely the same, just different names for > binaries and tools. Historically, being the initial project, ser stays the > default flavour I can't get different names for binaries and tools, ser flavour or sip-router flavour give me always "sbin/ser

Re: [SR-Users] binary name

2011-03-22 Thread Claudio Furrer
i. > > If you use FLAVOUR=kamailio you will get kamailio, kamctl and kamdbctl > as binary. > > Regards > Sascha > > Am 22.03.2011 19:42, schrieb Claudio Furrer: > > Hello, > > > > What is (or should be) the binary main name when using

[SR-Users] binary name

2011-03-22 Thread Claudio Furrer
Hello, What is (or should be) the binary main name when using FLAVOUR=ser, FLAVOUR=sip-router or no FLAVOUR specified? I'm getting "ser" as the name whatever I set to FLAVOUR var at compile time. Is it right? (Makefiles.defs says "ser" in these cases but not sure the intention of the sip-route

Re: [SR-Users] Missing ACK

2010-07-03 Thread Claudio Furrer
> > > > Hi, I have a similar issue, > > > > > > It is not possible to debug this issue without full SIP trace! > > > > > > ngrep -Wbyline -t -d any port 5060 > > I find it unpleasant to read such a trace. Please really use ngrep to get a > nice formated SIP trace, or supply the pcap file. > Ok

Re: [SR-Users] Missing ACK

2010-07-02 Thread Claudio Furrer
> > > > > > Hi, I have a similar issue, > > > > > > > > > > It is not possible to debug this issue without full SIP trace! > > > > > > > > > > ngrep -Wbyline -t -d any port 5060 > > > > > > I find it unpleasant to read such a trace. Please really use ngrep to get > > > a > > > nice formated SIP

Re: [SR-Users] Missing ACK

2010-07-01 Thread Claudio Furrer
> > Am 01.07.2010 14:38, schrieb Claudio Furrer: > > Hi, I have a similar issue, > > It is not possible to debug this issue without full SIP trace! > > ngrep -Wbyline -t -d any port 5060 > > regards > Klaus > Sorry, here the trace (gziped). Regards, Cai

Re: [SR-Users] Missing ACK

2010-07-01 Thread Claudio Furrer
Hi, I have a similar issue, my proxy sip doesn't relay the ACK coming from a Cisco GW (caller), to a PSTN-GW (callee), then the OK and ACK are retransmitted for a while till the pstn-gw send a BYE. Attach a text graph, where: 10.10.10.128 is a Cisco GW. 10.15.15.122 is my Proxy SIP (and oldie SE