浏览代码

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)
     abort(401)
   return successReply(app.cache['devices'])
   return successReply(app.cache['devices'])
 
 
+@app.route('/blackhole')
+async def blackhole():
+  return ''
+
 @app.route('/ami/aors')
 @app.route('/ami/aors')
 @authRequired
 @authRequired
 async def amiPJSIPShowAors():
 async def amiPJSIPShowAors():