Re: [SR-Users] rtpproxy doesn't record after start_recording

2017-03-14 Thread Marko Tirs
ch_route()) { add_rr_param(";nat=yes"); } } } if (is_reply()) { if(isbflagset(FLB_NATB)) { set_contact_alias(); } } #!endif return; } - Original Message - From: Daniel-Constantin Mierla To: Marko Tirs ; Kamailio (SER) - Users Mailing List Sent: Tuesday, March 14, 2017 5:23 PM

Re: [SR-Users] rtpproxy doesn't record after start_recording

2017-03-14 Thread Marko Tirs
ch_route()) { add_rr_param(";nat=yes"); } } } if (is_reply()) { if(isbflagset(FLB_NATB)) { set_contact_alias(); } } #!endif return; } - Original Message - From: Daniel-Constantin Mierla To: Marko Tirs ; Kamailio (SER) - Users Mailing List Sent: Tuesday, March 14, 2017 5:23 PM

Re: [SR-Users] rtpproxy doesn't record after start_recording

2017-03-14 Thread Daniel-Constantin Mierla
Hello, I think you can call the start recording function just after rtpproxy_manage(). If you don't use the start recording function, is the audio going both ways without problems? Cheers, Daniel On 12/03/2017 15:04, Marko Tirs wrote: > Hello experts, > > I'm newbie in Kamailio and have a prob

[SR-Users] rtpproxy doesn't record after start_recording

2017-03-12 Thread Marko Tirs
Hello experts, I'm newbie in Kamailio and have a problem with my 1st installation. I just want to control the calls between SIP clients registered by Kamailio and record the conversations. I installed rtpproxy and started with rtpproxy -F -s udp:127.0.0.1:7722 -l 192.168.0.13 -r /home/user1/rtppr

[SR-Users] rtpproxy doesn't record after start_recording

2017-03-11 Thread Marko Tirs
Hello experts, I'm newbie in Kamailio and have a problem with my 1st installation. I just want to control the calls between SIP clients registered by Kamailio and record the conversations. I installed rtpproxy and started with rtpproxy -F -s udp:127.0.0.1:7722 -l 192.168.0.13 -r /home/user1/rtppr

Re: [SR-Users] RTPProxy with VPN

2017-01-05 Thread Daniel-Constantin Mierla
Hello, you need to run rtpproxy in bridge mode. See the alg example from the rtpproxy module -- online at: - https://github.com/kamailio/kamailio/blob/master/src/modules/rtpproxy/examples/alg.cfg Cheers, Daniel On 05/01/2017 01:09, Rodrigo Moreira wrote: > Hello, > > I am having problems wit

[SR-Users] RTPProxy with VPN

2017-01-04 Thread Rodrigo Moreira
Hello, I am having problems with RTPPROXY. I need it to work as a bridge. On one side will have a VPN tunnel called a tun0, on the other an eth0 interface. Is it possible for RTPPROXY to run correctly in this scenario? How can I test if RTPPROXY is running correctly? Is there any command? What wo

Re: [SR-Users] rtpproxy/rtpengine. Help to understand.

2016-12-22 Thread Igor Olhovskiy
Yep, logs helps. Actually, was mix of errors in PBX and Kamailio config. So yea, rtpproxy is working as expected, can’t say same for my config files :) Regards, Igor On 22 дек. 2016 г., 19:24 +0200, Alex Balashov , wrote: > That just sounds like the rtpproxy is not being engaged, i.e. that the

Re: [SR-Users] rtpproxy/rtpengine. Help to understand.

2016-12-22 Thread Alex Balashov
Oh, I see. Yes, that could be. -- Alex > On Dec 22, 2016, at 12:49 PM, Daniel Tryba wrote: > >> On Thu, Dec 22, 2016 at 12:23:52PM -0500, Alex Balashov wrote: >> That just sounds like the rtpproxy is not being engaged, i.e. that the >> rtpproxy_manage() call is failing. When that happens, the

Re: [SR-Users] rtpproxy/rtpengine. Help to understand.

2016-12-22 Thread Daniel Tryba
On Thu, Dec 22, 2016 at 12:23:52PM -0500, Alex Balashov wrote: > That just sounds like the rtpproxy is not being engaged, i.e. that the > rtpproxy_manage() call is failing. When that happens, the SDP from .2 > will be passed through unaltered. > > The Kamailio log should give you some idea of why

Re: [SR-Users] rtpproxy/rtpengine. Help to understand.

2016-12-22 Thread Alex Balashov
That just sounds like the rtpproxy is not being engaged, i.e. that the rtpproxy_manage() call is failing. When that happens, the SDP from .2 will be passed through unaltered. The Kamailio log should give you some idea of why the rtpproxy invocation has failed. RTPProxy is certainly not limited

Re: [SR-Users] rtpproxy/rtpengine. Help to understand.

2016-12-22 Thread Igor Olhovskiy
Sorry,  I got media address 111.222.3.2 in SDP, but not 111.222.3.3 Regards, Igor On 22 дек. 2016 г., 19:19 +0200, Igor Olhovskiy , wrote: > Hi! > Issue I can’t figure out. Or all working ok and that’s just me who not > understands. > > I have situation > softPhone (111.222.3.2) -> Kamailio w.

