Support GW Actions ("REBOOT", "WIFI_ON", "WIFI_OFF"), REF 14975
Related MR https://dev.iopsys.eu/rdk-factory/provider/oem/askey/meta-rdk-askey/-/merge_requests/111
It receives ubus notification from asterisk and sends rpc to TelcoVoiceMng:
"params":[
{
"name":"GatewayAction",
"value":"REBOOT"
}
]
"params":[
{
"name":"GatewayAction",
"value":"WIFI_ON"
}
]
"params":[
{
"name":"GatewayAction",
"value":"WIFI_OFF"
}
]
Edited by Iryna Antsyferova