-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Digium Phone Module
-
Labels:None
-
ToDo:
-
Asterisk Version:11.19.0
-
Distro Version:13.0.1RC1.17
-
Distro:FreePBX Distro
First - when configuring a Phone Applications, Queues, and selecting a queue - dynamic members are not appearing under 'Members'. That's not a huge deal, because I can add them to the 'Managers' group and they can see the queue and still login; however, I am unable to save the newly edited queue because it appears the FreePBX footer is blocking that option (see attached screenshot attached)
In addition to that, I get an error every time I try and add a logo to a phone:
Whoops \ Exception \ ErrorException (E_WARNING)undefined> Invalid argument supplied for foreach()
/var/www/html/admin/modules/digium_phones/page.digium_phones.php
}
$device['networks'][] = $network;
}
if (!empty($_POST['devicelogos'])) foreach ($_POST['devicelogos'] as $logoid) {
$logo = array();
$logo['logoid'] = $logoid;
foreach ($olddevice['logos'] as $l) {
if ($l['logoid'] == $logoid) {
$logo = $l;
I'm using this module not in easy mode - but advanced.
- is duplicated by
-
FREEPBX-11835 Digium phones module no options in Applications
-
- Closed
-
-
FREEPBX-12221 With dpma installed and digium phones config module, can not add a queue
-
- Closed
-
-
FREEPBX-12224 unable to apply config, apply config returns error exit: 1
-
- Closed
-
- links to