Dear all,
 
I have posted on the [EMAIL PROTECTED] but the problem remains - I still cannot send and receive SMS
I have a RHv7.2 running gateway v1.0.3 which can send and receive SMS, but I need to send and receive in unicode. I tried but it cannot work. So I install gateway on RHv9. I have tried v1.2.1, v.1.3.1 and the latest snapshot, I still cannot send and receive.
If you look at the kannel.log below, it encountered errors when sending a message.
Is it a config issue or can the gateway work in RHv9? Please help! Thanks in advance.
 
kannel.conf:
group = core
admin-port = 13000
smsbox-port = 13001
admin-password = bar
log-file = "/tmp/kannel.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
unified-prefix = "659,9,659"
access-log = "/var/www/html/bearer.txt"

group = smsc
smsc = at
smsc-id = INCOMING
modemtype = wavecom
device = /dev/ttyS0

group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
global-sender = 123
log-file = "/tmp/smsbox.log"
log-level = 0
access-log = "/tmp/smsaccess.log"

group = sms-service
keyword = default
accepted-smsc = INCOMING
url = ""'>http://localhost/cgi-bin/gotsms.pl?sender=%p&text=%r";
header = "-- H -- "
max-messages = 0

group = sendsms-user
username = sms
password = sms
max-messages = 4
concatenation = 0
user-allow-ip = "10.1.1.11"

kannel.conf with smsc = at2:

group = core
admin-port = 13000
smsbox-port = 13001
admin-password = bar
log-file = "/tmp/kannel.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
unified-prefix = "659,9,659"
access-log = "/var/www/html/bearer.txt"

group = smsc
smsc = at
smsc-id = INCOMING
modemtype = wavecom
device = /dev/ttyS0

group = modems
id = wavecom
name = Wavecom
detect-string = "WAVECOM"

group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
global-sender = 123
log-file = "/tmp/smsbox.log"
log-level = 0
access-log = "/tmp/smsaccess.log"

group = sms-service
keyword = default
accepted-smsc = INCOMING
url = ""'>http://localhost/cgi-bin/gotsms.pl?sender=%p&text=%r";
header = "-- H -- "
max-messages = 0

group = sendsms-user
username = sms
password = sms
max-messages = 4
concatenation = 0
user-allow-ip = "10.1.1.11"
 
 
kannel.log:

2004-02-18 17:51:54 [1078] [6] DEBUG: AT2[INCOMING]: --> ATZ^M

2004-02-18 17:51:54 [1078] [6] DEBUG: AT2[INCOMING]: <-- OK

2004-02-18 17:51:54 [1078] [6] DEBUG: AT2[INCOMING]: --> AT^M

2004-02-18 17:51:54 [1078] [6] DEBUG: AT2[INCOMING]: <-- AT

2004-02-18 17:51:54 [1078] [6] DEBUG: AT2[INCOMING]: <-- OK

2004-02-18 17:51:54 [1078] [6] DEBUG: AT2[INCOMING]: --> AT&F^M

2004-02-18 17:51:54 [1078] [6] DEBUG: AT2[INCOMING]: <-- AT&F

2004-02-18 17:51:54 [1078] [6] DEBUG: AT2[INCOMING]: <-- OK

2004-02-18 17:51:54 [1078] [6] DEBUG: AT2[INCOMING]: --> ATE0^M

2004-02-18 17:51:55 [1078] [6] DEBUG: AT2[INCOMING]: <-- ATE0

2004-02-18 17:51:55 [1078] [6] DEBUG: AT2[INCOMING]: <-- OK

2004-02-18 17:51:55 [1078] [6] DEBUG: AT2[INCOMING]: --> AT+IFC=2,2^M

2004-02-18 17:51:55 [1078] [6] DEBUG: AT2[INCOMING]: <-- OK

2004-02-18 17:51:55 [1078] [6] DEBUG: AT2[INCOMING]: --> AT+CPIN?^M

2004-02-18 17:51:55 [1078] [6] DEBUG: AT2[INCOMING]: <-- +CPIN: READY

2004-02-18 17:52:06 [1078] [6] DEBUG: AT2[INCOMING]: --> AT+CMGF=0^M

2004-02-18 17:52:06 [1078] [6] DEBUG: AT2[INCOMING]: <-- OK

2004-02-18 17:52:06 [1078] [6] DEBUG: AT2[INCOMING]: --> AT+CSMS=?^M

2004-02-18 17:52:06 [1078] [6] DEBUG: AT2[INCOMING]: <-- +CSMS: (0,1)

2004-02-18 17:52:06 [1078] [6] DEBUG: AT2[INCOMING]: <-- OK

