Steve, Thanks, but, we can't use tftp. The ATA's (all 1500 of them) are on remote networks. As far as I know, tftp only works across a local subnet. I called Linksys and they told me the ATA's can be provisioned with http/https, but only after we become a certified reseller/provider. Gonna have to work on that I guess.
Doug. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Edwards Sent: Thursday, June 07, 2007 10:58 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Provisioning Linksys PAP2T ATA's 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 [EMAIL PROTECTED] Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000 _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
