Hi
I am trying to create a service definition that requires a custom property "Bitrate".
However, the current booking manager is used for all the service definitions and all of them do not need "Bitrate" property except what I am going to create.
Is there any way I can only show this property when the user selects that specific service definition?
For instance, I only want the Bitrate property to be displayed when I select the "1021U - ETS silver (unicast)" service definition.
Please see the attached screenshots below.
But if I select another service definition, the property should not be displayed (like the ETS gold).
Please see the attached screenshots below.
Thanks.
Jason,
Performing calculation is something supposed to happen inside the Profile-Load script ( or using a mediation snippet on Profile Parameter level ).
From what I've understood here, end users also want to see the calculated value. In that case, you have 2 options :
- Option 1: implement a custom booking wizard that will be fully tailored to the needs of the end users.
- Option 2: add 2 bitrate parameters in your profile definition. The first one filled in by the user and the second updated via a DTR rule.
Hi Jason,
Can you explain what you would like to do with that bitrate, and why you've defined it as a property ?
Hi Emmanual,
Thank you for your comment. The bitrate value is going to be used by the profile load script to set the request which will be sent to the device during the pre-roll period of the booking.
The reason we set it to the property is that it will also be used by DTR script to perform some calculations. Set as the property will make this value configurable before DTR handles it.
Thanks, Emmanuel, we will check on these options.