Re: [Asterisk-java-users] Set Global Variable via Manager API
Brought to you by:
srt
From: Stefan R. <sr...@re...> - 2005-11-02 11:17:23
|
Hi, > is there a way to set a global variable via the Manager API? > I use the global variable to enable/disable a number of extensions. Which version of Asterisk do you use? At least with the 1.2 series it should be possible to use the SetVarAction whith channel set to null to set a global variable. The comments javadoc are not really up to date. If you try it, please tell us about success or failure. =3DStefan |