V20 Update 8 Alpha - The AI Chapter

Hello, I tried cache, incognito also but it's still not visible

View attachment 50070


it's 16SC, self-hosted, latest update, Multi Tenant mode is enabled.

Okay, now I tried disable Multi tenant mode and "Department" appeared, then I enabled again and it's disappeared, I am confused.
 
  • Like
Reactions: nikolascx
Hi Alejandro I'm experiencing the same results. The AI Agent confirms the conversation however the message is not delivered. I've also turned on Transcription and call recording using Google & GCP so I can see the conversation. I might have missed your follow up message regarding this.Very exciting update!

This is a bug that is fixed already. Will be available in the next update - God willing in 2 weeks time..
 
Been messing around with the AI agent this morning and it's extremely cool. We've already got a multi-tenant customer frothing to implement this lol!

I've noticed when I call the extension, it's supposed to say "Welcome, you've reached {{ company_name }} - this is {{ agent_name }}. How can I help you today?" but instead it's saying "Hello, this is test agent at reception. how many i help you reach the right person or department?"

maybe this is because i'm just calling internally right now and it knows that? just curious. awesome either way! can't wait to see what the updates hold for this!

Yes exacly - this is because you are calling internally.
Its like a colleague knocks on your door vs a new client. You tend to greet them differently. Same here.
If you want to edit this, no problem - go to the prompt and edit it in there. Lines 41 to 66 Section titled First Message (Entry via Screening)

Code:
# First Message (Entry via Screening)

Emit exactly one greeting line.
Speak in the language determined by the **Language** rules above.

{{#is_internal}}
- If a person is detected (the contact reference clearly represents a real person's name):
  > Hello, [use their first name]. This is [first name of {{ agent_name }}]. How may I help you reach the right person or department?
- Otherwise (the contact reference is not a person's name):
  > Hello - this is {{ agent_name }} at reception. How may I help you reach the right person or department?
{{/is_internal}}
{{^is_internal}}
- If a person is detected (the contact reference clearly represents a real person's name):
  > Welcome, [use appropriate honorific + family name] - this is {{ agent_name }} from {{ company_name }}. How may I help you reach the right person or department?

- If a company is detected (the contact reference clearly represents an organization or business):
  > Welcome, {{ other_party_name }} team - this is {{ agent_name }} from {{ company_name }}. How may I assist your company today?

- Otherwise (the contact reference is not a person's name or company):
  {{#first_message}}
  > {{ first_message }}
  {{/first_message}}
  {{^first_message}}
  > Welcome, you've reached {{ company_name }} - this is {{ agent_name }}. How may I help you reach the right person or department?
  {{/first_message}}
{{/is_internal}}

Next update we will have all caller ID's distinguished, CRM et al. Hold tight.
 
Hello, I tried cache, incognito also but it's still not visible

View attachment 50070


it's 16SC, self-hosted, latest update, Multi Tenant mode is enabled.

That's because in Multi COMPANY Mode the departments are treated as separate Companies, hence the Department phonebook becomes the Company phonebook. In U7 and earlier you would only have had personal in MCM.
 
  • Like
Reactions: nikolascx
Hi Alejandro I'm experiencing the same results. The AI Agent confirms the conversation however the message is not delivered. I've also turned on Transcription and call recording using Google & GCP so I can see the conversation. I might have missed your follow up message regarding this.Very exciting update!
I've had a private conversation with Nikolas about this and he confirmed the issue and indicated it will be fixed with a coming update.
 
Hi,
On the website :
Capture d'écran 2025-11-07 171944.png
Actually (on U7), the Voicemail transcription is free on PRO with 3CX engine.
Will it be changed in U8, or this is a mistake on the website ?
 
  • Like
Reactions: nikolascx
Still looking foward to s3-compatible storage buckets like wasabi. I think this should be an easy feature!
 
You need update U8 Alpha... Not ready for production!
Hello,

btw I have this version of Update :
Version 20.0 Update 8 (Build 680 Alpha)
so do I still wait to another update?
 
Hello,

btw I have this version of Update :
Version 20.0 Update 8 (Build 680 Alpha)
so do I still wait to another update?

What is your current blocking issue? Let me know. In the case, Ill ask one of my colleagues to connect with you and give you an updated build. Send me a PM with your email and OS (Win or linux)
 
Yes there is, we will be launching a transcription package which will still be much cheaper than OpenAI. We are thinking $250 for 20K minutes.
This was great to hear.

Right now, we will be unable to update when released as management seem unclear what transcription functionality will cease and what the costs to re-enable will be?

The pricing table feature list makes reference to "3CX Transcription Cloud packages" & "Speaker Diarization (for 3CX Transcription only)" but no mention of pricing for these services. Is this to be added before the release of update 8?
 
Hello, during activation I get this error: "An internal server error has occurred. Please contact the administrator."
Has anyone else experienced this?
 
This was great to hear.

Right now, we will be unable to update when released as management seem unclear what transcription functionality will cease and what the costs to re-enable will be?

The pricing table feature list makes reference to "3CX Transcription Cloud packages" & "Speaker Diarization (for 3CX Transcription only)" but no mention of pricing for these services. Is this to be added before the release of update 8?

Details will be released shortly on this.
There will be some generous pricing packages that are the cheapest in the world. Please bear with us until we organize this.
 
Hello, during activation I get this error: "An internal server error has occurred. Please contact the administrator."
Has anyone else experienced this?
Post this in your own thread with all information that is needed to help your.
 
  • Like
Reactions: nikolascx
Hello, during activation I get this error: "An internal server error has occurred. Please contact the administrator."
Has anyone else experienced this?

Hi, is this License activation?
Looks like there isn't a direction connection with the ERP server or HTTPS 443 outbound is blocked..
Is this your first installation of 3CX?
On the 3CX server, test resolution:
nslookup activate.3cx.com

Attempt TLS connection to activate.3cx.com port 443. If this fails, your firewall or proxy is likely blocking it.

Check the server’s network settings: if your DNS is set to internal corporate DNS that forwards externally, try temporarily setting the NIC’s primary DNS to e.g. 8.8.8.8 and see if activation works. Many users reported this fixed it.

In a nutshell, the 3CX Server machine needs to communicate directly with the activation server.
 
Is anybody else having an issue where after adding the Open AI integration for the AI Receptionist and creating the extension for the agent the routing destinations don't save?
I have the same issue
 
  • Like
Reactions: nikolascx
We will make a release next week. But if you want a fix earlier, send me a PM with your Email + Windows or Linux and my colleague will contact you to update your release
 
Hi,
I have successfully connected to postgres to transfer data, but receiving below error and unable to find any info on the Event ID 50032.

1763025762648.png
Thank you,
 
Hi @CrownSDS
Best send logs.. Send in PM. Specifically SystemService.log. the answers we need are in there.
By the way - silly question - do you have available HHD Space?
 
Last edited:
Hi @CrownSDS
Best send logs.. Send in PM. Specifically SystemService.log. the answers we need are in there.
By the way - silly question - do you have available HHD Space?
Hi Nikolas,
Thank you for the reply. I have PM you the Sys.log. Yes HDD has enough space.
Kind regards,
 

Latest Posts

Forum statistics

Threads
111,990
Messages
590,164
Members
164,927
Latest member
tohoken1