diff --git a/mbuni/ChangeLog b/mbuni/ChangeLog index eb1c4c8..3bad479 100644 --- a/mbuni/ChangeLog +++ b/mbuni/ChangeLog @@ -1,3 +1,5 @@ +2009-12-01 P. A. Bagyenda + * Change queue location for MM1 notifications 2009-11-22 P. A. Bagyenda * Added au audio format transcoding (thanks to Thilani Abeysinghe ) 2009-10-14 P. A. Bagyenda diff --git a/mbuni/mmsc/mmsmobilesender.c b/mbuni/mmsc/mmsmobilesender.c index accc71c..27cbf7d 100644 --- a/mbuni/mmsc/mmsmobilesender.c +++ b/mbuni/mmsc/mmsmobilesender.c @@ -354,7 +354,7 @@ static int sendNotify(MmsEnvelope *e) NULL, NULL, NULL, 0, - octstr_get_cstr(settings->mm1_queuedir), + octstr_get_cstr(settings->global_queuedir), "MM2", settings->host_alias); gwlist_destroy(l, NULL);