Hi,
On 10/29/2010 03:43 AM, Su, Yong wrote:
Hi, all:
We are using ofono to send sms with validity period and message class in our project.
but by checking source code, it seems ofono doesn't support these requirements.
oFono does not allow you to set the validity period and simply
hard-codes it (I believe 48 hours). Unless you have a really good
reason why you want to set the validity period, this isn't likely to change.
Sending SMS messages other than class unspecified makes no sense and
will not be supported. If you have some extremely specific use case in
mind where this does make sense, please write your own oFono plugin.
Current implemntation is the dbus interface "SendMessage" contains
"To" and "Text" only.
Does oFono plan to support these extra fields when sending sms?
Right now the answer is no.
Regards,
-Denis