I've just configured
Kamailia and users 10001,10002,10003 can give each other a call
successfully.
Now I want to forward every call to 10002 to
10003. The only example I can find is for OpenSER 1.X, the configure file seems
different from Kamailia 3.3's.
I tried to add the following code to the
configure file and some other add_module parts to the other one, but it doesn't
work...
if(avp_db_load("$ru","$avp(s:callfwd)")) {
$ru =
$avp(s:callfwd);
route(RELAY);
exit;
}.
Can anyone provide me with the kamailia.cfg and kamctlrc files which
implemented call forwarding unde Kamailia 3.3, please? I'm a newbie so I really
hope to get your help.
2013-04-02
alans126