From effbf3bd1a6c40923fd4e9ee8a05b1a7b388c58b Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sun, 21 Feb 2021 23:31:44 -0500 Subject: [PATCH] fixes to intercom --- src/commands/intercom.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]}`,