I just realized my stupidity

The correct setup is

loadmodule "rtpengine.so"
modparam("rtpengine", "rtpengine_sock", "udp:127.0.0.1:2223")

and now :

Dec  4 22:34:05 opensips1 /usr/local/sbin/opensips[3850]: 
INFO:rtpengine:rtpe_test: rtp proxy <udp:127.0.0.1:2223> found, support for it 
enabled
Dec  4 22:34:05 opensips1 /usr/local/sbin/opensips[3855]: 
INFO:rtpengine:rtpe_test: rtp proxy <udp:127.0.0.1:2223> found, support for it 
enabled
Dec  4 22:34:05 opensips1 /usr/local/sbin/opensips[3860]: 
INFO:rtpengine:rtpe_test: rtp proxy <udp:127.0.0.1:2223> found, support for it 
enabled
Dec  4 22:34:05 opensips1 /usr/local/sbin/opensips[3858]: 
INFO:rtpengine:rtpe_test: rtp proxy <udp:127.0.0.1:2223> found, support for it 
enabled
Dec  4 22:34:05 opensips1 /usr/local/sbin/opensips[3859]: 
INFO:rtpengine:rtpe_test: rtp proxy <udp:127.0.0.1:2223> found, support for it 
enabled
Dec  4 22:34:05 opensips1 /usr/local/sbin/opensips[3851]: 
INFO:rtpengine:rtpe_test: rtp proxy <udp:127.0.0.1:2223> found, support for it 
enabled
Dec  4 22:34:05 opensips1 /usr/local/sbin/opensips[3851]: 
INFO:rtpengine:rtpe_test: rtp proxy <udp:127.0.0.1:2223> found, support for it 
enabled
Dec  4 22:34:05 opensips1 /usr/local/sbin/opensips[3862]: 
INFO:rtpengine:rtpe_test: rtp proxy <udp:127.0.0.1:2223> found, support for it 
enabled
Dec  4 22:34:05 opensips1 /usr/local/sbin/opensips[3863]: 
INFO:rtpengine:rtpe_test: rtp proxy <udp:127.0.0.1:2223> found, support for it 
enabled
Dec  4 22:34:05 opensips1 /usr/local/sbin/opensips[3857]: 
INFO:rtpengine:rtpe_test: rtp proxy <udp:127.0.0.1:2223> found, support for it 
enabled
Dec  4 22:34:05 opensips1 /usr/local/sbin/opensips[3864]: 
INFO:rtpengine:rtpe_test: rtp proxy <udp:127.0.0.1:2223> found, support for it 
enabled
Dec  4 22:34:05 opensips1 /usr/local/sbin/opensips[3861]: 
INFO:rtpengine:rtpe_test: rtp proxy <udp:127.0.0.1:2223> found, support for it 
enabled
Dec  4 22:34:05 opensips1 /usr/local/sbin/opensips[3865]: 
INFO:rtpengine:rtpe_test: rtp proxy <udp:127.0.0.1:2223> found, support for it 
enabled
Dec  4 22:34:05 opensips1 /usr/local/sbin/opensips[3856]: 
INFO:rtpengine:rtpe_test: rtp proxy <udp:127.0.0.1:2223> found, support for it 
enabled
Dec  4 22:34:05 opensips1 /usr/local/sbin/opensips[3866]: 
INFO:rtpengine:rtpe_test: rtp proxy <udp:127.0.0.1:2223> found, support for it 
enabled
Dec  4 22:34:05 opensips1 /usr/local/sbin/opensips[3849]: 
INFO:rtpengine:rtpe_test: rtp proxy <udp:127.0.0.1:2223> found, support for it 
enabled
Dec  4 22:34:05 opensips1 /usr/local/sbin/opensips[3854]: 
INFO:rtpengine:rtpe_test: rtp proxy <udp:127.0.0.1:2223> found, support for it 
enabled
Dec  4 22:34:05 opensips1 /usr/local/sbin/opensips[3868]: 
INFO:rtpengine:rtpe_test: rtp proxy <udp:127.0.0.1:2223> found, support for it 
enabled
Dec  4 22:34:05 opensips1 /usr/local/sbin/opensips[3869]: 
INFO:rtpengine:rtpe_test: rtp proxy <udp:127.0.0.1:2223> found, support for it 
enabled
Dec  4 22:34:05 opensips1 /usr/local/sbin/opensips[3867]: 
INFO:rtpengine:rtpe_test: rtp proxy <udp:127.0.0.1:2223> found, support for it 
enabled
Dec  4 22:34:05 opensips1 /usr/local/sbin/opensips[3870]: 
INFO:rtpengine:rtpe_test: rtp proxy <udp:127.0.0.1:2223> found, support for it 
enabled

