Hi list,
can anyone help? I've been trying to get mediaproxy working for a week without success :(
My mediaproxy config is as follows:
[Dispatcher] start = yes socket = /var/run/proxydispatcher.sock group = openser defaultProxy = /var/run/mediaproxy.sock
[MediaProxy] start = no socket = /var/run/mediaproxy.sock group = openser listen = None allow = Any proxyIP =x.x.x.x portRange = 60000:65000 TOS = 0xb8 idleTimeout = 60 holdTimeout = 3600 forceClose = 0
I have use_media_proxy() in the route for any INVITEs, but Im not getting any RTP data successfully routed via mediaproxy, is there anyone on the list who has got this going who can give me a little guidance or suggestions? Would be much appreciated!
thanks, Andy.
El Sábado, 9 de Febrero de 2008, Andy Smith escribió:
Hi list,
can anyone help? I've been trying to get mediaproxy working for a week without success :(
My mediaproxy config is as follows:
[Dispatcher] start = yes socket = /var/run/proxydispatcher.sock group = openser defaultProxy = /var/run/mediaproxy.sock
[MediaProxy] start = no
Have you really read the doc? ;)
; start Boolean value that specifies if to start the RTP proxy server. ; Default value: Yes
Also, after setting tha parameter to "yes" do a "tail -f /var/log/syslog" to see mediaproxy and proxydispatcher messages.