In "My BAM! menu", "Work preferences":
- starting with "Disconnect when done?" set to "No" and "Skip image file verification?" set to "No"
- click on "Yes" for "Skip image file verification?" and the radio button for "Disconnect when done?" disappears from the "No" leaving no radio button highlighted for "Disconnect when done?" and both radio buttons highlighted for "Skip image file verification?"
- click on "No" for "Skip image file verification?" and both radio buttons highlighted for "Skip image file verification?" continue to be marked.
- save that page, and "Skip image file verification?" is saved as "Yes".
- click on "Edit"
- for "Disconnect when done?" (which has nothing highlighted), click on "No".
- Save the page and "Skip image file verification?" has been changed to "No".
In the source code for the page, this looks wrong:
<td><h6>Skip image file verification?</h6></td>
<td>
<span class="preferencesText">
No
</span><span class="preferencesEdit"><input class="radio" type="radio" name="dont_verify_images" value="0" checked>
No
<input class="radio" type="radio" name="hangup_if_dialed" id="dont_verify_images" value="1">
Yes
</span>
but I'm not claiming that's the cause!