Ver código fonte

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

# Conflicts:
#	app/app.py
svetlana 3 anos atrás
pai
commit
0c2c6ddb93
1 arquivos alterados com 1 adições e 1 exclusões
  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}