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