Hi all,
I've tried playing with Mediaproxy for sometime now, and thou with some clarification from Greger, I'm still having some problems with getting it up and running.
I'm trying to have 1 SER with multiple Mediaproxy, and here's my configuration. I'm desperate since I've experienced no improvement with the system after over a week playing with it! :< Any help is really appreciated.
--------- ser.cfg --------- loadmodule "/usr/local/lib/ser/modules/mediaproxy.so" loadmodule "/usr/local/lib/ser/modules/nathelper.so"
modparam("mediaproxy","natping_interval", 30) modparam("mediaproxy","mediaproxy_socket", "/var/run/mediaproxy.sock") modparam("mediaproxy","sip_asymmetrics","/usr/local/etc/ser/sip-clients") modparam("mediaproxy","rtp_asymmetrics","/usr/local/etc/ser/rtp-clients")
------ mediaproxy.ini (on SER server) ------ [Dispatcher] socket = /var/run/proxydispatcher.sock group = ser defaultProxy = server's own IP
[MediaProxy] listen = server's own IP allow = proxy servers' ip proxyIP = server's own ?IP portRange = 30000:60000 ;TOS = 0xb8 idleTimeout = 60 holdTimeout = 1800 ;forceClose = 0 accounting = off
-------- mediaproxy.ini (on remote proxy server) -------- [Mediaproxy] start = yes socket = /var/run/proxydispatcher.sock group = ser listen = server's own IP:5080 allow = SER server's IP proxyIP = server's own IP portRange = 35000:65000 TOS = 0xb8 idleTimeout = 60 holdTimeout = 3600 forceClose = 0 accounting = off
Here's your error: modparam("mediaproxy","mediaproxy_socket", "/var/run/mediaproxy.sock") This means that your SER will communicate with your local mediaproxy server directly. Use "/var/run/proxydispatcher.sock" to make SER communicate with your proxydispatcher (which should run locallly)
If you don't want to run an RTP proxy on the same server as SER, you don't have to start mediaproxy on that server. g-)
smy@addm.com wrote:
Hi all,
I've tried playing with Mediaproxy for sometime now, and thou with some clarification from Greger, I'm still having some problems with getting it up and running.
I'm trying to have 1 SER with multiple Mediaproxy, and here's my configuration. I'm desperate since I've experienced no improvement with the system after over a week playing with it! :< Any help is really appreciated.
ser.cfg
loadmodule "/usr/local/lib/ser/modules/mediaproxy.so" loadmodule "/usr/local/lib/ser/modules/nathelper.so"
modparam("mediaproxy","natping_interval", 30) modparam("mediaproxy","mediaproxy_socket", "/var/run/mediaproxy.sock") modparam("mediaproxy","sip_asymmetrics","/usr/local/etc/ser/sip-clients") modparam("mediaproxy","rtp_asymmetrics","/usr/local/etc/ser/rtp-clients")
mediaproxy.ini (on SER server)
[Dispatcher] socket = /var/run/proxydispatcher.sock group = ser defaultProxy = server's own IP
[MediaProxy] listen = server's own IP allow = proxy servers' ip proxyIP = server's own ?IP portRange = 30000:60000 ;TOS = 0xb8 idleTimeout = 60 holdTimeout = 1800 ;forceClose = 0 accounting = off
mediaproxy.ini (on remote proxy server)
[Mediaproxy] start = yes socket = /var/run/proxydispatcher.sock group = ser listen = server's own IP:5080 allow = SER server's IP proxyIP = server's own IP portRange = 35000:65000 TOS = 0xb8 idleTimeout = 60 holdTimeout = 3600 forceClose = 0 accounting = off
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers