Hi all,

I have this data on my smsserver_out table:

mysql> select recipient, text, create_date, status, gateway_id from
smsserver_out limit 3;
+---------------+----------------------------+---------------------+--------+------------+
| recipient     | text                       | create_date         | status
| gateway_id |
+---------------+----------------------------+---------------------+--------+------------+
| 62813338xxx44 | Today inbox up now: 939    | 2009-06-09 17:38:59 | U
| modem2     |
| 62813338xxx44 | Today inbox up to now: 944 | 2009-06-09 17:49:42 | U
| *          |
| 62813338xxx44 | Today inbox up to now: 954 | 2009-06-09 18:15:07 | U
| *          |
+---------------+----------------------------+---------------------+--------+------------+
3 rows in set (0.00 sec)


My modem config:
gateway.0=modem2, SerialModem
modem2.port=/dev/ttyS0
modem2.baudrate=115200
modem2.manufacturer=Wavecom
modem2.model=Default
modem2.protocol=PDU
modem2.pin=0000
modem2.inbound=yes
modem2.outbound=yes

And DB config:
db1.type=mysql
db1.tables.sms_in=smsserver_in
db1.tables.sms_out=smsserver_out
db1.tables.calls=smsserver_calls

Balancer and Router are using default:
#smsserver.balancer=LeastLoadLoadBalancer
#smsserver.router=NumberPoolRouter


All inbound messages are processed very well, but the outbound messages seem
never be touched at all. Even the status is not changed to 'Q'.

Did I miss something? I change the gateway_id from * to modem2, but nothing
happens.

Please help, thank you.

--
Aryo Sanjaya

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SMSLib User Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/SMSLib?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to