Send your Smpp Config. On Sun, Aug 6, 2023 at 8:26 PM Alex Kinch <a...@alexkinch.com> wrote:
> Hi all, > > I've run into an issue with a certain SMS provider (Nexmo/Vonage) that is > using message IDs greater than 9223372036854775807 (e.g. > 6142530091694509440651642911224527237), which is in turn breaking DLR > processing in Kannel. > > They use hex in submit_sm_resp and decimal in deliver_sm so I have to have > msg-id-type=0x01 set, so it's not like I can remove it and have Kannel > use a C literal instead. > > I've just tried the latest daily build and have the same issue. Using > MySQL for DLR storage if that's relevant. > > Any help appreciated! > > Thanks > Alex >