• 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"

Reminder module for Perfex CRM

Reminder module for Perfex CRM v1.0.4

No permission to download
Hi there,
This has installed as video library? I think you have uploaded the wrong resource :cool:
 
Do you guys know how to change the default sms gateway for the selected one in config profile?
The original file is just for twillio. That sucks. ;/
in the module files it just points to twillio, twiliosid, etc..


reminder.php:
266 if ($reminder['notify_by_sms_client'] == '2') {
267: $account_sid = get_option('sms_twilio_account_sid');
268 if($account_sid !=''){
helpers/reminder_helper.php:
174 {
175: $account_sid = get_option('sms_twilio_account_sid');
176: $auth_token = get_option('sms_twilio_auth_token');
177: $twilio_number = get_option('sms_twilio_phone_number');
178: $client = new Twilio\Rest\Client($account_sid, $auth_token);
179 $sms_ids = [];
181 try {
182: $message = $client->messages->create($to, array('from' => $twilio_number, 'body' => $message));
183 $sms_ids[] = $message->sid;
 
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