瀏覽代碼

Merge branch 'master' of https://gogs.halsbox.ru/RRT/pbx

# Conflicts:
#	app/app.py
svetlana 3 年之前
父節點
當前提交
0c2c6ddb93
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/app.py

+ 1 - 1
app/app.py

@@ -233,7 +233,7 @@ async def celCallback(mngr: Manager, msg: Message):
         (msg.EventName == 'APP_END') and 
         (firstMessage.get('groupCall',False))):
       app.cache['cel_calls'][lid]['groupCall'] = False
-      _cb = {'users': list(app.cache['cel_calls'][uid]['current_channels'].values()),
+      _cb = {'users': [],
                  'state': 'group_ringing',
                  'callerId': cid,
                  'callId': uid}