Hi
I've configured my ser server with dedicated Media proxy server. When I call from IP to IP it works fine without any problem but when I try to dialout using ser there is no audio. But if I'll enable STUN in my phone I'm able to hear audio. my phones are behind Nat( Port rest con nat). Please guide me how to setup my ser or mediaproxy so I don't have to use STUN server.
thanks
arun
On 5/17/07, Arun Kumar arunvoip@gmail.com wrote:
Hi
I've configured my ser server with dedicated Media proxy server. When I call from IP to IP it works fine without any problem but when I try to dialout using ser there is no audio. But if I'll enable STUN in my phone I'm able to hear audio. my phones are behind Nat( Port rest con nat). Please guide me how to setup my ser or mediaproxy so I don't have to use STUN server.
Hi Arun
check the mediaproxy document, where you can see the sessions going through the media proxy or not.
second are you detecting NAT customer and routing to Media proxy ?
post your config file
ram
I want to know one more thing like Im running media proxy on a dedicated machine and proxydispatcher on my ser server machine but in my ser.cfg I've:
modparam("nathelper", "rtpproxy_disable", 1)
modparam("nathelper", "natping_interval", 0)
modparam("mediaproxy", "natping_interval", 20)
but I was reading iptel docs they say in ser.cfg you have to put: modparam("mediaproxy","mediaproxy_socket", "/var/run/proxydispatcher.sock")
so Is it necessary to include this line or not in my ser.cfg.
thanks
On 5/18/07, ram talk2ram@gmail.com wrote:
On 5/17/07, Arun Kumar arunvoip@gmail.com wrote:
Hi
I've configured my ser server with dedicated Media proxy server. When I call from IP to IP it works fine without any problem but when I try to dialout using ser there is no audio. But if I'll enable STUN in my phone I'm able to hear audio. my phones are behind Nat( Port rest con nat). Please guide me how to setup my ser or mediaproxy so I don't have to use STUN server.
Hi Arun
check the mediaproxy document, where you can see the sessions going through the media proxy or not.
second are you detecting NAT customer and routing to Media proxy ?
post your config file
ram
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi
when you are using mediaproxy you need to use mediaproxy config in your ser.cfg
Look this url for better understanding
http://www.iptel.org/files/ser_config_2_0_mediaproxy.txt
ram
Ram, thanks for the link. But I want to know without writing this modparam("mediaproxy","mediaproxy_socket", "/var/run/proxydispatcher.sock")
is it fine or not. Bcoz I see in my config this line is missing
arun
On 5/18/07, ram talk2ram@gmail.com wrote:
Hi
when you are using mediaproxy you need to use mediaproxy config in your ser.cfg
Look this url for better understanding
http://www.iptel.org/files/ser_config_2_0_mediaproxy.txt
ram
On 5/18/07, Arun Kumar arunvoip@gmail.com wrote:
Ram, thanks for the link. But I want to know without writing this modparam("mediaproxy","mediaproxy_socket", "/var/run/proxydispatcher.sock")
is it fine or not. Bcoz I see in my config this line is missing
Hi
this is line is must to use media proxy
ram