Re: genieacs-cwmp wont start on Debian 8

2017-03-01 Thread n...@gibfibrespeed.net
Hi, I did not realize requirements changed. I have updated the guide. Regards, Miguel - Original Message - From: "Dan Morphis" To: "Community support for GenieACS users" Sent: Wednesday, 1 March, 2017 4:59:11 PM Subject: Re: genieacs-cwmp wont start on Debian 8 Check the

Re: Push file with Presets

2017-02-21 Thread n...@gibfibrespeed.net
Hi, I think you can set up a tag the first time it happens, so it is not executed if the tag is present. Add a condition to evaluate if "configured" tag is present. If it is not: Configure and Tag, if it is: dont. Kind regards, Miguel - Original Message - From: "Jose Vela Delga

Re: API syntax to add a refresh object configuration in a preset

2017-02-13 Thread n...@gibfibrespeed.net
Found it by making a query {"type":"age","name":"InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection","age":"25"} Kind regards, Miguel - Original Message - From: "n...@gibfibrespeed.net

API syntax to add a refresh object configuration in a preset

2017-02-13 Thread n...@gibfibrespeed.net
Hi all, What is the syntax to include that configuration into a preset through the API I am trying the following with no luck ... { "type": "refreshObject", "name": "InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection", "value": "25" } ... Thanks in advance, Migue

Creating an object through API

2017-02-13 Thread n...@gibfibrespeed.net
Hello, Could anyone post a curl example on how to create an object in GenieACS through the API (I mean object definition and not an object instance in a CPE). I havent been able to find such example in the documentation. Thanks in advance, Miguel ___

Re: factoryReset

2017-01-26 Thread n...@gibfibrespeed.net
Thank you very much. It worked. I encoded the & because it was being trimmed by a third party API in the middle. I found a way to maintain it, so everything is perfect. Kind regards, - Original Message - From: "Zaid Abdulla" To: n...@gibfibrespeed.net, "Co

factoryReset

2017-01-20 Thread n...@gibfibrespeed.net
Hello, I have setup a provisioning flow based on additive tags that is working pretty well. At the end of the flow, I setup inform interval to 86400 to avoid too much SPAM from the ONUs. It happens that I require to have a "Panic" button in my CRM so I can completely turn eveything to an ini

Re: Encoding API calls in URL format

2016-12-09 Thread n...@gibfibrespeed.net
am trying to figure the easiest way to achiveve that. I do not have coding skills so my options are limited. Kind regards, Miguel - Original Message - From: "Oliver Kraitschy" To: n...@gibfibrespeed.net, "Community support for GenieACS users" Cc: &qu

Encoding API calls in URL format

2016-12-08 Thread n...@gibfibrespeed.net
Hello everyone, Is it possible to encode API calls into a simple URL format? For example, I need to turn curl -i 'http://localhost:7557/presets/783d5b024367-DATA' -X DELETE into http://something or curl -i 'http://172.16.5.19:7557/presets/783d5b024367-DATA' \ -X PUT \ --data '{ "weight"

Re: Presets logic and provisioning sequence

2016-12-01 Thread n...@gibfibrespeed.net
the way, do you know someone we could hire on a per hours/project basis to finish our setup? We feel we are close to a working scenario. Kind regards, - Original Message - From: "Dan Morphis" To: n...@gibfibrespeed.net, "Community support for GenieACS users"

Re: Presets logic and provisioning sequence

2016-12-01 Thread n...@gibfibrespeed.net
I have no coding skills or at least the step so I can pass onto a coder without any knowledge of GenieACS? Kindest regards, Miguel - Original Message - From: "Dan Morphis" To: n...@gibfibrespeed.net, "Community support for GenieACS users" Sent: Wednesday,

Presets logic and provisioning sequence

2016-11-30 Thread n...@gibfibrespeed.net
Hello everyone, I am trying to automate the provisioning flow of our network ONU's. I am defining an object for the Internet access WAN. I am setting there non variable parameters (Like connection name, DNS, etc...) Then, I am creating a different preset for every ONU with a serial number ba

Using idividual presets for CPE´s variable data

2016-11-23 Thread n...@gibfibrespeed.net
Hello, I cant find a way to create variable data based on the CPE serial number (because I cannot create Objects in 1.1.0 and I have no idea on how to use provisions scripts). But I have found I could provision CPE´s using an individual preset for each CPE containing individuals parameters lik

Re: Debug CPE

2016-11-23 Thread n...@gibfibrespeed.net
Thank you very much Pavel, I had to be using an old syntax. Regards, Miguel - Original Message - From: "Pavel Mracek" To: "Community support for GenieACS users" Sent: Thursday, 3 November, 2016 12:30:04 PM Subject: Re: Debug CPE >From source code: cwmp.coffe: if config.

Help with provisions

2016-11-21 Thread n...@gibfibrespeed.net
Hello, I have read Zaid's comment that object creation is not implemented in v1.1.0 so I was wondering if I can use provisions scripts to create objects and to populate parameters with data from a MSSQL query. Basically I want to bring a bunch of custom parameter values for these created obj