<div dir="auto">Dan, <div dir="auto"><br></div><div dir="auto">can you explain exactly what REFRESH does in CPE ?</div><div dir="auto">Is it useful to have it in the ACS?<br><br><div data-smartmail="gmail_signature" dir="auto">Enviado desde el smartphone de Jose Vela.<br><<Técnico de redes CCNA RS + CCNA Sec>><br>Tlf: 675 734 746</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">El 4 mar. 2017 12:40, "Zaid Abdulla" <<a href="mailto:zaid@genieacs.com">zaid@genieacs.com</a>> escribió:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, 2017-03-01 at 06:56 -0900, Dan Morphis wrote:<br>
> Can you post your script and some screenshots?<br>
<br>
Here's a sample script:<br>
<br>
    declare("<wbr>InternetGatewayDevice.<wbr>ManagementServer.<wbr>PeriodicInformInter<br>
val", null, {value: 300});<br>
    declare("<wbr>InternetGatewayDevice.<wbr>ManagementServer.<wbr>PeriodicInformEnabl<br>
e", null, {value: true});<br>
    declare("<wbr>InternetGatewayDevice.<wbr>ManagementServer.<wbr>ConnectionRequestUs<br>
ername", null, {value: "genieacs"});<br>
    declare("<wbr>InternetGatewayDevice.<wbr>ManagementServer.<wbr>ConnectionRequestPa<br>
ssword", null, {value: "genieacs"});<br>
    declare("<wbr>InternetGatewayDevice.<wbr>DeviceInfo.SerialNumber", {value:<br>
1});<br>
    declare("<wbr>InternetGatewayDevice.<wbr>DeviceInfo.ProductClass", {value:<br>
1});<br>
    declare("<wbr>InternetGatewayDevice.<wbr>DeviceInfo.ManufacturerOUI", {value:<br>
1});<br>
    declare("<wbr>InternetGatewayDevice.<wbr>DeviceInfo.Manufacturer", {value:<br>
1});<br>
    declare("<wbr>InternetGatewayDevice.<wbr>WANDevice.*.<wbr>WANConnectionDevice.1.WA<br>
NPPConnection.*.MACAddress", {value: 1});<br>
    declare("<wbr>InternetGatewayDevice.<wbr>WANDevice.*.<wbr>WANConnectionDevice.1.WA<br>
NPPConnection.*.<wbr>ExternalIPAddress", {value: Date.now()});<br>
    declare("<wbr>InternetGatewayDevice.<wbr>LANDevice.*.WLANConfiguration.<wbr>*.SSID<br>
", {value: Date.now()});<br>
    declare("<wbr>InternetGatewayDevice.<wbr>LANDevice.*.Hosts.Host.*.<wbr>HostName",<br>
{value: 1});<br>
    declare("<wbr>InternetGatewayDevice.<wbr>LANDevice.*.Hosts.Host.*.<wbr>IPAddress",<br>
{value: 1});<br>
    declare("<wbr>InternetGatewayDevice.<wbr>LANDevice.*.Hosts.Host.*.<wbr>MACAddress"<br>
, {value: 1});<br>
<br>
> Heres what I have, and I'm getting an error: Channel has faulted;<br>
> channel="default" retries=0 faultCode="script.<wbr>ReferenceError"<br>
> faultMessage="maxRevision is not defined"<br>
<br>
That's a bug that was recently fixed. Pull the latest changes.<br>
<br>
--<br>
Zaid Abdulla <<a href="mailto:zaid@genieacs.com">zaid@genieacs.com</a>><br>
______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.genieacs.com">Users@lists.genieacs.com</a><br>
<a href="http://lists.genieacs.com/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.genieacs.com/<wbr>mailman/listinfo/users</a><br>
</blockquote></div></div>