Re: [SR-Users] LCR

2014-07-30 Thread Juha Heinanen
Keith writes: > I want to do LCR based on from uri. I get I need to do regular expression > matching but have no idea where to look to start. see lcr module readme if lcr module from uri matching meets your needs. -- juha ___ SIP Express Router (SER)

Re: [SR-Users] Obscuring SIP traffic and using with NoSIP

2014-07-30 Thread Daniel-Constantin Mierla
On 30/07/14 06:37, Muhammad Shahzad wrote: Humm, no reply so far, may be because my email was very long and no body bothered to read it all. Anyways, here is the shorter more direct version of it. (including kamailio dev list, since question is rather technical). Is it possible to implement

Re: [SR-Users] Kamailio on Mac

2014-07-30 Thread Victor Seva
On 07/27/2014 01:46 AM, Carlos Ruiz Díaz wrote: > Hi all, > > I'm switching my development environment from Linux to Mac. > > Is there any tutorial on how to setup Kamailio on this OS? It may be an > Unix flavor, but it's still quite different from Linux :). Maybe using docker can help you... h

Re: [SR-Users] Kamailio on Mac

2014-07-30 Thread Daniel-Constantin Mierla
On 30/07/14 09:50, Victor Seva wrote: On 07/27/2014 01:46 AM, Carlos Ruiz Díaz wrote: Hi all, I'm switching my development environment from Linux to Mac. Is there any tutorial on how to setup Kamailio on this OS? It may be an Unix flavor, but it's still quite different from Linux :). Maybe u

[SR-Users] planning the release of v4.1.5

2014-07-30 Thread Daniel-Constantin Mierla
Hello, I am considering to release v4.1.5 sometime next week, most likely on the 6th of August. Checking the 4.1 branch, there are not many fixes, few are on my list for backporting. That's good, indicating a high level of stability. If anyone is aware of issues not reported on tracker or pa

Re: [SR-Users] Complex NAT Scenario,HELP!

2014-07-30 Thread Daniel-Constantin Mierla
Hello, what is ip 1.1.1.1 in your trace? I see you use it with advertise for listen. In that case, you don't need set advertised address function in routing blocks. Few things that you should check: - the listen on the dms address has to be with advertise of firewall port forwarding public a

Re: [SR-Users] Obscuring SIP traffic and using with NoSIP

2014-07-30 Thread Muhammad Shahzad
Thank you so much for this very useful information. I am working on first approach for the moment since its much simpler and easier to implement with only difference being that instead of per header or per sdp line, i plan to do it in one go, i.e. get entire sip message in $mb (sip message buffer),

Re: [SR-Users] Obscuring SIP traffic and using with NoSIP

2014-07-30 Thread Daniel-Constantin Mierla
On 30/07/14 11:52, Muhammad Shahzad wrote: Thank you so much for this very useful information. I am working on first approach for the moment since its much simpler and easier to implement with only difference being that instead of per header or per sdp line, i plan to do it in one go, i.e. get

Re: [SR-Users] Obscuring SIP traffic and using with NoSIP

2014-07-30 Thread Daniel Tryba
On Wednesday 30 July 2014 06:37:31 Muhammad Shahzad wrote: > Humm, no reply so far, may be because my email was very long and no body > bothered to read it all. Anyways, here is the shorter more direct version > of it. I read it all and my only though was: use a VPN. If someone wants to stop SIP,

Re: [SR-Users] LCR

2014-07-30 Thread Moritz Graf
Hi Keith, you can take the from userpart from the pseudovar $fU. Find further infos on the pseudovar documentation site: http://www.kamailio.org/wiki/cookbooks/4.1.x/pseudovariables After that you can try to match that with the module regex, see documentation here: http://kamailio.org/docs/module

Re: [SR-Users] Obscuring SIP traffic and using with NoSIP

2014-07-30 Thread Muhammad Shahzad
The key purpose of ITV encryption is to avoid making a pattern of any sort. If you encrypt same text / packet 10 times you will get completely different encrypted text / packet each time. This happens due to the fact that the encryption key changes dynamically with each new encryption done, see the

