[Users] checking route return codes

Tavis P tavis.lists at galaxytelecom.net
Sat Oct 1 01:56:37 CEST 2005


i'm having a hard time trying to figure out how i can check the return
code on a route, below are some examples of what i've tried.


route(20);
if ($rc == 1)
{
    exit;
}

and

if (route(20) == 1)
{
    exit;
}


both generate a "parse error (1469,15-17): syntax error" on startup

tavis




More information about the sr-users mailing list