Which module/function need I use to simple forward any request/responce to another sip server?
Is forward function enought for me - http://www.kamailio.org/wiki/cookbooks/4.1.x/core#forward ? I tried to use:
route { $du = "sip:10.10.10.50:5060;transport=udp"; forward(); }
but I can't see any outgoing sip requests in tcpdump :(