I've just fixed errors but I don't know why it's fixed. Now I've just edit
my opensips_residential.cfg like this:

# apply blind forward
if(avp_db_load("$rU","$avp(callfwd)")) {
       $rU = $avp(callfwd);
       xlog("forwarded to: $avp(callfwd)");
       #route(relay);          // just comment this line
       #exit;                     // and this line
}

After that, I create AVP by using command:
./opensipsctl avp add -T usr_preferences clientB callfwd 0 clientC
And restart OpenSIPs server. Now it worked but I don't know why. So you can
explain it for me? And if I want to forward call in a specified time,
example: after 17h30........what should I do?

Thank you for worrying this and for your ideas.
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to