[SR-Users] rtpproxy/rtpengine. Help to understand.

2016-12-22 Thread Igor Olhovskiy
Hi! Issue I can’t figure out. Or all working ok and that’s just me who not understands. I have situation softPhone (111.222.3.2) -> Kamailio w. rtpproxy (111.222.3.3) -> PBX (111.222.3.4) All addresses are on same public network. rtpproxy is running with -l 111.222.3.3 -A 111.222.3.3 I want all

Re: [SR-Users] Rtpproxy settings without NAT in Kamailio

2016-12-03 Thread Vladyslav Zakhozhai
Hi Shantanu, You need to modify kamailio config to achive your goal. Look into NAT routing (i.e. NATDETECT and NATMANAGE). 2016-12-03 8:23 GMT+02:00 shantanu saha : > Hello, > I am trying to configure rtpproxy with Kamailio. kamailio.cfg is already > configured (default) for rtpproxy. I just add

[SR-Users] Rtpproxy settings without NAT in Kamailio

2016-12-03 Thread shantanu saha
Hello, I am trying to configure rtpproxy with Kamailio. kamailio.cfg is already configured (default) for rtpproxy. I just add the following line at the top of the cfg file. *#!define WITH_NAT* After that rtpproxy is working in local network. Both client and sip server are running in local network

Re: [SR-Users] RTPProxy benchmark

2016-11-15 Thread Gholamreza Sabery
Yes. I finish the session at the end of each call. Also I am using rtpproxy_manage("r"). My configuration regarding RTPProxy is default config which comes with Kamailio sample config file. On Tue, Nov 15, 2016 at 11:44 AM, Dragos Oancea wrote: > Hi > > Increase fs.file-max in your /etc/sysctl.co

Re: [SR-Users] RTPProxy benchmark

2016-11-15 Thread Dragos Oancea
Hi Increase fs.file-max in your /etc/sysctl.conf . eg: fs.file-max = 5 And then do sysctl -p Decrease SILENT_TIMEOUT in your rtpengine.conf (eg:SILENT_TIMEOUT=120) - it's default 1 hour and if some calls don't have media then rtpengine will just keep the UDP ports in use until this timeout exp

Re: [SR-Users] RTPProxy benchmark

2016-11-15 Thread Daniel-Constantin Mierla
Are you ending the rtp proxy sessions when the call are ended? What rtpproxy functions are you using in the configuration file? Cheers, Daniel On 14/11/16 18:18, Gholamreza Sabery wrote: > No not the first time. But over time. I rebooted my system and error > is gone! It seems that it happens ov

Re: [SR-Users] RTPProxy benchmark

2016-11-14 Thread Gholamreza Sabery
No not the first time. But over time. I rebooted my system and error is gone! It seems that it happens over time. On Mon, Nov 14, 2016 at 6:12 PM, Daniel-Constantin Mierla wrote: > Are you getting the error first time when you reach first 1900 sessions? > Or after a while, after some previous se

Re: [SR-Users] RTPProxy benchmark

2016-11-14 Thread Daniel-Constantin Mierla
Are you getting the error first time when you reach first 1900 sessions? Or after a while, after some previous sessions are ended? Cheers, Daniel On 14/11/16 11:19, Gholamreza Sabery wrote: > I already set these parameters: > > rtpproxy -m 5000 -M 65000 > > As well limits for number of open files

Re: [SR-Users] RTPProxy benchmark

2016-11-14 Thread Gholamreza Sabery
I already set these parameters: rtpproxy -m 5000 -M 65000 As well limits for number of open files are set to 100 (ulimit -n). When I increased log level of RTPProxy I saw: ERR:create_twinlistener:GENERAL: can't create IPv4 socket: Too many open files in system On Mon, Nov 14, 2016 at 1:46 P

Re: [SR-Users] RTPProxy benchmark

2016-11-14 Thread Daniel-Constantin Mierla
Hello, first thing to look at is the port range. There are some parameter that you can provide to rtpproxy in command line in order to increase the range of port it can use -- see 'rtpproxy -h' or 'man rtpproxy'. Cheers, Daniel On 14/11/16 11:14, Gholamreza Sabery wrote: > Dear Daniel: > > I us

Re: [SR-Users] RTPProxy benchmark

2016-11-14 Thread Gholamreza Sabery
Dear Daniel: I used a single RTPProxy instance. RTPProxy version = 20040107. And yes there was traffic for all calls but traffic is one-way. One leg sends the call and the other just receives it. On Mon, Nov 14, 2016 at 1:40 PM, Daniel-Constantin Mierla wrote: > Hello, > > have you used a singl

Re: [SR-Users] RTPProxy benchmark

2016-11-14 Thread Daniel-Constantin Mierla
Hello, have you used a single rtpproxy instance? Was there RTP traffic for all 1900 calls? Is this with rtpproxy 1.2 or 2.0? Cheers, Daniel On 14/11/16 10:44, Gholamreza Sabery wrote: > I managed to create about 1900 concurrent calls using a single > Kamailio and RTPProxy server. But after this

