diff --git a/src/commands/intercom.ts b/src/commands/intercom.ts index a095326..071ec0a 100644 --- a/src/commands/intercom.ts +++ b/src/commands/intercom.ts @@ -25,7 +25,7 @@ export default class Intercom extends Command { channel: `PJSIP/${args[0]}`, exten: args[0], context: 'from-internal', - CallerID: `TTS PAGE FRM ${message.author.username} <*0>`, + CallerID: `TTS INTC FRM ${message.author.username} <000>`, application: 'PlayBack', priority: '1', data: `beep&${recordingLocation.split(':')[1]}`,