From: Naveen Albert Date: Mon, 13 Dec 2021 16:59:02 +0000 (+0000) Subject: app_sf: Add full tech-agnostic SF support X-Git-Tag: 19.2.0-rc1~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=584118c7f01d5cd97fba66d27490f42dfe23965a;p=thirdparty%2Fasterisk.git app_sf: Add full tech-agnostic SF support Adds tech-agnostic support for SF signaling by adding SF sender and receiver applications as well as Dial integration. ASTERISK-29802 #close Change-Id: I7ec50752e9a661af639425e5d1e339f17411bcad --- diff --git a/apps/app_dial.c b/apps/app_dial.c index f073af3b9a..33a6931ffd 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -158,6 +158,8 @@ + + Send the specified DTMF strings after the called party has answered, but before the call gets bridged. The called DTMF string is sent to the called party, and the @@ -170,6 +172,11 @@ If mfwink is specified, its MF is sent to the called party immediately after receiving a WINK message. See SendMF for valid digits. + If sfprogress is specified, its SF is sent + to the called party immediately after receiving a PROGRESS message. + If sfwink is specified, its SF is sent + to the called party immediately after receiving a WINK message. + See SendSF for valid digits.