Commit Graph

3258 Commits

Author SHA1 Message Date
konradSC dd96590619 Bug Fix: Not rerouting back to Advanced vm menu (#2768)
Need to pass in the "advanced" menu variable to functions in order to get back to Advanced menu.
2017-07-30 10:55:27 -06:00
FusionPBX 5a142bef69 Update index.lua 2017-07-29 23:06:43 -06:00
Len 79c6cb4215 Create phonebook.xml 2017-07-29 02:12:33 -04:00
Len f62cba21d6 Update {$mac}.xml 2017-07-29 02:12:01 -04:00
Len 08ab42c3e5 Create phonebook.xml 2017-07-29 02:08:15 -04:00
Len fc84c0f102 Update {$mac}.xml 2017-07-29 02:07:25 -04:00
Len 6c9df66dd3 Update {$mac}.xml 2017-07-29 02:06:15 -04:00
Len 9f5c80ad90 Create phonebook.xml 2017-07-29 02:05:18 -04:00
Len fc1f6d985a Create phonebook.xml 2017-07-29 02:04:36 -04:00
Len 48eddbefcb Create phonebook.xml 2017-07-29 02:04:05 -04:00
Len d20d484fc2 Create phonebook.xml 2017-07-29 02:03:31 -04:00
Len cf7cecdff1 Create phonebook.xml 2017-07-29 02:02:57 -04:00
Len 48bff4aa11 Update {$mac}.xml 2017-07-29 02:01:22 -04:00
Len e199571994 Update {$mac}.xml 2017-07-29 02:00:07 -04:00
Len bad302306e Update {$mac}.xml 2017-07-29 01:59:19 -04:00
Len c36626da51 Update {$mac}.xml 2017-07-29 01:57:38 -04:00
Len f971963eb0 Update {$mac}.xml 2017-07-29 01:47:34 -04:00
Len 467bffb429 Update {$mac}.xml 2017-07-29 01:38:45 -04:00
Len c1630c3182 Update {$mac}.xml 2017-07-29 01:19:47 -04:00
Len 7ed8618681 Update README.txt 2017-07-29 01:03:51 -04:00
Len 3e9f92a6ab Update {$mac}.xml 2017-07-29 01:02:18 -04:00
Len eb3c0bba1d Update README.txt 2017-07-29 00:59:39 -04:00
Len 51c2214a37 Update {$mac}.xml 2017-07-29 00:56:11 -04:00
Len 48834e979b Update README.txt 2017-07-29 00:52:55 -04:00
Len b7cf4c4866 Update {$mac}.xml 2017-07-29 00:51:24 -04:00
Len 5a12518d15 Update README.txt 2017-07-29 00:49:05 -04:00
Len 1c07d5b24e Update {$mac}.xml 2017-07-29 00:46:51 -04:00
Len 446eec9c4d Update README.txt 2017-07-29 00:42:18 -04:00
Len 742a33a18d Update {$mac}.xml 2017-07-29 00:38:58 -04:00
Len 5b0e0945eb Update {$mac}.xml 2017-07-29 00:34:12 -04:00
Len d21af45e30 Update {$mac}.xml 2017-07-29 00:32:02 -04:00
Alexey Melnichuk f308e2a30e Fix. Cache class. (#2755)
* Fix. Cache class.

 * `send_event` raise error so `Cache.del` did not remove key or send any event
 * use `memcache` method by default even if `cache` table does not defined in config
 * `Cache.get` did not return any data when use `memcache` method
 * `Cache.get` did not close file. (Its should not be a big problem because GC should do it by self).
 * `Cache.get` can returns some undefined global value. (if method is `file` and file not exists then method returns global `result` value)
 * `Cache.get` does not need check for file existence
 * Value escaping does not needed for `file` method
 * Needed different key escaping for `memcache` and `file` methods
 * Update self test

* Change. Use random names for temp files.
2017-07-26 09:40:53 -06:00
Alexey Melnichuk 272d1c2f30 Change. Use new service class to implement ha_monitor.lua (#2710)
This allows remove code related to create pid file and
handle system commands (e.g. to stop service) from service
file and leave it to base class.
2017-07-24 23:38:43 -06:00
FusionPBX d59678cb53 Update index.lua 2017-07-24 19:49:32 -06:00
FusionPBX 15d4e57e88 Update internal.xml.noload 2017-07-24 15:31:55 -06:00
FusionPBX 1066eaa5e8 Update index.lua 2017-07-23 23:40:39 -06:00
FusionPBX 151515d01a Update app_languages.php 2017-07-22 20:46:45 -06:00
FusionPBX 55f5aa0fb0 Update app_languages.php 2017-07-22 20:19:01 -06:00
FusionPBX 84191e4090 Update cache.php 2017-07-22 15:52:45 -06:00
FusionPBX 4cba425e11 Update cache.lua 2017-07-22 15:18:20 -06:00
FusionPBX 5ddedc8afa Update cache.lua 2017-07-22 15:17:11 -06:00
FusionPBX 09f1ea706e Update cache.php 2017-07-22 13:18:03 -06:00
FusionPBX 1804dcc344 Update cache.lua 2017-07-22 12:38:45 -06:00
FusionPBX cf0fbb0f93 Update cache.lua 2017-07-22 01:09:39 -06:00
FusionPBX 942293debe Update lazy_settings.lua 2017-07-22 00:38:25 -06:00
FusionPBX fce02cb024 Update index.lua 2017-07-21 18:05:23 -06:00
FusionPBX 8bd98f826b Update index.lua 2017-07-21 18:05:08 -06:00
Len b534caeddb Update index.lua 2017-07-21 00:10:35 -04:00
FusionPBX 614861eda8 Update index.lua 2017-07-20 03:50:10 -06:00
FusionPBX 82e65333e9 Update index.lua 2017-07-19 23:07:04 -06:00
FusionPBX d32c2cfd60 Update index.lua 2017-07-19 23:06:41 -06:00
sergey-mz c3f521beb3 Update template (#2749)
Do not disable LLDP. LLDP can push the phone to separate VLAN if set by switch and it will lose connection and go to web recovery mode.
Add second screen name line to display extension #.
Add line display name (Caller ID in web interface).
2017-07-19 14:44:43 -06:00
Cristian Livadaru df87823e38 fix snom register_expire (#2745)
the template uses the wrong parameter for sip registry expire, the
parameter user_subscription_expiry sets the expiry of subscriptions and
not the register (see
http://wiki.snom.com/Settings/user_subscription_expiry)
To set the register expiry one needs to use the user_expiry parameter
(see http://wiki.snom.com/Settings/user_expiry)
2017-07-18 12:27:53 -06:00
FusionPBX a24528c196 Update database.php 2017-07-15 23:06:22 -06:00
FusionPBX 030752f964 Update database.php 2017-07-15 22:26:01 -06:00
FusionPBX 1fedc4e009 Update database.php 2017-07-15 20:38:56 -06:00
FusionPBX 420cce478d Update database.php 2017-07-15 20:20:51 -06:00
FusionPBX 3c9acd16dc Update database.php 2017-07-15 17:20:21 -06:00
FusionPBX bc414459de Update database.php 2017-07-15 17:09:01 -06:00
FusionPBX 8ff6c56273 Delete schema.php 2017-07-15 12:37:23 -06:00
FusionPBX e7b49caad6 Update database.php 2017-07-14 20:44:45 -06:00
FusionPBX 0e68a3ff2f Update database.php 2017-07-14 20:41:23 -06:00
FusionPBX bed511aab7 Update {$mac}.cfg
http://community.polycom.com/t5/VoIP/Exchange-URL-warning-after-new-update/td-p/86621
2017-07-14 12:46:47 -06:00
FusionPBX a9f29c7669 Update {$mac}.cfg
http://community.polycom.com/t5/VoIP/Exchange-URL-warning-after-new-update/td-p/86621
2017-07-14 12:45:46 -06:00
FusionPBX 770915d3b7 Update index.lua 2017-07-14 12:26:01 -06:00
FusionPBX d0cfe5e0e1 Update database.php 2017-07-14 10:52:30 -06:00
FusionPBX a55ada0195 Update database.php 2017-07-11 12:48:20 -06:00
FusionPBX c91b280edd Update database.php 2017-07-11 11:30:22 -06:00
FusionPBX 1d8f16446a Update database.php 2017-07-11 00:13:54 -06:00
FusionPBX a086610092 Update database.php 2017-07-10 22:38:29 -06:00
FusionPBX 714bba8226 Update vars.xml 2017-07-09 23:46:36 -06:00
FusionPBX 22e2960646 Update vars.xml 2017-07-09 13:27:11 -06:00
FusionPBX 64f14bd224 Update vars.xml 2017-07-09 13:20:04 -06:00
FusionPBX e600a85c95 Update vars.xml 2017-07-09 13:04:00 -06:00
FusionPBX 1bce08243f Update vars.xml 2017-07-09 12:52:21 -06:00
FusionPBX e19b07c790 Update vars.xml 2017-07-09 12:45:32 -06:00
FusionPBX a44fa6d521 Update vars.xml 2017-07-09 11:20:23 -06:00
FusionPBX 96cb411d72 Update database.php 2017-07-08 01:10:28 -06:00
FusionPBX c6c5c012e1 Update database.php 2017-07-04 09:48:52 -06:00
FusionPBX d5e7977317 Update menu.php 2017-07-01 16:05:25 -06:00
FusionPBX 98b834e1b8 Update menu.php 2017-07-01 14:13:51 -06:00
FusionPBX b67852f20a Update check_auth.php 2017-07-01 10:09:17 -06:00
FusionPBX 52ba793640 Update check_auth.php 2017-07-01 09:44:34 -06:00
The-Operator 2c0efdc6c6 Update German and Austrian translations (#2722)
* Update German and Austrian translations

Update German and Austrian translations and added missing English translations for FAX application.

* Update German & Austrian translations
2017-06-30 15:23:01 -06:00
FusionPBX 39dc843d12 Create translate.conf.lua 2017-06-29 12:11:39 -06:00
Dean Montgomery 63c0d183cc Fix Attended Transfer Caller ID Display (#2718)
* Update {$mac}.xml

Fix Attended Transfer Caller ID Display

* Update {$mac}.xml

Fix Attended Transfer - Caller ID Display.

* Update {$mac}.xml

Fix Attended Transfer - Caller ID Display = Auto

* Update {$mac}.xml

Fix Attended Transfer - Caller ID Display  = Auto

* Update {$mac}.xml

Fix Attended Transfer - Caller ID Display = Auto
2017-06-27 22:58:45 -06:00
Len 9678b94d1c Update {$mac}.xml 2017-06-25 05:39:00 -04:00
Len 943aee8030 Update {$mac}.xml 2017-06-25 03:45:45 -04:00
Len f48722e2bb Update y000000000051.cfg 2017-06-22 19:20:50 -04:00
Len efeaa2a526 Update y000000000065.cfg 2017-06-22 19:20:09 -04:00
Len 0c1b4e1968 Update y000000000035.cfg 2017-06-22 19:19:14 -04:00
Len d5bc2b8d93 Update y000000000066.cfg 2017-06-22 19:18:24 -04:00
Len e239afa00e Update y000000000029.cfg 2017-06-22 19:17:11 -04:00
Len 5beedee836 Update y000000000068.cfg 2017-06-22 19:16:05 -04:00
Len 880fbbdc0b Update y000000000036.cfg 2017-06-22 19:15:13 -04:00
Len d0c077ed42 Update y000000000054.cfg 2017-06-22 19:06:27 -04:00
Len c35d93c14e Update y000000000046.cfg 2017-06-22 19:04:46 -04:00
Len f9315f9c86 Update y000000000045.cfg 2017-06-22 19:03:50 -04:00
Len 2b12651f76 Update y000000000069.cfg 2017-06-22 19:02:58 -04:00
Len 2b958488ff Update y000000000044.cfg 2017-06-22 19:01:30 -04:00