Recent content by Aljosa Pregun

  1. CFD c# phonebook lookup

    Thanks a lot. You are a lifesaver. This works. Regards
  2. CFD c# phonebook lookup

    Hi, thank you for your reply but i get the following error when importing the cfd file using the code you provided: :[39960..39969)E: (832,41)-(832,50): Error CS1061: 'PhoneBookEntry' does not contain a definition for 'Firstname' and no accessible extension method 'Firstname' accepting a first...
  3. CFD c# phonebook lookup

    Hi, i still have some issues with getting the called name from 3cx phonebook using the c# code and execute c# code cfd component. I'm using the following code: PhonebookEntry Contact = PhoneSystem.Root.GetTenant().FindContacts(strANI,6) as PhonebookEntry; return Contact.Firstname + " " +...
  4. CFD - Record and email + Get caller name from 3cx phonebook via c# code

    Hello, in my case, i want to get a caller name from 3cx phonebook by executing some c# code that someone poster earlier and use it in email body when sending voicemail recording. I'm using latest v16 with update 4. I am using this c# code without namespace declaration. using TCX.Configuration...
  5. lost call in queue - caller id + name

    hi, we currently use v15 v sp5 on prem 3cx. the current setup on inbound call is setup like this: inbound rule - DID -> call queue queue has about 10 extensions in it and is setup to ring all pooling strategy. the "Notify Queue Manager when a Queue call is lost" option is used to send...
  6. 3CX call postgre db access

    i solved the isue. Try using the user accounts provided in the C:\Program Files\3CX Phone System\Bin\3CXPhoneSystem.ini file. Connect to database named "database_single", not "phonesystem". regards
  7. 3CX call postgre db access

    Hi. is it possible to access 3cx postgresql database in order to ges information regarding the calls history? I'm trying to access it using the pgAdmin III installed on the same VM as 3CX PS v14 using the connection setting provided in the 3CXPhoneSystem.ini file. [CallReports]...
  8. Missed call email notification not showing ringing group name

    Hello, let me shortly describe the situation. We're currently using the v.14 phone system. Server is configured to send email notification to each extension if there is a missed call on it. Since the call is comming true the ringing group to couple of extensions (ring all) and the call is...