Dear all, Below are my smskannel and kannel.log files. Using fake sms, i am able to test SMS services and see them run ok, but when i connect phone as SMSC, no messages are passed to kannel thus unable to send SMS in reply to keyword. Am stuck and don't know what configuration setting i might be missing. Any clues and ideas will be appreciated.
Thanks in advance, Philip smskannel.conf # # THIS IS A SAMPLE CONFIGURATION FOR SMS KANNEL # # This basic version is used for system testing. It expects 'fakesmsc' to # send messages which are replied with simple fixed text message. # It is run like this: # # 1% gw/bearerbox gw/smskannel.conf # 2% gw/smsbox gw/smskannel.conf # 3% test/fakesmsc -i 0.1 -m 100 "123 345 text nop" # # ..all 3 commands in separate shells (or screen sessions) # Note that you can run them in different machines but have to # add certain command line argument and configuration variables then # # # For any modifications to this file, see Kannel User Guide # If that does not help, see Kannel web page (http://www.kannel.org) and # various online help and mailing list archives # # Notes on those who base their configuration on this: # 1) check security issues! (allowed IPs, passwords and ports) # 2) groups cannot have empty rows inside them! # 3) read the user guide # # Kalle Marjola for Kannel project 2001, 2004 #--------------------------------------------- # CORE # # There is only one core group and it sets all basic settings # of the bearerbox (and system). You should take extra notes on # configuration variables like 'store-file' (or 'store-dir'), # 'admin-allow-ip' and 'access.log' group = core admin-port = 13000 smsbox-port = 13001 admin-password = bar #status-password = foo #admin-deny-ip = "" #admin-allow-ip = "" log-file = "/tmp/kannel.log" log-level = 0 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" #unified-prefix = "+358,00358,0;+,00" #access-log = "/tmp/access.log" #store-file = "kannel.store" #ssl-server-cert-file = "cert.pem" #ssl-server-key-file = "key.pem" #ssl-certkey-file = "mycertandprivkeyfile.pem" #--------------------------------------------- # SMSC CONNECTIONS # # SMSC connections are created in bearerbox and they handle SMSC specific # protocol and message relying. You need these to actually receive and send # messages to handset, but can use GSM modems as virtual SMSCs # This is a fake smsc connection, _only_ used to test the system and services. # It really cannot relay messages to actual handsets! #group = smsc #smsc = fake #smsc-id = FAKE #port = 10000 #connect-allow-ip = 127.0.0.1 group = modems id = sonyericsson_p1i name = "Sony Ericsson P1i" detect-string = "Sony Ericsson P1i" init-string = "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0" message-storage = "SM" reset-string = "ATZ" broken = true # SMSC GSM group = smsc smsc = at smsc-id=gsm device=/dev/ttyACM1 speed=115200 #--------------------------------------------- # SMSBOX SETUP # # Smsbox(es) do higher-level SMS handling after they have been received from # SMS centers by bearerbox, or before they are given to bearerbox for delivery group = smsbox bearerbox-host = 127.0.0.1 sendsms-port = 13013 global-sender = 13013 #sendsms-chars = "0123456789 +-" #log-file = "/tmp/smsbox.log" #log-level = 0 #access-log = "/tmp/access.log" #--------------------------------------------- # SEND-SMS USERS # # These users are used when Kannel smsbox sendsms interface is used to # send PUSH sms messages, i.e. calling URL like # http://kannel.machine:13013/cgi-bin/sendsms?username=tester&password=foobar... group = sendsms-user username = tester password = foobar #user-deny-ip = "" #user-allow-ip = "" #--------------------------------------------- # SERVICES # # These are 'responses' to sms PULL messages, i.e. messages arriving from # handsets. The response is based on message content. Only one sms-service is # applied, using the first one to match. group = sms-service keyword = nop text = "You asked nothing and I did it!" group = sms-service keyword = id get-url="http://localhost/test.php?id=%s" # There should be always a 'default' service. This service is used when no # other 'sms-service' is applied. group = sms-service keyword = default text = "No service specified" ================================ Log file 2009-05-04 17:02:54 [4890] [0] INFO: Added logfile `/tmp/kannel.log' with level `0'. 2009-05-04 17:02:54 [4890] [0] INFO: SSL not supported, no SSL initialization done. 2009-05-04 17:02:54 [4890] [0] INFO: HTTP: Opening server at port 13000. 2009-05-04 17:02:54 [4890] [0] DEBUG: Started thread 1 (gwlib/fdset.c:poller) 2009-05-04 17:02:54 [4890] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) maps to pid 4890. 2009-05-04 17:02:54 [4890] [2] DEBUG: Thread 2 (gwlib/http.c:server_thread) maps to pid 4890. 2009-05-04 17:02:54 [4890] [0] DEBUG: Started thread 2 (gwlib/http.c:server_thread) 2009-05-04 17:02:54 [4890] [0] DEBUG: Started thread 3 (gw/bb_http.c:httpadmin_run) 2009-05-04 17:02:54 [4890] [0] DEBUG: starting smsbox connection module 2009-05-04 17:02:54 [4890] [0] INFO: BOXC: 'smsbox-max-pending' not set, using default (100). 2009-05-04 17:02:54 [4890] [3] DEBUG: Thread 3 (gw/bb_http.c:httpadmin_run) maps to pid 4890. 2009-05-04 17:02:54 [4890] [4] DEBUG: Thread 4 (gw/bb_boxc.c:sms_to_smsboxes) maps to pid 4890. 2009-05-04 17:02:54 [4890] [0] DEBUG: Started thread 4 (gw/bb_boxc.c:sms_to_smsboxes) 2009-05-04 17:02:54 [4890] [5] DEBUG: Thread 5 (gw/bb_boxc.c:smsboxc_run) maps to pid 4890. 2009-05-04 17:02:54 [4890] [0] DEBUG: Started thread 5 (gw/bb_boxc.c:smsboxc_run) 2009-05-04 17:02:54 [4890] [0] INFO: Set SMS resend frequency to 60 seconds. 2009-05-04 17:02:54 [4890] [0] INFO: SMS resend retry set to unlimited. 2009-05-04 17:02:54 [4890] [0] INFO: DLR rerouting for smsc id <gsm> disabled. 2009-05-04 17:02:54 [4890] [0] INFO: AT2[gsm]: configuration doesn't show modemtype. will autodetect 2009-05-04 17:02:54 [4890] [6] DEBUG: Thread 6 (gw/smsc/smsc_at.c:at2_device_thread) maps to pid 4890. 2009-05-04 17:02:54 [4890] [6] DEBUG: AT2[gsm]: detecting modem type 2009-05-04 17:02:54 [4890] [6] INFO: AT2[gsm]: opening device 2009-05-04 17:02:54 [4890] [0] DEBUG: Started thread 6 (gw/smsc/smsc_at.c:at2_device_thread) 2009-05-04 17:02:54 [4890] [7] DEBUG: Thread 7 (gw/bb_smscconn.c:sms_router) maps to pid 4890. 2009-05-04 17:02:54 [4890] [7] DEBUG: sms_router: time to sleep 30.00 secs. 2009-05-04 17:02:54 [4890] [0] DEBUG: Started thread 7 (gw/bb_smscconn.c:sms_router) 2009-05-04 17:02:54 [4890] [0] INFO: ---------------------------------------- 2009-05-04 17:02:54 [4890] [0] INFO: Kannel bearerbox II version 1.4.1 starting 2009-05-04 17:02:54 [4890] [0] INFO: MAIN: Start-up done, entering mainloop 2009-05-04 17:02:54 [4890] [0] DEBUG: AT2[gsm]: start called 2009-05-04 17:02:54 [4890] [7] DEBUG: sms_router: gwlist_len = 0 2009-05-04 17:02:54 [4890] [6] DEBUG: AT2[gsm]: device opened 2009-05-04 17:02:55 [4890] [6] DEBUG: AT2[gsm]: device opened 2009-05-04 17:02:55 [4890] [6] INFO: AT2[gsm]: speed set to 115200 2009-05-04 17:02:55 [4890] [6] DEBUG: AT2[gsm]: --> ^M 2009-05-04 17:02:57 [4890] [6] DEBUG: AT2[gsm]: --> AT^M 2009-05-04 17:02:57 [4890] [6] DEBUG: AT2[gsm]: <-- AT 2009-05-04 17:02:57 [4890] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:02:57 [4890] [6] DEBUG: AT2[gsm]: --> AT&F^M 2009-05-04 17:02:57 [4890] [6] DEBUG: AT2[gsm]: <-- AT&F 2009-05-04 17:02:57 [4890] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:02:57 [4890] [6] DEBUG: AT2[gsm]: --> ATE0^M 2009-05-04 17:02:57 [4890] [6] DEBUG: AT2[gsm]: <-- ATE0 2009-05-04 17:02:57 [4890] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:02:57 [4890] [6] DEBUG: AT2[gsm]: --> ATI^M 2009-05-04 17:02:58 [4890] [6] DEBUG: AT2[gsm]: <-- Sony Ericsson P1i 2009-05-04 17:02:58 [4890] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:02:58 [4890] [6] DEBUG: AT2[gsm]: found string <Sony Ericsson P1i>, using modem definition <Sony Ericsson P1i> 2009-05-04 17:02:58 [4890] [6] DEBUG: AT2[gsm]: --> AT+CSMS=?^M 2009-05-04 17:02:58 [4890] [6] DEBUG: AT2[gsm]: <-- +CSMS: (0) 2009-05-04 17:02:58 [4890] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:02:58 [4890] [6] INFO: AT2[gsm]: closing device 2009-05-04 17:02:58 [4890] [6] INFO: AT2[gsm]: opening device 2009-05-04 17:02:58 [4890] [6] DEBUG: AT2[gsm]: device opened 2009-05-04 17:02:58 [4890] [6] DEBUG: AT2[gsm]: device opened 2009-05-04 17:02:58 [4890] [6] INFO: AT2[gsm]: init device 2009-05-04 17:02:58 [4890] [6] INFO: AT2[gsm]: speed set to 115200 2009-05-04 17:02:58 [4890] [6] DEBUG: AT2[gsm]: --> ATZ^M 2009-05-04 17:02:58 [4890] [6] DEBUG: AT2[gsm]: <-- ATZ 2009-05-04 17:02:58 [4890] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:02:58 [4890] [6] DEBUG: AT2[gsm]: --> AT^M 2009-05-04 17:02:58 [4890] [6] DEBUG: AT2[gsm]: <-- AT 2009-05-04 17:02:58 [4890] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:02:58 [4890] [6] DEBUG: AT2[gsm]: --> AT&F^M 2009-05-04 17:02:58 [4890] [6] DEBUG: AT2[gsm]: <-- AT&F 2009-05-04 17:02:58 [4890] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:02:58 [4890] [6] DEBUG: AT2[gsm]: --> ATE0^M 2009-05-04 17:02:59 [4890] [6] DEBUG: AT2[gsm]: <-- ATE0 2009-05-04 17:02:59 [4890] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:02:59 [4890] [6] DEBUG: AT2[gsm]: --> AT+IFC=2,2^M 2009-05-04 17:02:59 [4890] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:02:59 [4890] [6] DEBUG: AT2[gsm]: --> AT+CPIN?^M 2009-05-04 17:02:59 [4890] [6] DEBUG: AT2[gsm]: <-- +CPIN: READY 2009-05-04 17:02:59 [4890] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:02:59 [4890] [6] DEBUG: AT2[gsm]: --> AT+CMGF=0^M 2009-05-04 17:02:59 [4890] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:02:59 [4890] [6] DEBUG: AT2[gsm]: --> AT+CSMS=?^M 2009-05-04 17:02:59 [4890] [6] DEBUG: AT2[gsm]: <-- +CSMS: (0) 2009-05-04 17:02:59 [4890] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:02:59 [4890] [6] DEBUG: AT2[gsm]: --> ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0^M 2009-05-04 17:03:00 [4890] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:03:00 [4890] [6] INFO: AT2[gsm]: AT SMSC successfully opened. 2009-05-04 17:03:10 [4890] [5] INFO: Client connected from <127.0.0.1> 2009-05-04 17:03:10 [4890] [5] DEBUG: Started thread 8 (gw/bb_boxc.c:function) 2009-05-04 17:03:10 [4890] [8] DEBUG: Thread 8 (gw/bb_boxc.c:function) maps to pid 4890. 2009-05-04 17:03:10 [4890] [9] DEBUG: Thread 9 (gw/bb_boxc.c:boxc_sender) maps to pid 4890. 2009-05-04 17:03:10 [4890] [8] DEBUG: Started thread 9 (gw/bb_boxc.c:boxc_sender) 2009-05-04 17:15:55 [4890] [0] WARNING: Killing signal or HTTP admin command received, shutting down... 2009-05-04 17:15:55 [4890] [0] DEBUG: Shutting down Kannel... 2009-05-04 17:15:55 [4890] [0] DEBUG: shutting down smsc 2009-05-04 17:15:55 [4890] [0] DEBUG: AT2[gsm]: Shutting down SMSCConn, slow 2009-05-04 17:15:55 [4890] [0] DEBUG: shutting down udp 2009-05-04 17:15:56 [4890] [6] INFO: AT2[gsm]: closing device 2009-05-04 17:15:56 [4890] [6] DEBUG: Thread 6 (gw/smsc/smsc_at.c:at2_device_thread) terminates. 2009-05-04 17:15:56 [4890] [9] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2009-05-04 17:15:56 [4890] [9] DEBUG: Thread 9 (gw/bb_boxc.c:boxc_sender) terminates. 2009-05-04 17:15:56 [4890] [4] DEBUG: Thread 4 (gw/bb_boxc.c:sms_to_smsboxes) terminates. 2009-05-04 17:15:56 [4890] [8] INFO: Connection closed by the box <127.0.0.1> 2009-05-04 17:15:56 [4890] [8] DEBUG: Thread 8 (gw/bb_boxc.c:function) terminates. 2009-05-04 17:15:56 [4890] [5] DEBUG: Thread 5 (gw/bb_boxc.c:smsboxc_run) terminates. 2009-05-04 17:15:56 [4890] [7] DEBUG: Thread 7 (gw/bb_smscconn.c:sms_router) terminates. 2009-05-04 17:15:56 [4890] [0] INFO: All flow threads have died, killing core 2009-05-04 17:15:56 [4890] [0] DEBUG: Waiting for 2 (gwlib/http.c:server_thread) to terminate 2009-05-04 17:15:56 [4890] [3] DEBUG: HTTP: No clients with requests, quitting. 2009-05-04 17:15:56 [4890] [3] DEBUG: Thread 3 (gw/bb_http.c:httpadmin_run) terminates. 2009-05-04 17:15:56 [4890] [2] DEBUG: Thread 2 (gwlib/http.c:server_thread) terminates. 2009-05-04 17:15:56 [4890] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) terminates. 2009-05-04 17:15:56 [4890] [0] INFO: Total WDP messages: received 0, sent 0 2009-05-04 17:15:56 [4890] [0] INFO: Total SMS messages: received 0, sent 0 2009-05-04 17:15:56 [4890] [0] DEBUG: Immutable octet strings: 209. 2009-05-04 17:28:14 [5798] [0] WARNING: Killing signal or HTTP admin command received, shutting down... 2009-05-04 17:28:21 [6357] [0] INFO: Added logfile `/tmp/kannel.log' with level `0'. 2009-05-04 17:28:21 [6357] [0] INFO: SSL not supported, no SSL initialization done. 2009-05-04 17:28:21 [6357] [0] INFO: HTTP: Opening server at port 13000. 2009-05-04 17:28:21 [6357] [0] DEBUG: Started thread 1 (gwlib/fdset.c:poller) 2009-05-04 17:28:21 [6357] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) maps to pid 6357. 2009-05-04 17:28:21 [6357] [2] DEBUG: Thread 2 (gwlib/http.c:server_thread) maps to pid 6357. 2009-05-04 17:28:21 [6357] [0] DEBUG: Started thread 2 (gwlib/http.c:server_thread) 2009-05-04 17:28:21 [6357] [0] DEBUG: Started thread 3 (gw/bb_http.c:httpadmin_run) 2009-05-04 17:28:21 [6357] [3] DEBUG: Thread 3 (gw/bb_http.c:httpadmin_run) maps to pid 6357. 2009-05-04 17:28:21 [6357] [0] DEBUG: starting smsbox connection module 2009-05-04 17:28:21 [6357] [0] INFO: BOXC: 'smsbox-max-pending' not set, using default (100). 2009-05-04 17:28:21 [6357] [4] DEBUG: Thread 4 (gw/bb_boxc.c:sms_to_smsboxes) maps to pid 6357. 2009-05-04 17:28:21 [6357] [0] DEBUG: Started thread 4 (gw/bb_boxc.c:sms_to_smsboxes) 2009-05-04 17:28:21 [6357] [5] DEBUG: Thread 5 (gw/bb_boxc.c:smsboxc_run) maps to pid 6357. 2009-05-04 17:28:21 [6357] [0] DEBUG: Started thread 5 (gw/bb_boxc.c:smsboxc_run) 2009-05-04 17:28:21 [6357] [0] INFO: Set SMS resend frequency to 60 seconds. 2009-05-04 17:28:21 [6357] [0] INFO: SMS resend retry set to unlimited. 2009-05-04 17:28:21 [6357] [0] INFO: DLR rerouting for smsc id <gsm> disabled. 2009-05-04 17:28:21 [6357] [0] INFO: AT2[gsm]: configuration doesn't show modemtype. will autodetect 2009-05-04 17:28:21 [6357] [6] DEBUG: Thread 6 (gw/smsc/smsc_at.c:at2_device_thread) maps to pid 6357. 2009-05-04 17:28:21 [6357] [6] DEBUG: AT2[gsm]: detecting modem type 2009-05-04 17:28:21 [6357] [6] INFO: AT2[gsm]: opening device 2009-05-04 17:28:21 [6357] [0] DEBUG: Started thread 6 (gw/smsc/smsc_at.c:at2_device_thread) 2009-05-04 17:28:21 [6357] [7] DEBUG: Thread 7 (gw/bb_smscconn.c:sms_router) maps to pid 6357. 2009-05-04 17:28:21 [6357] [7] DEBUG: sms_router: time to sleep 30.00 secs. 2009-05-04 17:28:21 [6357] [0] DEBUG: Started thread 7 (gw/bb_smscconn.c:sms_router) 2009-05-04 17:28:21 [6357] [0] INFO: ---------------------------------------- 2009-05-04 17:28:21 [6357] [0] INFO: Kannel bearerbox II version 1.4.1 starting 2009-05-04 17:28:21 [6357] [0] INFO: MAIN: Start-up done, entering mainloop 2009-05-04 17:28:21 [6357] [0] DEBUG: AT2[gsm]: start called 2009-05-04 17:28:21 [6357] [7] DEBUG: sms_router: gwlist_len = 0 2009-05-04 17:28:21 [6357] [6] DEBUG: AT2[gsm]: device opened 2009-05-04 17:28:22 [6357] [6] DEBUG: AT2[gsm]: device opened 2009-05-04 17:28:22 [6357] [6] INFO: AT2[gsm]: speed set to 115200 2009-05-04 17:28:22 [6357] [6] DEBUG: AT2[gsm]: --> ^M 2009-05-04 17:28:24 [6357] [6] DEBUG: AT2[gsm]: --> AT^M 2009-05-04 17:28:24 [6357] [6] DEBUG: AT2[gsm]: <-- AT 2009-05-04 17:28:24 [6357] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:28:24 [6357] [6] DEBUG: AT2[gsm]: --> AT&F^M 2009-05-04 17:28:24 [6357] [6] DEBUG: AT2[gsm]: <-- AT&F 2009-05-04 17:28:24 [6357] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:28:24 [6357] [6] DEBUG: AT2[gsm]: --> ATE0^M 2009-05-04 17:28:24 [6357] [6] DEBUG: AT2[gsm]: <-- ATE0 2009-05-04 17:28:24 [6357] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:28:24 [6357] [6] DEBUG: AT2[gsm]: --> ATI^M 2009-05-04 17:28:24 [6357] [6] DEBUG: AT2[gsm]: <-- Sony Ericsson P1i 2009-05-04 17:28:24 [6357] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:28:24 [6357] [6] DEBUG: AT2[gsm]: found string <Sony Ericsson P1i>, using modem definition <Sony Ericsson P1i> 2009-05-04 17:28:24 [6357] [6] DEBUG: AT2[gsm]: --> AT+CSMS=?^M 2009-05-04 17:28:24 [6357] [6] DEBUG: AT2[gsm]: <-- +CSMS: (0) 2009-05-04 17:28:24 [6357] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:28:24 [6357] [6] INFO: AT2[gsm]: closing device 2009-05-04 17:28:24 [6357] [6] INFO: AT2[gsm]: opening device 2009-05-04 17:28:24 [6357] [6] DEBUG: AT2[gsm]: device opened 2009-05-04 17:28:24 [6357] [6] DEBUG: AT2[gsm]: device opened 2009-05-04 17:28:24 [6357] [6] INFO: AT2[gsm]: init device 2009-05-04 17:28:24 [6357] [6] INFO: AT2[gsm]: speed set to 115200 2009-05-04 17:28:24 [6357] [6] DEBUG: AT2[gsm]: --> ATZ^M 2009-05-04 17:28:24 [6357] [6] DEBUG: AT2[gsm]: <-- ATZ 2009-05-04 17:28:24 [6357] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:28:24 [6357] [6] DEBUG: AT2[gsm]: --> AT^M 2009-05-04 17:28:24 [6357] [6] DEBUG: AT2[gsm]: <-- AT 2009-05-04 17:28:24 [6357] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:28:24 [6357] [6] DEBUG: AT2[gsm]: --> AT&F^M 2009-05-04 17:28:25 [6357] [6] DEBUG: AT2[gsm]: <-- AT&F 2009-05-04 17:28:25 [6357] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:28:25 [6357] [6] DEBUG: AT2[gsm]: --> ATE0^M 2009-05-04 17:28:25 [6357] [6] DEBUG: AT2[gsm]: <-- ATE0 2009-05-04 17:28:25 [6357] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:28:25 [6357] [6] DEBUG: AT2[gsm]: --> AT+IFC=2,2^M 2009-05-04 17:28:25 [6357] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:28:25 [6357] [6] DEBUG: AT2[gsm]: --> AT+CPIN?^M 2009-05-04 17:28:25 [6357] [6] DEBUG: AT2[gsm]: <-- +CPIN: READY 2009-05-04 17:28:25 [6357] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:28:25 [6357] [6] DEBUG: AT2[gsm]: --> AT+CMGF=0^M 2009-05-04 17:28:25 [6357] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:28:25 [6357] [6] DEBUG: AT2[gsm]: --> AT+CSMS=?^M 2009-05-04 17:28:25 [6357] [6] DEBUG: AT2[gsm]: <-- +CSMS: (0) 2009-05-04 17:28:25 [6357] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:28:25 [6357] [6] DEBUG: AT2[gsm]: --> ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0^M 2009-05-04 17:28:25 [6357] [6] DEBUG: AT2[gsm]: <-- OK 2009-05-04 17:28:25 [6357] [6] INFO: AT2[gsm]: AT SMSC successfully opened. 2009-05-04 17:28:29 [6357] [5] INFO: Client connected from <127.0.0.1> 2009-05-04 17:28:29 [6357] [8] DEBUG: Thread 8 (gw/bb_boxc.c:function) maps to pid 6357. 2009-05-04 17:28:29 [6357] [5] DEBUG: Started thread 8 (gw/bb_boxc.c:function) 2009-05-04 17:28:29 [6357] [9] DEBUG: Thread 9 (gw/bb_boxc.c:boxc_sender) maps to pid 6357. 2009-05-04 17:28:29 [6357] [8] DEBUG: Started thread 9 (gw/bb_boxc.c:boxc_sender) _________________________________________________________________ Drag n’ drop—Get easy photo sharing with Windows Live™ Photos. http://www.microsoft.com/windows/windowslive/products/photos.aspx
