1
0
Fork 0

*** empty log message ***

This commit is contained in:
bagyenda 2008-06-25 17:28:24 +00:00
parent 769690693d
commit 173be8807a
1 changed files with 5 additions and 0 deletions

View File

@ -385,6 +385,11 @@ int main(int argc, char *argv[])
o_to = octstr_copy(transid, 0, i);
#if 0
_mms_fixup_address(o_to, settings->unified_prefix ? octstr_get_cstr(settings->unified_prefix) : NULL);
#else
mms_normalize_phonenum(&o_to,
octstr_get_cstr(settings->unified_prefix),
settings->strip_prefixes);
#endif
octstr_delete(transid, 0, i+1);
} else