[SR-Users] RTPProxy benchmark

2016-11-14 Thread Gholamreza Sabery
I managed to create about 1900 concurrent calls using a single Kamailio and RTPProxy server. But after this number RTPProxy returns 0 and the following error is shown in the Kamailio log files: incorrect port 0 in reply from rtp proxy What is the problem here? Also number of file descriptors that

Re: [SR-Users] RTPProxy

2016-10-20 Thread Daniel-Constantin Mierla
Hello, thanks for all those details, very useful ... To be clear -- the issue of using high cpu on idle (no active calls) was with rtpproxy v1.2 on a centos (iirc, v6), not with rtpproxy 2.0. On debian, same version of rtpproxy was not exposing this. I was just curios to see if anyone else saw it

Re: [SR-Users] RTPProxy

2016-10-19 Thread Alex Balashov
My personal opinion on this is that it should be very low-priority. It's one of those problems that takes 99% effort for 1% marginal results, and even then, rather imperfect ones. For almost any service provider, having a media relay while calls are on it is not the worst possible problem—cert

Re: [SR-Users] RTPProxy

2016-10-19 Thread Maxim Sobolev
Just a little comment on the numbers that I've thrown out earlier today. Those are probably somewhat pessimistic, with some creative tuneup you can probably go much higher. But we also constrained by some other considerations (i.e. running fully redundant network connection with FEC, full firewall

Re: [SR-Users] RTPProxy

2016-10-19 Thread Maxim Sobolev
Arsen, there is no readily-made solution with rtpproxy unfortunately for that. Some time around 1.0 times circa 2007-2009, somebody submitted a very rough patch to implement master/hot-standby scenario, but the patch was not production-ready back then and the contributor was not available to refine

Re: [SR-Users] RTPProxy

2016-10-19 Thread Maxim Sobolev
Daniel, thank you for your interest. Yes, there were many architectural changes between 1.x and 2.0. The most noticeable is that we've decoupled I/O from the control channel handling and also split I/O into two threads, one for poll/receive and the second one for the sending. We've also refactored

Re: [SR-Users] RTPProxy

2016-10-19 Thread Arsen
Hi guys, In addition to this interesting and useful thread, what is the best way to implement media session recovery, for example in Active/Passive HA scenario? I know that it is possible with rtpengine (redis db), is it possible with rtpproxy? Thanks, Arsen. On Wed, Oct 19, 2016 at 11:19 AM, Da

Re: [SR-Users] RTPProxy

2016-10-19 Thread Daniel-Constantin Mierla
Hello Maxim, given the discussion here, I would like to get some updates for myself regarding 2.0 in terms of capacity and other stuff. I was using rtpproxy 1.x with kamailio doing load balancing across many instances of rtpproxy. I was using 1000 streams as estimation for one instance and I see

Re: [SR-Users] RTPProxy

2016-10-19 Thread Alex Balashov
And yes, I was remiss in failing to mention that an effective solution to scaling out rtpproxy is to bind multiple instances with different core affinities. -- Alex Balashov | Principal | Evariste Systems LLC Tel: +1-706-510-6800 (direct) / +1-800-250-5920 (toll-free) Web: http://www.evaristes

Re: [SR-Users] RTPProxy

2016-10-19 Thread Maxim Sobolev
Alex, no problem. Nobody knows everything. :) -Max On Wed, Oct 19, 2016 at 12:35 AM, Alex Balashov wrote: > Hi Maxim, > > Duly noted! I certainly did not intend to mislead anyone or to be > disingenuous; I gave information that was, to the best of my knowledge, > true. I appreciate your followu

Re: [SR-Users] RTPProxy

2016-10-19 Thread Alex Balashov
Hi Maxim, Duly noted! I certainly did not intend to mislead anyone or to be disingenuous; I gave information that was, to the best of my knowledge, true. I appreciate your followup and clarification, which certainly is useful for my own knowledge as well! My sincere apologies... -- Alex O

Re: [SR-Users] RTPProxy

2016-10-19 Thread Maxim Sobolev
Alex, with all due respect, things you said about rtpproxy capacity is somewhat outdated and misleading. We have some nodes in the field, that handle 5,000-6,000 rtp sessions in peak. Those are running 6 rtpproxy instances, 1,000 sessions each. 2-3 year old CPUs, 12 cores in total. We also have a

Re: [SR-Users] RTPProxy

2016-10-17 Thread Alex Balashov
On 10/17/2016 02:29 PM, Rodrigo Moreira wrote: What is difference between modules rtpproxy and rtpengine? rtpproxy is a userspace process which, historically, has a relatively limited call throughput capacity (maybe a few hundred calls), though this might be addressed to some degree in rtppr

[SR-Users] RTPProxy

2016-10-17 Thread Rodrigo Moreira
Hi, What is difference between modules rtpproxy and rtpengine? Best regards. -- Rodrigo M. (37) 9132-4539 (34) 9889-3069 rodrigo.moreira2007 ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http:

