News:

"The phone is a remarkably complex, simple device,
and very rarely ever needs repairs, once you fix them." - Dan/Panther

Main Menu

XML file for Unlocked Vonage VDV21 / VDV22 xml

Started by markosjal, May 09, 2020, 12:01:24 AM

Previous topic - Next topic

markosjal

I am posting this so that others can have easy access to the config file for the Vonage VDV21 & VDV22 . Thos is NOT how to unlock those units rather it is for (re)programming an already unlocked unit. If you need help unlocking one of thiose units please try http://voipfan.net . You will need to register but everything you need is there.



Change the sections in "{BRACKETS}" to your user, password IP, etc


<?xml version="1.0" encoding="UTF-8"?>

<provisionFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="SmtaProvisioningSchema.xsd">

<version>Vonage</version>

<xmlDebug>0</xmlDebug>

<lineCommand>

    <lineNumber>1</lineNumber>

    <!-- leave the next field blank -->

    <authName></authName>

    <userName>{EXTENSION1}</userName>

    <userId>{EXTENSION1}</userId>

    <password>{PASSWORD1}</password>

    <!-- use the next value also in the natKeepAliveDestination further down -->

    <proxyAddress>{SERVERIP}</proxyAddress>

    <proxyPort>5060</proxyPort>

    <regAddress>{SERVERIP1}</regAddress>

    <regPort>5060</regPort>

    <dialPlan> *x.T|[2-9]x.t|1[2-9]xx[2-9]xxxxxx|[2-9]11|011x.T|00X.t</dialPlan>

</lineCommand>

<lineCommand>

    <lineNumber>2</lineNumber>

    <!-- leave the next field blank -->

    <authName></authName>

    <userName>{EXTENSION2}</userName>

    <userId>{EXTENSION2}</userId>

    <password>{PASSWORD2}</password>

    <proxyAddress>{SERVERIP2}</proxyAddress>

    <proxyPort>5060</proxyPort>

    <regAddress>{SERVERIP2}</regAddress>

    <regPort>5060</regPort>

    <dialPlan> *x.T|[2-9]x.t|1[2-9]xx[2-9]xxxxxx|[2-9]11|011x.T|00x.T</dialPlan>

</lineCommand>

<sipSettingsBegin/>

    <sipCommand>

<callHoldMethod>0</callHoldMethod>

        <dtmfRelayMethod>1</dtmfRelayMethod>

<dtmfRelayPayloadType>101</dtmfRelayPayloadType>

<dtmfRelayPower>5</dtmfRelayPower>

<goodSourceSipProxyEnable>true</goodSourceSipProxyEnable>

<hookFlashRelayMethod>0</hookFlashRelayMethod>

<localPort>8660</localPort>

<minimumSessionExpirationTimer>0</minimumSessionExpirationTimer>

<registrationTimer>180</registrationTimer>

<rtpPacketTOS>184</rtpPacketTOS>

<rtpPort>10050</rtpPort>

<sessionExpirationTimer>0</sessionExpirationTimer>

<signallingTOS>104</signallingTOS>

<sipUserAgentName>VDV21</sipUserAgentName>

<stunServerAddress></stunServerAddress>

<stunServerPort>0</stunServerPort>

<tcpTimeout>86400</tcpTimeout>

<udpTimeout>300</udpTimeout>

<timerT1>2000</timerT1>

<timerT2>32</timerT2>

<timerT4>5</timerT4>

<timerB>10</timerB>

<timerD>32</timerD>

<timerF>35</timerF>

<timerH>32</timerH>

<timerJ>32</timerJ>

<transport>1</transport>

<voicemailSubscribeInterval>86400</voicemailSubscribeInterval>

<!-- this should be set to the same value as the SIP server for Line 1 -->

        <natKeepAliveDestination>{SERVERIP1}</natKeepAliveDestination>

        <natKeepAliveInterval>20</natKeepAliveInterval>

<!-- set the next value to 1 if you want to enable NAT KeepAlive messages -->

        <natKeepAliveMessage>0</natKeepAliveMessage>

    </sipCommand>

<sipSettingsEnd/>

<networkServicesBegin/>

    <dnsSetup>

