1. So do you send sms via a gsm modem or phone?
Not getting delivery reports could be because of an improper CNMI setting. See the user manual of your phone and put the correct values in your init-string. Answ: i send sms via phone andoid 2. Just to be sure: MySmscId is the smsc-id in your group = smsc? Answ : MySmscId is my smsc-id = smsc. Try to remove the accepted-smsc and also try keyword = default. Once that works, you can start putting things back. Also try sim-buffering = true in your smsc group. 3. What do your log files say? Answ : i made command line : cat /var/log/kannel/access.log 2019-11-26 13:54:52 Receive SMS [SMSC: MySmscId ] [SVC:] [ACT:Myshortcode] [BINF:1001] [FID:] [META:?smpp?] [from:sender] [to:receiver] [flags:-1:0:-1:0:-1] [msg:3:Xxx] [udh:0:] 2019-11-26 13:55:19 Receive SMS [SMSC: MySmscId ] [SVC:] [ACT: Myshortcode ] [BINF:1001] [FID:] [META:?smpp?] [from: sender ] [to: receiver ] [flags:-1:0:-1:0:-1] [msg:3:Www] [udh:0:] Thank for your feedback Le mar. 26 nov. 2019 à 15:57, Rene Kluwen <rene.klu...@chimit.nl> a écrit : > 1. > > So do you send sms via a gsm modem or phone? > > Not getting delivery reports could be because of an improper CNMI setting. > See the user manual of your phone and put the correct values in your > init-string. > > > > 2. > > Just to be sure: MySmscId is the smsc-id in your group = smsc? > > Try to remove the accepted-smsc and also try keyword = default. Once that > works, you can start putting things back. > > Also try sim-buffering = true in your smsc group. > > > > 3. > > What do your log files say? > > > > == Rene > > > > *Van:* MY CLOUD <my.cloud.in...@gmail.com> > *Verzonden:* dinsdag 26 november 2019 15:51 > *Aan:* Rene Kluwen <rene.klu...@chimit.nl> > *CC:* users@kannel.org > *Onderwerp:* Re: get sms incoming from service > > > > 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 > > > > > > > >