Quote: Originally Posted by
guino 
if you're getting a command not executed/oncommandinvalid response (for the mobilephone_dial command), then either the plugin is not loaded correctly (setup issue) OR the plugin is not returning a processed command response code (plugin issue). If this is an isolated issue, then it's likely to be the first case.
thanks guino. Its a really strange issue. The guy can see the plugin in the plugin manager. If he sets all the commands to lowercase some of them work (he can load and see the custom list) but one doesn't. If he sets the commands to uppercase lots of them dont work. My code allways converts the commands to lowercase before checking them.
For every command my plugin returns a command number , all 2 I think. The commands he's sending I've triple checked to make sure I send back a 2. and he's the only one to report this issue.
I'll get him to re-install but any other ideas? particularily why lowercase works but not upper.