iopsys-feed/evoice
Yalu Zhang 64369a08f4 evoice: update /etc/config/voice to support variable length of called numbers
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.
2022-04-07 16:39:54 +02:00
..
files/etc evoice: update /etc/config/voice to support variable length of called numbers 2022-04-07 16:39:54 +02:00
Makefile evoice: adapt to URL change 2022-04-01 17:21:07 +02:00