Bulk import for Locations

Last Updated : Apr 06, 2015 |

When creating an XML bulk import file:

  • The import XML refers to Locations as routing origination.

  • The name of a location must be unique since other elements refer to the location name.

  • You can configure multiple Routing Origination Patterns <routingoriginationpatterns> to one Routing Origination Name.

  • The values in <ManagedBandwidthUnitOfMeasurement> are case-sensitive and must appear exactly same as the values a in the System Manager user interface.

Example

<routingoriginationFullTOList>
	<buildNumber>0</buildNumber>
	<implementationVersion>0</implementationVersion>
	<specificationVersion>0</specificationVersion>
	<RoutingoriginationFullTO>
			<notes>A complete example</notes>
			<name>New York</name>
			<cac_audio_alarm_latency>5</cac_audio_alarm_latency>
			<cac_audio_alarm_threshold_percent>80</cac_audio_alarm_threshold_percent>
  			<AverageBandwidthPerCall>80</AverageBandwidthPerCall>
			<AverageBandwidthPerCallUnitOfMeasurement>Kbit/sec</AverageBandwidthPerCallUnitOfMeasurement>
			<cac_can_audio_steal_from_video>true</cac_can_audio_steal_from_video>
			<cac_max_bwidth_video_interloc>2000</cac_max_bwidth_video_interloc>
			<cac_max_bwidth_video_intraloc>2000</cac_max_bwidth_video_intraloc>
			<cac_min_acceptable_bwidth_video>64</cac_min_acceptable_bwidth_video>
			<ManagedBandwidthUnitOfMeasurement>Kbit/sec</ManagedBandwidthUnitOfMeasurement>
			<cac_video_alarm_latency>5</cac_video_alarm_latency>
			<cac_video_alarm_threshold_percent>80</cac_video_alarm_threshold_percent>
			<DptFsSipentityName>testcm</DptFsSipentityName>
			<dpt_in_survivable_mode>true</dpt_in_survivable_mode>
			<listed_directory_number>114</listed_directory_number>
			<routingoriginationpatterns>
            <notes>a test</notes>
            <ipaddresspattern>1.2.3.4-1.2.3.10</ipaddresspattern>
			</routingoriginationpatterns>
			<TimeToLiveInSec>3600</TimeToLiveInSec>
    </RoutingoriginationFullTO>
    <RoutingoriginationFullTO>
			<notes></notes>
 			<name>Westminster</name>
			<cac_audio_alarm_latency>5</cac_audio_alarm_latency>
			<cac_audio_alarm_threshold_percent>80</cac_audio_alarm_threshold_percent>
 			<AverageBandwidthPerCall>80</AverageBandwidthPerCall>
			<AverageBandwidthPerCallUnitOfMeasurement>Kbit/sec</AverageBandwidthPerCallUnitOfMeasurement>
 			<cac_can_audio_steal_from_video>true</cac_can_audio_steal_from_video>
 			<cac_max_bwidth_video_interloc>2000</cac_max_bwidth_video_interloc>
 			<cac_max_bwidth_video_intraloc>2000</cac_max_bwidth_video_intraloc>
 			<cac_min_acceptable_bwidth_video>64</cac_min_acceptable_bwidth_video>
 			<cac_normal_bwidth_video>10000</cac_normal_bwidth_video>
			<ManagedBandwidth>10000</ManagedBandwidth>
 			<ManagedBandwidthUnitOfMeasurement>Kbit/sec</ManagedBandwidthUnitOfMeasurement>
			<cac_video_alarm_latency>5</cac_video_alarm_latency>
			<cac_video_alarm_threshold_percent>80</cac_video_alarm_threshold_percent>
			<dpt_in_survivable_mode>false</dpt_in_survivable_mode>
			<TimeToLiveInSec>3600</TimeToLiveInSec>
		</RoutingoriginationFullTO>
</routingoriginationFullTOList>