From 4b5ed817bd832f804309f357797e384a5f44301b Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Tue, 29 Sep 2020 20:57:20 -0400 Subject: [PATCH] app_voicemail.c: Document VMSayName interruption behavior ASTERISK-26424 #close Change-Id: I797ad0ed302d0b3d2c90543eff5b7207ed08ecf0 --- apps/app_voicemail.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index cc96a1c28e..bbbd6fa1e8 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -315,6 +315,9 @@ This application will say the recorded name of the voicemail user specified as the argument to this application. If no context is provided, default is assumed. + Similar to the Background() application, playback of the recorded + name can be interrupted by entering an extension, which will be searched + for in the current context.