Sub Plan Example XML

<SubPlans>
	<SubPlan SubPlanID="1" Description="Voicemail Sub Plan">
	  <Nodes>
		<Node NodeType="SubPlanStart" NodeID="4" Description="">
			<MandatoryProperties>
			</MandatoryProperties>
			<OptionalSettings/>
			<Branches>
				<Branch Name="Continue" NodeID="5"/>
			</Branches>
			<DynamicBranches/>
			<DynamicProperties/>
		</Node>				
		<Node NodeType="Voicemail" NodeID="5" Description="">
			<MandatoryProperties>
			<Property Name="AudioFile" Value="Default"/>
			<Property Name="VoicemailType" Value="Voice2Email"/>
			<Property Name="EmailAddress" Value="[email protected]"/>
			<Property Name="MaxLength" Value="5"/>
			<Property Name="AudioFormat" Value="MP3"/>
			<Property Name="TerminateKeyEnabled" Value="False"/>
			</MandatoryProperties>
			<OptionalSettings/>
			<Branches/>
			<DynamicBranches/>
			<DynamicProperties/>
	  	</Node>
	  </Nodes>
	  <CustomData>
	  </CustomData>
	</SubPlan>		
</SubPlans>

Last updated

Was this helpful?