From: Naveen Albert Date: Wed, 22 Sep 2021 00:18:08 +0000 (+0000) Subject: app_mf: Add full tech-agnostic MF support X-Git-Tag: 19.2.0-rc1~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50716bb3e43dc3630710d955000500e545786912;p=thirdparty%2Fasterisk.git app_mf: Add full tech-agnostic MF support Adds tech-agnostic support for MF signaling by adding MF sender and receiver applications as well as Dial integration. ASTERISK-29496-mf #do-not-close Change-Id: I61962b359b8ec4cfd05df877ddf9f5b8f71927a4 --- diff --git a/apps/app_dial.c b/apps/app_dial.c index 526a3af16b..f073af3b9a 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -156,6 +156,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 @@ -163,6 +165,15 @@ can be used alone. If progress is specified, its DTMF is sent to the called party immediately after receiving a PROGRESS message. See SendDTMF for valid digits. + If mfprogress is specified, its MF is sent + to the called party immediately after receiving a PROGRESS message. + If mfwink is specified, its MF is sent + to the called party immediately after receiving a WINK message. + See SendMF for valid digits. + +