I have written a small PHP script enabling me to control my SB from my iphone. Everything works really well towards firefly, however now I want to add radio support and I am struggeling with disconnnecting from the radio. Now, unless I completely missunderstood the RCP, I need to do the following:
* GetConnectedServer so that my RCP sessions gets whatever the SB is conected to.
* ServerDisconnect to get off the radio
* ListServers to get the list of servers
* ConnectServer to hook up with something else
Unfortunately, this is my output:
GetConnectedServer
GetConnectedServer: OK
ServerDisconnect
ServerDisconnect: ResourceAllocationError
What am I doing wrong? Tnx
