Thanks for the reply, I however, do not know how to implement what you mentioned in your earlier mail. can you detail the steps? One of the openser users has suggested the following:
*******************************************
if (is_method('INVITE'))
{
# check if from URI domain equals 911operator.com
if ($fd == '911operator.com')
{
# relay stateless using request URI
forward();
exit;
}
else
{
# relay statefull using request URI
if (!t_relay())
{
sl_reply_error();
};
exit;
}
}
However, the function forward(); does not parse and gives error bad arguments. Can you suggest how to get this code working? I need it working asap.
Thanks again,
Padmaja