cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1531
Views
0
Helpful
2
Replies

Force a reboot during provisioning

kpare
Level 1
Level 1

During our 525 provisions we would like to force a reboot, we've done things like disable cdp which is supposed to force a reboot, but it never does the actual reboot. This reboot prevents the customers logo from showing up automatically, so we're having to manually reboot the phone once to have it enabled.

We would love to automate this if possible. Any help is appreciated.

2 Replies 2

I read the provisioning guide but there isn't a specific command.

I've got a second reboot using a simple workaround:

1) start the provisioning using a first file via tftp

I use the url string http://IP_ADDRESS/resync?tftp://TFTP_SERVER/config_A.xml

2) the config_A.xml contains a link to a second provisioning file

Yes

    http://SRV_IP_ADDRESS/config_B.xml

    60

    1

    1

    1

3) the config_B.xml contains the final config and the firmware upgrade

A second way to get a reboot is send a SIP NOTIFY message:

In addition, the Resync_From_SIP parameter controls requests for resync

operations via a SIP NOTIFY event sent from the service provider proxy server to

the IP Telephony Device. If enabled, the proxy can request a resync by sending a

SIP NOTIFY message containing the Event: resync header to the device.

The device challenges the request with a 401 response (authorization refused for

used credentials), and expects an authenticated subsequent request before

honoring the resync request from the proxy. The Event: reboot_now and Event:

restart_now headers perform cold and warm restarts, respectively, are also

challenged.

Regards.

That is a nice method