Browse Source

channel callback

Hal De 4 years ago
parent
commit
16796c7967
1 changed files with 4 additions and 0 deletions
  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():