fusionpbx/resources/install/scripts/app
Karolis Pabijanskas 03f5396e56 This pull requests fixes XML Handler support for 'date-time' time codition. With this, date-time gets rendered as:
<condition date-time="2015-12-15 15:00~2015-12-16 15:00">

 Without this, the time condition WOULD get redered as:
 <condition field="date-time" expression="2015-12-15 15:00~2015-12-16 15:00">

 which is incorrect and would always match false in FreeSWITCH.

 FreeSWITCH docs for this are here: https://freeswitch.org/confluence/display/FREESWITCH/Time+of+Day+and+Holiday+Routing#TimeofDayandHolidayRouting-Variables

 All other time condition variables documented seem to be included in FusionPBX'es XML Handler.
2015-12-15 16:31:27 +00:00
..
agent_status Revert "Revert "Change. Use `require "resources.functions.config"` to load co…" 2015-08-11 05:06:33 +03:00
avmd Fix the indentation on lua app/avmd/index.lua. 2015-04-24 20:44:47 +00:00
call_block Fix a null error and translation for select option voicemail. 2015-10-19 20:58:16 -06:00
conference_center Prevent the conference alone sound from playing twice. 2015-12-07 16:30:03 -07:00
dialplan After removing domain name from the default recordings dir path need to add the domain name every where the recordings directory is currently used. 2015-12-06 13:37:35 -07:00
event_notify Seperate Cisco 7940/7960 from Cisco SPA so that both can work with check-sync for reboot and reprovision. 2015-12-01 21:12:52 -07:00
failure_handler Update index.lua 2015-12-09 14:04:59 -08:00
fax Fix. Use task db connection to build template. 2015-12-09 14:56:02 +03:00
hangup Get the channel variable in a way that will work with hangup. 2015-09-15 10:09:16 -06:00
is_local Revert "Revert "Change. Use `require "resources.functions.config"` to load co…" 2015-08-11 05:06:33 +03:00
missed_calls/resources/templates/en/us Add multi-lingual support to the missed call emails. 2015-09-15 08:49:37 -06:00
provision Allow a device that is logged in already to be replaced with a new alternate device. 2015-09-23 20:09:16 -06:00
ring_groups Clear the dial_string variable so that it to prevent duplicate destinations. 2015-11-22 19:07:56 -07:00
toll_allow Fix. Off debug output 2015-08-14 12:26:34 +04:00
voicemail Add. Text class to manage translate texts. 2015-11-30 10:22:55 +03:00
xml_handler This pull requests fixes XML Handler support for 'date-time' time codition. With this, date-time gets rendered as: 2015-12-15 16:31:27 +00:00