When kannel receives a sms, it uses the sms-service in order to
provide a response to it.
The selection it's based on the "keyword" variable with kannel
compares agaist the first word on the sms mesage. It it found a match
the service it's activated. To provide a response you could use a text
variable or a get-url witch invoque a web server to provide the
response text, There are several escape codes to include into the text
or get-url, check the user guide.

Both of your list are commented out (# at the beggining of the line)
so it's not considered.

regards,
Leonardo.

2006/3/7, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> Thanks Rene & Leonardo for tips,
>
> I can now send SMS from Firefox, confirmed by other mobile number owner
> and system gives the 'sent' message. However with a reply, it is
> failing.
>
> >From bearerbox terminal output:
>
> 2006-03-06 07:12:10 [6512] [9] ERROR: AT2[gsmtc35]: Error occurs: ERROR
> (Destination out of service)
> 2006-03-06 07:12:10 [6512] [9] DEBUG: AT2[gsmtc35]: send command status:
> -1
>
> >From smsbox terminal output:
>
> 2006-03-06 07:12:08 [6528] [4] WARNING: No translation found for <This
> is a test message ... Got it.> from <+61419xxxxxx> to <0423xxxxxx>
> 2006-03-06 07:12:08 [6528] [4] ERROR: request failed
> 2006-03-06 07:12:08 [6528] [4] DEBUG: message length 14, sending 1
> messages
>
> this is my sms service:
>
> ## SMS Service
> ##############
>
> group = sms-service
> keyword = www
> get-url = "http://%S";
> # text = "No action specified"
> max-messages = 0
>
> Also regarding white & black lists, i currently have this in my
> smsbox.conf:
>
> # white-list = "http://127.0.0.1/white-list.txt";
> # black-list = "http://127.0.0.1/black-list.txt";
>
> is this the correct /path or should it be an absolute path like
>
> white-list = "/etc/kannel/white-list.txt" ?
>
> regards, Nooey
> --
>
>   [EMAIL PROTECTED]
>
> --
> http://www.fastmail.fm - Access all of your messages and folders
>                           wherever you are
>
>
>

Reply via email to