Sorry for the inconvenience

Best regards






De : Users <[email protected]> au nom de David Villasmil 
<[email protected]>
Répondre à : OpenSIPS users mailling list <[email protected]>
Date : mercredi 4 décembre 2019 à 22:30
À : OpenSIPS users mailling list <[email protected]>
Objet : Re: [OpenSIPS-Users] Opensips 3 & rtpengine

are you setting up rtpENGINE or rtpPROXY?
They're not the same...

Regards,

David Villasmil
email: [email protected]<mailto:[email protected]>
phone: +34669448337


On Wed, Dec 4, 2019 at 9:14 PM info <[email protected]<mailto:[email protected]>> 
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 rtpengine

/usr/sbin/rtpengine -v
Version: 8.2.0.0+0~mr8.2.0.0 git-master-c36a445

Rtpengine is running and listen on port 2223 (udp)

netstat -anp | grep 2223
udp        0      0 127.0.0.1:2223<http://127.0.0.1:2223>          0.0.0.0:*    
                       3484/rtpengine


when I start opensips I get in log :

Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3571]: 
WARNING:rtpproxy:rtpp_test: unsupported version of RTP proxy 
<udp:localhost:2223> found: 20040107 supported,0 present
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3571]: 
WARNING:rtpproxy:rtpp_test: support for RTP proxy <udp:localhost:2223> has been 
disabled temporarily
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3578]: 
WARNING:rtpproxy:rtpp_test: unsupported version of RTP proxy 
<udp:localhost:2223> found: 20040107 supported,0 present
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3578]: 
WARNING:rtpproxy:rtpp_test: support for RTP proxy <udp:localhost:2223> has been 
disabled temporarily
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3577]: 
WARNING:rtpproxy:rtpp_test: unsupported version of RTP proxy 
<udp:localhost:2223> found: 20040107 supported,0 present
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3577]: 
WARNING:rtpproxy:rtpp_test: support for RTP proxy <udp:localhost:2223> has been 
disabled temporarily
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3572]: 
WARNING:rtpproxy:rtpp_test: unsupported version of RTP proxy 
<udp:localhost:2223> found: 20040107 supported,0 present
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3572]: 
WARNING:rtpproxy:rtpp_test: support for RTP proxy <udp:localhost:2223> has been 
disabled temporarily
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3575]: 
WARNING:rtpproxy:rtpp_test: unsupported version of RTP proxy 
<udp:localhost:2223> found: 20040107 supported,0 present
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3575]: 
WARNING:rtpproxy:rtpp_test: support for RTP proxy <udp:localhost:2223> has been 
disabled temporarily
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3579]: 
WARNING:rtpproxy:rtpp_test: unsupported version of RTP proxy 
<udp:localhost:2223> found: 20040107 supported,0 present
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3579]: 
WARNING:rtpproxy:rtpp_test: support for RTP proxy <udp:localhost:2223> has been 
disabled temporarily
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3567]: 
WARNING:rtpproxy:rtpp_test: unsupported version of RTP proxy 
<udp:localhost:2223> found: 20040107 supported,0 present
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3567]: 
WARNING:rtpproxy:rtpp_test: support for RTP proxy <udp:localhost:2223> has been 
disabled temporarily
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3586]: 
WARNING:rtpproxy:rtpp_test: unsupported version of RTP proxy 
<udp:localhost:2223> found: 20040107 supported,0 present
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3586]: 
WARNING:rtpproxy:rtpp_test: support for RTP proxy <udp:localhost:2223> has been 
disabled temporarily
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3581]: 
WARNING:rtpproxy:rtpp_test: unsupported version of RTP proxy 
<udp:localhost:2223> found: 20040107 supported,0 present
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3581]: 
WARNING:rtpproxy:rtpp_test: support for RTP proxy <udp:localhost:2223> has been 
disabled temporarily
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3584]: 
WARNING:rtpproxy:rtpp_test: unsupported version of RTP proxy 
<udp:localhost:2223> found: 20040107 supported,0 present
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3584]: 
WARNING:rtpproxy:rtpp_test: support for RTP proxy <udp:localhost:2223> has been 
disabled temporarily
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3568]: 
WARNING:rtpproxy:rtpp_test: unsupported version of RTP proxy 
<udp:localhost:2223> found: 20040107 supported,0 present
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3568]: 
WARNING:rtpproxy:rtpp_test: support for RTP proxy <udp:localhost:2223> has been 
disabled temporarily
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3576]: 
WARNING:rtpproxy:rtpp_test: unsupported version of RTP proxy 
<udp:localhost:2223> found: 20040107 supported,0 present
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3576]: 
WARNING:rtpproxy:rtpp_test: support for RTP proxy <udp:localhost:2223> has been 
disabled temporarily
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3587]: 
WARNING:rtpproxy:rtpp_test: unsupported version of RTP proxy 
<udp:localhost:2223> found: 20040107 supported,0 present
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3587]: 
WARNING:rtpproxy:rtpp_test: support for RTP proxy <udp:localhost:2223> has been 
disabled temporarily
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3580]: 
WARNING:rtpproxy:rtpp_test: unsupported version of RTP proxy 
<udp:localhost:2223> found: 20040107 supported,0 present
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3580]: 
WARNING:rtpproxy:rtpp_test: support for RTP proxy <udp:localhost:2223> has been 
disabled temporarily
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3574]: 
WARNING:rtpproxy:rtpp_test: unsupported version of RTP proxy 
<udp:localhost:2223> found: 20040107 supported,0 present
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3574]: 
WARNING:rtpproxy:rtpp_test: support for RTP proxy <udp:localhost:2223> has been 
disabled temporarily
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3582]: 
WARNING:rtpproxy:rtpp_test: unsupported version of RTP proxy 
<udp:localhost:2223> found: 20040107 supported,0 present
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3582]: 
WARNING:rtpproxy:rtpp_test: support for RTP proxy <udp:localhost:2223> has been 
disabled temporarily
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3573]: 
WARNING:rtpproxy:rtpp_test: unsupported version of RTP proxy 
<udp:localhost:2223> found: 20040107 supported,0 present
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3573]: 
WARNING:rtpproxy:rtpp_test: support for RTP proxy <udp:localhost:2223> has been 
disabled temporarily
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3583]: 
WARNING:rtpproxy:rtpp_test: unsupported version of RTP proxy 
<udp:localhost:2223> found: 20040107 supported,0 present
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3583]: 
WARNING:rtpproxy:rtpp_test: support for RTP proxy <udp:localhost:2223> has been 
disabled temporarily
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3585]: 
WARNING:rtpproxy:rtpp_test: unsupported version of RTP proxy 
<udp:localhost:2223> found: 20040107 supported,0 present
Dec  4 22:11:50 opensips1 /usr/local/sbin/opensips[3585]: 
WARNING:rtpproxy:rtpp_test: support for RTP proxy <udp:localhost:2223> has been 
disabled temporarily

And for rtpengine :

Dec  4 22:11:50 opensips1 rtpengine[3484]: WARNING: Protocol error in packet 
from 127.0.0.1:53249<http://127.0.0.1:53249>: Could not decode dictionary [V]
Dec  4 22:11:50 opensips1 rtpengine[3484]: WARNING: Protocol error in packet 
from 127.0.0.1:52724<http://127.0.0.1:52724>: Could not decode dictionary [V]
Dec  4 22:11:50 opensips1 rtpengine[3484]: WARNING: Protocol error in packet 
from 127.0.0.1:44738<http://127.0.0.1:44738>: Could not decode dictionary [V]
Dec  4 22:11:50 opensips1 rtpengine[3484]: WARNING: Protocol error in packet 
from 127.0.0.1:48748<http://127.0.0.1:48748>: Could not decode dictionary [V]
Dec  4 22:11:50 opensips1 rtpengine[3484]: WARNING: Protocol error in packet 
from 127.0.0.1:43954<http://127.0.0.1:43954>: Could not decode dictionary [V]


Any idea ?

Best regards

Guillaume







_______________________________________________
Users mailing list
[email protected]<mailto:[email protected]>
http://lists.opensips.org/cgi-bin/mailman/listinfo/users
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to