Re: [SR-Users] RTPProxy Issues

2016-07-17 Thread TEG AMJG
Hi again Yes, i feel very dumb because i actually faced this problem in my testing with SIPp and with Asterisk before and it was all about open file description. I probably didnt think about it because I couldnt find anything in the logs about it which it is quite weird, the only thing that logs i

Re: [SR-Users] RTPProxy Issues

2016-07-17 Thread Maxim Sobolev
Yes, that's probably it. There should be also some error in the log that rtpproxy emits, so you might want to check that. I see people run into this from time to time, perhaps we need to check and put out a big warning in red if the OS limit appers to be too low? -Max On Sun, Jul 17, 2016 at 3:18

Re: [SR-Users] RTPProxy Issues

2016-07-17 Thread Nathan Angelacos
On 07/17/2016 05:49 PM, TEG AMJG wrote: Dear list I am quite new to Kamailio and i have been able to solve some NAT Traversal issues with symmetric SIP+RTP putting kamailio+rtpproxy behind NAT, i am also load balancing some asterisk boxes for transcoding and some other services like voicemail

[SR-Users] RTPProxy Issues

2016-07-17 Thread TEG AMJG
Dear list I am quite new to Kamailio and i have been able to solve some NAT Traversal issues with symmetric SIP+RTP putting kamailio+rtpproxy behind NAT, i am also load balancing some asterisk boxes for transcoding and some other services like voicemail. Also i am using SIPp for load testing Now

Re: [SR-Users] rtpproxy question

2016-06-08 Thread Maxim Sobolev
We don't support SRTP de/re-encryption at this point, neither in master nor in 2.0. The work to add it is underway, but we are not quite there yet. Pass-through mode should be working fine though, we've tested it recently specifically. On Jun 7, 2016 12:27 PM, "Albert Petit" wrote: > Hi , > > Sor

Re: [SR-Users] rtpproxy question

2016-06-07 Thread Albert Petit
Hi , Sorry for previous question. Finally it seems i got confused because traffic my UA was sending was not properly encrypted .Then when doing server tcpdump wireshark was seeing it still as RTCP (and not SRTCP) when jumping on rtpproxy :-) When fixed problem in user agent all traffic is SRTCP an

[SR-Users] rtpproxy ipv6 problem

2016-06-02 Thread aman jeff
Hi Team, The SIP packets are fine ,we are able to establish SIP session , As long the RTP Proxy not get involved and we are not able to hear audio,So How to do the proper configuration RTP Proxy,what to do in RTP Proxy to get the voice for the connected sip session Regards Arnab

Re: [SR-Users] rtpproxy question

2016-06-01 Thread Daniel-Constantin Mierla
Hello, are you sure rtpproxy 2.0 does encryption/decryption of the RTP/SRTP? I haven't noticed that the v2.0 has support for such feature. What are the parameters you are using to control rtpproxy from kamailio.cfg? Cheers, Daniel On 01/06/16 12:18, Albert Petit wrote: > Hi list > > I have ins

[SR-Users] rtpproxy question

2016-06-01 Thread Albert Petit
Hi list I have installed a newer version of rtpproxy (2.0) in our development server , i was happy because it brings lot of performance improvements However i have found an issue when clients use TLS+SRTP In that scenario i do not want rtpproxy to decrypt/reencrypt the traffic as my B2BUA does t

Re: [SR-Users] rtpproxy module question

2016-05-27 Thread Daniel-Constantin Mierla
Hello, I am not familiar with the insights of rtpproxy source code, so I don't know if there is a limitation for duration and for how long it is. Cheers, Daniel On 27/05/16 10:42, gmele wrote: > > Hello, > > > > Thx for the explanation, so it means that as soon as the callee > connects to the

Re: [SR-Users] rtpproxy module question

2016-05-27 Thread gmele
Hello, Thx for the explanation, so it means that as soon as the callee connects to the RTP Proxy, the rtp proxy will use the callee ip address and port to forward the rtp stream and ignore the initial learned ip/port? Is there a duration limitation in this learning mode? Meaning that if the cal

Re: [SR-Users] rtpproxy module question

2016-05-27 Thread Daniel-Constantin Mierla
Hello, initially the rtpproxy is in so called learning mode, waiting for the first rtp packet to come from each side of the call. Before receiving first rtp packet it relies on source ip of signaling. If the SDP has the device IP (you can eventually set that in the proxy), then you can use 'r' fl

[SR-Users] rtpproxy module question

2016-05-27 Thread gmele
Hello, we are using an RTP Proxy from rtpproxy.org as media relay to establish communication between our mobile phones. Of course, we are using the kamailio rtpproxy module to modify the SDP payload and control the proxy. In our Kamailio configuration, we have 1 kamailio configured as Proxy and o

Re: [SR-Users] RTPPROXY error message

2016-03-15 Thread Daniel-Constantin Mierla
Hello, if rtpproxy is listening on udp:127.0.0.1:7722, then you may have some limits in place regarding sockets/traffic -- if you have selinux enabled, try without it. Also, you can try by lowering the value for children parameter. Regarding the SQL errors, it seems you run the config from Siremi

