Re: [SR-Users] Monitoring Dispatcher

2018-06-07 Thread Tim Bowyer
Thanks for the prompt reply Alex! Trying to get my head around the best way to use the module. By the looks I need to statically create profiles which will be used as counting groups. Since each destination is dynamically created thus named with a fairly random ID, I can't see how this could w

Re: [SR-Users] Monitoring Dispatcher

2018-06-07 Thread Daniel-Constantin Mierla
Hello, do you need to have the counter per exact address in the dispatcher? Or you want to have it per IP (address) of FreeSwitch? If you just need the number of the calls, I would go with htable module, having two options here: a) store in table items (callid, srcipaddr, like $sht(acalls=>$ci)

[SR-Users] removing not update packaging scripts

2018-06-07 Thread Sergey Safarov
Hello I created PR to remove not updated CentOS packaging files ( https://github.com/kamailio/kamailio/pull/1555/files) Now CentOS packaging is located at https://github.com/kamailio/kamailio/tree/master/pkg/kamailio/obs Is there anyone considers it necessary to leave a legacy packaging scripts for

Re: [SR-Users] removing not update packaging scripts

2018-06-07 Thread Daniel-Constantin Mierla
Hello, I merged it, thanks! I guess now all obsoleted rpm specs are removed. Only oracle linux is separate, not being on OBS. Cheers, Daniel On 07.06.18 12:00, Sergey Safarov wrote: > Hello > I created PR to remove not updated CentOS packaging files > (https://github.com/kamailio/kamailio/pul

Re: [SR-Users] Monitoring Dispatcher

2018-06-07 Thread Daniel-Constantin Mierla
Hello, On 07.06.18 10:04, Daniel-Constantin Mierla wrote: > Hello, > > [...] > > For the future, I can add an rpc command to dump those numbers directly > from dispatcher module when using with algorithm 10. just implemented the feature in master branch -- the active dialogs load should be print

[SR-Users] Randomizing t_load_contacts() with same q value?

2018-06-07 Thread Daniel Tryba
I'm looking for a way to randomize the contacts for serial forking if they have the same q value (so instead of doing parallel forking to those targets). Without taking the q value into account I could do something with the defined contacts_avp before calling t_next_contacts(). But I have no idea

[SR-Users] sip digest authentication

2018-06-07 Thread eyas barhouk
Hello dears I’m trying to setup Kamailio with sip digest authentication scheme by using the following configuration from s-cscf side : modparam("ims_auth", "registration_default_algorithm", "HSS-Selected") and the result was as following : 1. when the register message passed form the s-csc