1
0
Fork 0

*** empty log message ***

This commit is contained in:
bagyenda 2008-11-26 18:30:42 +00:00
parent d93be7fce5
commit e090e6795e
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
2008-11-26 P. A. Bagyenda <bagyenda@dsmagic.com>
* 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 <bagyenda@dsmagic.com>
* Minor improvements in DLR processing (mmsbox)
2008-11-20 P. A. Bagyenda <bagyenda@dsmagic.com>

View File

@ -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 &&