|
@@ -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():
|