Commit graph

192 commits

Author SHA1 Message Date
steve-lad 124f7052eb Further clean ups and annotations
Document changes
2021-02-09 12:48:22 +01:00
steve-lad 22a4eb6e9e Cleaning up
Simplify structure and fix errors
2021-02-09 12:45:37 +01:00
steve-lad 5e5633ed7b Switch to PDO model
Switch to PDO model and correct transactions
2021-02-09 12:45:37 +01:00
steve-lad 7993eec487 Test for chan_sccp_b version compatibility
SoftKeySets fails with chan_sccp-b prior to revision number 11048.

Check the version with the installer, and subsequently to ensure do not get exception.
2021-02-09 12:45:36 +01:00
steve-lad b3d31b669a Fix assignment sccp_compatible
Sccpvalues key and keyword must be same or causes hidden DB warnings because of duplicate primary keys after write / read / write
2021-02-09 12:43:26 +01:00
Phantom 2f854e7273
Merge pull request #93 from andreadiotta/fix_chan-sccp_version_detect
Fixed recognition of chan-sccp release version 4.3.3
2021-02-05 12:15:14 +03:00
Phantom 2c28342286
Merge pull request #98 from steve-lad/Fix-SoftKeys
Fix soft keys
2021-02-05 12:14:07 +03:00
Phantom c0cf0b15d7
Merge pull request #97 from steve-lad/Update-AMI-getRealTimeStatus
Update ami get real time status
2021-02-05 12:10:59 +03:00
Phantom e31b4bf993
Merge pull request #95 from steve-lad/Improve-Page-Performance
Improve page performance
2021-02-05 12:09:55 +03:00
Phantom 30ba68d03e
Merge pull request #99 from steve-lad/Fix-Installer
Installer failed to update db version
2021-02-04 14:29:59 +03:00
steve-lad d26fbd719d Installer failed to update db version
Error in sytax at 745, and in exception handler at 747

Tidied up messages

Standardised Exception handler trap

