Re: [Asterisk-java-users] OriginateAction and variables
Brought to you by:
srt
From: Martin S. <ma...@be...> - 2008-06-10 15:21:09
|
Hi Todd, Those variables are channel variables to set on the resulting channel. They should be the same as anything you can set with the dialplan Set() or SetIf() statements. They aren't for originate action, but for the resulting channel. Cheers, Martin Smith, Systems Developer ma...@be... Bureau of Economic and Business Research University of Florida (352) 392-0171 Ext. 221 ________________________________ From: ast...@li... [mailto:ast...@li...] On Behalf Of Todd Fulton Sent: Tuesday, June 10, 2008 10:44 AM To: ast...@li... Subject: [Asterisk-java-users] OriginateAction and variables Hi, Does anyone know how I can figure out the list of possible variables to set on the OriginateAction? i.e. the method setVariables(java.util.Map vars) Any help would be greatly appreciated. Todd |