]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_sf: Add post-digit timer option to ReceiveSF.
authorNaveen Albert <asterisk@phreaknet.org>
Wed, 1 Oct 2025 14:40:48 +0000 (10:40 -0400)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 30 Oct 2025 16:09:10 +0000 (16:09 +0000)
commitabf13685257d45cd40bf7fe42010e8ceeb60c350
treefd176fd51cc888b36c0a55dc6c2d7dc167930e9f
parent6d889900b2fc716f4c5f26e5d63eab1777097e94
app_sf: Add post-digit timer option to ReceiveSF.

Add a sorely needed option to set a timeout between digits, rather than
for receiving the entire number. This is needed if the number of digits
being sent is unknown by the receiver in advance. Previously, we had
to wait for the entire timer to expire.

Resolves: #1493

UserNote: The 't' option for ReceiveSF now allows for a timer since
the last digit received, in addition to the number-wide timeout.
apps/app_sf.c