On Thu, 7 Jun 2007, Stewart Nelson wrote:

You can reload via http using a command like:
        wget\
                --output-document=/dev/null\
                --quiet\
"http://<ip-address-of-pap>/upgrade?http://<ip-address-of-web-
server>:80/asterisk/spa000F66A83C90.cfg"

I tried it with my xml file and it complains about the file being corrupt.

I'm guessing you need Sipura's configuration compiler. I managed to talk
their support people out of the compiler for the spa3k several years ago.
Maybe you can pratice your SE skills.

I believe that you should use the 'resync' keyword instead of 'upgrade';
the latter is intended to specify the URL of a new firmware image.  I'm
guessing that in some cases it looks at the file contents to decide
whether it's configuration data or firmware, so it works anyway.  See
http://www.sipura.com/Documents/faq/Section_2.html#11

Well, "resync" was a step closer.

Checking my notes from when I was playing with it a year ago... You need /admin/ in the path as well. This works:

        wget\
                --output-document=/dev/null\
                --quiet\
"http://pappy/admin/resync?http://tftp/asterisk/spa000F66A83C90.xml";

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

Reply via email to