From e090e6795ea001a283fa693b417db7299184b837 Mon Sep 17 00:00:00 2001 From: bagyenda <> Date: Wed, 26 Nov 2008 18:30:42 +0000 Subject: [PATCH] *** empty log message *** --- mbuni/ChangeLog | 1 + mbuni/mmsbox/mmsbox.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mbuni/ChangeLog b/mbuni/ChangeLog index c34c001..934c7da 100644 --- a/mbuni/ChangeLog +++ b/mbuni/ChangeLog @@ -1,6 +1,7 @@ 2008-11-26 P. A. Bagyenda * Added validityperiod sendmms cgi param * Minor changes to mmsbox CDR logging to improve clarity + * Bug fix denied/allowed mmsc flag in mmsbox 2008-11-21 P. A. Bagyenda * Minor improvements in DLR processing (mmsbox) 2008-11-20 P. A. Bagyenda diff --git a/mbuni/mmsbox/mmsbox.c b/mbuni/mmsbox/mmsbox.c index 4fc1938..e66ba37 100644 --- a/mbuni/mmsbox/mmsbox.c +++ b/mbuni/mmsbox/mmsbox.c @@ -144,11 +144,11 @@ static MmsService *get_service(Octstr *keyword, Octstr *mmc_id, Octstr *receiver * are *not* on it. */ if (ms->denied_mmscs && - gwlist_search(ms->denied_mmscs, mmc_id, (gwlist_item_matches_t *)octstr_compare) != NULL) + gwlist_search(ms->denied_mmscs, mmc_id, (gwlist_item_matches_t *)_x_octstr_comp) != NULL) continue; if (ms->allowed_mmscs && - gwlist_search(ms->allowed_mmscs, mmc_id, (gwlist_item_matches_t *)octstr_compare) == NULL) + gwlist_search(ms->allowed_mmscs, mmc_id, (gwlist_item_matches_t *)_x_octstr_comp) == NULL) continue; if (ms->denied_receiver_prefix && phonenum &&