Hal De 4 роки тому
батько
коміт
2060ce035b
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      app/app.py

+ 1 - 1
app/app.py

@@ -791,7 +791,7 @@ class Originate(Resource):
              'Exten':number,
              'Priority': '1',
              'async':'false',
-             'Callerid': user}
+             'Callerid': '{} <{}>'.format(user, user)}
     app.logger.warning(_act)
     reply = await manager.send_action(_act)
     if isinstance(reply, Message):