Thank you for your response.

1.How do you send your sms? What dlr-mask are you using?

Answ :
a.this is mys link to send push sms with curl:

curl "
http://127.0.0.1:17027/PHP/?username=$login&password=$pwd&from=$sender&to=$recever&text=$sms&dlr-mask=31&dlr-url=
".urlencode("http://127.0.0.1/push/dlr-mask.ph?id=$insert_id&state=%d&res=%d
"

- 2.What is your service configuration?
- Answ:
I write sms with my phone for service pull. eg : keyword to shortcode

script service :

#Hello SERVICE
group = sms-service
keyword = bonjour
get-url = "
http://127.0.0.1/pull/receive.php?from=%p&to=%P&sms=%a&smscid=%i&dlr=%d";
accept-x-kannel-headers = true
max-messages = 3
concatenation = true
accepted-smsc = MySmscId


Thank for your feedback




Le mar. 26 nov. 2019 à 15:39, Rene Kluwen <rene.klu...@chimit.nl> a écrit :

>
>    1. How do you send your sms? What dlr-mask are you using?
>    2. What is your service configuration?
>
>
>
> == Rene
>
>
>
> *Van:* users <users-boun...@kannel.org> *Namens *MY CLOUD
> *Verzonden:* dinsdag 26 november 2019 15:31
> *Aan:* users@kannel.org
> *Onderwerp:* get sms incoming from service
>
>
>
> Hello world ,
>
>
>
> i need your help please.
>
>
>
> I configured kannel and a service.
>
> the send test is ok. here is my concern.
>
> 1. When I send a sms, kannel returns code 8 always, yet the recipient
> receives the message.
>
> 2. When I test the service with a keyword, kannel does not execute the
> get-url config link.
>
> What could someone please guide me?
>
>
>
>
>
> Kind regards
>
>
>
>
>
>
>

Reply via email to