Dear all.

I have defined services like this in kannel.conf:

--->
#SMS SERVICE GROUP
group = sms-service
catch-all = true
keyword = "JMAIL"
aliases = "PTA;JHB;KZN"
name = "JMAIL"
get-url = "http://www.myhost.com/sms.php?k=%k&p=%p&t=%r";
max-messages = 0

# Default service -- if no valid keyword is given
group = sms-service
keyword = default
text = "Keyword not defined"
max-messages = 0
--->

The php script 'sms.php' placers the keyword, phone number and message
into a mysql table.
Everything works fine BUT - flor some reason the GET request is being
duplicated and therefore so is everything that is being inserted into
the database. Can anyone suggest what the problem might be.

Many thanks

Scott
--
Scott Houseman
Senior Software Developer
Junk Mail Publishing (Pty) Ltd
T + 27 12 342 3840 ext 2806 F +27 12 342 3876
E [EMAIL PROTECTED] | www.junkmail.co.za
A 1312 Pretorius Street, Hatfield, Pretoria
P O Box 6574, Pretoria, 0001, South Africa
+27 82 491 8021


Reply via email to