|
From: Peder O. <po...@ho...> - 2014-02-11 10:05:57
|
Hi, Why is http://myserver:59140/command?type=record&party=xxxx Always returning success = true? Should it not return true only if sip and rtp media ip packages is going through the package analyzer compent part of oreka GPL at the same moment? Because, a recording does not really start, if the session is not allready ongoing. That is, if I first request http://myserver:59140/command?type=record&party=xxxx on my party and then make a call to a remote party, this conversation is not gonna be recorded. One could think that it should autmatically schedule the request, but it doesn't. Therefore the request should return success = false, when requesting a record before initiating the call. Also, the only thing returned from a successful record start (if we have ongoing packet traffic for the party), is an attribute within the comment xml element, called orkuid. Cannot find this orkuid anywhere. Should'nt it be the id of the orktape instead? For ex. orkuid:20140211_105941_DDMF. Regards Peder |