소스 검색

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)