Browse Source

async originate

svetlana 3 năm trước cách đây
mục cha
commit
64c06f6cce
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/app.py

+ 1 - 1
app/app.py

@@ -1075,7 +1075,7 @@ class Originate(Resource):
              'Context':'from-internal',
              'Exten':number,
              'Priority': '1',
-             'async':'false',
+             'async':'true',
              'Callerid': '{} <{}>'.format(user, user)}
     app.logger.warning(_act)
     reply = await manager.send_action(_act)