Fix. Send message notify when toggle vm message in Web UI. (#2774)
This commit is contained in:
committed by
FusionPBX
parent
7e56bced01
commit
c72fca1c6b
@@ -345,6 +345,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function message_waiting() {
|
public function message_waiting() {
|
||||||
|
//get the voicemail id
|
||||||
|
$this->get_voicemail_id();
|
||||||
|
|
||||||
//send the message waiting status
|
//send the message waiting status
|
||||||
$fp = event_socket_create($_SESSION['event_socket_ip_address'], $_SESSION['event_socket_port'], $_SESSION['event_socket_password']);
|
$fp = event_socket_create($_SESSION['event_socket_ip_address'], $_SESSION['event_socket_port'], $_SESSION['event_socket_password']);
|
||||||
if ($fp) {
|
if ($fp) {
|
||||||
@@ -354,7 +357,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function message_delete() {
|
public function message_delete() {
|
||||||
|
|
||||||
//get the voicemail id
|
//get the voicemail id
|
||||||
$this->get_voicemail_id();
|
$this->get_voicemail_id();
|
||||||
|
|
||||||
@@ -437,7 +440,6 @@
|
|||||||
$this->message_waiting();
|
$this->message_waiting();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public function message_saved() {
|
public function message_saved() {
|
||||||
|
|
||||||
//check if for valid input
|
//check if for valid input
|
||||||
|
|||||||
Reference in New Issue
Block a user