Hello I whant to run RTPproxy separatly from my SIP router, so I tried to run it like this:
[root@vox rtpproxy-0.3]# rtpproxy -s udp:xxx.xxx.xxx.xxx:22222 rtpproxy: explicit binding address has to be specified in UDP command mode [root@vox rtpproxy-0.3]# rtpproxy -l xxx.xxx.xxx.xxx: -s udp:xxx.xxx.xxx.xxx::22222
xxx.xxx.xxx.xxx: = my IP
But when I run SER, this happens
9(15400) WARNING: rtpp_test: support for RTP proxy has been disabled temporarily 11(15407) ERROR: send_rtpp_command: can't connect to RTP proxy
I already tried with modparam("nathelper", "rtpproxy_sock", "unix:/var/run/rtpproxy.sock")
and with
modparam("nathelper", "rtpproxy_sock", "unix:/var/run/rtpproxy.sock udp:xxx.xxx.xxx.xxx:22222")
But it always says: send_rtpp_command: can't connect to RTP proxy
Whats the problem? Im using this configuration in sip.conf: http://siprouter.onsip.org/doc/gettingstarted/ch08s02.html
Regards Joao Pereira
Hello, in modparam section you will just use modparam("nathelper", "rtpproxy_sock", "udp:xxx.xxx.xxx.xxx:22222")
You can't connect to local RTPproxy since you don't run it locally(connecting via unix socket).
Lada
Joao Pereira wrote:
Hello I whant to run RTPproxy separatly from my SIP router, so I tried to run it like this:
[root@vox rtpproxy-0.3]# rtpproxy -s udp:xxx.xxx.xxx.xxx:22222 rtpproxy: explicit binding address has to be specified in UDP command mode [root@vox rtpproxy-0.3]# rtpproxy -l xxx.xxx.xxx.xxx: -s udp:xxx.xxx.xxx.xxx::22222
xxx.xxx.xxx.xxx: = my IP
But when I run SER, this happens
9(15400) WARNING: rtpp_test: support for RTP proxy has been disabled temporarily 11(15407) ERROR: send_rtpp_command: can't connect to RTP proxy
I already tried with modparam("nathelper", "rtpproxy_sock", "unix:/var/run/rtpproxy.sock")
and with
modparam("nathelper", "rtpproxy_sock", "unix:/var/run/rtpproxy.sock udp:xxx.xxx.xxx.xxx:22222")
But it always says: send_rtpp_command: can't connect to RTP proxy
Whats the problem? Im using this configuration in sip.conf: http://siprouter.onsip.org/doc/gettingstarted/ch08s02.html
Regards Joao Pereira
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hello I changed to modparam("nathelper", "rtpproxy_sock", "udp:xxx.xxx.xxx.xxx:22222")
and now its working (at least doesnt show errors). Now all the users behind NAT could be able to use this server?
I can't use it with 2 clients behind the same NAT. Does this users (behind the same NAT) need some special configuration? Thanks Regards Joao pereira
______________________________________________ João Gomes Pereira FCCN Av. do Brasil, nº 101 1700-066 Lisboa tel: +351 218 440 100 - fax: +351 218 472 167 email|SIP: joao.pereira@fccn.pt http://www.fccn.pt ______________________________________________
--- Aviso de Confidencialidade
Esta mensagem é exclusivamente destinada ao seu destinatário, podendo conter informação CONFIDENCIAL, cuja divulgação está expressamente vedada nos termos da lei. Caso tenha recepcionado indevidamente esta mensagem, solicitamos-lhe que nos comunique esse mesmo facto por esta via ou para o telefone +351 218 440 100 devendo apagar o seu conteúdo de imediato. This message is intended exclusively for its addressee. It may contain CONFIDENTIAL information protected by law. If this message has been received by error, please notify us via e-mail or by telephone +351 218 440 100 and delete it immediately. ---
Ladislav Andel wrote:
Hello, in modparam section you will just use modparam("nathelper", "rtpproxy_sock", "udp:xxx.xxx.xxx.xxx:22222")
You can't connect to local RTPproxy since you don't run it locally(connecting via unix socket).
Lada
Joao Pereira wrote:
Hello I whant to run RTPproxy separatly from my SIP router, so I tried to run it like this:
[root@vox rtpproxy-0.3]# rtpproxy -s udp:xxx.xxx.xxx.xxx:22222 rtpproxy: explicit binding address has to be specified in UDP command mode [root@vox rtpproxy-0.3]# rtpproxy -l xxx.xxx.xxx.xxx: -s udp:xxx.xxx.xxx.xxx::22222
xxx.xxx.xxx.xxx: = my IP
But when I run SER, this happens
9(15400) WARNING: rtpp_test: support for RTP proxy has been disabled temporarily 11(15407) ERROR: send_rtpp_command: can't connect to RTP proxy
I already tried with modparam("nathelper", "rtpproxy_sock", "unix:/var/run/rtpproxy.sock")
and with
modparam("nathelper", "rtpproxy_sock", "unix:/var/run/rtpproxy.sock udp:xxx.xxx.xxx.xxx:22222")
But it always says: send_rtpp_command: can't connect to RTP proxy
Whats the problem? Im using this configuration in sip.conf: http://siprouter.onsip.org/doc/gettingstarted/ch08s02.html
Regards Joao Pereira
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers