Hi All,
I have 2 proxy server , i wanna redirect call between us , but
after make dial call , the gateays ring but don`t work
if (uri=~"sip:\*33.*@.*") {
setflag(1);
route(7);
break;
};
route[7] {
strip(3);
rewritehostport("192.168.0.133:5060");
append_hf("Teste\r\n");
t_relay_to_udp("192.168.0.133","5060");
break;
}
thks a lot