I’m working on a project for sending SMS using SMPP protocol and KANNEL.
Everything is working well; the only problem is that I’m still unable to
get the acknowledgment, so I can’t know if the message was successfully
received by the client or if I should send it again.
Please, does anyone have an idea on how I can solve that? Or if there is
a tool with a UI that I can use instead of KANNEL?
First find out if your provider does in fact provide delivery status to you, if they do look in the kannel log this should point you in the right direction. I have had a similar experience but remember messing with the TON NIP settings to get it to work.
Thanks for your reply. My operator just confirm to me that he provide delivery status.
Can you show me how you configured the TON NIP to get it work?
This settings the carries should give you as for each BIND it may be different.
This worked for me.
source-addr-ton=0
source-addr-npi=0
dest-addr-ton=1
dest-addr-npi=1
bind-addr-ton=0
bind-addr-npi=0
Where can i put this TON NIP parameters ? Is it into Kannel.conf file or another place?