Hi,
My carrier sent the information
below, as installs?
following prefix 45264 # and the numeration
plan
below:
45264# CC + AC +
NNNNNNNN
I try :
if (uri=~"^sip:00[0-9].*@.*")
{
if (is_user_in("From", "ld"))
{
sl_send_reply("403", "Payment
required");
break;
};
setflag(1);
prefix("45264#")
rewritehostport("ip-server:5060");
if (!t_relay())
{
sl_reply_error();
};
break;
};
Thanks