I want to implement voice calling functionality by using WiFi/3G Internet,I am tired implementing it by using.
1)LinPhone Library
Download source code from:
https://github.com/BelledonneCommunications/linphone-iphone
When I run Linphone code it shows me error message:
'ortp/ortp.h' file not found
But in Library, file is present ortp.h. For solution I used ortp/ortp.h not found in LinPhone LIbrary and did changes which is mention in solution, but error not solved. How to fix that error issue?
Is there another Free Library for Voice calling? How to implement it?