'Hi All
The follow does not work, I've never seen an example of anyone trying to
use avp's to do this. All the example I've seen do a 'sethostport' to a
static address and then a t_relay.
## sethostport("192.168.2.100:5060");
## # do not set the missed call flag again
## t_relay();
In the code below $avp(s:callfwdbusy) is currently resolving to '
sip:500101@<local domain>'
failure_route[ONFAILURE_ROUTE] {
if (t_was_cancelled()) {
exit;
}
if (t_check_status("486|408")) {
if (is_avp_set("$avp(s:callfwdbusy)")) {
if (is_avp_set("$avp(s:callfwdbusy)")) {
$ru = $avp(s:callfwdbusy); < -- Comments
about this line below
t_relay();
}
}
}
}
I've tried a number of command for the line with the comment.
rewriteuri("$avp(s:callfwdbusy)";
This seemed to be the best option but opensips required "" arround it,
but once there it does not convert this string to a value.
Again any help is appreciated.
Cheers
Mike
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users