Inbound Routing Fax Element

FaxFinder 3.0.4 or higher only

This element represents an inbound route.

<!-- Describes global route destination-->
<global>
	<destination>
<!-- Describes destination option-->
<!-- required: yes -->
<!-- Can be one of: -->
<!--Email -->
<!--Notify  -->
<!-- User  ->
<!--Notify User  -->
<!--Share -->
<!-- Sftp -->
<!-- Print -->
		<type>Email </type>
<!-- Additional information required based on type -->
<!--For Email value = the email address -->
<!-- For Notify value = the email address -->
<!-- For User value = username - ->
<!-- For Notify User value = username  -->
<!-- For Share value = network share folder-->
<!-- For Sftp value = SFTP server -->
<!-- For Print value = printer -->
<!-- For Trash  no value needed-->
			<value>cla@mts.test</value>
		</destination>
</global>
<!-- Describes line routing-->
<lines>
	<line>
<!—Indicates which line -->
<!-- required: yes -->
<!-- value: string -->
		<line_number>1</line_number>
<!-- Describes  which line -->
<!-- required: no -->
<!-- default: “” -->
<!-- value: string -->
		<description>first line</description>
		<destination>
<!-- Describes destination option-->
<!-- required: yes -->
<!-- Can be one of: -->
<!--Email -->
<!--Notify  -->
<!-- User  ->
<!--Notify User  -->
<!--Share -->
<!-- Sftp -->
<!-- Print -->
<!-- Trash -->
			<type>Email</type>
<!-- Additional information required based on type -->
<!--For Email value = the email address -->
<!-- For Notify value = the email address -->
<!-- For User value = username - ->
<!-- For Notify User value = username  -->
<!-- For Share value = network share folder-->
<!-- For Sftp value = SFTP server -->
<!-- For Print value = printer name -->
<!-- For Trash  no value needed-->
			<value>cla@mts.test</value>
		</destination>
	</line>
</lines>
<!-- Describes default routing for FF240-IP -->
<default>
	<destination>
<!-- Describes destination option-->
<!-- required: yes -->
<!-- Can be one of: -->
<!--Email -->
<!--Notify  -->
<!-- User  ->
<!--Notify User  -->
<!--Share -->
<!-- Sftp -->
<!-- Print -->
<!-- Trash -->
		<type>User</type>
<!-- Additional information required based on type -->
<!--For Email value = the email address -->
<!-- For Notify value = the email address -->
<!-- For User value = username - ->
<!-- For Notify User value = username  -->
<!-- For Share value = network share folder-->
<!-- For Sftp value = SFTP server -->
<!-- For Print value = printer name -->
<!-- For Trash  no value needed-->
		<value>admin</value>
	</destination>
</default>
<!-- Describes recipient routing-->
<recipients>
	<recipient>
<!--Recipient  extension number-->
<!-- required: yes -->
<!-- value: string -->
		<extension>1234</extension>
<!-- Describes  recipient -->
<!-- required: no -->
<!-- default: “” -->
<!-- value: string -->
		<description>Yoda</description>
		<destination>
<!-- Describes destination option-->
<!-- required: yes -->
<!-- Can be one of: -->
<!--Email -->
<!--Notify  -->
<!-- User  ->
<!--Notify User  -->
<!--Share -->
<!-- Sftp -->
<!-- Print -->
<!-- Trash -->
			<type>Email</type>
<!-- Additional information required based on type -->
<!--For Email value = the email address -->
<!-- For Notify value = the email address -->
<!-- For User value = username - ->
<!-- For Notify User value = username  -->
<!-- For Share value = network share folder-->
<!-- For Sftp value = SFTP server -->
<!-- For Print value = printer name -->
<!-- For Trash  no value needed-->
			<value>test2@email</value>
		</destination>
	</recipient>
</recipients>