[SR-Users] RTPPROXY error message

2016-03-14 Thread Kevin Greene
Hi: I am sure this has been answered before on this list and I have tried the basic answers I got from Google without any luck. Any suggests would be great. The Kamailio host is running Oracle Linux 6.7 (64 bit) and is fully patched as of today. The Kamailio version is: Server:: kamailio (4.3.4

Re: [SR-Users] RTPPROXY issue and sip to sip calling

2016-01-31 Thread SamyGo
Hi Rehan, No matter which mode you are running rtpproxy in that IP will always be the IP of the machine it is running on. That means that SDP will take that IP once routed to locally subnet A2B servers. As far as the A2B detecting SIP user as online or offline based on DB, I am not too sure about

[SR-Users] RTPPROXY issue and sip to sip calling

2016-01-29 Thread Ahmed Rehan
Dear All I m trying to setup kamailio and asterisk in load balancing with a2billing . Currently all of my VMs, one Kamailio and two asterisks are on same subnet . I have started the RTPproxy like below ./rtpproxy -s udp:127.0.0.1:7722 -l X.X.X.153 -m 1 -M 5 -u root root -F -d INFO LOG_LOC

Re: [SR-Users] rtpproxy does not response, disable it

2015-12-22 Thread smititelu
I solved this problem by changing the 127.0.0.1 in rtpengine startup config into 10.109.247.90 which is the eth0 address of the rtpengine machine. Now Kamailio successfully connect to the rtpengine daemon. Nice you solved it. Didn't think of it :D ___

Re: [SR-Users] rtpproxy does not response, disable it

2015-12-22 Thread smititelu
I’ve already set modparam("rtpengine", "force_send_interface", “10.109.247.80”) in my kamailio.cfg from the very beginning. Can you try force ping from kamailio machine (.80) to rtpengine machine (.90), on 10.109.247.80 interface? (it should work) There is nothing prompt out on command “kamc

Re: [SR-Users] rtpproxy does not response, disable it

2015-12-22 Thread Zodiac
I solved this problem by changing the 127.0.0.1 in rtpengine startup config into 10.109.247.90 which is the eth0 address of the rtpengine machine. Now Kamailio successfully connect to the rtpengine daemon. > 在 2015年12月22日,17:38,Zodiac 写道: > > Hi, I am very glad that you can answer me for tha

Re: [SR-Users] rtpproxy does not response, disable it

2015-12-22 Thread Zodiac
Hi, I am very glad that you can answer me for that. I’ve already set modparam("rtpengine", "force_send_interface", “10.109.247.80”) in my kamailio.cfg from the very beginning. The port 7723 on 10.109.247.90 which rtpengine daemon runs is not blocked by firewall. There is nothing prompt out on

[SR-Users] rtpproxy does not response, disable it

2015-12-21 Thread Zodiac
Dear friends, I am working on a program on Kamailio and rtpengine proxy. I am wondering whether can I set Kamailio and rtpengine daemon on different physical machines. For example, I set Kamailio on a machine with IP address:10.109.247.80, and launch rtpengine daemon on another machine w

Re: [SR-Users] rtpproxy does not response, disable it

2015-12-21 Thread smititelu
And, I also tried to set Kamailio and rtpengine daemon in a same machine,and use modparam(“rtpengine”, “rtpengine_sock”, “udp:localhost:7723”). And Kamailio can work functionally under this situation. rtpengine daemon can receive ping message from Kamailio and rtpengine daemon can work as suspe

Re: [SR-Users] rtpproxy does not response, disable it

2015-12-21 Thread smititelu
Hi Zodiac, 1. Can you see your configured rtp node on: "kamctl fifo nh_show_rtpp all" ? 2. Can you ngrep the commands being sent by kamailio to rtpengine?(on both kamailio and rtpengine machine) 3. Do you have some firewalling rules that may block that 7723 port? Stefan On 21.12.2015 17:45, Z

Re: [SR-Users] rtpproxy does not response, disable it

2015-12-21 Thread Alex Balashov
Yes, you can certainly run rtpengine on a different host than the Kamailio host. Is it possible there are firewall rules on the remote rtpengine host that are blocking UDP connections from your Kamailio box to port 7723? That would be my first thought. -- Alex -- Alex Balashov | Principal

[SR-Users] rtpproxy does not response, disable it

2015-12-21 Thread Zodiac
Dear friends, I am working on a program on Kamailio and rtpengine proxy. I am wondering whether can I set Kamailio and rtpengine daemon on different physical machines. For example, I set Kamailio on a machine with IP address:10.109.247.80, and launch rtpengine daemon on another machine w

Re: [SR-Users] RTPPROXY unpredictable behavior

2015-12-10 Thread Carsten Bock
Hi Javohir, don't worry, your english is fine. Can you send us the parameters you have set for rtpproxy in your kamailio cfg? You should find something like this: modparam("rtpproxy", "rtpproxy_sock", "udp:localhost:2") Make sure it matches the configuration of the RTPProxy. Thanks, Carsten

[SR-Users] RTPPROXY unpredictable behavior

2015-12-10 Thread Javohir Maxmarajabov
I am trying to enable RTPPROXY on debian, but it seems RTPProxy is ignoring my arguments... So, I am launching RTPPROXY using command: rtpproxy -l _MY_PUBLIC_IP_ -s udp:127.0.0.1 7722 -p /var/run/rtpproxy.pid -R -a -P -r /tmp/rtppath -S /tmp/rtpspool -u rtpproxy rtpproxy Also tried with: rtppro

Re: [SR-Users] rtpproxy database structure for kamailio 4.2.3

2015-11-19 Thread Jan Hazenberg
Daniel, Clear, i will simply add the field until we can upgrade. Thanks for the clarification. Jan Daniel-Constantin Mierla schreef op 2015-11-19 13:38: Hello, it was a different value for column name in the code than in the default rtpproxy table. The definition of the table used setid a

Re: [SR-Users] rtpproxy database structure for kamailio 4.2.3

2015-11-19 Thread Daniel-Constantin Mierla
Hello, it was a different value for column name in the code than in the default rtpproxy table. The definition of the table used setid and the code set_name. I pushed a fix (in master, 4,3 and 4,2 branches), so the code is coherent with the database table. If you don't want to upgrade to latest v

[SR-Users] rtpproxy database structure for kamailio 4.2.3

2015-11-19 Thread Jan Hazenberg
Hi all, I'm trying to load the rtpproxy url's from database but get a error when starting kamailio (4.2.3): ERROR: db_mysql [km_dbase.c:123]: db_mysql_submit_query(): driver error on query: Unknown column 'set_name' in 'field list' Looks like the field set_name is missing in the database st

Re: [SR-Users] RtpProxy socket timeout not working

2015-10-19 Thread Daniel-Constantin Mierla
Hello, the code shows that is added for U command, if to-tag exists: https://github.com/kamailio/kamailio/blob/master/modules/rtpproxy/rtpproxy.c#L2692 Can you edit the rtpproxy.c and add a log message (e.g., using LM_ERR("..."); ) there and is it is printed by kamailio? Cheers, Daniel On 17/1

[SR-Users] RtpProxy socket timeout not working

2015-10-17 Thread Arun Kumar
Hi Rtp Session timeout notification is not working , we tried with kamailio 4.2 with rtpproxy 2.0 / 1.3 beta/1.2 releases , i think kamailio rtpproxy is not submitting session timeout socket to rtpproxy kamailio 4.2.0 --- modparam("rtpproxy", "rtpproxy_sock", "u

Re: [SR-Users] RTPProxy incorrect port 0 in reply from rtp proxy

2015-08-12 Thread Grant Bagdasarian
From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Grant Bagdasarian Sent: Wednesday, August 12, 2015 10:55 AM To: Kamailio (SER) - Users Mailing List (sr-users@lists.sip-router.org) Subject: [SR-Users] RTPProxy incorrect port 0 in reply from rtp proxy Hello, I&#x

[SR-Users] RTPProxy incorrect port 0 in reply from rtp proxy

2015-08-12 Thread Grant Bagdasarian
Hello, I've been load testing kamailio(4.2) with rtpproxy(2.0) using sipp, and when I hit 50+ CPS I start getting the following error: "incorrect port 0 in reply from rtp proxy". I'm running 4 instances of rtpproxy on the same instance as kamailio. Could somebody tell me why I'm receiving this

Re: [SR-Users] rtpproxy 2.0

2015-05-22 Thread Fred Posner
Have tested it on virtual and physical. Works well, no need to patch for VM or advertised address. Had no complaints from users with 1.2 and none since 2.0 Installed from git for testing. -- Fred > On May 22, 2015, at 4:37 AM, Klaus Darilion > wrote: > > Hi! > > I just found out that ther

Re: [SR-Users] rtpproxy 2.0

2015-05-22 Thread Øyvind Kolbu
On 22.05.2015 10:37, Klaus Darilion wrote: I just found out that there is a new rtpproxy release: http://www.rtpproxy.org/post/v2release/ Has anybody tested it and want to share some experiences? Or have people turned to rtpengine meanwhile? (I am still using rtpproxy 1.2 as I do not need new

[SR-Users] rtpproxy 2.0

2015-05-22 Thread Klaus Darilion
Hi! I just found out that there is a new rtpproxy release: http://www.rtpproxy.org/post/v2release/ Has anybody tested it and want to share some experiences? Or have people turned to rtpengine meanwhile? (I am still using rtpproxy 1.2 as I do not need new features). regards Klaus ___

Re: [SR-Users] rtpproxy-ng and late SDP

2015-05-19 Thread Richard Fuchs
On 18/05/15 03:53 AM, Sebastian Damm wrote: Hi Alex, On Thu, May 14, 2015 at 5:47 AM, Alex Balashov mailto:abalas...@evaristesys.com>> wrote: According to the rtpengine module documentation for rtpproxy_manage(), that's exactly what rtpproxy_manage() does: http://kamailio.org/doc

Re: [SR-Users] rtpproxy-ng and late SDP

2015-05-18 Thread Sebastian Damm
Hi Alex, On Thu, May 14, 2015 at 5:47 AM, Alex Balashov wrote: > According to the rtpengine module documentation for rtpproxy_manage(), > that's exactly what rtpproxy_manage() does: > > > > http://kamailio.org/docs/modules/4.2.x/modules/rtpengine.html#rtpengine.f.rtpengine_manage > > i.e. > > -

Re: [SR-Users] rtpproxy-ng and late SDP

2015-05-13 Thread Alex Balashov
Hello Sebastian, On 05/13/2015 10:12 AM, Sebastian Damm wrote: Is there a way to have rtpproxy_manage() handle those calls automatically? I was thinking of setting a flag in the request which is used by the rtpproxy_manage() function later. According to the rtpengine module documentation for

[SR-Users] rtpproxy-ng and late SDP

2015-05-13 Thread Sebastian Damm
Hi, I'm working on a setup, where I have to support late SDP. It is working right now, but I have to use an explicit rtpproxy_offer() when processing the reply to an INVITE without SDP. Is there a way to have rtpproxy_manage() handle those calls automatically? I was thinking of setting a flag in

Re: [SR-Users] [RTPproxy] Re: [OpenSIPS-Users] Announcing rtpproxy v2.0.0

2015-04-07 Thread Maxim Sobolev
Pull requests are welcome, guys. We are hitting 30k rtp sessions on one of our largest clusters. Lot of changes are coming into git repo soon to make rtp_cluster component run smoothly under such conditions. On Mar 16, 2015 8:56 PM, "John Mathew" wrote: > Yes > > On Tuesday, 17 March 2015, Zheng

Re: [SR-Users] RTPProxy issue?

2015-03-19 Thread Igor Potjevlesch
th the new version. I will let you know if I reproduce the issue with the new version. Regards, Igor. De : sr-users [mailto:sr-users-boun...@lists.sip-router.org] De la part de Maxim Sobolev Envoyé : lundi 9 mars 2015 19:09 À : Kamailio (SER) - Users Mailing List Objet : Re: [SR-Users] RTPP

Re: [SR-Users] [RTPproxy] Re: [OpenSIPS-Users] Announcing rtpproxy v2.0.0

2015-03-16 Thread Zheng Frank
Do you mean ROHC ? 2015-03-14 12:39 GMT+08:00 Maxim Sobolev : > Do you have any particular RFC in mind? > On Mar 12, 2015 10:28 AM, "John Mathew" > wrote: > >> Hi, >> >> Maxim, >> Is there any plans for rtp header compression in future. I can't see >> anything in the change log for 2.0.0 >> >> >

Re: [SR-Users] [RTPproxy] Re: [OpenSIPS-Users] Announcing rtpproxy v2.0.0

2015-03-13 Thread Maxim Sobolev
Do you have any particular RFC in mind? On Mar 12, 2015 10:28 AM, "John Mathew" wrote: > Hi, > > Maxim, > Is there any plans for rtp header compression in future. I can't see > anything in the change log for 2.0.0 > > On Tuesday, 10 March 2015, Maxim Sobolev wrote: > >> Hi All, >> >> I'm happy t

Re: [SR-Users] RTPProxy issue?

2015-03-09 Thread Maxim Sobolev
e* Maxim Sobolev > *Envoyé :* samedi 7 mars 2015 09:14 > > *À :* Kamailio (SER) - Users Mailing List > *Objet :* Re: [SR-Users] RTPProxy issue? > > > > Ah, ok, I see now. I did not realize you guys are using resizer. Which > version of the software are you actually using? I.e. i

Re: [SR-Users] rtpproxy failed to load

2015-03-09 Thread Daniel-Constantin Mierla
Hello, use rtpproxy_manage() instead of force_rtp_proxy() -- that function was replaced in newer versions. Cheers, Daniel On 06/03/15 11:53, Tom Braarup Cuykens wrote: > kb.asipto.com/kamailio:skype-like-service-in-less-than-one-hour > > I found this guide for an older version of Kamailio, but t

Re: [SR-Users] RTPProxy issue?

2015-03-08 Thread Igor Potjevlesch
lev Envoyé : samedi 7 mars 2015 09:14 À : Kamailio (SER) - Users Mailing List Objet : Re: [SR-Users] RTPProxy issue? Ah, ok, I see now. I did not realize you guys are using resizer. Which version of the software are you actually using? I.e. is it latest rel_2_0 / master, or some legacy 1.x c

Re: [SR-Users] RTPProxy issue?

2015-03-07 Thread Maxim Sobolev
ards, > > > > Igor. > > > > *De :* sr-users [mailto:sr-users-boun...@lists.sip-router.org] *De la > part de* Maxim Sobolev > *Envoyé :* vendredi 6 mars 2015 07:44 > *À :* Kamailio (SER) - Users Mailing List > *Objet :* Re: [SR-Users] RTPProxy issue? > > > &

[SR-Users] rtpproxy failed to load

2015-03-06 Thread Tom Braarup Cuykens
kb.asipto.com/kamailio:skype-like-service-in-less-than-one-hour I found this guide for an older version of Kamailio, but there seems to be some issues when trying to use it on the latest stable version. When I try to start Kamailio i get this : [] 0(17153) INFO: tls [tls_init.c:399]: init_

Re: [SR-Users] RTPProxy issue?

2015-03-06 Thread Igor Potjevlesch
mail.com <mailto:igor.potjevle...@gmail.com> ] Envoyé : jeudi 5 mars 2015 11:34 À : mico...@gmail.com <mailto:mico...@gmail.com> ; 'Kamailio (SER) - Users Mailing List' Objet : RE: [SR-Users] RTPProxy issue? Hello, Thank you. Just to let you know, the RTPProxy

Re: [SR-Users] RTPProxy issue?

2015-03-05 Thread Maxim Sobolev
..@gmail.com] > *Envoyé :* jeudi 5 mars 2015 11:34 > *À :* mico...@gmail.com; 'Kamailio (SER) - Users Mailing List' > *Objet :* RE: [SR-Users] RTPProxy issue? > > > > Hello, > > > > Thank you. > > > > Just to let you know, the RTPProxy is running in

