[SR-Users] New Kamailio module Obfuscate

2014-08-02 Thread Muhammad Shahzad
Hi, As already discussed in detail in following email thread, https://www.mail-archive.com/sr-users@lists.sip-router.org/msg19922.html The new Kamailio module obfuscate is ready for testing and can be downloaded at, http://webrtc.voip-demos.com/obfuscate.tbz2 It contains full code, with docume

Re: [SR-Users] SIPp load testing

2014-08-02 Thread bob sacamano
yes i am trying to test the proxy capabilities. i was able to test registrations successfully so i know the two can communicate. I included the error logs. If you can offer any help or pointing me to a good guide. ok so heres what i did also. i installed sipp on my machine with kamailio and ra

Re: [SR-Users] Kamailio behind NAT- alias issue

2014-08-02 Thread Fred Posner
Hello Yuriy, > If I write at kamailio.cfg: > alias=sip.myserver.com > > I see error at log - bad_uri sip.myserver.com try adding the port... alias=sip.myserver.com:5060 Also, since you're behind NAT make sure you also advertise the address with advertised_address="sip.myserver.com". Fred Posne

[SR-Users] Kamailio behind NAT- alias issue

2014-08-02 Thread Yuriy Gorlichenko
Hello. I have Kamailio running behind NAT. It lesten eth0 with ip 192.168.0.3 and I have external IP that have domain name (for example sip.myserver.com). Register packets from clients comes from external IP. If I write at kamailio.cfg: alias=sip.myserver.com I see error at log - bad_uri sip.mys

Re: [SR-Users] Sample Kamailio Config for Siremis

2014-08-02 Thread Hossein Aghaie
read this URL for runing load balansing : http://www.open-voip.org/index.php?title=Kamailio_Dispatcher On Tue, Jul 29, 2014 at 4:56 PM, Daniel-Constantin Mierla wrote: > Hello, > > On 25/06/14 19:14, Noah Mehl wrote: > > I have managed to install Kamailio and Siremis 4.x, but I have noticed >