On (02.10.03 15:37), Steve Dolloff wrote:
I have been fighting with this for a month now and
still can't get it
work. Can someone please tell me what's wrong?
failure_route[2]{
log(1,"call sent to voicemail due to no answer\n");
rewritehostport("219.242.10.153:5061");
t_relay();
break;
}
replacing
rewritehostport("219.242.10.153:5061");
with
append_branch("sip:219.242.10.153:5061");
in the fialure_route should do the trick.
cheers
axelm