-
Welcome to Developers.
2009-04-22 15:28:45 UTC in ciscocbqos
-
pierky created the Developers forum.
2009-04-22 15:28:45 UTC in ciscocbqos
-
Welcome to Help.
2009-04-22 15:28:45 UTC in ciscocbqos
-
pierky created the Help forum.
2009-04-22 15:28:45 UTC in ciscocbqos
-
Welcome to Open Discussion.
2009-04-22 15:28:45 UTC in ciscocbqos
-
pierky created the Open Discussion forum.
2009-04-22 15:28:45 UTC in ciscocbqos
-
pierky changed the public information on the ciscocbqos project.
2009-04-22 15:28:45 UTC in ciscocbqos
-
pierky registered the ciscocbqos project.
2009-04-22 15:28:44 UTC in ciscocbqos
-
Some cpe.Inform object properties are not working or not mapped as TR-069 describes.
MaxEnvelopes, RetryCount, CurrentTime
-------------------------------------
These properties are on the cpe.Inform.DeviceId object, but they should be not members of the DeviceId structure.
Lines 87, 88, 89 are:
io.put("MaxEnvelopes", d, lastInform.MaxEnvelopes);
io.put("RetryCount",
2009-02-21 15:53:53 UTC in OpenACS
-
I had this problem: I set and save some properties for a CPE using the cpedb object, then on the next INFORM I try to get these values but I just get undefined.
First INFORM, I set properties:
cpedb.Prop1 = '1';
cpedb.Prop2 = '2';
cpedb.Save();
Second INFORM, I try to get the previous values;
logger( 'Prop1: ' + cpedb.Prop1 );
logger( 'Prop2: ' + cpedb.Prop2 );
Here I got...
2009-02-21 11:03:03 UTC in OpenACS