drachtio / drachtio-freeswitch-modules

A collection of open-sourced freeswitch modules that I use in various drachtio applications
MIT License
172 stars 119 forks source link

mod_google_transcribe Installation module #64

Closed kkbhanu closed 3 years ago

kkbhanu commented 3 years ago

Hi , i was installing mod_google_transcribe module, for loading module why we need to install entire FreeSWITCH? we are linking all googleapi libs to FreeSWITCH core, is there any other way to integrate googleapi with FreeSWITCH , with out re-building FreeSWITCH?

davehorton commented 3 years ago

possibly, I am not sure. This method works for me, and I don't have time to explore other build possibilities. If you try and succeed with a different (less intrusive) method using shared libs, let me know.

gibix commented 2 years ago

Yes, could be very beautiful to have the modules statically compiled without the need to recompile the whole freeswitch. Could be easy for releasing pre-build package extension.

davehorton commented 2 years ago

pull requests always welcome