2004-02-18 17:52:06 [1078] [6] INFO: AT2[INCOMING]: Phase 2+ is supported

2004-02-18 17:52:06 [1078] [6] DEBUG: AT2[INCOMING]: --> AT+CSMS=1^M

2004-02-18 17:52:06 [1078] [6] DEBUG: AT2[INCOMING]: <-- +CSMS: 1,1,1

2004-02-18 17:52:06 [1078] [6] DEBUG: AT2[INCOMING]: <-- OK

2004-02-18 17:52:06 [1078] [6] DEBUG: AT2[INCOMING]: --> AT+CNMI=1,2,0,1,0^M

2004-02-18 17:52:06 [1078] [6] DEBUG: AT2[INCOMING]: <-- OK

2004-02-18 17:52:06 [1078] [6] INFO: AT2[INCOMING]: AT SMSC successfully opened.

2004-02-18 17:52:26 [1078] [8] DEBUG: boxc_receiver: sms received

2004-02-18 17:52:26 [1078] [8] DEBUG: send_msg: sending msg to box: <127.0.0.1>

2004-02-18 17:52:28 [1078] [6] DEBUG: AT2[INCOMING]: TP-Validity-Period: 24.0 hours

2004-02-18 17:52:28 [1078] [6] DEBUG: AT2[INCOMING]: --> AT+CMGS=15^M

2004-02-18 17:52:28 [1078] [6] DEBUG: AT2[INCOMING]: <-- >

2004-02-18 17:52:28 [1078] [6] DEBUG: AT2[INCOMING]: send command status: 1

2004-02-18 17:52:28 [1078] [6] DEBUG: AT2[INCOMING]: --> 0011000A8156094738680000A702EF35

2004-02-18 17:52:28 [1078] [6] DEBUG: AT2[INCOMING]: --> ^Z

2004-02-18 17:52:31 [1078] [6] DEBUG: AT2[INCOMING]: <-- >

2004-02-18 17:52:31 [1078] [6] DEBUG: AT2[INCOMING]: <-- ERROR

2004-02-18 17:52:31 [1078] [6] DEBUG: AT2[INCOMING]: send command status: -1

2004-02-18 17:52:31 [1078] [6] DEBUG: AT2[INCOMING]: --> AT+CMGS=15^M

2004-02-18 17:52:31 [1078] [6] DEBUG: AT2[INCOMING]: <-- >

2004-02-18 17:52:31 [1078] [6] DEBUG: AT2[INCOMING]: send command status: 1

2004-02-18 17:52:31 [1078] [6] DEBUG: AT2[INCOMING]: --> 0011000A8156094738680000A702EF35

2004-02-18 17:52:31 [1078] [6] DEBUG: AT2[INCOMING]: --> ^Z

2004-02-18 17:52:39 [1078] [6] DEBUG: AT2[INCOMING]: <-- >

2004-02-18 17:52:39 [1078] [6] DEBUG: AT2[INCOMING]: <-- ERROR

2004-02-18 17:52:39 [1078] [6] DEBUG: AT2[INCOMING]: send command status: -1

2004-02-18 17:52:39 [1078] [6] DEBUG: AT2[INCOMING]: --> AT+CMGS=15^M

2004-02-18 17:52:39 [1078] [6] DEBUG: AT2[INCOMING]: <-- >

2004-02-18 17:52:39 [1078] [6] DEBUG: AT2[INCOMING]: send command status: 1

2004-02-18 17:52:39 [1078] [6] DEBUG: AT2[INCOMING]: --> 0011000A8156094738680000A702EF35

2004-02-18 17:52:39 [1078] [6] DEBUG: AT2[INCOMING]: --> ^Z

/---------------------------------------------------------------------------\

Raffles Medical Group (The Company) accepts no liability for the content of 
this email, or for the consequences of any actions taken on the basis 
of the information. Any views or opinions presented in this email are 
solely those of the author and do not necessarily represent those of 
the Company.

The Company will not accept any liability in respect of such communication,
and the author responsible will be personally liable for any damages or
other liability arising. The recipient should check this email and any
attachments for the presence of viruses. The Company accepts no liability
for any damage caused by any virus transmitted by this email.

This message may contain confidential or legally privileged information
and is intended solely for the use of the individual or entity to which
it is addressed and others authorized to receive it. If you are not the
intended recipient you are hereby notified that any disclosure, copy,
distribution or taking action in reliance on the contents of this
information is strictly prohibited and may be unlawful. If you have
received this communication in error, please notify us immediately, and
then delete it from your system.

\--------------------------------------------------------------------------/

Reply via email to