baresip / baresip-ios

Baresip for iOS
46 stars 33 forks source link

PLC Baresip IOS Support #45

Closed Ehorizon2017 closed 3 years ago

Ehorizon2017 commented 3 years ago

hi, is it possible to integrate PLC in iOS baresip?

Ehorizon2017 commented 3 years ago

I've been searching for how many days how to integrate it to IOS baresip but unfortunately, I only see android baresip example in this link https://github.com/juha-h/libbaresip-android, can you help me give me a hint on how to do this.

Ehorizon2017 commented 3 years ago

I already installed tiff and spandsp using brew in my build machine and added plc in BARESIP_BUILD_FLAGS in different architectures. so far the compilation went smooth, but after running in Xcode this error appears.

Undefined symbols for architecture arm64: "_plc_rx", referenced from: _decode in libbaresip.a(plc.o) "_plc_fillin", referenced from: _decode in libbaresip.a(plc.o) "_plc_init", referenced from: _update in libbaresip.a(plc.o) ld: symbol(s) not found for architecture arm64

after searching on the internet, I need to compile spandsp library to architectures arm64 and armv7 but I can't do this one. can anyone give me a hint for this issue, thank you!