Ok, let me clarify this, when people reply a message back to Kannel, it did
receive it as I saw it on log, is my "get-url" will be triggered and
automaticlly reply a message back to the sender again (i.e. test.php)? 
Second question, for the contents of reply the message, do I need a script
to read it from Kannel or do I need a script to listen the serial port and
capture it when it is coming to the Kannel?

roger


Nikos Balkanas wrote:
> 
> Hi,
> 
> You are correct, but no biggie. If the url reponds, response is returned,
> and text is ignored.
> 
> BR,
> Nikos
>   ----- Original Message ----- 
>   From: Michael Bochkaryov 
>   To: rcong 
>   Cc: users@kannel.org 
>   Sent: Tuesday, September 15, 2009 7:10 AM
>   Subject: Re: help with receiving message
> 
> 
>   Hi!
> 
>   Do not mix "get-url" and "text" in sms-service group.
>   If you want to forward MO message to HTTP service, you need only
> "get-url".
> 
> 
> 
>   2009/9/15 rcong <r_c...@hotmail.com>
> 
>   [skip] 
> 
>     group = sms-service
>     keyword = default
>     catch-all = yes
>     get-url =
>    
> "http://192.168.10.173/test.php?smsvendor=kannel&from=%P&to=%p&text=%b";
>     assume-plain-text = true
>     max-messages = 3
>     text = "No service specified"
> 
> 
>   In this section you need to remove "text" parameter.
> 
>   -- 
>   Regards,
>   Michael Bochkaryov
>   www.rattler.kiev.ua
> 
> 

-- 
View this message in context: 
http://www.nabble.com/help-with-receiving-message-tp25419665p25448773.html
Sent from the Kannel - User mailing list archive at Nabble.com.


Reply via email to