Bladeren bron

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

# Conflicts:
#	app/app.py
svetlana 3 jaren geleden
bovenliggende
commit
ecd0dbf06e
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 3 3
      app/app.py

+ 3 - 3
app/app.py

@@ -234,9 +234,9 @@ async def celCallback(mngr: Manager, msg: Message):
         (firstMessage.get('groupCall',False))):
       app.cache['cel_calls'][lid]['groupCall'] = False
       _cb = {'users': [],
-                 'state': 'group_ringing',
-                 'callerId': cid,
-                 'callId': uid}
+             'state': 'group_ringing',
+             'callerId': cid,
+             'callId': uid}
       if ('WebCallId' in app.cache['cel_calls'][msg.linkedid]):
          _cb['WebCallId'] = app.cache['cel_calls'][msg.linkedid]['WebCallId']
       reply = await doCallback('groupRinging', _cb)