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',