Re: [OpenSIPS-Users] Tearing down the RTPProxy session for the current call

2017-11-09 Thread Schoolhouse Filing
Hi Razvan, Thankyou for clarifying this, I was a little confused because the Opensips generated scripts that use rtpproxy for NAT do not call the rtpproxy_unforce() function. I will add a call to trpproxy_unforce() in my route that handles BYEs and in the missed call (failure) routes.

Re: [OpenSIPS-Users] Tearing down the RTPProxy session for the current call

2017-11-08 Thread Răzvan Crainea
Hi, Adrian! Yes, you should be calling rtpproxy_unforce() when a BYE is received. You are right, if you do that, you won't be seeing too many "RTP sessions ended due to media timeout". Best regardsm Răzvan Crainea OpenSIPS Developer www.opensips-solutions.com On 11/07/2017 08:59 PM, Adrian

[OpenSIPS-Users] Tearing down the RTPProxy session for the current call

2017-11-07 Thread Adrian Fretwell
Hello, I was just looking at some statistics from my rtpproxy today and noticed that "RTP sessions created", "RTP sessions destroyed" AND "RTP sessions ended due to media timeout" all showed the same number. Although I am aware that the function rtpproxy_unforce() is available, in example