Commit Graph

60 Commits

Author SHA1 Message Date
FusionPBX 37a930c28c
Create curl.conf.xml 2019-03-25 16:45:54 -06:00
FusionPBX 3f088a590e
Update switch.conf.xml 2019-02-17 09:12:34 -07:00
FusionPBX f5869d8049
Update conference.conf 2019-02-14 10:11:44 -07:00
FusionPBX 8c85fb46ad
Update conference.conf 2019-02-14 10:10:44 -07:00
FusionPBX fc867adfc6
Update switch.conf.xml 2019-01-19 13:36:56 -07:00
FusionPBX 41075efa09
Create post_load_switch.conf.xml 2019-01-16 03:20:27 -05:00
FusionPBX d3d5740b2a
Update lua.conf.xml 2018-09-22 10:16:53 -06:00
konradSC b192a96f84 Add Device Feature Sync (#2905)
* Update lua.conf.xml

Hook the feature_event lua script to Freeswitch "PHONE_FEATURE_SUBSCRIBE" events.

* Create index.lua

* Create feature_event_notify.lua

* Update call_forward.lua

Add trigger for feature sync.

* Update do_not_disturb.lua

Add trigger for feature sync.

* Update call_edit.php

* Create feature_event_notify.php

* Update index.lua

disable logging
2017-11-09 12:09:56 -07:00
Alexey Melnichuk 515fc15767 Add. BLF indication for call forward. (#2664)
* Add. BLF indication for call forward.

To display general status of CallForward use blf like `forward+<extension>`
To display status for specific phone number use blf like `forward+<extension>/<number>`

* Fix. Escape variable in regex expression.

* Fix. Sync DND and CF blf.

* Add. `blf_subscribe` service which can handle all custom subscriptions.

To run for specific protocol it possible run as `luarun blf_subscribe.lua <PROTO>`
2017-06-20 09:23:23 -06:00
FusionPBX f751189447 Create v8.conf.xml 2017-06-05 11:49:51 -06:00
FusionPBX 58ba80e989 Create opus.conf.xml 2017-06-05 11:43:02 -06:00
FusionPBX fd4e0a3b5f Create smpp.conf.xml 2017-04-28 19:41:40 -06:00
FusionPBX 7c3f8fc55d Update verto.conf.xml 2017-02-02 19:24:22 -07:00
FusionPBX 9d429c0c12 Create json_cdr.conf.xml 2016-12-02 12:21:30 -07:00
FusionPBX 1e20574f0a Create conference_layouts.conf.xml 2016-10-13 15:31:13 -06:00
FusionPBX 19a15b6860 Update switch.conf.xml
Update mailer-app and mailer-app-args to use the default install path.
2016-09-15 14:10:27 -06:00
FusionPBX abc0eb8bb8 Update local_stream.conf 2016-08-16 16:45:55 -06:00
FusionPBX 1eb598749f Update modules.conf.xml 2016-08-16 13:57:41 -06:00
markjcrane 7f3c47f0eb Rename local_stream.conf.xml to local_stream.conf 2016-08-15 08:23:55 -06:00
FusionPBX 1279c80d8a Update lua.conf.xml
Add languages to xml handler and Lua module-directory commented out.
2016-07-20 14:01:01 -06:00
markjcrane bf63ecc896 Replace $${hold_music} with local_stream://default. Remove the $${domain}, and outbound caller id name and number value as they wouldn't have a global value. 2016-07-19 10:03:51 -06:00
markjcrane 9e568e56a8 Change the file name from <name>.conf.xml.noload to <name>.conf as freeswitch only loads the files with .xml. 2016-07-16 14:19:42 -06:00
Alexey Melnichuk ba857b6acf Add. Event handler to support MWI. (#1720)
* Add. Event handler to support MWI.

* Fix. store cache only when get data from memcache

* Change. Use UUID as PID.
2016-06-30 09:55:37 -06:00
FusionPBX 68f4669d48 Update local_stream.conf.xml
Remove the rate in the name xml handler will add it based on the rate that is defined in the param.
2016-06-30 09:50:32 -06:00
FusionPBX 9d8a237bcd Update local_stream.conf.xml
Remove 'moh' local stream in favor of 'default'
2016-06-28 16:14:27 -06:00
Mafoo a25c9a3e48 Added basic searching for moh (#1614)
added basic searching for the default moh directory
added app_defaults so moh is configured/repairable with app_defaults
changed to use PROJECT_ROOT
changed template replacement to be encased in comment so xml will
validate
changed to use preg_replace so leading spaces and tabs can be stripped
(to output clean xml)
local_stream_conf dos2unixed
made default search consistent (they should all be music/default or
music not a mixture)
2016-05-25 14:12:17 -06:00
markjcrane b2e1dd4b2e Working on music on hold. 2016-05-10 19:09:45 -06:00
mafoo 0d2cc7f124 WhitespaceClean-resources/templates/conf
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 13:24:27 +00:00
markjcrane 9ce23a7cca Set max rotate on the FreeSWITCH logs to 10. 2016-02-22 13:15:55 -07:00
markjcrane b6790e069b Change spandsp.conf.xml use-ecm from true to false. 2016-01-28 19:42:39 -07:00
FusionPBX 6a586abb16 Merge pull request #1384 from moteus/lua_conf_run_example
Add. Example of how run fax queue monitor.
2016-01-15 21:43:34 -07:00
blackc2004 2829fefdd2 Update cidlookup.conf.xml 2016-01-15 20:11:38 -08:00
Alexey Melnichuk bc78f557a9 Add. Example of how run fax queue monitor. 2016-01-13 10:40:21 +03:00
markjcrane ac09089f17 Fix the PostgreSQL query in cidlookup.conf.xml. 2016-01-08 18:15:45 -07:00
markjcrane 036eb31031 Add odbc-dsn to fifo.conf.xml 2015-12-29 23:47:20 -07:00
markjcrane a01a61e02c Remove /scripts from the path as it is redundant. 2015-11-08 13:40:08 -07:00
markjcrane 4ef7b049b0 Change base_dir to script_dir in <param name="script-directory" value="$${script_dir}/scripts/?.lua"/> 2015-11-08 07:44:45 -07:00
markjcrane 1af143963b Remove acl.conf.xml. 2015-08-12 23:30:38 -06:00
markjcrane 76dfa895dd Change the vertical grouping of script-directory. 2015-08-11 20:56:53 -06:00
Alexey Melnichuk 3e16e69adb Revert "Revert "Change. Use `require "resources.functions.config"` to load co…" 2015-08-11 05:06:33 +03:00
FusionPBX 2a2dd209df Revert "Change. Use `require "resources.functions.config"` to load config file." 2015-08-10 11:50:29 -06:00
Alexey Melnichuk 3da348fff0 Change. Use `require "resources.functions.config"` to load config file.
Change. Move `script_dir` definition into config file.
2015-07-22 13:20:51 +04:00
markjcrane 262737828c Enable XML Handler by default. 2015-07-15 23:43:03 -07:00
Mark Crane 28c4f7ea50 Page conference settings need page caller controls. For non modertor 0 mute and press again to unmute. 2015-05-14 01:56:11 +00:00
Nate Jones b38be32c9c Paging: Ability to grant caller moderator status/controls, auto-generate random pin.
Conference: Add missing caller-controls and moderator-controls parameters in autoload_config.
2015-04-30 09:45:41 +00:00
Mark Crane fb7ded71ce Set auto-gain-level to 0 or disabled. 2015-04-01 10:18:48 +00:00
Mark Crane 6d13f8a872 Update http_cache.conf.xml for a more complete set of instructions. 2015-03-22 04:15:26 +00:00
Mark Crane da886099a7 Add a missing template variable that was removed by another developer. 2015-01-20 19:06:02 +00:00
Mark Crane 9c968daaa0 Add a SQLite example as requested in this issue.
https://code.google.com/p/fusionpbx/issues/detail?id=806&start=100
2015-01-11 08:11:50 +00:00
Richard Neese 8c824eee1b fixing moh to work with all levels. 2014-12-04 23:17:11 +00:00