Re: [SR-Users] loose_route security

2011-04-18 Thread Klaus Darilion
Am 17.04.2011 13:54, schrieb Juha Heinanen: > Iñaki Baz Castillo writes: > >> Depending on our topology we can just ask for authentication for every >> in-dialog request (unless it comes from a trusted node as a PSTN gw) >> but without trying to check the identity of the in-dialog request >> ori

[SR-Users] Probing mode howto?

2011-04-18 Thread Spinov Evgeniy
Hello, all. Is there any possibility to set one of dispatcher destinations to probing mode manually? I can set it to active/inactive, however cannot set it to probing via MI. This is really required as, for instance, when asterisk reload takes like 1 minute to reload ( huge DB ), I want to set n

[SR-Users] perlvdb error

2011-04-18 Thread Roman Yeryomin
Hi! I'm trying to use perlvdb module but seems that it's not working. Seems that needed functions are not exported correctly: kamailio[11525]: ERROR: [db.c:79]: module db_perlvdb does not export db_use_table function Looking at perlvdb.c one can see that module exports it's functions as "perlvd

Re: [SR-Users] stats in kamailio

2011-04-18 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > Here is what I do if I want to get like "load" stats - i.e., number of > events in a specific period of time. For example number of 2xx > transactions per minute: > > Load htable module and define a htable, say stats. > > In event_route[htable:mod-init] I set

Re: [SR-Users] stats in kamailio

2011-04-18 Thread Daniel-Constantin Mierla
On 4/18/11 11:35 AM, Juha Heinanen wrote: Daniel-Constantin Mierla writes: Here is what I do if I want to get like "load" stats - i.e., number of events in a specific period of time. For example number of 2xx transactions per minute: Load htable module and define a htable, say stats. In eve

Re: [SR-Users] perlvdb error

2011-04-18 Thread Daniel-Constantin Mierla
Hello, On 4/18/11 11:28 AM, Roman Yeryomin wrote: Hi! I'm trying to use perlvdb module but seems that it's not working. Seems that needed functions are not exported correctly: kamailio[11525]: ERROR: [db.c:79]: module db_perlvdb does not export db_use_table function Looking at perlvdb.c one

Re: [SR-Users] stats in kamailio

2011-04-18 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > > i'm coming back to this rather old thread. my question is, what is the > > benefit (if any) of using htable to store the stats as opposed to shared > > variables ($shv instead of $sht)? > the benefit of using htable is dynamic name for keys, otherwise the >

Re: [SR-Users] perlvdb error

2011-04-18 Thread Roman Yeryomin
, send the > backtrace. I will try to help if it proves to go easy, otherwise you have to > dig yourself in the sources of the module, the original developer changed > job and is no longer in VoIP business :-) ... coredump? easy :) you can pick core file itself here (it's pretty heavy

[SR-Users] tm stats pseudo variables?

2011-04-18 Thread Juha Heinanen
is there any means to access native tm stats from script? i know about $stat pvs for accessing k versions of tm stats, but i want access to native tm stats. -- juha ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@li

Re: [SR-Users] perlvdb error

2011-04-18 Thread Henning Westerholt
On Monday 18 April 2011, Roman Yeryomin wrote: > coredump? easy :) > you can pick core file itself here (it's pretty heavy to send to the list): > http://83.99.159.113/core.kamailio.20110418-1331 > > What do you mean by backtrace? log output or strace output? Hi Roman,

[SR-Users] Notifying RLS when XML documents are updated

2011-04-18 Thread Peter Dunkley
Hello, I am using Kamailio RLS and integrated XCAP Server. When I add a contact with my client it updates my XCAP documents but there is no additional SIP messaging between the client and Kamailio. I have been assured (by the client author) that this is the correct behaviour. However, having lo

Re: [SR-Users] RTPProxy and bridging IPv4/IPv6 with parallel forking

2011-04-18 Thread Dan-Cristian Bogos
Hey there Daniel, Many thanks for so fast reply! I will test the scenario recommended in our labs and come back to you asap. The only thing which is still not clear to me is how to "store" the used rtp set, so I can re-use it with INVITEs. The thing which I have experienced is that on INVITE it i

Re: [SR-Users] Attended transfer in load-balanced multi-server setup

2011-04-18 Thread Pan B. Christensen
From: Iñaki Baz Castillo 2011/4/13 Pan B. Christensen : Scenarios: A call comes in from Nortel/PSTN (user A) through Nortel1 to a SIP device (user B). User B pushes the transfer button (puts current call on hold and makes a new call) and dials a Nortel / PSTN number to user C. This call goes ou

[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

[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