This shows you the differences between two versions of the page.
bug_g20_mtos [2016/06/14 16:35] |
bug_g20_mtos [2016/06/14 16:35] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Bugfix: MAILtoSMS feature problem with slow connections ===== | ||
+ | \\ | ||
+ | **Affected versions:** \\ | ||
+ | All the FoxBox belonging to LX800 family and using the software release A.0.1. | ||
+ | **Description:** \\ | ||
+ | The internal SMS engine has been designed to obtain high performances. Unfortunately, a specific parameter is creating problems to EMAILtoSMS feature, allowing to send the SMS before the email has been completely parsed. As a result, it may happen that the message will be sent truncated. | ||
+ | |||
+ | **Solution:** \\ | ||
+ | To solve this problem, it is required to slightly modify the internal configuration for the SMS engine, setting: | ||
+ | <code> | ||
+ | trust_outgoing = no | ||
+ | </code> |