Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation error. pjproject 2.10 #35

Open
wzooroo opened this issue Jul 27, 2020 · 3 comments
Open

Compilation error. pjproject 2.10 #35

wzooroo opened this issue Jul 27, 2020 · 3 comments

Comments

@wzooroo
Copy link

wzooroo commented Jul 27, 2020

Compilation error. pjproject 2.10

[ 97%] Building CXX object CMakeFiles/tg2sip.dir/tg2sip/main.cpp.o [ 98%] Building CXX object CMakeFiles/tg2sip.dir/tg2sip/tg.cpp.o [ 98%] Building CXX object CMakeFiles/tg2sip.dir/tg2sip/sip.cpp.o /usr/src/tg2sip/tg2sip/sip.cpp: In static member function ‘static void sip::Client::init_pj_endpoint(Settings&, sip::LogWriter*)’: /usr/src/tg2sip/tg2sip/sip.cpp:188:38: error: ‘class pj::Endpoint’ has no member named ‘codecEnum’; did you mean ‘codecEnum2’? CodecInfoVector codecVector = ep.codecEnum(); ^~~~~~~~~ codecEnum2 gmake[2]: *** [CMakeFiles/tg2sip.dir/tg2sip/sip.cpp.o] Error 1 gmake[1]: *** [CMakeFiles/tg2sip.dir/all] Error 2 gmake: *** [all] Error 2

@Infactum
Copy link
Owner

Currently tg2sip is compiled againist pjproject 2.9

@radicaldrew
Copy link

radicaldrew commented Jul 28, 2020

nevermind I never updated confg_site.h once I did that call works great!

Currently tg2sip is compiled againist pjproject 2.9

I have it working fine with pjproject 2.9
I am getting distorted voice on one of the end of the call though.
I was even able to upgrade libtgvoip to the latest version but still have the distortion
I tried direct as well as through pbx.
Any ideas. and do you want the updated libtgvoip changes?

@begginerdeveops
Copy link

begginerdeveops commented Jun 6, 2022

did you mean ‘codecEnum2

change it to

‘class pj::Endpoint’ has no member named ‘codecEnum’; did you mean ‘codecEnum2’

codecEnum2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants