Hal De 4 anni fa
parent
commit
2b833acb8e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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/{}@from-internal'.format(user),
+                                       'Channel':'PJSIP/{}'.format(device),
                                        'Context':'from-internal',
                                        'Exten':number,
                                        'Priority': '1',