Browse Source

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

# Conflicts:
#	app/app.py
svetlana 3 years ago
parent
commit
d1f0b1f230
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/app.py

+ 1 - 0
app/app.py

@@ -255,6 +255,7 @@ async def celCallback(mngr: Manager, msg: Message):
                  'state': 'group_end_ringing',
                  'callerId': cid,
                  'callId': msg.UniqueID}
+
           if ('WebCallId' in app.cache['cel_calls'][msg.linkedid]):
               _cb['WebCallId'] = app.cache['cel_calls'][msg.linkedid]['WebCallId']
           reply = await doCallback('groupRinging', _cb)