Stipe
------------------------------------------------------------------- Kölner Landstrasse 419 40589 Düsseldorf, NRW, Germany tolj.org system architecture Kannel Software Foundation (KSF) http://www.tolj.org/ http://www.kannel.org/ mailto:st_{at}_tolj.org mailto:stolj_{at}_kannel.org -------------------------------------------------------------------
--- Begin Message ---Hi to all.After a month of struggling on how to solve my problem I came across this mailing list to beg for help. My problem is when I send bulk sms of about 25 messages in all. The problem begins when I received messages while it is still sending out those 25 messages. I have iTegno gsm modem and bought another one which is wavecom fastrack but still the error is the same.these is the log i have:2006-06-08 15:22:08 [7311] [6] DEBUG: AT2[wavecom]: <-- +CMT: ,24
2006-06-08 15:22:08 [7311] [6] DEBUG: AT2[wavecom]: <-- 0791361908005030040C9136294184798500006060805112920005CF35288C06
2006-06-08 15:22:08 [7311] [6] DEBUG: AT2[wavecom]: Numeric sender (international) <+639214489758>
2006-06-08 15:22:08 [7311] [6] DEBUG: AT2[wavecom]: User data length read as (5)
2006-06-08 15:22:08 [7311] [6] DEBUG: AT2[wavecom]: Udh decoding done len=5 udhi=0 udhlen=0 udh=''
2006-06-08 15:22:08 [7311] [6] DEBUG: AT2[wavecom]: --> AT+CNMA^M
2006-06-08 15:22:08 [7311] [16] DEBUG: send_msg: sending msg to box: <127.0.0.1>
2006-06-08 15:22:08 [7311] [16] DEBUG: boxc_sender: sent message to <127.0.0.1>
2006-06-08 15:22:08 [7311] [15] DEBUG: boxc_receiver: got ack
2006-06-08 15:22:14 [7311] [6] DEBUG: AT2[wavecom]: <-- >
2006-06-08 15:22:14 [7311] [6] DEBUG: AT2[wavecom]: <-- +CME ERROR: 515
2006-06-08 15:22:14 [7311] [6] ERROR: AT2[wavecom]: Error occurs: +CME ERROR: 515 (error number not known to us. ask google $
2006-06-08 15:22:14 [7311] [6] DEBUG: AT2[wavecom]: send command status: -1
2006-06-08 15:22:14 [7311] [6] DEBUG: AT2[wavecom]: --> AT+CMGS=22^M
2006-06-08 15:22:20 [7311] [6] DEBUG: AT2[wavecom]: <--
2006-06-08 15:22:20 [7311] [6] DEBUG: AT2[wavecom]: <-- +CMT: ,24
2006-06-08 15:22:20 [7311] [6] DEBUG: AT2[wavecom]: <-- 0791361908006030040C9136294184798500006060805112440005CF35288C06
2006-06-08 15:22:20 [7311] [6] DEBUG: AT2[wavecom]: Numeric sender (international) <+629214459757>
2006-06-08 15:22:20 [7311] [6] DEBUG: AT2[wavecom]: User data length read as (5)
2006-06-08 15:22:20 [7311] [6] DEBUG: AT2[wavecom]: Udh decoding done len=5 udhi=0 udhlen=0 udh=''
2006-06-08 15:22:20 [7311] [6] DEBUG: AT2[wavecom]: --> AT+CNMA^M
2006-06-08 15:22:20 [7311] [16] DEBUG: send_msg: sending msg to box: <127.0.0.1>
2006-06-08 15:22:20 [7311] [16] DEBUG: boxc_sender: sent message to <127.0.0.1>
2006-06-08 15:22:20 [7311] [15] DEBUG: boxc_receiver: got ack
2006-06-08 15:22:26 [7311] [6] DEBUG: AT2[wavecom]: send command status: -1
2006-06-08 15:22:26 [7311] [6] DEBUG: AT2[wavecom]: --> AT+CMGS=22^M
2006-06-08 15:22:32 [7311] [6] DEBUG: AT2[wavecom]: <--
2006-06-08 15:22:32 [7311] [6] DEBUG: AT2[wavecom]: <-- +CME ERROR: 515
2006-06-08 15:22:32 [7311] [6] ERROR: AT2[wavecom]: Error occurs: +CME ERROR: 515 (error number not known to us. ask google $
2006-06-08 15:22:32 [7311] [6] DEBUG: AT2[wavecom]: send command status: -1
2006-06-08 15:22:32 [7311] [6] DEBUG: SMSC[wavecom]: creating DLR message
2006-06-08 15:22:32 [7311] [6] DEBUG: SMSC[wavecom]: DLR = http://192.168.1.2/~playsms/sms/plugin/gateway/kannel/dlr.php?typ$
2006-06-08 15:22:32 [7311] [6] DEBUG: AT2[wavecom]: TP-Validity-Period: 24.0 hours
2006-06-08 15:22:32 [7311] [6] DEBUG: AT2[wavecom]: --> AT+CMGS=22^MI would be very thankful if you can help me solve this problem. below is the configuration file:#
# Sample configuration file for Kannel bearerbox on Debian.
# See the documentation for explanations of fields.
## HTTP administration is disabled by default. Make sure you set the
# password if you enable it.group = core
admin-port = 13000
admin-password = bar
#admin-deny-ip = "*.*.*.*"
#admin-allow-ip = ""
smsbox-port = 13001
wapbox-port = 13002
wdp-interface-name = "*"
log-file = "/var/log/kannel/bearerbox.log"
#box-deny-ip = "*.*.*.*"
#box-allow-ip = "127.0.0.1"
#store-file = "/var/log/kannel/kannel.store"group = wapbox
bearerbox-host = localhost
log-file = "/var/log/kannel/wapbox.log"#include=/etc/kannel/modems.conf#SMSC modem gsm
group = smsc
smsc = at
host = localhost
port = 13013
smsc-id = wavecom
modemtype = WAVECOM
device = /dev/ttyUSB0
speed = 115200
keepalive = 30
sim-buffering = true
sms-center = mysmscgroup = modems
id = WAVECOM
name = wavecom
detect-string = WAVECOM
init-string = "AT+CNMI=2,2,0,0,0;+CMEE=1"
need-sleep = true
sendline-sleep = 6000
no-pin = true# SMSBOX SETUP
group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
sendsms-chars = "0123456789+"
global-sender = txtmate
log-file = "/var/log/kannel/smsbox.log"
log-level = 0
access-log = "/var/log/kannel/access.log"# SEND-SMS USERS
group = sendsms-user
username = user
password = pass
user-deny-ip = "*.*.*.*"
user-allow-ip = "127.0.0.1;192.168.1.*"
concatenation = true
split-chars = " "
max-messages = 3# SMS SERVICE 'Default'
# there should be default always
group = sms-service
keyword = default
max-messages = 0
#faked-sender = Txtmate
#exec = /usr/local/bin/kannel_incoming %t %q %a
#get-url = ""http://localhost/~playsms/plugin/gateway/kannel/geturl.php?t=%t&q=%q&a=%a">http://localhost/~playsms/plugin/gateway/kannel/geturl.php?t=%t&q=%q&a=%a"
#get-url = ""http://localhost/~playsms/plugin/gateway/kannel/geturl.php?t=%t&q=%q&a=%a">http://localhost/~playsms/plugin/gateway/kannel/geturl.php?t=%t&q=%q&a=%a"
get-url=""http://192.168.1.2/bahai/sms/geturl.php?t=%t&q=%q&a=%a">http://192.168.1.2/bahai/sms/geturl.php?t=%t&q=%q&a=%a"Thanks in advance.__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--- End Message ---