<dnsServer1>208.67.222.222</dnsServer1>

<dnsServer2>4.2.2.4</dnsServer2>

<dnsServer3>8.8.8.8</dnsServer3>

<dnsPriority>0</dnsPriority>

<isSequential>true</isSequential>

<dnsWaitInterval>500</dnsWaitInterval>

    </dnsSetup>

    <ntpSetup>

<utcOffset>-18000</utcOffset>

<ntpServer1>us.pool.ntp.org</ntpServer1>

<ntpServer2>pool.ntp.org</ntpServer2>

<ntpServer3>time.nist.gov</ntpServer3>

<dstOffset>3600</dstOffset>

<dstStartHourOfDay>2</dstStartHourOfDay>

<dstStartDayOfMonth>0</dstStartDayOfMonth>

<dstStartWeekOfMonth>2</dstStartWeekOfMonth>

<dstStartDayOfWeek>0</dstStartDayOfWeek>

<dstStartMonthOfYear>3</dstStartMonthOfYear>

<dstEndHourOfDay>2</dstEndHourOfDay>

<dstEndDayOfMonth>0</dstEndDayOfMonth>

<dstEndWeekOfMonth>1</dstEndWeekOfMonth>

<dstEndDayOfWeek>0</dstEndDayOfWeek>

<dstEndMonthOfYear>11</dstEndMonthOfYear>

    </ntpSetup>

<networkServicesEnd/>

<autoUpdateBegin/>

    <provisioningNetworkBegin/>

<provServerAddress>

    <index>0</index>

    <address>{PROVISIONSERVERIP}</address>

</provServerAddress>

<provServerAddress>

    <index>1</index>

    <address>{PROVISIONSERVERIP}</address>

</provServerAddress>

<provServerAddress>

    <index>2</index>

    <address>{PROVISIONSERVERIP}</address>

</provServerAddress>

<provServerAddress>

    <index>3</index>

    <address>{PROVISIONSERVERIP}</address>

</provServerAddress>

<provServerType>

    <index>0</index>

    <type>0x12</type>

</provServerType>

<provServerType>

    <index>1</index>

    <type>0x12</type>

</provServerType>

<provServerType>

    <index>2</index>

    <type>0x22</type>

</provServerType>

<provServerType>

    <index>3</index>

    <type>0x22</type>

</provServerType>

<downloadMethodPriority>0</downloadMethodPriority>

<downloadPort>0</downloadPort>

<downloadPortTftp1>69</downloadPortTftp1>

<downloadPortTftp2>69</downloadPortTftp2>

<downloadPortTftp3>69</downloadPortTftp3>

<downloadPortHttp>80</downloadPortHttp>

    <provisioningNetworkEnd/>

    <provisionFileUpdateBegin/>

<provisionAutoEnable>true</provisionAutoEnable>

<resynchInterval>600</resynchInterval>

<sipNotifyEnable>true</sipNotifyEnable>

<provisionRetryPeriod>300</provisionRetryPeriod>

<provisionMaxRetry>900</provisionMaxRetry>

<provisionMinRetry>30</provisionMinRetry>

<hashDir>brcm</hashDir>

<encryptionKey></encryptionKey>

    <provisionFileUpdateEnd/>

    <firmwareFileUpdateBegin/>

<autoFirmwareChange>false</autoFirmwareChange>

<imageRetryInterval>900</imageRetryInterval>

<firmwareFileName></firmwareFileName>

<firmwareChecksum></firmwareChecksum>

<deviceCertificate></deviceCertificate>

    <firmwareFileUpdateEnd/>

<autoUpdateEnd/>

<remoteManagementBegin/>

    <webAccessAdmin>true</webAccessAdmin>

    <webAccessTech>false</webAccessTech>

    <webAccessUser>true</webAccessUser>

    <httpInactivityTimer>600</httpInactivityTimer>

    <shellInactivityTimer>1800</shellInactivityTimer>

    <adminPassword>Admin</adminPassword>

    <techPassword></techPassword>

<remoteManagementEnd/>

<delayedReset>false</delayedReset>

</provisionFile>

Phat Phantom's phreaking phone phettish