|
|
@@ -229,9 +229,9 @@ async def celCallback(mngr: Manager, msg: Message):
|
|
|
values = {'users': list(app.cache['cel_calls'][uid]['channels'].keys()),
|
|
|
'state': 'group_ringing',
|
|
|
'callId': uid}
|
|
|
- app.logger.warning('call usrl {} values {}'.format(row['url'],values))
|
|
|
- reply = await app.config['HTTP_CLIENT'].post(row['url'],
|
|
|
- json=values)
|
|
|
+ app.logger.warning('call usrl {} values {}'.format(row['url'],values))
|
|
|
+ reply = await app.config['HTTP_CLIENT'].post(row['url'],
|
|
|
+ json=values)
|
|
|
else:
|
|
|
app.logger.warning('no url for {}'.format(cid))
|
|
|
if (msg.EventName == 'CHAN_END') and msg.Context in ('from-queue') and ('HTTP_CLIENT' in app.config) and ('answered' not in first_message):#end dial
|