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
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(
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
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
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
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
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
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
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
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
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
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
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
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
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_
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
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
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
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
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,
20 matches
Mail list logo