Explorar o código

channel callback

Hal De %!s(int64=4) %!d(string=hai) anos
pai
achega
16796c7967
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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():