Dear Kannel users,
I use this sms-service to accept SMS from GSM Modem (motorola ROKR phone):
group = sms-service
#keyword = default
keyword-regex = .*
catch-all = yes
max-messages = 0
get-url =
"http://localhost/~xxx/xxx/sms/receiveSMS.php?phone=%p&text=%a&time=%t";
#text = "default sms service
On Thu, 2011-01-20 at 01:09, Helen Sang wrote:
> Dear Kannel users,
>
> I use this sms-service to accept SMS from GSM Modem (motorola ROKR phone):
>
> group = sms-service
> #keyword = default
> keyword-regex = .*
> catch-all = yes
> max-messages = 0
> get-url =
> "http://localhost/~xxx/xxx/sms/r
Hi!
I have a really urgent problem! We have Kannel 1.4.3 Operating on the customer
site.. using the protocol cimd2 to an SMSC (actually we have 5 different SMSC)
but the customer wants us to send the SMS only to the first SMSC (named sc1)-
the SMSC provider has confirmed that he allows DLR (so
I have Kannel configured properly and can send SMS`s via 2 separate SNSC`s. I
now need to capture an inbound SMS and based on several parameters of the
inbound SMS, send an outbound SMS.
I think I should be able to do this in my own script and replace the
http://localhost:13013/cgi-bin/sendsms com
Dear Users,
Can yall please go through my logs in the above post and let me know what am
doing wrong. i would very grateful .
thanks in advance
Kazi M wrote:
>
> http://old.nabble.com/file/p30699861/smskannel.conf smskannel.conf
> http://old.nabble.com/file/p30699861/smsbox.log smsbox.log
Hi,
i need to set 2 optional paramanters in the send sms http request.Can
anybody suggest how to set the same in the url?
I have tried few combinations but only one is recognized and the other is
being ignored or both of them are not recognized.
Thanks in advance