浏览代码

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

# Conflicts:
#	app/app.py
svetlana 3 年之前
父节点
当前提交
d1f0b1f230
共有 1 个文件被更改,包括 1 次插入0 次删除
  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)