CID Superfecta Multi-Source Merge

Is it possible to merge two CID sources?
We are getting CNAM info that is trunk-provided.
We’d also like to integrate the location info into the name from Telco-Data
So if i called, the end CID result would be

JOHN MUNOZ - DALLAS, TX

Is this possible?

Yes, but not without coding effort on your part. I think probably the easiest way to do this is to locate the files:

/var/www/html/admin/modules/superfecta/sources/source-Trunk_Provided.module
/var/www/html/admin/modules/superfecta/sources/source-Telco_Data.module

You will want to create a new file in this folder (owned by asterisk:asterisk) with a filename of the same pattern, edit it with a matching class name to filename, and combine what is done in the other files. A little php knowledge will get you there. Sangoma support could do this for you if you have budget.