mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Allow ring group to use extension 0
This commit is contained in:
@@ -291,7 +291,7 @@
|
||||
//check for all required data
|
||||
$msg = '';
|
||||
if (empty($ring_group_name)) { $msg .= $text['message-name']."<br>\n"; }
|
||||
if (empty($ring_group_extension)) { $msg .= $text['message-extension']."<br>\n"; }
|
||||
//if (empty($ring_group_extension)) { $msg .= $text['message-extension']."<br>\n"; }
|
||||
//if (empty($ring_group_greeting)) { $msg .= $text['message-greeting']."<br>\n"; }
|
||||
if (empty($ring_group_strategy)) { $msg .= $text['message-strategy']."<br>\n"; }
|
||||
if (empty($ring_group_call_timeout)) { $msg .= $text['message-call_timeout']."<br>\n"; }
|
||||
|
||||
Reference in New Issue
Block a user