Author Topic: custom outbound caller ID  (Read 2092 times)

Offline TheLastEmperor

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
custom outbound caller ID
« on: June 22, 2017, 02:24:27 AM »
I'm looking to update the outbound caller ID for our agents based on the phone numbers they click in our CRM. On our old phone system, asterisk, I was able to achieve this by passing a custom caller ID on the originate method. (https://www.voip-info.org/wiki/view/Asterisk+Manager+API+Action+Originate)

Is there a method similar to asterisk's originate command which allows me to override the caller ID for outbound calls on Genesys? If not, do you have a recommendation on how I can achieve what I'm looking for?

Offline postx

  • Newbie
  • *
  • Posts: 37
  • Karma: 0
Re: custom outbound caller ID
« Reply #1 on: June 22, 2017, 01:28:29 PM »
I assume you use SIPServer, if yes than CPNDigits is the keyword for your requirement.
Check SIPServer docs for it...