fusionpbx/app/call_flows
FusionPBX e3526deb41 Update app_config.php
Change call_flow_sound_on to call_flow_sound. Call flow anti to alternate and call_flow_sound_off to call_flow_alternate_sound.
This changes make it more consistent with the front end. For the few developers that have the call_flow_sound_on and call_flow_sound off I offer the these alter table statements.
ALTER TABLE v_call_flows RENAME COLUMN call_flow_sound_on to call_flow_sound;
ALTER TABLE v_call_flows RENAME COLUMN call_flow_sound_off to call_flow_alternate_sound;
2016-06-11 09:04:42 -06:00
..
app_config.php Update app_config.php 2016-06-11 09:04:42 -06:00
app_languages.php Add. Support sound prompts on call flow. (#1645) 2016-06-11 07:33:16 -06:00
app_menu.php Add latest translations 2015-06-15 19:30:00 +00:00
call_flow_delete.php Use the new multi-lingual code on misc files. 2015-01-18 10:33:34 +00:00
call_flow_edit.php Add. Support sound prompts on call flow. (#1645) 2016-06-11 07:33:16 -06:00
call_flows.php Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric). 2016-03-28 23:02:11 -06:00
root.php Cleanup the indentation ... tabs and whitespace after the last pull request. 2016-04-28 16:56:44 -06:00