2019 Dec 23, 09:13 PM
(2019 Dec 23, 07:40 PM)dan Wrote: 1. The http GET interface is a valid way to control SIP. You should also be able to change variables from a plugin.Dan,
See the gv_reference.txt file in the SIP folder for a list with descriptions of SIP's variables.
Thanks for the reply.
I am reading some of the gv values, but was hesitant to freely change gv values out of concern for race conditions or other possible problems. My plugin uses a separate thread to monitor hardware switches, and actions happen from that thread.
Are there some gv values that should't be changed from a plugin, or should only be done using locks?
Karl