Class CallManagementController

java.lang.Object
com.bytedesk.call.config.CallManagementController

@RestController @RequestMapping("/api/v1/call/management") @ConditionalOnProperty(prefix="bytedesk.call.freeswitch", name="enabled", havingValue="true", matchIfMissing=false) public class CallManagementController extends Object
Call管理API 提供Call连接状态查询和诊断功能
  • Field Details

  • Constructor Details

    • CallManagementController

      public CallManagementController()
  • Method Details

    • getConfig

      @GetMapping("/config") public org.springframework.http.ResponseEntity<?> getConfig()
      获取Call配置信息
    • getStatus

      @GetMapping("/status") public org.springframework.http.ResponseEntity<?> getStatus()
      获取Call连接状态
    • testConnection

      @PostMapping("/test-connection") public org.springframework.http.ResponseEntity<?> testConnection()
      测试Call连接
    • getTroubleshootingGuide

      @GetMapping("/troubleshooting") public org.springframework.http.ResponseEntity<?> getTroubleshootingGuide()
      获取故障排除指南