Question
Why do I receive the same FID [FID:9223372036854775807] value for all API responses when using Kannel?
Applies To
- Kannel
- Messages API
- SMS API
Answer
By default, the Kannel configuration sets the FID value to an integer. However, the Vonage message ID values are too large to be considered integers. As a result, the Kannel logs always return the same FID value [FID:9223372036854775807]. This value (9223372036854775807) is the largest possible integer value that can be set on a 64-bit system.
Removing the "msg-id-type" from the Kannel config will reconfigure the FID value to a string. This will help display properly the value for the message-id in the Kannel logs.
Related to:
Articles in this section
- Price of a SMS Text Message is different on the SMS API logs verses the Messages API logs
- Why am I not receiving inbound SMS to my Vonage Application Webhook?
- Why do I receive the same FID value for all API responses when using Kannel?
- Can you stop unwanted inbound messages from non-Vonage number ?
- How do I register to send messages using SMS via the Messages API?
- Is Unicode supported with the SMS channel on the Messages and Dispatch APIs?