-----Urspr�ngliche Nachricht (HTML) wurde als Anlage beigef�gt.-----

Hi Nil,

have a look at /etc/hosts, you will see at least two lines, something like this:

localhost             localhost.localdomain
blablabla             blablabla.xyz.org

delete the ".localdomain" entry to

localhost             localhost
blablabla             blablabla.xyz.org

This made it work with my Server (Mandrake 8.2, Kannel 1.2.0).


Hope this helps,

Lars-Hendrik





________________________________________________________________
Viren? Wir wissen nicht was Ihr Arzt empfiehlt. Wir empfehlen den
Virencheck f�r Dateianh�nge! http://freemail.web.de/features/?mc=021159
-----Ursprüngliche Nachricht wurde als Attachment angehängt.-----
Von:"Nil Mekki" <[EMAIL PROTECTED]>
Gesendet:14.11.02 16:37:07
An:"Lars-Hendrik Schneider" <[EMAIL PROTECTED]>
Betreff:Re: Problems sending sms with php-admin
Warnung:
Der HTML-Inhalt der E-Mail enthielt aktive Elemente wie Java, Javascript oder Formulare.
Diese Teile wurden aus Sicherheitsgründen deaktiviert. Möglicherweise ist die Darstellung der E-Mail dadurch beeinträchtigt.

 

 

Hi everybody,

 

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

But I receive them.

 

When I use sendsms.phpI 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.conffile 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 didit!"

 

#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