Hi,

On Sun, 28 Dec 2008 13:19:29 +0100
"arne anka" <openm...@ginguppin.de> wrote:

> > FWIW, I have been experiencing this bug in FSO since probably the
> > beginning and my solution for now is quite simple: reboot and then
> > send your SMS ASAP.

> interesting. did someone with a trac account file a bug already?
> to the fso guys:
> - how is this supposed to work?

I couldn't find a bug about this.
You should be able to just send an SMS. zhone does this by first
storing the short message on the SIM and then sending that message. You
can issue the following commands in cli-framework when zhone is running:

>>> ref = gsmsim.StoreMessage("1234", "Text", {})
>>> gsmsim.SendStoredMessage(ref)

SendStoredMessage should then return the Network transaction ID and
optionally the date when the message was received at the short message
service center.

> - is there something that polls the message book? or is a signal sent
> and received, resulting in sending all messages marked "unsent" or
> checking for messages received respectively?

Because there was trouble sending SMS in the past zhone periodically
checks for unsent messages and tries to send them. Nowadays this causes
more problems than it solves, though.

> - where too look what happens?

Please turn debugging in frameworkd on. Add the following lines
to /etc/framesworkd.conf:
in [frameworkd]
log_to = file
log_destination = /path/to/file
and in [ogsmd]
log_level = DEBUG

Then look in the log and check if you see any Tracebacks or if
something weird happens around the sending.

> - is there a way to inject sms to check functionality w/o actually
> sending an sms? sending sms is not only expensive on the long run but
> you also need someone to send to and get feedback from.

Sorry, no easy way to test the whole path.
There are unittests for SMS PDU generation in the frameworkd repository,
but it's possible that your problem lies somewhere else.

Regards,
Daniel Willmann

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland

Reply via email to