Hi<br><br>We have an operator that his device state on all queues is "In use" where it should be "Not in use".<br><br>how can we manually change the state of a device?<br><br>I looked into the devstate function and tryed the following:<br>
<br><div style="margin-left: 40px;">perfpbxr*CLI> devstate list<br>perfpbxr*CLI> <br>---------------------------------------------------------------------<br>--- Custom Device States --------------------------------------------<br>
---------------------------------------------------------------------<br>---<br>--- Name: 'Custom:notinuse' State: 'NOT_INUSE'<br>---<br>---------------------------------------------------------------------<br>
---------------------------------------------------------------------<br></div><br>then tried:<br><br><div style="margin-left: 40px;">[default]<br><br>exten => 8888,hint,Custom:notinuse<br></div><br>So when any body dials 8888 would change the devstate back to NOT_INUSE<br>
<br>doesn't seem to work.<br><br>How can we set the devstate?<br>