]> git.ipfire.org Git - thirdparty/asterisk.git/commit
apps/app_dial: Set the DIALSTATUS to NOANSWER on privacy option 5 23/3823/1
authorMatt Jordan <mjordan@digium.com>
Sat, 3 Sep 2016 21:02:37 +0000 (16:02 -0500)
committerMatt Jordan <mjordan@digium.com>
Sat, 3 Sep 2016 21:06:50 +0000 (16:06 -0500)
commit15105c7494e98e953e292addc5faf9a5ccf8dbbf
tree2a43e124e5269de0a4725aafa2e1ee2cf2781a8d
parent971c96e3dfd06b91a5d635f8ccb32ff9e6248fd6
apps/app_dial: Set the DIALSTATUS to NOANSWER on privacy option 5

If the callee selects option '5' using the Dial application's privacy
(P) option, the DIALSTATUS is erroneously set to ANSWER. This option
reflects the callee sending the caller to VoiceMail one time; the call
is definitely *not* ANSWERed in such a scenario. With this patch, the
DIALSTATUS is instead set to NOANSWER, which is the same DIALSTATUS that
is set when the 'send to VoiceMail every time' option is set.

ASTERISK-25691

Change-Id: Iaf0c9f0fa00545e7366443875e2bb7d9a89a1358
apps/app_dial.c