Jelajahi Sumber

originate test

Hal De 4 tahun lalu
induk
melakukan
0d0992ee6f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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',