FreePBX / missedcall

FreePBX missedcall module
GNU General Public License v3.0
0 stars 0 forks source link

Honor "answered elsewhere" setting for ring groups #2

Open lgaetz opened 3 months ago

lgaetz commented 3 months ago

FreePBX Version

FreePBX 16

Improvement Description

I would like to work on this, can I get the details from https://issues.freepbx.org/browse/FREEPBX-24090

Added to this ticket?

kguptasangoma commented 3 months ago

Coping JIRA description details from https://issues.freepbx.org/browse/FREEPBX-24090 -

https://community.freepbx.org/t/missed-call-notification-module/89013/6?u=lgaetz

Add a toggle to the GUI to suppress notifications if a call is marked as 'Answered Elsewhere'. This should be enabled by default.

If the option is enabled by the user, in the AGI that runs on the hung up channel, check the value of Asterisk function ${HANGUPCAUSE} and if it == 26, disable the notification.