Hi Brian,
You can use updatePhone (AXL API) to update the ring setting
Example:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/10.0">
<soapenv:Header/>
<soapenv:Body>
<ns:updatePhone sequence="1">
<uuid> + ADeviceUId + </uuid>
....
....
<Lines>
<line>
<uuid> + ALineUUId </uuid>
....
....
<ringSetting>Ring</ringSetting> ----> You need to set a value here (Ring, Flash Only or Ring One, ...
This is set for Ring Setting (Phone Idle)
&n