svetlana 3 年 前
コミット
fb3be3752b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/app.py

+ 1 - 1
app/app.py

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