Re: [SR-Users] prevent relaying to myself

2014-02-27 Thread Daniel-Constantin Mierla
Hello, you have to check if $du or $ru is matching myself, something like: if(($du==$null) { if(is_myself("$du")) { # goes to myself } } else { if(is_myself("$ru")) { # goes to myself } } I think there is a variable giving next hop address, simplifying the block above in one

Re: [SR-Users] proposed patch for the registrar module - crash fix

2014-02-27 Thread Daniel-Constantin Mierla
Hello, I applied slightly different version of your patch -- I took it from 4.1 (where this issue was fixed in a combined commit), because should make life easier with future backports, as the patches should match better same piece of code between various branches. Let me know if works ok.

Re: [SR-Users] Mobile 3G Block from provider

2014-02-27 Thread Davy Van De Moere
What they typically do , is deep packet inspection or port blocking. The latter you can divert by changing the default port of 5060, the first can be circumvented by using tls ( then they can't analyse the internals of your packets). If it still doesn t work you can push everything through a li

[SR-Users] Mobile 3G Block from provider

2014-02-27 Thread Rene Montilva
Hi List I'm trying to call over 3G networks, but doesn't work, i think my mobile provider block voip traffic, is there any way to hide voip traffic or jump the provider block rule ?? ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing

Re: [SR-Users] How to configure Kamailio + Asterisk (on same server) to route between several disjoint networks?

2014-02-27 Thread Alex Villací­s Lasso
El 26/02/14 11:39, Alex Villací­s Lasso escribió: El 26/02/14 05:25, Klaus Darilion escribió: Puh, too many questions in one email. I am sorry about that. I wanted to provide as much useful information as possible on my email, including what I had observed, and what I have already tried. After

[SR-Users] keep buddy list - best way

2014-02-27 Thread Mihai Marin
Hello Sirs, I'm a little confused getting a decision about implementing buddy list (step: presence & IM). What is the best way for keeping the contacts list: xmpp or xcap? You will say probably xcap server but even if I intend to use in the future an xmpp gateway in order to be able to communicate

Re: [SR-Users] fresh kamailio installation unable to connect through jitsi

2014-02-27 Thread Michelle Jun
hi Fred yes -m 2 -M 3 -s udp:*:7722 -d INFO ngrep log # U 192.168.168.75:5060 -> 75.54.224.77:5060 SIP/2.0 407 Proxy Authentication Required. Call-ID: 108ca4d3673dac8300220fb8fc37a9af@0:0:0:0:0:0:0:0. CSeq: 321 OPTIONS. From: "harri" ;tag=824df2a. To: "harri" ;tag=0bcbc11b40085f

[SR-Users] Add Header

2014-02-27 Thread Tony Turner
Hi, customers PBXtrunk-kamailiofreeswitch-carrier We already add Trusted IP’s via SIREMIS 4.0 is it possible with Kamailio to have customers calls come in on a trusted IP and when they send calls we add a header with a [client id] which we can remove on the next

Re: [SR-Users] Replacing an ACME Packet Net-Net SBC

2014-02-27 Thread Melanie Pietersen
On 2/27/14 10:29 AM, Luis Silva wrote: Don't understand how is it possible to compare Kamailio with the Acme Packet SBC. Just to give an example, the DoS mechanism available on the AP SBC can't be compared with any other solution available on the market. You will also have HMRs, SIP Routing op

Re: [SR-Users] Replacing an ACME Packet Net-Net SBC

2014-02-27 Thread Jeff Brower
Vladimir- > Transcoding can be supported in software as well. Not at high capacity, like 20,000+ AMR-WB calls in a 1U server. My experience has been that high volume users of SBC products are SWaP constrained -- especially limited space and power consumption. Their end customers do not allow

[SR-Users] proposed patch for the registrar module - crash fix

2014-02-27 Thread Dragos Oancea
Hi We think that we found and fix a bug in the registrar module. The bug is hard to reproduce, and it crashes our Kamailio from time to time (once at 2-3 weeks for us) . In save.c, function update_contacts() there are two places where we free() a pointer and then we reuse it, line 700 and lin

Re: [SR-Users] kamailio error, failed to start.

2014-02-27 Thread arun Jayaprakash
You can run this following command that will give you the last 200 lines of your syslog; tail - 200 /var/log/syslog From: Arya Farzan To: arun Jayaprakash ; Kamailio (SER) - Users Mailing List Sent: Wednesday, February 26, 2014 11:26 PM Subject: Re: [SR-Us

Re: [SR-Users] Replacing an ACME Packet Net-Net SBC

2014-02-27 Thread Vladimir Broz
Hi, As the maintainers of SEMS we fully agree with Carsten and Alex: the SBC module of SEMS is a good replacement of a typical SBC. If one also is looking for ease of usage, support, high availability and a powerful GUI then the answer is the ABC SBC which is based on SEMS and the SBC module. A fr

Re: [SR-Users] Replacing an ACME Packet Net-Net SBC

2014-02-27 Thread Carsten Bock
Hi Luis, i wouldn't be too sure of that: - HMR can be done with Text-Ops - all the SIP-Routing options can be done by routing-logic (e.g. by Route-Header, by Time of day, by method, ...) The only thing missing here, is maybe acting as a B2BUA and proper support for Session-Timers (which are end-t

Re: [SR-Users] Replacing an ACME Packet Net-Net SBC

2014-02-27 Thread Raúl Alexis Betancor Santana
Sorry ... I disagree at all All that features you mention, could be done with kamalio ... BUT you have to work on your cfg to get them. You don't get then out of the box. Kamailio it's a powerfull tool ... It's not a final product as the AP Net SBC Best regards Luis Silva wrote: >_

Re: [SR-Users] Replacing an ACME Packet Net-Net SBC

2014-02-27 Thread Luis Silva
Don't understand how is it possible to compare Kamailio with the Acme Packet SBC. Just to give an example, the DoS mechanism available on the AP SBC can't be compared with any other solution available on the market. You will also have HMRs, SIP Routing options out-of-the-box (like time of the day r