<!DOCTYPE html>
<html><head>
    <meta charset="UTF-8">
</head><body><p>Thank you Dan - I'm seeing an issue when restarting the server after implementing your branch of the acs (with the original branch frontend I assume)</p><p>Connection refused - connect(2) for "localhost" port 7557</p><div class="line">    q['sort'] = ActiveSupport::JSON.encode(sort) if sort
</div><div class="line">    http = create_api_conn()
</div><div class="line active">    res = http.get("/devices/?#{q.to_query}")
</div><div class="line">    @total = res['Total'].to_i
</div><div class="line">    @now = res['Date'].to_time
</div><div class="line">    return ActiveSupport::JSON.decode(res.body)
</div><div class="line">Does yours rely on an updated version of ActiveSupport?</div><p>Kris <br></p><div class="io-ox-signature"></div><blockquote type="cite">On November 23, 2016 at 2:26 PM Dan Morphis <dan@milkcarton.com> wrote:<br><br><div dir="ltr">You can use my <a href="https://github.com/akcoder/genieacs/">branch in github</a>. It will send a notification to a user defined URI with the acs ID, and the entire inform packet. You can then have the receiving service figure out what you need to do with the CPE. We use this to provision CPEs when they come online.<div><br></div><div>-dan<br><br></div></div><div class="ox-b6b7ab7df1-gmail_extra"><br><div class="ox-b6b7ab7df1-gmail_quote">On Wed, Nov 23, 2016 at 8:36 AM, Kris Germann <<a href="mailto:kgermann@portal.net.co" target="_blank">kgermann@portal.net.co</a>> wrote:<br><blockquote><u></u><div><p>I would like to have the ability to tag a big list of MAC addresses (8,000 CPE's) automatically once they connect, so I will need the ability to upload a list (CSV or whatever) of MAC addresses that will be tagged under a preset...</p><p>Is this possible?<span class="ox-b6b7ab7df1-HOEnZb"><span style="color: #888888;"><br></span></span></p><p>Kris</p></div><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" target="_blank">http://lists.genieacs.com/<wbr/>mailman/listinfo/users</a><br> <br></blockquote></div><br></div>_______________________________________________<br>Users mailing list<br>Users@lists.genieacs.com<br>http://lists.genieacs.com/mailman/listinfo/users<br></blockquote></body></html>