Re: [SR-Users] A: Upgrading kamailio.org os

2016-06-06 Thread Anonim Stefan
Hi Daniel, The tutorial pages for [1],[2],[3] are still not loading for me. miti@pc ~ $ telnet kb.asipto.com 80 Trying 213.239.221.142... miti@pc ~ $ sudo nmap -sT kb.asipto.com PORT STATESERVICE 80/tcp filtered http Thanks, Stefan [1] http://kb.asipto.com/freeswitch:index [2] http://kb.

[SR-Users] Kamailio benchmark app_python + OPTIONS

2016-06-12 Thread Anonim Stefan
Hi, I am doing some basic benchmarks with Kamailio. I am using a VM with 1 CPU i7 2,50 GHz and Kamailio with children=1. This is what I measure for each request, inside the benchmark block: - app_python processing (some euclidian distance based on a dlg_var input) -> same for all requests - uac_r

Re: [SR-Users] Kamailio benchmark app_python + OPTIONS

2016-06-12 Thread Anonim Stefan
One more detail would be that I set the granularity equal to the call rate, but still I'm looking at the global average. ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/

Re: [SR-Users] Kamailio benchmark app_python + OPTIONS

2016-06-12 Thread Anonim Stefan
Hi Konstantin, This is the config+script I tested with (note: commented while). I tested with OPTIONS SIPp requests. Thanks, Stefan On Sun, Jun 12, 2016 at 12:08 PM, Konstantin M. wrote: > Hi, > > Could you please include config and python script? > > 2016-06-12 12:03 GMT+03:0

Re: [SR-Users] Kamailio benchmark app_python + OPTIONS

2016-06-12 Thread Anonim Stefan
And the basic SIPp test file. Stefan On Sun, Jun 12, 2016 at 10:44 PM, Anonim Stefan wrote: > Hi Konstantin, > > This is the config+script I tested with (note: commented while). I tested > with OPTIONS SIPp requests. > > Thanks, > Stefan > > > On Sun, Jun 12,

[SR-Users] msgpack/format - new module?!

2016-07-01 Thread Anonim Stefan
Hi, I'm thinking of creating a new module called "msgpack" or "format" which will export config msgpack_serialize() and msgpack_deserialize() for a given input. Is a new module the way to go, or do you think of a better place for this? Thanks, Stefan _

Re: [SR-Users] msgpack/format - new module?!

2016-07-04 Thread Anonim Stefan
On 02/07/16 08:44, Anonim Stefan wrote: > > Hi, > > > > I'm thinking of creating a new module called "msgpack" or "format" > > which will export config msgpack_serialize() and msgpack_deserialize() > > for a given input. > > > >

[SR-Users] Kamailio compact headers ?!

2016-07-06 Thread Anonim Stefan
Hi, Is there a parameter to be enabled such that Kamailio will append headers in compacted form? (I'm thinking of Via: and Record-Route:) Thanks, Stefan ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-route

Re: [SR-Users] Kamailio compact headers ?!

2016-07-06 Thread Anonim Stefan
Hi, True, I was thinking only about the "Via" and "Record-Route" added by Kamailio. Didn't know Record-Route had no short form (I was thinking of something like "rr" due to rr module I guess). In this case I suppose there is not much to gain, only from "Via". I'm facing some fragmentation issues.

Re: [SR-Users] Kamailio compact headers ?!

2016-07-06 Thread Anonim Stefan
Thank you for the received advices. Stefan ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

[SR-Users] log_custom module question

2017-03-29 Thread Anonim Stefan
Hi, I'm trying some logging via UDP, using log_custom module. I've noticed that the logs are always sent through the first interface in the config "listen=" rows. Now, is there a way to listen on that interface, in order to log_udp() on it, without being able to send/receive any SIP on it? (i.e.