<div dir="ltr">You should probably engage a <a href="https://www.genieacs.com/support/">support contract</a> with Zaid. GenieACS is not a turn-key solution. It will require knowledge of the TR-069 spec and programming knowledge.<div><br></div><div>-dan</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jan 29, 2019 at 6:40 AM Alexander Morillo <<a href="mailto:apps@networkbroadcast.net">apps@networkbroadcast.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">Hello, I would like to know how it would be a way to do it using the GenieACS GUI. I have a custom code that I copied from this forum but it does not work, I have no idea how to proceed with this.<br><br>Any suggestions?</div><div dir="ltr"><br></div><div>Best Regard<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail-m_7293511957521585750gmail_attr">El jue., 11 oct. 2018 a las 18:19, Tunde Oyeyemi (<<a href="mailto:toyeyemi@ipnxnigeria.net" target="_blank">toyeyemi@ipnxnigeria.net</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Alexander,<br>
<br>
In addition to the suggestions, I think you must have a way of <br>
identifying the 50 devices to do this. My preferred option will be to <br>
use eternal API calls. Provisioning script as earlier mentioned may be <br>
more easier though.<br>
<br>
For external API call, i will implement it this way assuming you have on <br>
the mac addresses for all the devices<br>
<br>
1. Upload the firmware to ACS server.<br>
<br>
2. Retrieve the device_id of all the 50 devices using the mac addresses, <br>
assuming it is mac on <br>
InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection<br>
<br>
curl -i <br>
'http://<acs_ip>:7557/devices/?query={%7B%22InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.MACAddress%22%3A%22<device_wan1_mac>%22%7D}&projection=_id'<br>
<br>
3. Convert the device_id to url-enconded and use the API to download the <br>
firmware to the devices.<br>
<br>
-- <br>
‘Tunde Oyeyemi<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.genieacs.com" target="_blank">Users@lists.genieacs.com</a><br>
<a href="http://lists.genieacs.com/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.genieacs.com/mailman/listinfo/users</a><br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail-m_7293511957521585750gmail_signature"><div dir="ltr"><img src="https://drive.google.com/a/networkbroadcast.net/uc?id=1_FRZizsEI5sJErXuGqfY43Sui9gcVbsc&export=download" width="200" height="66"><br></div></div>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.genieacs.com" target="_blank">Users@lists.genieacs.com</a><br>
<a href="http://lists.genieacs.com/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.genieacs.com/mailman/listinfo/users</a><br>
</blockquote></div>