FreePBX / superfecta

Provides simultaneous use of, and complete control over multiple caller id data sources.
http://www.freepbx.org
GNU General Public License v2.0
59 stars 93 forks source link

Update Superfecta.class.php #326

Closed ADScorpion closed 3 years ago

ADScorpion commented 4 years ago

The fact is that the $scheme_param array does not exist in the code, so this condition will never be fulfilled. Instead, it was necessary to use another array: $options. The mctime_float function is actually a method of the superfcta_base class. In superfecta_base.php change "protected $prefix = '';" to "public $prefix = '';"

alexeyaa commented 3 years ago

When are the changes planned? Your module is not working now. @kossmac

creslin287 commented 3 years ago

Hey,

First off, thanks so much for the contribution.

Currently, github for FreePBX is a read only mirror of the code at git.freepbx.org. All code reviews are funneled through that repo, and so you'll need to resubmit there instead for this to move forward.

Best wishes, Matthew Fredrickson