Re: [OpenSIPS-Users] Opensips 3 & rtpengine

2019-12-04 Thread Johan De Clercq
Load rtpengine module insread On Wed, 4 Dec 2019, 22:16 info, wrote: > Hello, > > > > I setup an opensips 3 and I want to load rtpproxy.so like this : > > > > loadmodule "rtpproxy.so" > > modparam("rtpproxy", "rtpproxy_sock", "udp:localhost:2223") > > > > I install and setup the master of

Re: [OpenSIPS-Users] Opensips 3 & rtpengine

2019-12-04 Thread Callum Guy
Methods are almost interchangeable though - check out the docs: https://opensips.org/html/docs/modules/3.0.x/rtpengine.html On Wed, 4 Dec 2019 at 21:29, David Villasmil wrote: > are you setting up rtpENGINE or rtpPROXY? > They're not the same... > > Regards, > > David Villasmil > email:

Re: [OpenSIPS-Users] Opensips 3 & rtpengine

2019-12-04 Thread David Villasmil
are you setting up rtpENGINE or rtpPROXY? They're not the same... Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Wed, Dec 4, 2019 at 9:14 PM info wrote: > Hello, > > > > I setup an opensips 3 and I want to load rtpproxy.so like this : > > > > loadmodule

[OpenSIPS-Users] Opensips 3 & rtpengine

2019-12-04 Thread info
Hello, I setup an opensips 3 and I want to load rtpproxy.so like this : loadmodule "rtpproxy.so" modparam("rtpproxy", "rtpproxy_sock", "udp:localhost:2223") I install and setup the master of rtpengine /usr/sbin/rtpengine -v Version: 8.2.0.0+0~mr8.2.0.0 git-master-c36a445 Rtpengine is running

Re: [OpenSIPS-Users] Memory Leak

2019-12-04 Thread Callum Guy
Thanks Johan, I've been through the rtpengine docs and source and can't see any way to disable the RTCP call stat reports. Having said that I'm no longer confident that RTPEngine is the problem - I'm losing memory constantly at a rate of about 130MB/hour at all times, even overnight when we are

[OpenSIPS-Users] opensips 2.4.6 crash dns_cache module with CNAME record

2019-12-04 Thread William Jin
Hi, We are using Opensips 2.4.6(apt repo) on Debian stretch opensips -V version: opensips 2.4.6 (x86_64/linux) flags: STATS: On, DISABLE_NAGLE, USE_MCAST, SHM_MMAP, PKG_MALLOC, F_MALLOC, FAST_LOCK-ADAPTIVE_WAIT ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE

Re: [OpenSIPS-Users] openSIPS- Dialplan Manipulation Help

2019-12-04 Thread VoIP Security via Users
Thanks guys. It solved my problem. ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

[OpenSIPS-Users] OpenSIPS 2.4 SIPREC no RTP

2019-12-04 Thread VOIP Security via Users
Hi, I am posting this issue because I am struggling to make openSIPS with SIPREC to work. I have tried various ways but still no success for RTP. Here is my network topology - OpenSIPS - 10.10.10.174:5062 as X.X.X.X Orkaudio - 10.10.10.174:5060 and also listening on 127.0.0.1:5060 RTPPROXY -

[OpenSIPS-Users] Handling custom presence event that comes in SUBSCRIBE or PUBLISH

2019-12-04 Thread Tekin, Arda
OpenSIPS prints this error when SUBSCRIBE message comes to OpenSIPS presence server from the desk-phone of a vendor. ERROR:presence:handle_subscribe: unrecognized value [xxx] in Event header INFO:presence:handle_subscribe: Missing or unsupported event header field value SIP response is generated

Re: [OpenSIPS-Users] openSIPS- Dialplan Manipulation Help

2019-12-04 Thread Ben Newlin
That will certainly work and is very simple. If you really want to do it using the dialplan module, then you are looking to do “String Translation” as described in detail in Section 1.4.1.1 of the module documentation [1]. In your case, something like: * match_op = 1 * match_exp =

Re: [OpenSIPS-Users] openSIPS- Dialplan Manipulation Help

2019-12-04 Thread Callum Guy
Why not just glue together the strings? $var(a) = "972" + $rU; Seems pretty effective to me :) On Tue, 3 Dec 2019 at 22:02, VOIP Security via Users < users@lists.opensips.org> wrote: > Hi, > > I am struggling with openSIPS regex rules to append some prefix before > regex. I have this regex