Re: [SR-Users] RTPProxy issue?

2015-03-05 Thread Igor Potjevlesch
"True" is coming from the UA. The RTPProxy stops forward since this packet. Regards, Igor. De : Igor Potjevlesch [mailto:igor.potjevle...@gmail.com] Envoyé : jeudi 5 mars 2015 11:34 À : mico...@gmail.com; 'Kamailio (SER) - Users Mailing List' Objet : RE: [SR-Us

Re: [SR-Users] RTPProxy issue?

2015-03-05 Thread Igor Potjevlesch
: [SR-Users] RTPProxy issue? Hello, maybe Maxim (cc-ed) will be able to provide more insights. Cheers, DAniel On 04/03/15 16:59, Igor Potjevlesch wrote: Hello, I discovered an issue related to the handling of "timestamp" and/or "Marker bit" with rtpproxy (I use

Re: [SR-Users] RTPProxy issue?

2015-03-05 Thread Daniel-Constantin Mierla
Hello, maybe Maxim (cc-ed) will be able to provide more insights. Cheers, DAniel On 04/03/15 16:59, Igor Potjevlesch wrote: > > Hello, > > > > I discovered an issue related to the handling of "timestamp" and/or > "Marker bit" with rtpproxy (I use the latest Extension 20081224). > > > > The c

[SR-Users] RTPProxy issue?

2015-03-04 Thread Igor Potjevlesch
Hello, I discovered an issue related to the handling of "timestamp" and/or "Marker bit" with rtpproxy (I use the latest Extension 20081224). The call-flow is the following: one UA places a call to A and put this call on hold. Then, the same UA call another number B. Individual streams are o

Re: [SR-Users] rtpproxy bridge "ie" "ei" behind NAT (like in aws EC2)

2015-02-17 Thread Frank Carmickle
On Feb 16, 2015, at 7:27 PM, Ovidiu Sas wrote: > You could simply let the RTP traffic to flow directly between FS and > endpoints (no need for rtpproxy). > All you need to do is: > - forward the appropriate RTP ports to FS; > - fix the private IP in SDP by replacing it with the public IP for > t

Re: [SR-Users] rtpproxy bridge "ie" "ei" behind NAT (like in aws EC2)

2015-02-16 Thread asterisk asterisk
Could you show the revelant codes in rtpproxy and kamailio.cfg? I am unable to get the audio pass through from extranet to intranet as private IP address is used after rtpproxy. I use Kamailio 4.2 and rtpproxy in Debian wheezy. Both are installed from repository. On Tue, Feb 17, 2015 at 8:27 AM,

Re: [SR-Users] rtpproxy bridge "ie" "ei" behind NAT (like in aws EC2)

2015-02-16 Thread Ovidiu Sas
You could simply let the RTP traffic to flow directly between FS and endpoints (no need for rtpproxy). All you need to do is: - forward the appropriate RTP ports to FS; - fix the private IP in SDP by replacing it with the public IP for the inbound rtp streams (to FS). -ovidiu On Mon, Feb 16, 20

Re: [SR-Users] rtpproxy bridge "ie" "ei" behind NAT (like in aws EC2)

2015-02-16 Thread Richard Fuchs
On 16/02/15 01:12 PM, Virmantas Variakojis wrote: > Could you provide us a little example? For examlple i have kamailio with > three interfaces: two interfaces (vlan's look at two different > providers) and third interface looks at sip clients. You would define two interfaces with different names,

Re: [SR-Users] rtpproxy bridge "ie" "ei" behind NAT (like in aws EC2)

2015-02-16 Thread Virmantas Variakojis
Could you provide us a little example? For examlple i have kamailio with three interfaces: two interfaces (vlan's look at two different providers) and third interface looks at sip clients. Thank's in advance! 2015 vas. 16 20:04 "Richard Fuchs" rašė: > On 16/02/15 01:00 PM, Virmantas Variakojis wr

  1   2   3   4   >