]> 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)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Mon, 6 Oct 2025 19:24:57 +0000 (19:24 +0000)
commit341cb163786bb34a3a57ed9163475225282cccfd
tree36a44c924d26916f7745043a4cf7ce44a5942a8d
parentb8c9440e19de8452d55ba085e59905bf0596c2a1
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