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
Phantom
809c11fc0c
Update extconfigs.class.php
2021-04-02 15:23:05 +02:00
PhantomVl
320da7b86f
- Bug Fix. Create addons information
2021-04-02 15:23:05 +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
81d42b0b25
- Bug Fix
2021-04-02 15:22:30 +02:00
PhantomVl
2146a78e11
- Bug Fix
2021-04-02 15:22:30 +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
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
45db467e5d
Remove PHP % incompatible code
2021-04-02 13:17:33 +02:00
steve-lad
42717424a2
Update dbinterface.class.php
...
Correct syntax
2021-03-31 13:38:03 +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
e3116d39cb
Update dbinterface.class.php
...
Check that labels exist before binding or an exception will occur
2021-03-24 08:59:13 +01:00
steve-lad
118ff43ec4
Update dbinterface.class.php
...
Bug fix
2021-03-18 07:12:59 +01: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
f560a1e1be
Remove tmp nfs files
2021-03-14 14:04:46 +01:00
steve-lad
c24f6ad8d9
Merge Fix-dbinterface-class
2021-03-13 15:50:45 +01:00
steve-lad
fdf6c2ae83
Merge branch 'Fix-dbinterface-class' into Issue-106
2021-03-13 15:50:17 +01:00
steve-lad
da9517a335
Apply PR 101
2021-03-13 15:10:24 +01:00
steve-lad
7030ec2bb5
Migrate from global db object
...
As per FreePBX BMO, no longer use global db object
2021-03-13 14:58:30 +01:00
steve-lad
9ae3638d04
Correct type declarations
...
type declarations must be lowercase or will be treated as local instance names
2021-03-13 11:35:35 +01:00
steve-lad
cc8eb549d0
Fix exception if sccpsettings table does not exist
...
Before the installer can create sccpsettings, FreePBX instantiates an SCCP_Manager object which requires sccpsettings.
Catch the exception and create the table
2021-03-13 11:21:12 +01:00
steve-lad
0f9ebb8cd1
Tidy up
...
Remove unused variables
Close socket if not using
2021-03-12 14:40:31 +01:00
steve-lad
d5290f18cf
Tighten Ami controls
...
Check that have compatible version of chan-sccp for AMI and disable AMI if not found
Check returned values
Add new classes for response to reduce testing
2021-03-12 14:03:50 +01:00
steve-lad
2b07718c30
Correct Field and add new event classes
...
add 2 new event classes for SCCPShowDevice
correct translator in ShowSCCPDevice_Response
2021-02-28 13:33:41 +01:00
steve-lad
6e2101d4fd
Tidy up exception handling
...
Simplify handling of AMI lists and trap exceptions
2021-02-27 10:00:26 +01:00
steve-lad
c6c2134e03
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-02-24 15:22:04 +01:00
steve-lad
3362f5a7cf
Update dbinterface.class.php
2021-02-11 15:01:57 +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
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
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
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
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
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
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
c12cfad751
-- Bug fix
2020-04-30 14:15:24 +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
Phantom
3201b4152c
Update extconfigs.class.php
2020-03-05 17:32:05 +03:00
PhantomVl
e2761e5bdd
- Bug Fix. Create addons information
2019-10-14 18:01:16 +03:00
PhantomVl
e4e720a182
- Fix SCCP
...
- Fix SIP
2019-09-25 11:10:51 +03:00
PhantomVl
859d15e140
- Fix SCCP
...
- Fix SIP
2019-09-20 19:43:18 +03:00
PhantomVl
ca45965534
- ADD SIP TFTP
...
- Activate Dial Template
2019-09-09 17:26:09 +03:00
PhantomVl
f75a486701
- ADD SIP TFTP
...
- Activate Dial Template
2019-08-21 18:00:57 +03:00
PhantomVl
cf54bb400a
- Bug Fix
2019-05-22 08:47:28 +03:00
PhantomVl
8bfc08beaa
- Bug Fix
2019-05-18 11:34:32 +03:00
PhantomVl
fd57b885e6
- Add Buton "Update Buton Labels". If you replace User nams, this functon Regenerate device labels
2019-05-06 18:22:19 +03:00
PhantomVl
6e81e98dbb
- Installation procedure, detect chan_sccp
2019-04-26 09:46:55 +03:00
PhantomVl
c23a697234
- Installation procedure, detect chan_sccp
2019-04-24 20:31:38 +03:00
PhantomVl
47f92a0c53
- Bug fix, provision sccp
2019-04-24 13:38:51 +03:00
PhantomVl
83169b5160
- Bug fix, provision sccp
2019-04-23 14:11:20 +03:00
PhantomVl
8d8d45d2d9
- Create Cisco phone service for user mobility.
2019-04-23 13:32:52 +03:00
PhantomVl
3daa41135f
- Bugfix
...
- Add Code Page
- update install
2019-04-02 14:52:23 +03:00
PhantomVl
a943aa4b96
- Bugfix
...
- Add Code Page
2019-04-01 14:11:42 +03:00
PhantomVl
f686274189
Initial add of feature mobility user table:
...
- Add extra user fields and sccp_config entries
- Create new buttonconfig table
- Add PhoneCodepages like cp1251
2019-03-25 16:55:44 +03:00
PhantomVl
c2b97fe3ee
Initial add of feature mobility user table:
...
- Add extra user fields and sccp_config entries
- Create new buttonconfig table
2019-03-25 15:25:51 +03:00
Phantom
a36b9c41dc
Update xmlinterface.class.php
2019-01-21 13:09:58 +03:00
PhantomVl
535d03e7fc
- update self diagnostic
2019-01-15 13:44:13 +03:00
PhantomVl
a2ff4368a6
- update diagnostick page
2019-01-14 18:01:38 +03:00
PhantomVl
c06e9a5ba9
- Bug fix.
2019-01-14 12:33:24 +03:00
PhantomVl
f457ce8259
Bug fix Reported by @MarcusRobichon
2019-01-11 12:48:49 +03:00
PhantomVl
28a051e01a
- Add BackUp.
...
- Add Transfer in Global Config.
2019-01-10 18:50:59 +03:00
PhantomVl
bfeb9e4785
Bug fix.
...
- fix bug on install realtime.
- Add realtime diagmostic.
2019-01-09 16:29:24 +03:00
PhantomVl
5bd0d2b124
bug fix :
...
- Set hints all device
- BLF Update
- phonePersonalization
2018-12-28 16:01:20 +03:00
PhantomVl
6794069d3b
Update procedure Insall
...
bug fix
2018-12-25 18:41:34 +03:00
PhantomVl
bbfc6bb007
Update 433 bug fix
2018-12-19 17:40:10 +03:00
PhantomVl
55f6dd73f9
Update 433
...
- Added support for updated driver configuration
- Added revision control database schema (258fed034e
)
- Added option "callhistory_answered_elsewhere" - save point in phone directory for pickup calls.
(bug fix by dkgroot 0291207d82
)
- Bug fix options (TFTP SERVER remapping support)
- And traditionally added new bugs.
- И для тех кто хочет помочь проекту добавлены свежие баги. Я их еще не нашел, а вы ?
2018-12-18 12:28:00 +03:00
PhantomVl
12a7446019
Bug fix
2018-10-25 10:11:25 +03:00
PhantomVl
f8e2080df6
Bug fix
2018-10-23 09:24:03 +03:00
PhantomVl
1db698f3e4
Replace Hint Function
2018-10-22 18:45:07 +03:00
PhantomVl
c4a049dc02
Added output of information about faults in the configuration
2018-08-08 19:11:37 +03:00
PhantomVl
dbb7acc524
Bug Fix
2018-06-26 18:33:05 +03:00
PhantomVl
cd8e33a063
Bug Fix
2018-05-03 17:56:55 +03:00
PhantomVl
5d725b4e13
In the install script, added the mysql parameter search.
...
Added the ability to read the configuration of the "tftp-rewrite" from external config file
2018-04-17 15:59:18 +03:00
PhantomVl
16306cb967
Fixed bug from cobravsninja.
2018-02-26 20:41:53 +03:00
PhantomVl
5d9e262466
Create support TFTP-HPA rewrite
...
+ Fixed bug
2018-01-04 15:24:01 +03:00
PhantomVl
df5d9798cc
Fixed bug
2017-12-27 16:25:12 +03:00
PhantomVl
d1be93cbbe
Fixed spelling errors by SimplySynced
...
Add support ATA device
Update i18n spelling.
2017-12-22 13:08:42 +03:00
PhantomVl
e206e2e4bd
Remove old bug & add new bugs !
2017-11-24 19:49:57 +03:00
PhantomVl
e41476560c
bug fix 'inernal'
...
Pre-made support for ATA devices
2017-11-10 18:58:06 +03:00