FusionPBX
dfcf4148cf
Update call_flow_edit.php
2019-06-19 08:02:05 -06:00
FusionPBX
642c604b6b
Update call_flow_edit.php
2019-06-17 08:51:35 -06:00
FusionPBX
dd27347353
Update call_flow_edit.php
2018-11-14 15:13:57 -06:00
AlexanderDCrane
aed077b313
Update call_flow_edit.php ( #3378 )
2018-08-31 13:24:03 -06:00
markjcrane
a72f1d6266
Change messages class to message
2018-08-31 03:09:01 +00:00
AlexanderDCrane
61776a16d6
Update call_flow_edit.php ( #3142 )
2018-06-13 01:24:18 -06:00
AlexanderDCrane
aaa73d8ca0
Escape user data on call_flow_edit.php ( #3093 )
2018-06-09 10:55:57 -06:00
FusionPBX
6027045dfd
Update call_flow_edit.php
2018-03-19 01:21:41 -06:00
FusionPBX
db62bf23ad
Update call_flow_edit.php
2018-03-19 00:45:33 -06:00
FusionPBX
97b9096f08
Update call_flow_edit.php
2018-03-19 00:40:17 -06:00
FusionPBX
c5ef7e04f4
Update call_flow_edit.php
2018-03-19 00:36:35 -06:00
FusionPBX
c86ba536a4
Update call_flow_edit.php
2018-01-25 15:30:00 -07:00
Mafoo
3cab4401cf
Enhance - More messages::add updates ( #2662 )
...
convert more messages over to messsagse::add
2017-06-09 20:13:40 -06:00
Alexey Melnichuk
f939c82862
Add. Allow use `call_flow_subscribe.lua` with feature codes without `flow+` prefix. ( #2609 )
...
This commit allows create call flow extension with some feature code (e.g. `*401`)
Then on the phone you can configure BLF like `flow+*401` and use `call_flow_subscribe` to
track current status of this call flow. BLF like `*401` will also works but only if
use `call_flow_monitor` script.
Also it is possible dial `flow+*401` as well as `*401` to toggle call flow state.
2017-06-08 09:44:45 -06:00
FusionPBX
c16ac554e4
Update call_flow_edit.php
2017-05-16 17:57:16 -06:00
FusionPBX
3c1a26f4b1
Update call_flow_edit.php
2017-05-02 21:30:49 -07:00
jebsolutions
f13020b70c
Minor fixes to HTML markup. ( #2274 )
...
call_flow_edit.php
- fix: <script> tag output before html headers
2016-12-27 10:06:30 -07:00
FusionPBX
6af1e391fe
Update call_flow_edit.php
...
Escape the + with the back slash when used in the dialplan.
2016-11-11 13:55:11 -07:00
FusionPBX
b11f927089
Update call_flow_edit.php
...
Escape the * with \* if it is used in the extension or feature code.
2016-10-28 15:25:38 -06:00
FusionPBX
6289f80c2d
Update call_flow_edit.php
2016-10-21 10:21:56 -06:00
FusionPBX
ba35b7042d
Update call_flow_edit.php
2016-10-18 09:37:26 -06:00
FusionPBX
c06c5fa5a8
Update call_flow_edit.php
2016-10-05 18:40:47 -06:00
FusionPBX
12d45dc5f9
Update call_flow_edit.php
2016-10-04 03:28:31 -06:00
FusionPBX
074a6131dc
Update call_flow_edit.php
2016-08-13 14:18:03 -06:00
FusionPBX
921c2ad829
Update call_flow_edit.php
2016-08-13 14:10:57 -06:00
FusionPBX
9e27b0e069
Update call_flow_edit.php
...
Reduce the width of the sounds list for call flow edit.
2016-08-04 17:48:59 -06:00
markjcrane
f5959516ed
Update recur_sounds_dir to return an array rather than using a global variable.
2016-08-04 09:49:57 -06:00
Alexey Melnichuk
61d6f0be6c
Add. Handler for SUBSCRIBE method for call flow application. ( #1701 )
...
* Add. Handler for SUBSCRIBE method for call flow application.
Usage:
1. Run form fs_cli `luarun call_flow_subscribe`
2. Create new call flow extension and set feature code to `flow+<EXTENSION>`(e.g. `flow+401`).
3. Set on the phone BLF key to `flow+401`
This code based on `mod_valet_parking`.
* Add. prevent running 2 copy of script.
Remove some unused vars and simplify implementation.
* Fix. Use correct protocol for send event.
* Fix. Do escape SQL arguments
* Fix. escape `+` sign in call flow extension.
2016-06-24 10:32:19 -06:00
FreeMe
7bc15229b5
Update call_flow_edit.php ( #1652 )
...
Allows the page to become multilingual
2016-06-11 15:23:49 -06:00
FusionPBX
7529c36731
Update call_flow_edit.php
...
Fix the call flow alternate sounds so it saves to the database and its value is displayed when loading the form.
2016-06-11 09:49:22 -06:00
FusionPBX
ca6b094f1e
Update call_flow_edit.php
...
Correct the SQL insert and updates and put the call flow sound and alternate sound into the order that matches the web interface.
2016-06-11 09:29:56 -06:00
FusionPBX
1360ba4d4f
Update call_flow_edit.php
...
Rename the call flows using anti to alternate.
2016-06-11 09:06:12 -06:00
Alexey Melnichuk
03e62d9e91
Add. Support sound prompts on call flow. ( #1645 )
...
This file uses new way to load recordings from DB.
2016-06-11 07:33:16 -06:00
Alexey Melnichuk
ea1f6068c1
Fix. Delete some keys from memcache
2015-08-24 10:34:33 +04:00
markjcrane
d2147cb133
Remove switch_select_destination function from the remaining features that used it and replace with the destination php class.
2015-08-07 15:06:07 -05:00
markjcrane
0d00c9f72d
Move call flows to the new destinations class.
2015-08-07 14:10:24 -05:00
Mark Crane
80d69c28f7
Set the user_context on an call flows to the domain name for single tenant.
2015-03-22 03:33:37 +00:00
Nate Jones
e5295bad45
Visual adjustments.
2015-02-15 09:20:19 +00:00
Nate Jones
0018e553c4
Visual adjustments.
2015-02-15 07:59:02 +00:00
Nate Jones
996e89c396
Removal of colon next to form label names.
2015-02-15 06:50:00 +00:00
Nate Jones
2448ab3a8e
Use the new multi-lingual code on misc files.
2015-01-18 10:33:34 +00:00
Mark Crane
bee6b9ae5e
Update the memcache reference to use the new cache PHP class.
2015-01-16 00:21:02 +00:00
Nate Jones
dc2196dd6f
Document (Window) Title: Update variable name to avoid conflict when paging is used.
2014-07-10 00:32:50 +00:00
Mark Crane
b1dc620fce
clear memcache correctly when saving a call flow
2014-05-24 14:15:18 +00:00
Nate Jones
596c6a2b02
Submit button also placed at top; reordered to right margin, too.
2014-04-26 23:37:41 +00:00
Nate Jones
addf5777dd
Response message updates.
2014-02-21 02:27:42 +00:00
Mark Crane
2bac44aee7
Add app/dialplan/ to the dialplan class path.
2014-01-13 14:34:13 +00:00
Mark Crane
3a58d1e08d
Move references to php classes in includes/classes to resource/classes.
2013-07-06 07:13:36 +00:00
Mark Crane
e9aa47069c
Update the references for header.php and footer.php files to point the resources directory.
2013-07-06 06:29:50 +00:00
Mark Crane
716dc92852
Rename and move persistformvar.php to the resources directory.
2013-07-06 06:21:12 +00:00