Need help with PbxSignal Api for softphone implementation
Hello,
Have problem with implementation custom phone app. I'm trying to implement it base on http://class.innovaphone.com/moodle2/mod/forum/discuss.php?d=25488 and http://class.innovaphone.com/moodle2/mod/forum/discuss.php?d=25143
I got the problem wit sending api request { mt: "Register", api: "PbxSignal", hw: self.hw } to my service.
Session::AppWebsocketMessage(class json_io & msg, word base, const char * mt, const char * src) doesn't get this message, and client side doesn't get response to it.
How can I tune and process it on service
Thank you, Taras