Hi,
when a user is not reachable, I want to reroute my call to sems.
the user is on tls, but sems is on udp.
as I use rtpengine after doing lookup(location), I need to re relay the
original message on the tls connection. However this fails.
how can I do t_relay to tls socket ?
SepĀ 7 12:40:
Hello,
I'm trying to do a simple blind call forwarding with the below script added
into "main request routing logic". (123 dials 789 and 789 is forwarded to 456)
if(avp_db_load("$ru","$avp(s:callfwd)")){
$ru = $avp(s:callfwd);
xlog("forwarded to: $avp(s:callfwd)");
route(1);
exit;
}
My usr_