Hi everybody,

 

I can’t seem to be able to send a sms with kannel, mandrake 8.0 and sendsms.php.

But I receive them.

 

When I use sendsms.php I get the following message:

Sending the SMS Text message "hello" to the phone 0609179444...

Server: Kannel/1.2.0

Pragma: no-cache

Cache-Control: no-cache

Sent.

 

the access log message is :

 

2002-11-14 16:17:42 send-SMS request added - sender:kiti:061632xxxx 127.0.0.1 target:060917xxxx request: 'hello'

2002-11-14 16:17:58 FAILED Send SMS [SMSC:] [SVC:kiti] [ACT:] [from:061632xxxx] [to:060917xxxx] [flags:0:1:0:0:0] [msg:5:hello] [udh:0:]

 

my kannel.conf file is :

 

group = core

admin-port = 13000

smsbox-port = 13001

admin-password = negomi

#status-password = foo

#admin-deny-ip = ""

#admin-allow-ip = ""

log-file = "kannel.log"

log-level = 1

box-deny-ip = "*.*.*.*"

box-allow-ip = "127.0.0.1"

unified-prefix = "+33,33,0033"

access-log = "access.log"

store-file = "kannel.store"

 

# GSM MODEM

group = smsc

smsc = at2

modemtype = wavecom

device = /dev/ttyS0

 

 

# SMSBOX SETUP

 

group = smsbox

bearerbox-host = localhost

sendsms-port = 13002

global-sender = 13002

sendsms-chars = "0123456789 +-"

log-file = "smsbox.log"

log-level = 1

access-log = "access.log"

 

# SEND-SMS USERS

 

group = sendsms-user

username = kiti

password = kiti

#user-deny-ip = ""

#user-allow-ip = ""

 

# SERVICES

 

group = sms-service

keyword = default

text = "You asked nothing and I did it!"

 

#Kiti (Annexe)

group = sms-service

keyword = f

catch-all = true

post-url = "http://www.xxxxxxx.com/script_sms.php4?phone=%q&key=%k&text=%r"

omit-empty = true

send-sender = true

 

Thank you for helping J

 

 

Reply via email to