Atom deleted whitespaces
2021-02-02 10:15:18 +01:00
steve-lad 26d9554c05 Updated GenericResponse
Updated generic response handler for table case
2021-01-28 11:54:27 +01:00
steve-lad c929649909 Update AMI Response
Bring branch up to level of previous Pull which can now be deleted
2021-01-28 11:18:48 +01:00
steve-lad 48041fc62c Cleaned up messages
Improved message readability. Atom removed extraneous white spaces and lines
2021-01-28 10:25:02 +01:00
steve-lad d5c8cc9ab2 Match to previous commit
Add missing comments
2021-01-28 10:00:10 +01:00
steve-lad 80fbf7b1b4 Remove extraneous calls
Duplicate calls from page.settings removed
2021-01-28 08:11:21 +01:00
Andrea Diotallevi 64e4c3d86b Fixed recognition of chan-sccp release version 4.3.3 2021-01-17 15:33:00 +01:00
PhantomVl 4eb816985e -- Bug Fix NTP Config 2020-11-17 09:34:11 +03:00
PhantomVl 5cf3f7f324 Fixes: #88
-- Bug Fix SRST Config
-- A template was added for 7975
2020-11-16 22:58:44 +03:00
PhantomVl adc46b84c2 -- Bug Fix SRST Config 2020-11-16 22:43:21 +03:00
PhantomVl 4c49a036f8 -- Bug Fix Delete Empty Key 2020-11-16 10:33:18 +03:00
PhantomVl 21a5472f4a Fixes: #77
Fixes: #82
Fixes: #85
Fixes: #87
--- Bugfix sip protocol
Special thanks for help Diederik de Groot
2020-11-15 18:37:51 +03:00
PhantomVl ab6b45350e --- Add support for setting "setvar=xxx=xxx" entries
--- Writing sccp.conf also check/create sccp_custom.conf #87
--- Fix the getCodec function. #85
--- Switching around the general deny/permit order. #82
--- Thank Josh2893 for the templet #77
Special thanks for help Diederik de Groot
2020-11-11 15:16:41 +03:00
PhantomVl 932aae5cfd -- Bug fix @BossLX 2020-05-05 16:08:49 +03:00
PhantomVl 52a3c91f7a -- Bug fix @BossLX 2020-05-05 15:16:23 +03:00
PhantomVl 9bb381c13a -- Bug fix @BossLX 2020-05-05 12:50:01 +03:00
PhantomVl dc94cf6d33 -- Bug fix issues/74 2020-05-04 16:29:45 +03:00
PhantomVl a1686b86e6 -- Bug fix Thanks for the help @BossLX
-- Bug fix issues/73
2020-05-04 12:39:13 +03:00
PhantomVl f23f8a511c -- Bug fix Thanks for the help @BossLX 2020-05-04 12:13:01 +03:00
PhantomVl c12cfad751 -- Bug fix 2020-04-30 14:15:24 +03:00
PhantomVl e8e49a357d -- Bug fix
-- DB add field 'videomode'
2020-04-22 14:01:26 +03:00
PhantomVl 5be35cc0ae -- Bug fix
-- DB add field 'videomode'
2020-04-21 22:51:43 +03:00
PhantomVl 86891c3751 -- Bug fix 2020-04-21 14:44:56 +03:00
PhantomVl 7bce73092f -- Bug fix 2020-04-21 13:51:10 +03:00
PhantomVl 2d57895fc1 -- Added new features for the future (now disabled)
-- Changed time zone settings
-- Changed the list of supported codecs
-- Added the ability to specify the DNS name as the server interface
-- Bug Fix
-- Add Vendor Config Options
2020-04-16 20:35:50 +03:00
Phantom 363bfbc658
Merge pull request #69 from dkgroot/refactor_spelling
(WIP) Refactor: Spelling / PSR2 / Rename / camelCase Functions (WIP)
2020-04-09 17:54:46 +03:00
Diederik de Groot 95d0c80b8e Fix get_server_sccp_bind when a bindaddr is specified in the frontend it should return an array of array indexed by the 'bindaddr'
Signed-off-by: Diederik de Groot <dkgroot@talon.nl>
2020-04-09 11:10:42 +00:00
Diederik de Groot 99aa4971c4 Fix Spelling Sccp_manager.class.php
Switch to using camelCase for functions in Sccp_manager.class.php
Remove old TODO comments
Remove comments that don't add information

Signed-off-by: Diederik de Groot <dkgroot@talon.nl>
2020-04-09 10:16:15 +00:00
Diederik de Groot 2db4cd3dc2 Ran: .......................................... 42 / 42 (100%)
No fixable errors were found

Time: 10.05 secs; Memory: 41.75MB
Signed-off-by: Diederik de Groot <dkgroot@talon.nl>
2020-04-09 09:25:43 +00:00
Diederik de Groot ccd514dbd9 First round of spelling corrections
Signed-off-by: Diederik de Groot <dkgroot@talon.nl>
2020-04-09 09:24:02 +00:00
PhantomVl 5e0b2605e3 -- Added new features for the future (now disabled)
-- Changed time zone settings
-- Changed the list of supported codecs
-- Added the ability to specify the DNS name as the server interface
2020-04-07 17:53:47 +03:00
Phantom 3201b4152c
Update extconfigs.class.php 2020-03-05 17:32:05 +03:00
Phantom 668ed964b8
Update Sccp.class.php.v433 2020-03-03 13:58:40 +03:00
Phantom 66e162a13e
Update Sccp.class.php.v431 2020-03-03 13:57:40 +03:00
PhantomVl 772de6bf66 - Fix not Bug 2019-11-15 10:39:57 +03:00
PhantomVl 57b73781dc - Add Support "Callforward NOANSWER"
- Add Support "park"
2019-11-14 17:10:14 +03:00
PhantomVl 6e00f1fba5 - Bug Fix Sip 2019-11-14 14:30:03 +03:00
PhantomVl e2761e5bdd - Bug Fix. Create addons information 2019-10-14 18:01:16 +03:00
PhantomVl 2faf6e1200 - Button assignment form adjustment 2019-09-27 14:44:56 +03:00
PhantomVl 91d3fe1558 - New style of information message 2019-09-25 13:27:43 +03:00