Hal De 4 жил өмнө
parent
commit
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):