Opened 19 years ago
Closed 19 years ago
#2778 closed defect (fixed)
Unable to fully disable VXML answering a call.
Reported by: | Owned by: | stuartm | |
---|---|---|---|
Priority: | minor | Milestone: | 0.21 |
Component: | mythphone | Version: | 0.20 |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
When configuring Mythphone there is no way to disable VXML from answering the call. The code allows for the value of 0 to disable it, however this is not a valid entry via the front end, the minimum allowed entry is 1. I created and tested a patch to allow 0 to be entered to disable the VXML answering and updated the info message informing the user how to disable.
Attachments (1)
Change History (3)
by , 19 years ago
Attachment: | mythphone-diff.patch added |
---|
comment:1 by , 19 years ago
Milestone: | unknown → 0.21 |
---|---|
Owner: | changed from | to
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [12539]) Closes #2778
Applies patch to allow a value of zero for TimeToAnswer. The code already allowed for zero to disable the feature but the HostSpinBox started at one.