Skip to content

TR104: Implementation for Line and Extension callStatus

Grzegorz Sluja requested to merge line_and_extension_call_status into devel

The callStatus is taken for line and extension as following:

  • Device.Services.VoiceService.1.CallControl.Extension.X.CallStatus -> for each extension found in asterisk uci config "ubus call asterisk call_status '{ "extension" : X }" is called which gets the proper extensionCallStatus
  • Device.Services.VoiceService.1.CallControl.Line.X.CallStatus -> for each line found in asterisk uci config "ubus call asterisk call_status '{ "line" : X }" is called which gets the proper lineCallStatus

Merge request reports