All parameters for this event must be specified in the body of this request via multiple variables. At least one variable pair must be specified.
Available since Asterisk 1.6 @author Laureano @version $Id$ @since 1.0.0
232233234235236237238239240241242243244245246247
} @Test public void testBuildActionForSipNotifyAction() { SipNotifyAction action; String actual; action = new SipNotifyAction("peer"); action.setVariable("var1", "value1"); action.setVariable("var2", "value2"); actionBuilder.setTargetVersion(AsteriskVersion.ASTERISK_1_6); actual = actionBuilder.buildAction(action); assertTrue("Incorrect mapping of variable property",