Parcourir la source

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

# Conflicts:
#	app/app.py
svetlana il y a 3 ans
Parent
commit
7f4c674c91
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      app/app.py

+ 1 - 2
app/app.py

@@ -264,8 +264,7 @@ async def celCallback(mngr: Manager, msg: Message):
         queue_changed = (call != None)
       if queue_changed :
         _cb = {'caller': msg.CallerIDnum,
-               'all': app.cache['cel_queue_calls'],
-               'callId': lid}
+               'all': app.cache['cel_queue_calls'].values()}
         if (msg.EventName == 'APP_START'):
           reply = await doCallback('queueEnter', _cb)
         else: