mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-02-18 02:01:16 +01:00
The previous config only allows the fixed number of digits as a called number. With MinimumNumberOfDigits as 5, MaximumNumberOfDigits as 15 and TerminationDigit as ' ', users can only dial 5 digits as a called number. That is wrong. After this change, the number of digits for a called number is in the range between MinimumNumberOfDigits (1) and MaximumNumberOfDigits (15). But the number must terminate with '#' which is not a part of called number and will be strapped off. TODO: support variable length of called numbers without termination digit. |
||
|---|---|---|
| .. | ||
| files/etc | ||
| Makefile | ||