Is it possible to enforce service_type on SMPP connection?

2021-11-01 Thread alexey
Dear friends, I need and advice from a Kannel guru and thanks in advance for any help: The problem: I was happy using Kannel too bridge two SMSC by SMPP 3.4, running Kannel as ESME for both. Everything was fine before I need to connect third one, and I got an issue: 1. One of my ol

RE: Is it possible to enforce service_type on SMPP connection?

2021-11-03 Thread alexey
Hi, Thanks a lot for you answer! I understand that you describing use of extra “leg” with sending type smsc = http, system-type = generic, looping it back to the same Kannel instance but other smsc with smsc = http, system-type = kannel. It looks like it will work even not using special

RE: Implementing SMS to email

2023-12-05 Thread alexey
Hi, AFAIK, Kannel won’t forward SMS to email by itself. As for me, the most clear way to do it is to use Kannel to forward SMS to HTTP and then use HTTP application to handle the messages. Then, routing table (nr to email) is a part of the application. The app may be build with any to