From d1b2aa55b4b48a1c8aff54130b099b544be4fcea Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sat, 6 Mar 2021 18:07:24 -0500 Subject: [PATCH] change CID name --- src/commands/sip.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/sip.ts b/src/commands/sip.ts index 5754a5c..9933940 100644 --- a/src/commands/sip.ts +++ b/src/commands/sip.ts @@ -29,7 +29,7 @@ export default class SIP extends Command { sender = await this.client.pbx.ari.channels.originate({ endpoint: `PJSIP/${staff.extension}`, extension: staff.extension, - callerId: 'LOC PBX AUTO OPERATOR ', + callerId: 'LOC PBX OPERATOR ', context: 'from-internal', priority: 1, app: 'cr-zero', @@ -45,7 +45,7 @@ export default class SIP extends Command { try { receiver = await receiver.originate({ endpoint: `SIP/${args.join(' ')}`, - callerId: 'LOC PBX AUTO OPERATOR ', + callerId: 'LOC PBX OPERATOR ', context: 'from-internal', priority: 1, app: 'cr-zero',