steve-lad
790b5f7949
Add vendorconfig data to Edit Device
...
Translate DB fields to formshow fields
These field translations need to be simplified
2021-06-16 12:42:07 +02:00
steve-lad
5e5cf3ffda
Remove unused cases in Save Device
...
These Fields do not exist in sccpdevice
2021-06-16 07:52:58 +02:00
steve-lad
8c4b0ce240
Disable Inherit in default system button settings
...
Disable Inherit buttons in system defaults (should only be used for specific devices)
Add Device Vendor settings to Add Device (WIP - may need db change)
Change various names to be more readable
2021-06-15 17:56:37 +02:00
steve-lad
fb8f4ec00e
Bug Fix - Default line not added on Device Create
...
Default line was only set after Device edit and save, not after Device creation.
2021-06-15 08:56:19 +02:00
steve-lad
707371cb92
Fix update button labels
...
Convert modal responses to Toast
Correct reload parameters to stay on page and redraw table
Correct output text
2021-06-14 15:19:45 +02:00
steve-lad
7107dbe86b
Fix issue with not saving all settings
...
An erroneous break instead of continue was truncating sccpsettings
Simplify logic by avoiding create then delete for settings where data was empty
2021-06-13 16:43:31 +02:00
steve-lad
007330159e
Disable TZ selection
...
TZ is a FreePBX property and should be only changed there.
Now only display for info with help
Ensure that at each initiation, we load the system value
2021-06-13 15:39:43 +02:00
steve-lad
3fee812cc6
Get TZ Offset from timezone
...
Remove unnecessary methods
2021-06-13 13:12:37 +02:00
steve-lad
84925a334e
Update TZ selection method
...
Change Cisco code determination
2021-06-12 07:30:18 +02:00
steve-lad
495ede0df2
Update Sccp_manager.class.php
...
Update version
2021-06-03 09:05:24 +02:00
steve-lad
8341cba1ca
Update Sccp_manager.class.php
...
Remove unnecessary tests
2021-06-03 08:56:04 +02:00
steve-lad
c1f35ace41
Update Sccp_manager.class.php
...
Remove unnecessary page code - this version only works with chan-sccp >433
2021-06-03 08:37:43 +02:00
steve-lad
cd0da5b6a3
Update Sccp_manager.class.php
...
Reset settings page tab order
2021-06-03 08:25:57 +02:00
steve-lad
13778ce657
Update Sccp_manager.class.php
...
Move SccpInfo to first tab leaving General as default
2021-06-02 16:39:02 +02:00
steve-lad
7d641e3b2d
Update Sccp_manager.class.php
...
Remove unused methods
Substitute single line methods
Clean up page presentation (this changes the previous tab order)
2021-06-02 16:31:38 +02:00
steve-lad
4620df53c4
Change Function names
2021-06-02 15:30:21 +02:00
steve-lad
6df032c137
Remove unused methods
2021-06-02 15:21:53 +02:00
steve-lad
2f487d1a32
Create BMO Trait
...
Move BMO code to separate trait
2021-06-02 15:10:12 +02:00
steve-lad
4ee26a9871
Name Changes
2021-06-02 15:03:38 +02:00
steve-lad
f6bdd27335
Use Traits to simplify Sccp_Manager.class
...
Move helper functions to trait
Move Ajax to trait (WIP - next step to create subclass to simplify initialisation)
Rename Directories to eliminate punctuation
Add new directory for traits
2021-06-02 14:55:39 +02:00
steve-lad
d0fd1f2cdb
Remove incompatible files
...
Simplify compatibility checking. This version is only compatible with chan-sccp 433 or greater.
2021-05-31 16:11:07 +02:00
steve-lad
ee0fda775e
Retire Old Interface
...
Use exclusively AMI interface
Delete oldinterface
Delete srvinterface and move aminterface to Sccp_manager.inc
All calls now pass directly to aminterface
2021-05-31 12:33:35 +02:00
Diederik de Groot
51dad690ef
Fix: Default models should have at least 1 button if number is currently no known
...
Enh: allow all model information to be edited.
Fix: edit/load loadinformationid
Fix: Modal Title -> Model
With help from @steve-lad
References: #91
Signed-off-by: Diederik de Groot <dkgroot@talon.nl>
2021-05-30 15:03:38 +02:00
steve-lad
4ce789cd3e
Fix reversion errors
...
When rebasing, errors were introduced. This commit reverses those errors. It may also revert some commits
2021-05-29 15:50:04 +02:00
Diederik de Groot
0011581fc0
Merge branch 'PR108' into extension_mobility_rebased_on_develop
2021-05-24 13:46:19 +02:00
Diederik de Groot
9e95071bad
Fix: Default models should have at least 1 button if number is currently no known
...
Enh: allow all model information to be edited.
Fix: edit/load loadinformationid
Fix: Modal Title -> Model
With help from @steve-lad
References: #91
Signed-off-by: Diederik de Groot <dkgroot@talon.nl>
2021-04-02 15:30:03 +02:00
steve-lad
ef4fc4fe12
Fix Sccp Button Save
...
Correct PDO statements and implimentation concept
2021-04-02 15:29:36 +02:00
steve-lad
31ac0746ba
Bug fixes
...
Correct SQL statement
Correct Message Handler
Correct Message interpreter
2021-04-02 15:29:36 +02:00
steve-lad
19e1bb9b3e
Remove dbugs
2021-04-02 15:29:17 +02:00
steve-lad
dac622c745
Final version
...
Standardise some calls and add notes
2021-04-02 15:29:15 +02:00
steve-lad
09beeb449e
Use bindParam on db executes
...
Use bind param to have stricter typing
Fix bug in Sccp-Manager where key and keyword were not the same
2021-04-02 15:28:55 +02:00
steve-lad
4a3f21dc5d
Further clean ups and annotations
...
Document changes
2021-04-02 15:28:35 +02:00
steve-lad
a1c020c772
Switch to PDO model
...
Switch to PDO model and correct transactions
2021-04-02 15:27:27 +02:00
steve-lad
91c2d233d4
Use bindParam on db executes
...
Use bind param to have stricter typing
Fix bug in Sccp-Manager where key and keyword were not the same
2021-04-02 15:25:32 +02:00
steve-lad
3fbccb982f
Update Transactions and fix errors
...
Reduce quoting level, and fix errors introduced by prior commits
2021-04-02 15:25:32 +02:00
steve-lad
7f047f7c10
Further clean ups and annotations
...
Document changes
2021-04-02 15:25:31 +02:00
steve-lad
95405190cc
Switch to PDO model
...
Switch to PDO model and correct transactions
2021-04-02 15:25:31 +02:00
steve-lad
9d29d11a08
Apply PR 101
2021-04-02 15:23:55 +02:00
steve-lad
a89866e81e
Bug Fixes and optimisations as a result of issue 106
...
Fix bugs in Response Class causing exceptions
Update extconfigs class to correctly check database connectors and improve feedback
Move some constructors to start of class for lisibility
Tidy up Response class with Typing to eliminate unnecessary tests
2021-04-02 15:23:54 +02:00
PhantomVl
3bf8857759
-- Bug Fix Delete Empty Key
2021-04-02 15:23:53 +02:00
PhantomVl
7b48b289af
Fixes : #77
...
Fixes : #82
Fixes : #85
Fixes : #87
--- Bugfix sip protocol
Special thanks for help Diederik de Groot
2021-04-02 15:23:53 +02:00
PhantomVl
f93b846dc1
--- 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
2021-04-02 15:23:53 +02:00
PhantomVl
a3c240b63f
-- Bug fix issues/74
2021-04-02 15:23:52 +02:00
PhantomVl
1e0e19cf26
-- Bug fix Thanks for the help @BossLX
2021-04-02 15:23:52 +02:00
PhantomVl
2f1cf6ca74
-- Bug fix
2021-04-02 15:23:52 +02:00
PhantomVl
6c0d37e25a
-- Bug fix
...
-- DB add field 'videomode'
2021-04-02 15:23:52 +02:00
PhantomVl
347f6f6702
-- Bug fix
2021-04-02 15:23:52 +02:00
PhantomVl
5cebb936c9
-- Bug fix
2021-04-02 15:23:52 +02:00
PhantomVl
14cb629f61
-- 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
2021-04-02 15:23:51 +02:00
Diederik de Groot
6feed566d5
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>
2021-04-02 15:23:51 +02:00
Diederik de Groot
1afe5c5438
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>
2021-04-02 15:23:51 +02:00
Diederik de Groot
de0a07562f
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>
2021-04-02 15:23:44 +02:00
Diederik de Groot
ca16773fa5
First round of spelling corrections
...
Signed-off-by: Diederik de Groot <dkgroot@talon.nl>
2021-04-02 15:23:27 +02:00
PhantomVl
413bcf1b38
-- 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
2021-04-02 15:23:05 +02:00
PhantomVl
f855b99bb7
- Fix not Bug
2021-04-02 15:23:05 +02:00
PhantomVl
3b33d83739
- Add Support "Callforward NOANSWER"
...
- Add Support "park"
2021-04-02 15:23:05 +02:00
PhantomVl
320da7b86f
- Bug Fix. Create addons information
2021-04-02 15:23:05 +02:00
PhantomVl
bbe4b72fe7
- Button assignment form adjustment
2021-04-02 15:23:05 +02:00
PhantomVl
8121a69607
- New style of information message
2021-04-02 15:23:04 +02:00
PhantomVl
49aa1f0ecc
- Fix SCCP
...
- Fix SIP
2021-04-02 15:23:04 +02:00
PhantomVl
b6bc649758
- Fix SCCP
...
- Fix SIP
2021-04-02 15:23:04 +02:00
PhantomVl
1905431be4
- ADD SIP TFTP
...
- Activate Dial Template
2021-04-02 15:23:04 +02:00
PhantomVl
de7633ace7
- ADD SIP TFTP
...
- Activate Dial Template
2021-04-02 15:23:04 +02:00
PhantomVl
3f7c56a553
- Add Video codecs supported in Global config
2021-04-02 15:23:04 +02:00
PhantomVl
743d61d7eb
- Add Video codecs supported in Global config
2021-04-02 15:23:04 +02:00
PhantomVl
8d92da8426
- Remove spaces and special characters from the name Softkey
2021-04-02 15:22:54 +02:00
PhantomVl
2031587f29
- Add Buton "Update Buton Labels". If you replace User nams, this functon Regenerate device labels
2021-04-02 15:22:29 +02:00
PhantomVl
597bed3bce
- Create Cisco phone service for user mobility.
2021-04-02 15:20:55 +02:00
PhantomVl
e40adbaf00
- Change Version
2021-04-02 15:18:57 +02:00
PhantomVl
573a2c9811
Initial add of feature mobility user table:
...
- Add extra user fields and sccp_config entries
- Create new buttonconfig table
- Add PhoneCodepages like cp1251
- Add BackUp Config before Install
2021-04-02 15:18:55 +02:00
PhantomVl
f4d2396a3c
Initial add of feature mobility user table:
...
- Add extra user fields and sccp_config entries
- Create new buttonconfig table
- Add PhoneCodepages like cp1251
2021-04-02 15:16:33 +02:00
PhantomVl
713d588d98
Initial add of feature mobility user table:
...
- Add extra user fields and sccp_config entries
- Create new buttonconfig table
2021-04-02 15:15:58 +02:00
steve-lad
b79498dcb5
Fix Sccp Button Save
...
Correct PDO statements and implimentation concept
2021-03-29 16:22:15 +02:00
steve-lad
fe6ff74608
Bug fixes
...
Correct SQL statement
Correct Message Handler
Correct Message interpreter
2021-03-17 09:48:20 +01:00
steve-lad
80923f5ce1
Remove dbugs
2021-02-11 12:52:08 +01:00
steve-lad
6bfa311281
Final version
...
Standardise some calls and add notes
2021-02-11 12:46:37 +01:00
steve-lad
73ea3023eb
Use bindParam on db executes
...
Use bind param to have stricter typing
Fix bug in Sccp-Manager where key and keyword were not the same
2021-02-09 12:48:22 +01:00
steve-lad
7d7b8cdd05
Update Transactions and fix errors
...
Reduce quoting level, and fix errors introduced by prior commits
2021-02-09 12:48:22 +01:00
steve-lad
124f7052eb
Further clean ups and annotations
...
Document changes
2021-02-09 12:48:22 +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
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
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
dc94cf6d33
-- Bug fix issues/74
2020-05-04 16:29:45 +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
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
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
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
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