Displaying 1 result from an estimated 1 matches for "setvaract".
Did you mean:
setvararg
2006 Feb 27
1
Problems dialing to another Asterisk server
...n.setContext("mariaSIP");
originateAction.setExten("222");
originateAction.setPriority(nPriority);
originateAction.setTimeout(nTimeout);
originateResponse = managerConnection.sendAction(originateAction, 30000);
if(originateResponse.getResponse().equals("Success"))
{
setVarAction.setVariable("STRING3");
setVarAction.setValue("SIP/6020");
originateResponse = managerConnection.sendAction(setVarAction, 30000);
if(originateResponse.getResponse().equals("Success"))
{
RedirectAction redirectAction = new RedirectAction();
re...