소스 검색

channel callback

Hal De 4 년 전
부모
커밋
16796c7967
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      app/app.py

+ 4 - 0
app/app.py

@@ -317,6 +317,10 @@ async def amiPJSIPShowAuths():
     abort(401)
   return successReply(app.cache['devices'])
 
+@app.route('/blackhole')
+async def blackhole():
+  return ''
+
 @app.route('/ami/aors')
 @authRequired
 async def amiPJSIPShowAors():