Dialer SDK > Implementation details > XML > StationPropertiesXml
 
StationPropertiesXml
The station properties are the Position properties, and associated Dialer properties, that are originally setup in DPM by uploading the dialer configuration file in Dialer Administration. For example, the DialerName, Extension, RemoteAccessNumber (if specified), and Description from the Position properties and the Address and Port from the Dialer properties. The IsRemote property is also included to indicate if the extension is setup as remote. Any dialer specific properties that were uploaded from your dialer configuration file are also included.
Example StationPropertiesXml string
<Station>
<Property>
<name>DialerName</name>
<value>Dummy1</value>
</Property>
<Property>
<name>Extension</name>
<value>Dummy_101</value>
</Property>
<Property>
<name>IsRemote</name>
<value>False</value>
</Property>
<Property>
<name>Address</name>
<value>localhost</value>
</Property>
<Property>
<name>Port</name>
<value>7000</value>
</Property>
</Station>
See also
XML