[asterisk-users] Provisioning Linksys PAP2T ATA's
Steve Edwards
asterisk.org at sedwards.com
Thu Jun 7 12:58:08 CDT 2007
On Thu, 7 Jun 2007, Douglas Garstang wrote:
> Does anyone know how the Linksys PAP2T ATA's can be mass provisioned?
> Documentation seems to be sketchy, even on the Linksys web site.
If it's like the pap2, you can use tftp and xml. This should get you
started.
/tftpboot/spa000F66A83C90.xml:
<?xml version="1.0" encoding="ISO-8859-1"?>
<flat-profile>
<!-- tag case appears to be important -->
<!-- system, system configuration -->
<Admin_Passwd></Admin_Passwd>
<User_Passwd></User_Passwd>
<!-- system, optional network configuration -->
<HostName>example</HostName>
<Domain>example.com</Domain>
<Primary_DNS>192.168.0.4</Primary_DNS>
<Secondary_DNS>192.168.0.4</Secondary_DNS>
<DNS_Server_Order>DHCP,Manual</DNS_Server_Order>
<Syslog_Server>192.168.0.4</Syslog_Server>
<Debug_Server>192.168.0.4</Debug_Server>
<!-- provisioning, configuration profile -->
<Profile_Rule_B>[--key $K] tftp://tftp.example.com:$P/spa000F66A83C90.xml</Profile_Rule_B>
<!-- line 1, proxy and registration -->
<Proxy_1_>dt</Proxy_1_>
<!-- line 1, subscriber information -->
<Display_Name_1_>example-line-1</Display_Name_1_>
<User_ID_1_>example-line-1</User_ID_1_>
<Password_1_>example-line-1</Password_1_>
<!-- line 1, proxy and registration -->
<Proxy_2_>sip.example.com</Proxy_2_>
<!-- line 1, subscriber information -->
<Display_Name_2_>example-line-2</Display_Name_2_>
<User_ID_2_>example-line-2</User_ID_2_>
<Password_2_>example-line-2</Password_2_>
</flat-profile>
Thanks in advance,
------------------------------------------------------------------------
Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST
Newline Fax: +1-760-731-3000
More information about the asterisk-users
mailing list