I can send SMS but cannot receive.

My kannel.conf ONLY contains:
--------------------------------------------------
group = core
admin-port = 13000
smsbox-port = 13002
admin-password = 123
status-password = 123
log-file = "C:/Users/Current User's/Documents/kannel_core.log"
log-level = 1

group = smsc
smsc = at
smsc-id = "Kannel via Huawei E173"
modemtype = huawei
device = /dev/com16
sim-buffering = true
pin = 1234

group = modems
id = huawei
name = "huawei-e173"
detect-string = "HUAWEI"
#init-string = "AT+CNMI=1,1,0,1,0"
#init-string = "AT+CNMI=1,2,0,0,0"
#init-string = "AT+CNMI=1,2,0,1,0"
init-string = "AT+CNMI=2,1,2,2,0"
#init-string = "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0"
message-storage = SM

group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
global-sender = +************
log-file = "C:/Users/Current User's/Documents/kannel_smsbox.log"
log-level = 1

group = sms-service
keyword = default
get-url = "http://localhost/kannel/receivesms.php?sender=%p&text=%b";;
catch-all = true
max-messages = 0

group = sendsms-user
username = 123
password = 123
--------------------------------------------------

I've searched online for the right Kannel configuration for Huawei E173 and I 
found some but didn't worked when I tried.


I don't know the right init-string for huawei e173 to receive SMS.
I'm using Apache HTTP server 2.2 which only listens at port 80 of any (no IP 
Address specified) and no ServerName specified (localhost).

I don't know if the desktop application of the GSM modem catches all incoming 
SMS and blocks Kannel but I'll try & try again tomorrow.

I don't know where the problem is. Please help.


Reply via email to