Hal De 4 lat temu
rodzic
commit
0d0992ee6f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/app.py

+ 1 - 1
app/app.py

@@ -714,7 +714,7 @@ class Originate(Resource):
     if device in NONEs:
       return noUserDevice(user)
     reply = await manager.send_action({'Action':'Originate',
-                                       'Channel':'local/{}'.format(user),
+                                       'Channel':'local/{}@from-internal'.format(user),
                                        'Context':'from-internal',
                                        'Exten':number,
                                        'Priority': '1',