nat: Allow to rewrite any non international number

Remove the arteficial limitation of the number format
of an unknown number.
This commit is contained in:
Holger Hans Peter Freyther 2011-05-24 15:37:58 +02:00
parent 20102b0c82
commit 1d54c40dd6
1 changed files with 0 additions and 2 deletions

View File

@ -811,8 +811,6 @@ static char *rewrite_non_international(struct bsc_nat *nat, void *ctx, const cha
return NULL;
if (called->type == 1)
return NULL;
if (strncmp(called->number, "00", 2) == 0)
return NULL;
/* need to find a replacement and then fix it */
llist_for_each_entry(entry, &nat->num_rewr->entry, list) {