Hey Ahmad,
Yes, you can do what you mention with Kannel.
The kannel docs explain this pretty well. You need to setup a sms service handler. By
adding some
config lines to the sms-bearer conf file. The details are in the docs.
Ok, to answer your question on what languages are supported, since the requests are
handled by a web
server CGI script you have lots of options. Perl or Java Servlets ( even shell scripts
) could be
used.
-Chris
Ahmad Munif wrote:
>
> Hi, i'm newbie.
>
> i've a project to build sms application to notify/to push information to user
>request via sms. i need sms gateway that can process incomming/input messages.
>
> can kannel process incomming message and send back to user after processing the
> user request(message) ?.
>
> what languge are supported ?.
>
> are there ducumentation referring incomming/input message processing ?
>
> Thanks.