Re: [SR-Users] rtpproxy does not response, disable it

2015-12-22 Thread smititelu
I solved this problem by changing the 127.0.0.1 in rtpengine startup config into 10.109.247.90 which is the eth0 address of the rtpengine machine. Now Kamailio successfully connect to the rtpengine daemon. Nice you solved it. Didn't think of it :D ___

Re: [SR-Users] rtpproxy does not response, disable it

2015-12-22 Thread smititelu
I’ve already set modparam("rtpengine", "force_send_interface", “10.109.247.80”) in my kamailio.cfg from the very beginning. Can you try force ping from kamailio machine (.80) to rtpengine machine (.90), on 10.109.247.80 interface? (it should work) There is nothing prompt out on command “kamc

Re: [SR-Users] rtpproxy does not response, disable it

2015-12-22 Thread Zodiac
I solved this problem by changing the 127.0.0.1 in rtpengine startup config into 10.109.247.90 which is the eth0 address of the rtpengine machine. Now Kamailio successfully connect to the rtpengine daemon. > 在 2015年12月22日,17:38,Zodiac 写道: > > Hi, I am very glad that you can answer me for tha

Re: [SR-Users] rtpproxy does not response, disable it

2015-12-22 Thread Zodiac
Hi, I am very glad that you can answer me for that. I’ve already set modparam("rtpengine", "force_send_interface", “10.109.247.80”) in my kamailio.cfg from the very beginning. The port 7723 on 10.109.247.90 which rtpengine daemon runs is not blocked by firewall. There is nothing prompt out on

[SR-Users] rtpproxy does not response, disable it

2015-12-21 Thread Zodiac
Dear friends, I am working on a program on Kamailio and rtpengine proxy. I am wondering whether can I set Kamailio and rtpengine daemon on different physical machines. For example, I set Kamailio on a machine with IP address:10.109.247.80, and launch rtpengine daemon on another machine w

Re: [SR-Users] rtpproxy does not response, disable it

2015-12-21 Thread smititelu
And, I also tried to set Kamailio and rtpengine daemon in a same machine,and use modparam(“rtpengine”, “rtpengine_sock”, “udp:localhost:7723”). And Kamailio can work functionally under this situation. rtpengine daemon can receive ping message from Kamailio and rtpengine daemon can work as suspe

Re: [SR-Users] rtpproxy does not response, disable it

2015-12-21 Thread smititelu
Hi Zodiac, 1. Can you see your configured rtp node on: "kamctl fifo nh_show_rtpp all" ? 2. Can you ngrep the commands being sent by kamailio to rtpengine?(on both kamailio and rtpengine machine) 3. Do you have some firewalling rules that may block that 7723 port? Stefan On 21.12.2015 17:45, Z

Re: [SR-Users] rtpproxy does not response, disable it

2015-12-21 Thread Alex Balashov
Yes, you can certainly run rtpengine on a different host than the Kamailio host. Is it possible there are firewall rules on the remote rtpengine host that are blocking UDP connections from your Kamailio box to port 7723? That would be my first thought. -- Alex -- Alex Balashov | Principal

[SR-Users] rtpproxy does not response, disable it

2015-12-21 Thread Zodiac
Dear friends, I am working on a program on Kamailio and rtpengine proxy. I am wondering whether can I set Kamailio and rtpengine daemon on different physical machines. For example, I set Kamailio on a machine with IP address:10.109.247.80, and launch rtpengine daemon on another machine w