On Tue, 2004-11-16 at 15:18, Marko Helle wrote:

> Now the question: how do I deliver message from MyConverter.php
> to kannel?
> 
> 
> Could it be something like this:
> 
> http://localhost:13015/path?smsc=SMSC1&username=un&password=pw&from=1234567&;
> text=KEYWORD+Hello+World
> 
> where:
> - port 13015 is port configured for SMSC1 (see config file below) is this
> correct port to use?
Yes

> - path - what would be the correct port?
Seems like (smsc_http.c) that Kannel does not care about the path.
So you are free to write whatever you like, like
http://localhost:13015/oh.pliiiiiiis.be.pretty.and.handle.this?username...

> - are these params (smsc, username, password, from, text) valid here?
You also need 'to' parameter. 'smsc' might do nothing

> - is keyword and message body really delivered like url above shows?
If the message content is 'KEYWORD Hello World' then yes


Check gw/smsc/smsc_http.c and function 'kannel_receive_sms' for any
further parameters you might need.


-- 
 &Kalle Marjola ::: Development ::: Helsinki ::: Enpocket


Reply via email to