<div dir="ltr"><div>Hi All,</div><div> </div><div>root@sip-router3-ve206:/etc/kamailio# kamailio -V<br>version: kamailio 4.1.0 (x86_64/linux) 350d2e</div><div> </div><div>Doing some testing, can't seem to get rtpproxy to not segfault.  I've loaded version from deb-squeeze pkg, from source <a href="http://b2bua.org/chrome/site/rtpproxy-1.2.1.tar.gz">http://b2bua.org/chrome/site/rtpproxy-1.2.1.tar.gz</a> and from git://<a href="http://sippy.git.sourceforge.net/gitroot/sippy/rtpproxy">sippy.git.sourceforge.net/gitroot/sippy/rtpproxy</a> (which should be the latest) but all versions segfault as soon as a call sets up.</div>
<div> </div><div>I've configured each versions control socket for both udp or unix, kamailio starts and sees the rtpproxy fine with no errors, but when a call hits, rtpproxy segfaults.</div><div> </div><div>I've run rtpproxy in the forground with degug and get this response (IP's washed x.x.x):</div>
<div>------------------</div><div>DBUG:handle_command: received command "7505_12 USIEc0,101 0adb2f8449b8c9026f993a0a7db9ab5d@x.x.x.76 x.x.x.76 23388 as33dd7c98;1"<br>INFO:handle_command: new session 0adb2f8449b8c9026f993a0a7db9ab5d@x.x.x.76, tag as33dd7c98;1 requested, type strong<br>
Segmentation fault</div><div>------------------</div><div> </div><div>root@sip-router3-ve206:/etc/kamailio# more /etc/default/rtpproxy <br># Defaults for rtpproxy</div><div># The control socket.<br>CONTROL_SOCK="unix:/var/run/rtpproxy/rtpproxy.sock"<br>
# To listen on an UDP socket, uncomment this line:<br>#CONTROL_SOCK="udp:<a href="http://127.0.0.1:7722">127.0.0.1:7722</a>"</div><div># Additional options that are passed to the daemon.<br>EXTRA_OPTS="-l x.x.x.20"</div>
<div> </div><div>kamailio.cfg:</div><div>loadmodule "rtpproxy.so"</div><div>modparam("rtpproxy", "rtpproxy_sock", "udp:<a href="http://127.0.0.1:7722">127.0.0.1:7722</a>")</div><div>
 </div><div>inside route[]</div><div><br>            add_path_received();<br>            rtpproxy_manage("cwei");<br>            record_route();</div><div> </div><div>Any guidance on further identifying the issue?</div>
<div> </div><div>Thanks.</div><div> </div><div>JR<br>-- <br>JR Richardson<br>Engineering for the Masses
</div></div>