Re: [SR-Users] RTPEngine QoS statistics and leg labelling

2018-02-14 Thread Richard Fuchs
On 2018-02-14 02:44 AM, Alex Balashov wrote: Okay, so after having a spelunk through the source code, I have the impression that this MOS / quality analysis functionality is limited solely to feedback off RTCP supports. I was under the impression from the documentation that RTPEngine does some

[SR-Users] Dimensioning ds_hash_size value for dispatcher module

2018-02-14 Thread Alvaro Araos
Hi, In the documentation of the dispatcher module it is said that in order to use the algorithm 10 (load balancing) the parameter ds_hash_size must be set, in the definition it is said that the value is in powers of 2, that is to say if it is set to 8, this is equal to 2 ^ 8 = 256 slots, but

Re: [SR-Users] RTPEngine Transcoding

2018-02-14 Thread Richard Fuchs
On 2018-02-14 05:40 AM, Denys Pozniak wrote: Hello! Good news! Please clarify how recording (pcap and proc) will work in case of transcoding if there is an influence on each other. They're completely independent of each other. The source data for recording are the packets as they're received

Re: [SR-Users] ways to track all messages of a dialog

2018-02-14 Thread Fabian Borot
Thank you , but what I need is to be used inside the script, aside from logging the processing of the messages for those call I also need to apply certain logic in the kamailio script file, that is why I need something that can be used from there. Sipcapture or sngrep are outside the scope of

Re: [SR-Users] RTPEngine Transcoding

2018-02-14 Thread Denys Pozniak
Hello! Good news! Please clarify how recording (pcap and proc) will work in case of transcoding if there is an influence on each other. On 14 February 2018 at 00:19, Alex Balashov wrote: > The attributes passed to rtpengine from the offer/answer/manage/query >

Re: [SR-Users] Raspberry Pi deb packages -> built

2018-02-14 Thread Mititelu Stefan
> > Just for fun, I'm planning to do some CPS stats tomorrow (if I got the > time) > > Ok, I'm posting back some stats I've found upon basic SIPp testing for Kamailio running on rpi 3. All the PI specs, Kamailio basic configs and SIPp xml scenarios I used can be found at [1]. All the tests were

Re: [SR-Users] KEMI

2018-02-14 Thread Grant Bagdasarian
Hi, Where would one get the files which are imported when creating a Kamailio file using python? import Router.Logger as Logger import KSR as KSR Would be awesome if we could reference these and get code completion when using for instance Visual Studio code. So, basically, I'm looking for the

Re: [SR-Users] RTPEngine QoS statistics and leg labelling

2018-02-14 Thread Alex Balashov
On Wed, Feb 14, 2018 at 12:49:04PM -0500, Richard Fuchs wrote: > It keeps track of packet and octet counts. Is that the stuff exposed via the traditional $rtpstat facility? What I was really looking to ascertain is that none of the statistics available under the new rtpengine module PVs are

Re: [SR-Users] RTPEngine QoS statistics and leg labelling

2018-02-14 Thread Richard Fuchs
On 2018-02-14 12:21 PM, Alex Balashov wrote: Hi Richard, On Wed, Feb 14, 2018 at 08:18:11AM -0500, Richard Fuchs wrote: On 2018-02-14 02:44 AM, Alex Balashov wrote: Okay, so after having a spelunk through the source code, I have the impression that this MOS / quality analysis functionality

Re: [SR-Users] RTPEngine QoS statistics and leg labelling

2018-02-14 Thread Alex Balashov
Hi Richard, On Wed, Feb 14, 2018 at 08:18:11AM -0500, Richard Fuchs wrote: > On 2018-02-14 02:44 AM, Alex Balashov wrote: > > Okay, so after having a spelunk through the source code, I have the > > impression that this MOS / quality analysis functionality is limited > > solely to feedback off

Re: [SR-Users] RTPEngine QoS statistics and leg labelling

2018-02-14 Thread Richard Fuchs
On 2018-02-14 12:51 PM, Alex Balashov wrote: On Wed, Feb 14, 2018 at 12:49:04PM -0500, Richard Fuchs wrote: It keeps track of packet and octet counts. Is that the stuff exposed via the traditional $rtpstat facility? What I was really looking to ascertain is that none of the statistics

Re: [SR-Users] KEMI

2018-02-14 Thread Anthony Alba
They are created in C code and not visible as .py files. On Feb 15, 2018 12:03 AM, "Grant Bagdasarian" wrote: > Hi, > > Where would one get the files which are imported when creating a Kamailio > file using python? > import Router.Logger as Logger > import KSR as KSR > > Would be

[SR-Users] [BUG?] 5.1.1 python_exec, extra chars ' 0' appended to args

2018-02-14 Thread Anthony Alba
Using 5.1, the python_exc args string is getting an extra [_0' appended When I call python_exec("method", "string"); In python: def method(self, msg, args): KSR.info("DBG: {} {} {}".format(msg, args)) This will show 'string 0'; instead of string. AAlba

[SR-Users] [IGNORE] 5.1.1 python_exec, extra chars ' 0' appended to args

2018-02-14 Thread Anthony Alba
Apologies for the noise; it is working now. Not sure how I got the extra " 0" appended to the method arguments for python_exec(). AAlba ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org