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

removing duplicated CID prefix in ConnectWise superfecta source #328

Closed sminers closed 3 years ago

sminers commented 4 years ago

The ConnectWise superfecta source returns a the CNAM_prefix twice, as it is prepended to caller_id on line 201, then prepended a second time on line 206 in sources/source-ConnectWise.module.

Removed the second, redundant prepending of CNAM_prefix on line 206

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