Files
fusionpbx/app
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
..
2016-06-11 09:04:42 -06:00
2016-06-10 12:23:01 -06:00
2016-05-26 05:55:46 -06:00
2016-06-08 07:21:45 -06:00
2016-04-25 20:30:23 -05:00
2016-05-26 13:08:53 -06:00
2016-06-08 07:21:45 -06:00
2016-05-15 08:57:59 -06:00
2016-05-23 21:37:21 -06:00
2016-06-11 07:15:11 -06:00