Explorar el Código

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

# Conflicts:
#	app/app.py
svetlana hace 3 años
padre
commit
94896e8c4e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)