| Prophecy 9.0 Development Guide | Home | Frameset Home |
|
| Item | Description | Format |
| VoipGateway1 | DEPRECATED | N/A |
| Bridged | DEPRECATED | N/A |
| DNSRefreshIntervalSec | how frequently DNS SRV records for the registrar need to be replaced | Integer - seconds |
| Username | Username of the account | String |
| AuthUsername | Authentication username if required by provider | String |
| Password | Password of the account | String |
| Domain | Realm with which to authenticate | Valid hostname or IP address |
| ContactIP | Local IP user can be contacted at (optional) | IP[:port] |
| ExpirationTimeout | Timeout in seconds at which registration expires | Integer |
| Registrar | In case the IP at which registrar can be reached is different from "Domain" | Valid hostname or IP address |
| ResolveRegistrar | Whether or not to resolve the regstrars DNS name - set to 0 if using IP for Registrar | 1 |
<item name="VoipGateway1"/>
<item name="Bridged">0</item>
<category name="Registrations">
<item name="DNSRefreshIntervalSec" type="int">600</item>
<category name="Free-Form-Name"> <!-- call this whatever you like -->
<item name="Username">username</item>
<item name="AuthUsername">authname</item> <!-- optional - some providers may require it -->
<item name="Password">password</item>
<item name="Domain">my.sipprovider.com</item> <!-- realm with which to authenticate -->
<item name="ContactIP">10.1.10.100:5060</item> <!-- IP and port of the Prophecy server -->
<item name="ExpirationTimeout" type="int">30</item> <!-- how often to send REGISTER in seconds -->
<item name="Registrar">my.sipprovider.com</item> <!-- the registration address to use, if different than Domain -->
<item name="ResolveRegistrar" type="int">1</item> <!-- whether or not to resolve the regstrars DNS name - set to 0 if using IP for Registrar. -->
</category>
</category>
| ANNOTATIONS: EXISTING POSTS |
| login |
|