fixes to intercom
parent
3fdb1c30b2
commit
effbf3bd1a
|
@ -25,7 +25,7 @@ export default class Intercom extends Command {
|
||||||
channel: `PJSIP/${args[0]}`,
|
channel: `PJSIP/${args[0]}`,
|
||||||
exten: args[0],
|
exten: args[0],
|
||||||
context: 'from-internal',
|
context: 'from-internal',
|
||||||
CallerID: `TTS PAGE FRM ${message.author.username} <*0>`,
|
CallerID: `TTS INTC FRM ${message.author.username} <000>`,
|
||||||
application: 'PlayBack',
|
application: 'PlayBack',
|
||||||
priority: '1',
|
priority: '1',
|
||||||
data: `beep&${recordingLocation.split(':')[1]}`,
|
data: `beep&${recordingLocation.split(':')[1]}`,
|
||||||
|
|
Loading…
Reference in New Issue