[SR-Users] event_route[tm:branch-failure] question

2014-04-13 Thread Juha Heinanen
i did some more tests and got very puzzling result. this time i tested with 488 response, but response code does not matter. sip proxy forwards invite based on location lookup to contact of registered local user: Apr 14 09:13:33 siika /usr/sbin/sip-proxy[8001]: INFO: INVITE is to local user A

Re: [SR-Users] SDP c= IP doesn't get rewritten

2014-04-13 Thread Daniel Ciprus
Hi Daniel, Seems like this thread is occupied with Daniels only ;-). Anyway, see my reply to Daniel M. I did use rtpproxy_manage() with IP address - problem solved ;) thanks ! On 04/11/2014 09:08 AM, Daniel Grotti wrote: Hi, why you don't user functions from rptproxy module ? http://kamailio

Re: [SR-Users] SDP c= IP doesn't get rewritten

2014-04-13 Thread Daniel Ciprus
Thanks Daniel, after messing around with msg_apply_changes() I gave up because it screwed up my Record-Route: so I ended up with rtpproxy_manage("...", "IP ADDRESS") which temporarily solved my problem. For now I'm facing firewall issues but this is completely different story. Thanks again for

[SR-Users] event_route[tm:branch-failure] question

2014-04-13 Thread Juha Heinanen
in branch route i execute: t_on_branch_failure("contact"); xlog("L_INFO", "Routing $rm <$ru> to contact\n"); and in branch_failure route i have: event_route [tm:branch-failure:contact] { if (t_check_status("486")) { xlog("L_INFO", "Got 486 response to <$ru>\n");