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)

Connection refused - connect(2) for "localhost" port 7557

q['sort'] = ActiveSupport::JSON.encode(sort) if sort
http = create_api_conn()
res = http.get("/devices/?#{q.to_query}")
@total = res['Total'].to_i
@now = res['Date'].to_time
return ActiveSupport::JSON.decode(res.body)
Does yours rely on an updated version of ActiveSupport?

Kris 

On November 23, 2016 at 2:26 PM Dan Morphis <[email protected]> wrote:

You can use my branch in github. 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.

-dan


On Wed, Nov 23, 2016 at 8:36 AM, Kris Germann <[email protected]> wrote:

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...

Is this possible?

Kris


_______________________________________________
Users mailing list
[email protected]
http://lists.genieacs.com/mailman/listinfo/users


_______________________________________________
Users mailing list
[email protected]
http://lists.genieacs.com/mailman/listinfo/users
_______________________________________________
Users mailing list
[email protected]
http://lists.genieacs.com/mailman/listinfo/users

Reply via email to