From 173be8807a132316fac3a5c124afc007c1d5e1cb Mon Sep 17 00:00:00 2001 From: bagyenda <> Date: Wed, 25 Jun 2008 17:28:24 +0000 Subject: [PATCH] *** empty log message *** --- mbuni/mmsc/mmsfromemail.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mbuni/mmsc/mmsfromemail.c b/mbuni/mmsc/mmsfromemail.c index 816cc07..15229b6 100644 --- a/mbuni/mmsc/mmsfromemail.c +++ b/mbuni/mmsc/mmsfromemail.c @@ -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