Hi, I'm trying to create objects through the tr069 server.
I created a provision like this:
declare(
"InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.*",
null, {path: 1});
And it creates the VoiceProfile.1 without problems.
Now I need to create
InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.Line.1
and
InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.Line.2
Should I use a new declare in the same provision script? Should I use a
declare like:
declare(
"InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.Line.*",
null, {path: 2}); <----is this correct????
Thank you
_______________________________________________
Users mailing list
[email protected]
http://lists.genieacs.com/mailman/listinfo/users