FusionPBX
4eec0410c0
Update {$mac}.cfg
...
Disable DND on the Yealink t41p.
2016-05-19 23:02:47 -06:00
FusionPBX
7c4cc9d934
Update {$mac}.cfg
...
Disable DND on the Yealink t42g
2016-05-19 23:01:45 -06:00
FusionPBX
7a1d194a29
Update {$mac}.cfg
...
Disable DND on the Yealink phone for t46g
2016-05-19 23:00:42 -06:00
FusionPBX
4228467fe7
Update {$mac}.cfg
...
Disable DND on phone on the Yealink T48g
2016-05-19 22:59:42 -06:00
markjcrane
2b3213f9df
Create yealink_time_zone_start_time and yealink_time_zone_end_time automatically.
2016-05-19 12:47:03 -06:00
Chris Black
a8d5033953
Flowroute SMS ( #1603 )
...
* Fix Yealink provisioning for contacts/groups
Fix the Yealink provision templates to allow for directory_extensions,
groups and users.
* Fix group_uuid and user_uuid messup
* Yealink directory and provisioning changes
Includes the changes from PR 1582 with some fixes to the SQL.
Also merged all the directory_* options into ONE directory.xml
Will need to call the it with any of these:
http://mydomain/app/provision/?file=directory.xml&contacts=groups
http://mydomain/app/provision/?file=directory.xml&contacts=users
http://mydomain/app/provision/?file=directory.xml&contacts=extensions
http://mydomain/app/provision/?file=directory.xml&contacts=all
* Flow route SMS
2016-05-19 12:09:49 -06:00
FusionPBX
664a7fd2d7
Update {$mac}.cfg
...
Persist the volume after reboot on the Polycom 5.x template.
2016-05-19 11:23:28 -06:00
FusionPBX
80e4f64c37
Update {$mac}.cfg
...
Persist volume after reboot on the 4.x template.
2016-05-19 11:22:01 -06:00
reliberate
3bc6969e49
Theme: Make DateTimePicker on CSS .datepicker class available by default.
2016-05-17 13:44:42 -06:00
markjcrane
6f4c52d956
Prevent php warnings in the text php class.
2016-05-16 21:35:54 -06:00
FusionPBX
1e9489b1e5
Update scripts.php
...
Remove this code as its breaking the upgrade page when migrating from source to package paths.
2016-05-15 08:57:59 -06:00
markjcrane
6dda2e246d
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2016-05-13 08:52:49 -06:00
markjcrane
f89c2b2498
Applied changes from ronyshtamler to support exec-set in vars.xml.
2016-05-13 08:52:25 -06:00
SJS87
41db39bda0
E.164 format support - contact_phone_edit.php ( #1581 )
...
The + prefix is being removed, this should be ignored for the very start of the string, resolution below.
Line 69.
Replace:
$phone_number = preg_replace('{\D}', '', $phone_number);
With:
$phone_number = preg_replace('{(?!^\+)[\D]}', '', $phone_number);
2016-05-13 08:42:34 -06:00
Alexey Melnichuk
9f979b3299
Add. Support Escene phone book ( #1598 )
2016-05-13 08:35:47 -06:00
markjcrane
b0e1f8cc38
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2016-05-13 08:22:23 -06:00
markjcrane
f024039a02
Use effective_caller_id_name and effective_caller_id_number with follow me.
2016-05-13 08:21:58 -06:00
Alexey Melnichuk
6df1dae2a9
Fix. Use correct database for Call Center while FS load. ( #1597 )
...
Problem that `mod_commands` may load after than `mod_callcenter` and there no function `global_getvar`
So current code just create database with name `INVALID COMMAND!.db`.
2016-05-13 08:03:48 -06:00
FusionPBX
edfe01b0c5
Update intercept.lua
...
Account for core.db in intercept.lua
2016-05-12 23:06:45 -06:00
markjcrane
6ba188dc5e
Commented out the new database handle --local dbh = Database.new('switch') as it has a bug when freeswitch is using the DSN with the PostgreSQL driver. This change works around this problem by using the original database handler.
2016-05-12 20:43:57 -06:00
markjcrane
33e8f73879
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2016-05-12 11:52:00 -06:00
markjcrane
6c6ff4368f
Add increased memory usage and upload max file size for PHP in the .htaccess file.
2016-05-12 11:51:37 -06:00
Chris Black
804565549b
Yealink directory listing for extensions, groups, users contacts ( #1588 )
...
* Fix Yealink provisioning for contacts/groups
Fix the Yealink provision templates to allow for directory_extensions,
groups and users.
* Fix group_uuid and user_uuid messup
* Yealink directory and provisioning changes
Includes the changes from PR 1582 with some fixes to the SQL.
Also merged all the directory_* options into ONE directory.xml
Will need to call the it with any of these:
http://mydomain/app/provision/?file=directory.xml&contacts=groups
http://mydomain/app/provision/?file=directory.xml&contacts=users
http://mydomain/app/provision/?file=directory.xml&contacts=extensions
http://mydomain/app/provision/?file=directory.xml&contacts=all
2016-05-12 11:22:40 -06:00
markjcrane
de362abfb5
Fix a minor issue.
2016-05-11 18:42:30 -06:00
markjcrane
dabdbbeb95
Additional work on caller id name and number.
2016-05-11 18:37:01 -06:00
markjcrane
63384b3aa1
Add the new column source_number.
2016-05-11 18:21:36 -06:00
markjcrane
d515d49faa
Additional work on the destination_number on the new xml cdr import tool.
2016-05-11 17:58:43 -06:00
markjcrane
6344476e69
Fix the syntax to the last commit.
2016-05-11 17:05:06 -06:00
markjcrane
2660ea0893
Add source_number and change the destination_number to the number sent to the carrier.
2016-05-11 16:23:42 -06:00
markjcrane
55e6f76c72
Add a new permission number_alias. By default hide it to prevent confusing users.
2016-05-11 13:36:31 -06:00
markjcrane
a4400b2497
Fix some warnings more warnings.
2016-05-11 13:23:53 -06:00
markjcrane
d25a904079
Remove the error reporting in the include php.php.
2016-05-11 13:18:39 -06:00
markjcrane
e3b874ee35
Change default permissions on ring groups.
2016-05-11 13:05:56 -06:00
markjcrane
83772690fc
Change extension permission defaults.
2016-05-11 13:03:06 -06:00
markjcrane
b39f09d442
Remove the comment on the tls-verify-policy and add enabled="false"
2016-05-11 10:24:28 -06:00
Mafoo
87d44390cd
Fix for [ERR] sofia_glue.c:329 Invalid tls-verify-policy value: none ( #1593 )
...
you cannot actually set it to none, you have to not set it to get that
value.
made ipv6 profile tls settings consistent with ipv4 profile
2016-05-11 10:13:56 -06:00
markjcrane
87b92987b7
Run array unique and sort only on groups array if it exists. And use is_array instead of isset on the conditions that test if it is an array.
2016-05-11 09:20:10 -06:00
markjcrane
d3c1417de6
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2016-05-11 09:06:29 -06:00
markjcrane
fa75391a5d
Check each array if it exist with for every foreach in the operator_panel/index_inc.php.
2016-05-11 09:06:14 -06:00
Alexey Melnichuk
6202b1e58f
Update escene config.
2016-05-11 07:44:03 -06:00
FusionPBX
d6bb63b0cc
Update voicemail.php
...
Don't use is_array with glob.
2016-05-10 22:53:42 -06:00
FusionPBX
7e02426a80
Update voicemail.php
...
Use is_array with foreach in the voicemail php class.
2016-05-10 22:51:03 -06:00
markjcrane
8750f50c19
Fix data types on the new music on hold and add the path.
2016-05-10 19:19:47 -06:00
markjcrane
b2e1dd4b2e
Working on music on hold.
2016-05-10 19:09:45 -06:00
markjcrane
1427c56634
Rename gxp3275 to gxv3275.
2016-05-10 18:19:40 -06:00
FusionPBX
538e6bcc08
Update check_auth.php
...
Remove this code to fix a bug voicemail_id is numeric, extension is not always numeric, and number alias should be numeric.
2016-05-10 17:25:20 -06:00
FusionPBX
fecc8e3510
Update app_defaults.php
...
Move the if ($domains_processed == 1) { so none of the code is processed more than one time.
2016-05-10 12:56:33 -06:00
FusionPBX
25fe0b7f93
Update app_defaults.php
...
Add media_mix_inbound_outbound_codecs to true by default.
2016-05-10 12:46:03 -06:00
markjcrane
5a9ad9da41
Update the record count for extensions list.
2016-05-07 18:06:36 -06:00
markjcrane
93d20531e6
On the extensions page use is_array($extensions) instead of $num_rows
2016-05-07 17:37:24 -06:00