[SR-Users] [rtprpoxy LB]

2016-07-05 Thread Noriyuki Hayashi
Hi, Thank you for be used great KAMAILIO. Regarding rtpproxy LB. I configured as below. modparam("rtpproxy", "rtpproxy_sock", "udp:192.168.1.136:7722") modparam("rtpproxy", "rtpproxy_sock", "udp:192.168.1.137:7722") modparam("rtpproxy", "rtpproxy_sock", "udp:192.168.1.138:7722") modparam("rtppro

Re: [SR-Users] Issue with userblacklist module after 4.4.2 upgrade

2016-07-05 Thread Tim Balmer
With the latest commit kamailio crashes as soon as the userblacklist module is hit in my config, this is wat I get in the log: Jul 6 08:45:29 tel-dev-01 [crit] ./kamailio[3229]: CRITICAL: [pass_fd.c:275]: receive_fd(): EOF on 5 Jul 6 08:45:29 tel-dev-01 [alert] ./kamailio[3217]: ALERT: [mai

Re: [SR-Users] (no subject)

2016-07-05 Thread John Petrini
Hi Daniel, You were right and t_load_contacts was never my problem so I've taken a step back and reverted to my original config that I pasted above and I've been trying to work forward from there. Even t_cancel_branches which I thought was stopping Kamailio from relaying the reply from the cnam p

Re: [SR-Users] Simple Kamailio configuration for Asterisk load balancing?

2016-07-05 Thread Alex Balashov
PS. As with many open-source projects with some reach, there's no shortage of commercial products and options that will allow you to do exactly what you're asking for. For example, it can be seen that ASIPTO put out a Kamailio-based load balancing solution: https://www.asipto.com/sw/soluti

Re: [SR-Users] Simple Kamailio configuration for Asterisk load balancing?

2016-07-05 Thread Alex Balashov
On 07/05/2016 04:57 PM, Tickling Contest wrote: Thanks for your note, Alex, but asking for a reasonable admin is hardly presumptuous; indeed saying that it is presumptuous is very questionable. I have had to do that myself having designed telco architecture and products in painful (SW) detail fo

Re: [SR-Users] Simple Kamailio configuration for Asterisk load balancing?

2016-07-05 Thread Tickling Contest
Thanks for your note, Alex, but asking for a reasonable admin is hardly presumptuous; indeed saying that it is presumptuous is very questionable. I have had to do that myself having designed telco architecture and products in painful (SW) detail for over a decade now, and I have seen boxes far more

[SR-Users] Parallel Forking with Different Call-Id

2016-07-05 Thread SamyGo
Hi, I've a very strange scenario to work on which requires me to parallel fork the call to the same Destination provider. The only problem here is that they think that the second INVITE with different branch tag is a re-transmission and hence only take one call forward. I do not have to modify an

Re: [SR-Users] Issue with userblacklist module after 4.4.2 upgrade

2016-07-05 Thread Daniel-Constantin Mierla
Interesting, because the previous fix was related to the 4th parameter that you weren't actually used. Also, in that case the default value for userblacklist_table should be used, which was not changed either. I pushed another commit to add a bit more details to the log messages. Can you try again

Re: [SR-Users] Simple Kamailio configuration for Asterisk load balancing?

2016-07-05 Thread Alex Balashov
I think you need to radically readjust your expectations. What you're asking for, once all of the requirements are tallied up ... - Load balancing across Asterisk servers - SIP registration to RealTime DB - HA configuration ... is not simple, and doesn't lend itself to a "quick start" guide. Y

[SR-Users] Simple Kamailio configuration for Asterisk load balancing?

2016-07-05 Thread Tickling Contest
Hello, I am beginning to front my Asterisk cluster with Kamailio and so far my biggest issue is the complete lack of quick-start-like documentation for this. Is there any place I can get a very simple HA configuration (telling me where the config files are, for starters, is a good thing) for Kamai

Re: [SR-Users] [SR-USERS] Kamailio issues with Asterisk Voicemail

2016-07-05 Thread tegamjg
El 05/07/2016 11:36, Daniel Tryba escribió: > > Please keep the mailinglist in the loop, so everybody might benefit from > our ramblings :) > > > Still there are few things i dont understand, i am not using asterisk > > just as a voicemail server since they are actually handling also the > > call

Re: [SR-Users] [SR-USERS] Kamailio issues with Asterisk Voicemail

2016-07-05 Thread tegamjg
El 05/07/2016 11:36, Daniel Tryba escribió: > > Please keep the mailinglist in the loop, so everybody might benefit from > our ramblings :) > > > Still there are few things i dont understand, i am not using asterisk > > just as a voicemail server since they are actually handling also the > > call

