ListServers
Multiple Media Servers can use training data that is stored in a database hosted on an external database server. So that only one Media Server at a time can modify the same training data, each Media Server registers to use the database. This action returns a list of Media Servers that have registered to use the database.
Type: synchronous
Example
/action=ListServers
Response
<autnresponse> <action>LISTSERVERS</action> <response>SUCCESS</response> <responsedata> <servers> <server> <uid>1572532526</uid> <host>10.0.0.1</host> <port>14000</port> </server> </servers> </responsedata> </autnresponse>