]> 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:05:56 +0000 (16:05 +0000)
commit26d6e2489d98c10969cd472b4c5736ae68d7fc8e
tree272012a82f2a18d6a49022ea73efac58d4795d4e
parenta2be1aad6b9a20240d89913888cce79e6599c169
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