Re: [SR-Users] [SR-USERS] Kamailio issues with Asterisk Voicemail

2016-07-05 Thread Daniel Tryba
Please keep the mailinglist in the loop, so everybody might benefit from our ramblings :) > Still there are few things i dont understand, i am not using asterisk > just as a voicemail server since they are actually handling also the > calls passing first from kamailio and being load balanced to th

Re: [SR-Users] dispatcher module not fetching attrs col from DB

2016-07-05 Thread Jayesh Nambiar
Thank you very much Daniel. That solved the problem. Consequences of random upgrade. Will keep in mind for the future :) - Jayesh On Tue, Jul 5, 2016 at 8:10 PM Daniel-Constantin Mierla wrote: > It looks like you installed it for first time long time ago, without > proper upgrade. If you run ka

Re: [SR-Users] Issue with userblacklist module after 4.4.2 upgrade

2016-07-05 Thread Tim Balmer
Of course, if (check_user_blacklist("$avp(s:caller_uuid)", "$avp(s:caller_domain)", "$avp(s:c_number)")) Also in my config the userblacklist_table parameter is not set, so it should default to "userblacklist" table then according to the docs. Also tried this again: if (check_user_blacklist("$

Re: [SR-Users] dispatcher module not fetching attrs col from DB

2016-07-05 Thread Daniel-Constantin Mierla
It looks like you installed it for first time long time ago, without proper upgrade. If you run kamailio 4.4, the version value has to be 4. The module works also with older table versions/structures, but it doesn't select the new columns. Cheers, Daniel On 05/07/16 16:34, Jayesh Nambiar wrote:

Re: [SR-Users] Issue with userblacklist module after 4.4.2 upgrade

2016-07-05 Thread Daniel-Constantin Mierla
Hello, can you paste here how you execute the userblacklist function in the kamailio.cfg? Cheers, Daniel On 05/07/16 16:30, Tim Balmer wrote: > Hi, > > Unfortunately still the same issue although I have the latest git version now: > > root@tel-dev-01-[LOC]:~/kamailio# ./kamailio -h > version: k

Re: [SR-Users] dispatcher module not fetching attrs col from DB

2016-07-05 Thread Jayesh Nambiar
Version is 3. - Jayesh On Tue, Jul 5, 2016 at 7:19 PM Daniel-Constantin Mierla wrote: > Hello, > > what is the table_version in version table for dispatcher? > > select * from version > > Cheers, > Daniel > > On 05/07/16 14:51, Jayesh Nambiar wrote: > > Hi, > I'm trying to use the dispatcher mo

Re: [SR-Users] Issue with userblacklist module after 4.4.2 upgrade

2016-07-05 Thread Tim Balmer
Hi, Unfortunately still the same issue although I have the latest git version now: root@tel-dev-01-[LOC]:~/kamailio# ./kamailio -h version: kamailio 4.4.2 (x86_64/linux) 89c556 The I run this latest version: root@tel-dev-01-[LOC]:~/kamailio# ./kamailio -f /etc/kamailio/kamailio.cfg But still I

Re: [SR-Users] dispatcher module not fetching attrs col from DB

2016-07-05 Thread Daniel-Constantin Mierla
Hello, what is the table_version in version table for dispatcher? select * from version Cheers, Daniel On 05/07/16 14:51, Jayesh Nambiar wrote: > Hi, > I'm trying to use the dispatcher module with algo 9 for weighted > distribution. I have a column attrs in the dispatcher table with value > in

Re: [SR-Users] Issue with userblacklist module after 4.4.2 upgrade

2016-07-05 Thread Daniel-Constantin Mierla
Hello, can you try now with latest branch 4.4? Thanks, Daniel On 05/07/16 14:26, Tim Balmer wrote: > Hi Daniel, > > Thanks for your quick response, please let me know if you want me to test > something. > > > Cheers, > Tim > > -Oorspronkelijk bericht- > Van: sr-users [mailto:sr-users-

[SR-Users] dispatcher module not fetching attrs col from DB

2016-07-05 Thread Jayesh Nambiar
Hi, I'm trying to use the dispatcher module with algo 9 for weighted distribution. I have a column attrs in the dispatcher table with value in the format "weight=90" for my destination addresses. But somehow the ds_list command always shows attrs as blank. I checked that kamailio doesn't fetch the

Re: [SR-Users] Issue with userblacklist module after 4.4.2 upgrade

2016-07-05 Thread Tim Balmer
Hi Daniel, Thanks for your quick response, please let me know if you want me to test something. Cheers, Tim -Oorspronkelijk bericht- Van: sr-users [mailto:sr-users-boun...@lists.sip-router.org] Namens Daniel-Constantin Mierla Verzonden: dinsdag 5 juli 2016 14:21 Aan: Kamailio (SER) -

Re: [SR-Users] Issue with userblacklist module after 4.4.2 upgrade

2016-07-05 Thread Daniel-Constantin Mierla
Hello, I did some backports based on an issue reported previously. Likely to be a regression of that. I will check later and come back here with the results. Cheers, Daniel On 05/07/16 14:07, Tim Balmer wrote: > Hello, > > We are running Kamailio version 4.4 and have our sipproxy servers config

[SR-Users] Kamailio v4.2.8 Released

2016-07-05 Thread Daniel-Constantin Mierla
Hello, Kamailio SIP Server v4.2.8 stable release is out. This is a maintenance release of the previous stable branch, 4.2, that includes fixes since release of v4.2.7. There is no change to database schema or configuration language structure that you have to do on installations of v4.2.x. Deploym

[SR-Users] Issue with userblacklist module after 4.4.2 upgrade

2016-07-05 Thread Tim Balmer
Hello, We are running Kamailio version 4.4 and have our sipproxy servers configured to do auto updates within te same major version based on a 4 weekly schedule (we have 4 sipproxy / Kamailio servers). So this morning as expected the first of our sipproxy servers automatically upgraded from 4.4

Re: [SR-Users] [SR-USERS] Kamailio issues with Asterisk Voicemail

2016-07-05 Thread Daniel Tryba
On Mon, Jul 04, 2016 at 07:39:14PM -0400, TEG AMJG wrote: > Now to the real question, is there anyway to include Asterisk voicemail > functionality with the solution I already mentioned? the question is > because, as I far as I know, Asterisk needs to associate mailboxes to its > users. So i believ

Re: [SR-Users] Increase diversion counter

2016-07-05 Thread Igor Potjevlesch
Good idea. Tested and it works. Thank you! Regards, Igor. -Message d'origine- De : sr-users [mailto:sr-users-boun...@lists.sip-router.org] De la part de Juha Heinanen Envoyé : lundi 4 juillet 2016 20:38 À : Kamailio (SER) - Users Mailing List Objet : Re: [SR-Users] Increase diversion c

Re: [SR-Users] Kamailio out-of-mem

2016-07-05 Thread José Seabra
Hello Daniel, Is there any possibility of you explain me what do you need from GDB and I execute these steps in the server? That's because create a new environment will take me lot of time, If it isn't possible, I will create the new environment. Thank you for your help. Regards José 2016-07-0

Re: [SR-Users] Kamailio WEBRTC questions/ confusions

2016-07-05 Thread Zaka
Dimitry and Juha: There is thanks for you gentlemen! As regards TLS, I have run into problems (Debian testing 64 bit, Kamailio compiled from sources 4.1.x) so decided to give it a try without TLS. But without luck! Please help me understand: 1: chrome to chrome (or FF to FF) avatar calls can be

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

2016-07-05 Thread Daniel-Constantin Mierla
Hello, so actually there is a libmsgpack out there -- this is a new dependency, therefore create a new module. Cheers, Daniel On 04/07/16 19:44, Anonim Stefan wrote: > Hi, > > As the only new library, it will use msgpack-devel. In addition, it > will use some json devel lib (my actual need is t

Re: [SR-Users] Releasing Kamailio v4.2.8

2016-07-05 Thread Daniel-Constantin Mierla
Hello, soon I will start packaging of v4.2.8 -- if anyone has patches to push to branch 4.2, write first to sr-dev in order to sync and avoid using inconsistent source tree for building the release. Cheers, Daniel On 04/07/16 12:15, Daniel-Constantin Mierla wrote: > Hello, > > I am planning to