<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.9.92">
</HEAD>
<BODY>
Hello!<BR>
<BR>
I have compiled openmoko-messages2 (binary file is &quot;openmoko-messages&quot; in openmoko-messages2-0.1.0+svnr3678-r0 ). After composing messages I have click &quot;send&quot; button (first button on screen). I'v attached to openmoko-messages process by strace:<BR>
strace -s 1024 -p 1664<BR>
<BR>
I see following lines in strace:<BR>
<BR>
write(1, &quot;** (openmoko-messages:1664): DEBUG: Sending message \'test\' to +79262681418\n&quot;, 75) = 75<BR>
gettimeofday({1199315159, 237878}, NULL) = 0<BR>
writev(5, [{&quot;l\1\0\1\35\0\0\0 \0\0\0\210\0\0\0\1\1o\0\32\0\0\0/org/openmoko/PhoneKit/Sms\0\0\0\0\0\0\6\1s\0\25\0\0\0org.openmoko.PhoneKit\0\0\0\2\1s\0\31\0\0\0org.openmoko.PhoneKit.Sms\0\0\0\0\0\0\0\3\1s\0\4\0\0\0Send\0\0\0\0\10\1g\0\2ss\0&quot;, 152}, {&quot;\f\0\0\0+79262681418\0\0\0\0\4\0\0\0test\0&quot;, 29}], 2) = 181<BR>
gettimeofday({1199315159, 262127}, NULL) = 0<BR>
poll([{fd=5, events=POLLIN, revents=POLLIN}], 1, 25000) = 1<BR>
read(5, &quot;l\3\1\1)\0\0\0[\0\0\0u\0\0\0\6\1s\0\5\0\0\0:1.37\0\0\0\4\1s\0=\0\0\0org.freedesktop.DBus.GLib.UnmappedError.PhoneKitNetwork.Code5\0\0\0\5\1u\0 \0\0\0\10\1g\0\1s\0\0\7\1s\0\4\0\0\0:1.3\0\0\0\0$\0\0\0Unable to retrieve subscriber number\0&quot;, 2048) = 177<BR>
read(5, 0x80c38, 2048)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = -1 EAGAIN (Resource temporarily unavailable)<BR>
write(2, &quot;\n** (openmoko-messages:1664): WARNING **: Error sending message: Unable to retrieve subscriber number\n&quot;, 102) = 102<BR>
<BR>
In file &quot;/var/volatile/tmp/x.log&quot; I see the same error messages:<BR>
** (openmoko-messages:1664): DEBUG: Sending message 'test' to +79262681418<BR>
** (openmoko-messages:1664): WARNING **: Error sending message: Unable to retrieve subscriber number<BR>
<BR>
Where &quot;+79262681418&quot; (some digit changed for security reason) is working mobile phone. As I see openmoko-messages send request to another process by dbus (unix) socket ? <BR>
As I see it return &quot;Unable to retrieve subscriber number&quot;. What is this ? Which another process should work to normally send SMS ?<BR>
Thanks !<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
Abylai Ospan &lt;<A HREF="mailto:aospan@netup.ru">aospan@netup.ru</A>&gt;<BR>
NetUP Inc.
</TD>
</TR>
</TABLE>
</BODY>
</HTML>