]> git.ipfire.org Git - thirdparty/asterisk.git/commit
apps/app_dial: Set the DIALSTATUS to NOANSWER on privacy option 5 24/3824/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:56 +0000 (16:06 -0500)
commit6e1a3b924ed651e568af5834071c8b695fa9352a
treecb42fe1854926b7d95ca72eda667dcca6fad3037
parentd3c4b901d476a41b3f7df063aeba3852df4e26b7
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