Extent of AUTO_CLOSE_NO_ANSWER functionality
Hello.
I am currently deploying quexs with my freepbx & asterisk 16 box.
I am noticing a new feature called AUTO_CLOSE_
In the status.php file it looks to have a redirect for this autocode too, but as far as i can tell, this redirect happens on page load only. I want to make sure i'm not missing something related to this redirect so I wanted to confirm that this will only work if the user refreshes the page or the status iframe. I don't mind making a quick ajax polling for status to force a redirect without page refresh if that is the case.
Thanks
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- queXS Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Tyson McCarney
- Solved:
- 2020-06-18
- Last query:
- 2020-06-18
- Last reply:
- 2020-06-18
Adam Zammit (adamzammit) said : | #1 |
Hi Tyson,
The status frame is set to automatically refresh every 5 seconds so it should pick up the auto close status and then close the case by updating the main frame.
Adam
Tyson McCarney (tysonmcc) said : | #2 |
Hi Adam, thanks for the quick reply.
My frame does not appear to be reloading every 5 seconds.
I currently have AUTO_CLOSE_
I tried to track down where in the code this reload logic is but i was unable to find it. Are you able to point me into the right direction of this so i can figure out why my frame reload is not working?
I am running version 2.2.6.
Thanks
Tyson
Tyson McCarney (tysonmcc) said : | #3 |
Hi Adam.
I found the page refresh logic and ultimately the config property that enables/disables it. Set to true and all is well.
Thanks for the help.
Tyson