Re: [SR-Users] Kamailio on Mac

2014-07-30 Thread Carlos Ruiz Díaz
Thank you for the suggestion Victor. I'll make some tests using it. Daniel, do you develop Kamailio using VMs on your Mac, or do you natively compile and run Kamailio on OS X? Thanks, Carlos On Wed, Jul 30, 2014 at 3:47 AM, Daniel-Constantin Mierla wrote: > > On 30/07/14 09:50, Victor Seva wr

[SR-Users] SIPp load testing

2014-07-30 Thread bob sacamano
I am trying to follow the guide shown here:http://www.kamailio.org/docs/openser-performance-tests/ to load test my kamailio system.I am a little unclear as to how many instances of sipp are running. For the first part i see the command ./sipp -sf uac_msg.xml -rsa 192.168.2.102:5060 192.168.2

[SR-Users] multi-homed rtpengine

2014-07-30 Thread Paul Belanger
Greetings, We have had good success in the past using rtpproxy with internal and external interfaces however, we are attempting to migrate to rtpengine now but are running into an issue (apparently this feature is not supported). So, my question is as follows, does this mean we need to multiple r

Re: [SR-Users] SIPp load testing

2014-07-30 Thread bob sacamano
to give some more info I used the provided config files instead of my own but still no luck. The calls just re-transmit and then timeout. i ran the command:/sipp -sf uac_msg.xml -rsa 10.0.0.208:5060 10.0.0.209:5070 -m 20 -r 1 -d 1 -l 70 -trace_err and the error logs showed:2014-07-30

[SR-Users] SIGUSR1 for memory status not working as documented - only one process reports back

2014-07-30 Thread Alex Villací­s Lasso
I am trying to track down a memory leak that was triggered by a patch I wrote for my local copy of kamailio 4.1.4 . For this, I am following the documentation at http://www.kamailio.org/dokuwiki/doku.php/troubleshooting:memory . This page claims that once memlog is set in the configuration file, a

[SR-Users] kamailio routes packets with invalid From/To headers with uac.restore_mode=auto when incoming packet does not use exact same replaced From/To header

2014-07-30 Thread Alex Villací­s Lasso
I am currently handling a system that runs kamailio and asterisk in the same machine. The kamailio instances are being used to emulate multiple SIP domains, by means of From/To mangling of incoming packets, which are then routed to Asterisk. The attached kamailio.cfg does this work. There is an

[SR-Users] Unable to SUBSCRIBE for presence using sip.js through WSS

2014-07-30 Thread Alex Villací­s Lasso
My kamailio.cfg configuration file is attached. I am having trouble using SIP.js (http://sipjs.com/) to handle a SUBSCRIBE for presence information. With Jitsi clients (using plain UDP), presence seems to work correctly. However, when using SIP.js via a websocket, Kamailio is unable to send the N

[SR-Users] sip

2014-07-30 Thread Nar
Hi, I am developing a social application where I want to enable voice & video calling function and still I don't know what to use in server side, do you have any product that I can use to develop the server side(for 10.000+ users)? Thank you in advance.___

[SR-Users] [Kamailio]list members

2014-07-30 Thread Djamel Bahamid
Hi, I would like to subscribe to the list. Best Regards, Djamel BAHAMID. ___ 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] [Serusers] how to enable logs in SER

2014-07-30 Thread pawan
Sir pl help for registration of soft phone to my local sip server my email vijay8...@gmail.com --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com ___ SIP Express Router (SER) and Kamaili

Re: [SR-Users] Kamailio on Mac

2014-07-30 Thread stan_byrds...@yahoo.com
Any luck yet? I'm trying todo the same thing flow this Kamailio on OS X Mavericks Good Luck!!! -- View this message in context: http://sip-router.1086192.n5.nabble.com/Kamailio-on-Mac-tp129264p129333