Parsing outside a Duet Module
Avargas
Posts: 57
Dear all,
I'm trying to implement extra functions to the Polycom HDX-9004 AMX DUET Module, for example to parse if we are doing a multiconference.
In order to do that I need to use a data_event outside the .JAR but as many of you know for sure I don't receive strings outside (because the duet module I guess).
Do you know any way to do that? I've already tried using "redirect_string" function to receive the strings in a virtual device, but It doesn't work.
I don't want to make a new full module just because of this. /facepalm
Any idea? kisses
I'm trying to implement extra functions to the Polycom HDX-9004 AMX DUET Module, for example to parse if we are doing a multiconference.
In order to do that I need to use a data_event outside the .JAR but as many of you know for sure I don't receive strings outside (because the duet module I guess).
Do you know any way to do that? I've already tried using "redirect_string" function to receive the strings in a virtual device, but It doesn't work.
I don't want to make a new full module just because of this. /facepalm
Any idea? kisses
0
Comments
The standard way is to send the following command to the Duet virtual device.
PASSBACK-1
Check out the doc that is included with the module. It should be listed in there.