[SR-Users] Disk space went full in 3 days. Kamailio 3.1 @debian64

2011-07-28 Thread Coca
Hi List , I have newly installed Kamailio 3.1 on a debian 64 server , replacing the OpenSIPs server And the subscribers are about 1000 people. After running 3 days, the disk with 8GB became full and caused Mysql stopped. I have checked /etc/my.cnf , and the setting about binary log is like: #log

Re: [SR-Users] problem with siptrace outgoing SIP message logging

2011-07-28 Thread Timo Klecker
Hey, we use the following: modparam("siptrace", "trace_flag", 22) [..] route { [..] # set the Flag for siptrace to log the messages in tm module setflag(22); # handle requests within SIP dialogs route(

Re: [SR-Users] Kamctl and Postgresql

2011-07-28 Thread Klaus Darilion
Hi! The psql syntax is: psql [ option... ] [ dbname [ username ] ] Thus, not specifying "-d" should work too. Maybe the problem is the -c after dbname. Anyway, adding -d should be fine too: -d dbname --dbname dbname Specifies the name of the database to connect to. This i

Re: [SR-Users] About RTimer module

2011-07-28 Thread Iñaki Baz Castillo
2011/7/28 Daniel-Constantin Mierla : > Indeed, there is no process created auto-magically, but if you expect lot of > traffic for blocking ops, you can create more rtimer processes that will > execute same route block which consumes mqueue items. Creating many rtimer > processes is by setting 'time

Re: [SR-Users] About RTimer module

2011-07-28 Thread Daniel-Constantin Mierla
Hello, On 7/28/11 11:02 PM, Iñaki Baz Castillo wrote: 2011/7/28 Iñaki Baz Castillo: 2011/7/28 Klaus Darilion: AFAIK this single timer process is blocked as well. If this single time request is used for other periodically executed routes too, than those might be affected as well. Hi, yes, I su

Re: [SR-Users] About RTimer module

2011-07-28 Thread Iñaki Baz Castillo
2011/7/28 Iñaki Baz Castillo : > 2011/7/28 Klaus Darilion : >> AFAIK this single timer process is blocked as well. If this single time >> request is used for other periodically executed routes too, than those might >> be affected as well. > > Hi, yes, I suppose that the timer process would also blo

Re: [SR-Users] Set CLI.

2011-07-28 Thread Iñaki Baz Castillo
2011/7/28 Henrik Aagaard Sørensen : > Is it possible to set CLI via the usr_preferences table in Kamailio? > Or any other way? > So that certain subscribers get there from-number overwritten with a > specific one. You can use whatever mechanism you prefer to store users CLI's (so their AoR usernam

[SR-Users] Kamctl and Postgresql

2011-07-28 Thread Nathaniel L Keeling
I was using kamctl on Solaris to add a table entry into a postgresql database table and received this error: # ./kamctl domain showdb psql: warning: extra command-line argument "-c" ignored psql: warning: extra command-line argument "select * FROM domain ; " ignored After some research, I found

[SR-Users] Set CLI.

2011-07-28 Thread Henrik Aagaard Sørensen
Is it possible to set CLI via the usr_preferences table in Kamailio? Or any other way? So that certain subscribers get there from-number overwritten with a specific one. ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users

[SR-Users] problem with siptrace outgoing SIP message logging

2011-07-28 Thread Peter Kaszas
Dear List members, Im quite new to kamailio, and i got a problem with the siptrace module. I read that siptrace module can capture and log all incoming and outgoing sip messages. So i put to the config file the following lines: loadmodule "siptrace.so" . . . # siptrace paramas - modp

Re: [SR-Users] About RTimer module

2011-07-28 Thread Iñaki Baz Castillo
2011/7/28 Klaus Darilion : > AFAIK this single timer process is blocked as well. If this single time > request is used for other periodically executed routes too, than those might > be affected as well. Hi, yes, I suppose that the timer process would also block (fully normal if I do a blocking cal

Re: [SR-Users] About RTimer module

2011-07-28 Thread Klaus Darilion
Iñaki Baz Castillo wrote: Hi RTimer module doc says: -- The module executes route blocks on a timer base. It can create new timer processes and execute many route blocks on same timer. -- What does it mean "It can create new timer processes"? Let's suppose I run a blocking call

[SR-Users] About RTimer module

2011-07-28 Thread Iñaki Baz Castillo
Hi RTimer module doc says: -- The module executes route blocks on a timer base. It can create new timer processes and execute many route blocks on same timer. -- What does it mean "It can create new timer processes"? Let's suppose I run a blocking call (i.e. sending an HTTP reque

Re: [SR-Users] AVPs missing in onreply_route

2011-07-28 Thread Klaus Darilion
Am 28.07.2011 16:57, schrieb Sebastian Damm: > We try to to measure Post Dial Delay when sending calls out to the > carrier, and we monitor the time differences for one call each time > Kamaiio is passed. That's all the other process does. So we send > handcrafted SIP packages with the needed inf

Re: [SR-Users] AVPs missing in onreply_route

2011-07-28 Thread Sebastian Damm
Hi Daniel, Hi Klaus, after hours of searching I think we found the problem. This is what our route that actually sends out the packets looks like: route[2] { xlog("... START OF ROUTE 2\n"); xlog("AVP LEG_

Re: [SR-Users] Problem using textops API

2011-07-28 Thread Timo Klecker
Hello Daniel, it works now: 0(22097) DEBUG: [sr_module.c:625]: find_export_record: found in module textops [/usr/lib/kamailio/modules_k/textops.so] Thanks! We are going to add some functionality to the siptrace module concerning distributed logging without writing the data to your

Re: [SR-Users] Problem using textops API

2011-07-28 Thread Daniel-Constantin Mierla
Hello, probably it was forgotten to export the internal API bind function. I just committed the fix on GIT master branch (devel version): http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=db188fbcf4d752a2afab2e298a2f081f836d7e92 I couldn't test it for now, so if you can give

[SR-Users] Problem using textops API

2011-07-28 Thread Timo Klecker
Hi, I'm trying to extend a Kamailio Module and need to add and remove headers in a SIP Message. To do this I want to use the textops module and I am importing the api and trying to bind the textops module. #include "../textops/api.h" [..] struct textops_binds tob; [..] /* register call

Re: [SR-Users] Kamailio - ISC interface

2011-07-28 Thread Rocío Ruz
OK, I see. Thank you. RR. 2011/7/28 Jason Penton > Hi Rocio, > > As Carsten mentioned ISC is simpy SIP so you can configure your config file > to forward to your SIP AS based on whatever method you want. What you won't > have by default is the IMS trigger points (IFCs), etc which is IMS specifi

[SR-Users] Kamctl and Postgresql

2011-07-28 Thread Nathaniel L Keeling
I was using kamctl on Solaris to add a table entry into a postgresql v9.0 database table and received this error: # ./kamctl domain showdb psql: warning: extra command-line argument "-c" ignored psql: warning: extra command-line argument "select * FROM domain ; " ignored After some research,