Re: [Asterisk-java-devel] Originate Action with more than one variable
Brought to you by:
srt
From: Stefan R. <sr...@re...> - 2005-09-15 21:48:06
|
what we need is support for a Map datatype in ActionBuilder and a way for ManagerConnection to get the version of the connected Asterisk server. Then we can add a get/setVariables method to the OriginateAction and map that to variable: var1=3D1|var2=3D2 for Asterisk 1.0.x and variable: var1=3D1 variable: var2=3D2 for Asterisk 1.2 plus we need to make to sure that other additions to the manager api behave the same way by watching Asterisk changes and patches via cvs/mantis. Thats the hard part... If you like to provide a patch to implement that i am happy to integrate it. =3DStefan |