Hi again,
My kamailio 1.5 is working well and I'm able to create the session between an IPv4 and an IPv6 UA, but there is no RTP session. That's the point where the rtpproxy comes in. I installed it, and made a bridging (I hope it is): /usr/local/bin/rtpproxy -F -l /192.168.124.146 -6 FEC0:0:0:0:0:0:0:2 and started rtpproxy -F start. But there is no RTP traffic yet.
I read here ( https://www1.ethz.ch/id/people/allid_list/armin/SIP-IPv4-IPv6.pdf ) I have to make two tables named â01Clocation _inet4â01D and â01Clocation_inet6â01D instead of the only â01Clocationâ01D. If it's true, were can I add these? Because it says: "If mySQL is used, the mySQL initialization script (/usr/local/sbin/ser_mysql.sh) has to be modified to create two additional tables" But there is no /usr/local/sbin/ser_mysql.sh on my computer. Where else can I add these tables?
Thanks, Peter