• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Call Log module for Perfex CRM

Call Log module for Perfex CRM v1.2.1

No permission to download

xpresotw

Well-known member
Babiato Fan
Babiato Lover
Trusted Uploader
May 13, 2019
377
559
93
Near by you
xpresotw submitted a new resource:

Call Log module for Perfex CRM - Call Log module for Perfex CRM

Are you still logging your customer calls on spreadsheets? One of the fundamental of building relationships with customers and business development is logging your all your conversations in one location. Give you and your team the ability to keep a track record of all the calls made, and know when to follow up on opportunities.

  • Add a new call
  • Edit existing calls
  • Delete existing calls
  • Export call list
  • Log the duration
  • Create follow-up and get a notification when its...

Read more about this resource...
 
If u installed and activate it and u want to create a new call log u may get an http 500 error.

To solve this u need to create a new table in ur database called "call_log_types" with the fields "ID" as INT / 11 /Auto Ingrement and "name" as Varchar / 255.

This table wasnt created from the installer script.

Happy Call logging 😉
 
  • Love
Reactions: xpresotw
I appreciate the help, but it is giving error 500 when I click on new call log
You can use the one comment above as a solving problem from @Efacid here
If u installed and activate it and u want to create a new call log u may get an http 500 error.

To solve this u need to create a new table in ur database called "call_log_types" with the fields "ID" as INT / 11 /Auto Ingrement and "name" as Varchar / 255.

This table wasnt created from the installer script.

Happy Call logging 😉
Screenshot_2020-07-14-07-13-56-350_com.android.chrome.jpg
 
Last edited:
  • Like
Reactions: Neto Menezes
Add this code at the end of to the install.php to fix error 500:

//create table call_log_types
if (!$CI->db->table_exists(db_prefix() . 'call_log_types')) {
$CI->db->query('CREATE TABLE `' . db_prefix() . "call_log_types` (
`id` int(11) NOT NULL,
`name` varchar(255) DEFAULT NULL

) ENGINE=InnoDB DEFAULT CHARSET=" . $CI->db->char_set . ';');

$CI->db->query('ALTER TABLE `' . db_prefix() . 'call_log_types`
ADD PRIMARY KEY (`id`);');

$CI->db->query('ALTER TABLE `' . db_prefix() . 'call_log_types`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1');
}
 
  • Like
Reactions: shaunp and Efacid
Add this code at the end of to the install.php to fix error 500:

//create table call_log_types
if (!$CI->db->table_exists(db_prefix() . 'call_log_types')) {
$CI->db->query('CREATE TABLE `' . db_prefix() . "call_log_types` (
`id` int(11) NOT NULL,
`name` varchar(255) DEFAULT NULL

) ENGINE=InnoDB DEFAULT CHARSET=" . $CI->db->char_set . ';');

$CI->db->query('ALTER TABLE `' . db_prefix() . 'call_log_types`
ADD PRIMARY KEY (`id`);');

$CI->db->query('ALTER TABLE `' . db_prefix() . 'call_log_types`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1');
}
Thx, I'll update to the zip file ?
 
  • Like
Reactions: alejocm72
xpresotw updated Call Log module for Perfex CRM with a new update entry:

Fixing Error 500 in New Call

Thx to @Efacid and @alejocm72 for the Fix.

from @Efacid :
create a new table in ur database called "call_log_types" with the fields "ID" as INT / 11 /Auto Ingrement and "name" as Varchar / 255.

from @alejocm72 if you haven't install the module
Just install the module...

Read the rest of this update entry...
 
In our case, the module stops the search function. When is active no search function; when deactivated function comes to work again
 
xpresotw updated Call Log module for Perfex CRM with a new update entry:

v1.1.0 Sept 2020

Update v1.1.0:
include Goals module and Lead Logs update.

API:
Please note for twilio api, you can only call verified numbers so if you enter a number on the demo instance and nothing happens it due to that same reason, once you purchase the module, just going to setting and update the twilio api key and if u have a full account you can make full calls using the module.

Goals:
In the module we have included an update to create goals for the number...

Read the rest of this update entry...
 
Do you have the last fix 1.1.1 because is seems there is a problem with twilio ?
 
Verison 1.1.1 call Log 30/09/2020 improvements and bug fixes

  1. Update calling responses
  2. Bug fixe with twilio api and making calls
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock