Sending messages with t68i and kannel 1.3.1...
Dominik Simon <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi list, today I installed sucessfully the kannel devel-version 1.31 on my mac-os x. I use the kannel-conf see attached file (t68.conf). Now I want so send my frist test-sms, but it seems there is a problem with the AT-string: ... 2003-03-12 13:28:56 [6] DEBUG: AT2[VSMSC]: --> 001100048121430000FF0ED272BC5E9ED341C6709A5D2603 2003-03-12 13:28:56 [6] DEBUG: AT2[VSMSC]: --> ^Z 2003-03-12 13:29:04 [6] DEBUG: AT2[VSMSC]: <-- > 001100048121430000FF0ED272BC5E9ED341C6709A5D2603 2003-03-12 13:29:04 [6] DEBUG: AT2[VSMSC]: <-- +CMS ERROR: 500 2003-03-12 13:29:04 [6] ERROR: AT2[VSMSC]: CMS ERROR: +CMS ERROR: 500 2003-03-12 13:29:04 [6] DEBUG: AT2[VSMSC]: send command status: 1 ... does anybody know this problem? or can help me? Thanks and best regards! Dominik. ...and the siemens-ota&kannel - howto will be finished in one or two days :-)
t68.conf
(application/octet-stream, 2.2 KB)
# # THIS IS A SAMPLE CONFIGURATION FOR SMS KANNEL # # It is run like this: # # 1% gw/bearerbox gw/smskannel.conf # 2% gw/smsbox gw/smskannel.conf # 3% test/fakesmsc -p 10000 -H localhost -i 1 -m 100 "123 345 text nop" # # ..all 3 commands in separate shells (or screen sessions) # # For any modifications to this file, see Kannel User Guide # If that does not help, send email to [email protected] # # Kalle Marjola May 2000 # Changed for new fakesmsc version by Uoti Urpala Jan 2001 # Added service and sendsms for HTTP SMSC by Kalle Marjola Mar 2001 # group = core admin-port = 13000 smsbox-port = 13001 admin-password = admin status-password = status #admin-deny-ip = "" #admin-allow-ip = "" log-file = "/tmp/kannel_logs/kannel.log" log-level = 0 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" unified-prefix = "00358,+358,358,0" access-log = "/tmp/kannel_logs/access.log" store-file = "kannel.store" #ssl-certkey-file = "mycertandprivkeyfile.pem" # SMSC CONNECTIONS group = smsc smsc = at2 smsc-id = VSMSC modemtype = ericsson_t68 device = /dev/tty.IrDA-IrCOMMch-b speed=1920 validityperiod = 255 keepalive = 10 sim-buffering = true sms-center = "+491710760000" # Mobile Phone CONFIGURATION group = modems id = ericsson_t68 name = "Ericsson T68" detect-string = "T68" init-string = "ATQ0E1V1" keepalive-cmd = "AT+CBC;+CSQ" broken = true message-storage= "ME" # no-smsc = true # if you want direct message indication instead of sim buffering # init-string = "AT+CNMI=3,3" # FAKE SMSC CONNECTIONS group = smsc smsc = fake smsc-id = FAKE port = 10000 connect-allow-ip = 127.0.0.1 # SMSBOX SETUP group = smsbox bearerbox-host = localhost sendsms-port = 13013 global-sender = 13013 #sendsms-chars = "0123456789 +-" log-file = "/tmp/kannel_logs/smsbox.log" log-level = 0 access-log = "/tmp/kannel_logs/sms_access.log" # SEND-SMS USERS group = sendsms-user username = dominik password = test #user-deny-ip = "" #user-allow-ip = "" # this sender is for Kannel relay testing (http_smsc) group = sendsms-user username = kannel password = rL4y user-deny-ip = "*.*.*.*" user-allow-ip = "127.0.0.1" # SERVICES group = sms-service keyword = nop text = "You asked nothing and I did it!"