search for: pjlib

Displaying 5 results from an estimated 5 matches for "pjlib".

2013 Oct 31
0
Trap invalide opcode error
...5:5: warning: value computed is not used [-Wunused-value] ../src/pj/ssl_sock_ossl.c:606:5: warning: value computed is not used [-Wunused-value] ../src/pj/ssl_sock_ossl.c: In function ?flush_write_bio?: ../src/pj/ssl_sock_ossl.c:1148:5: warning: value computed is not used [-Wunused-value] r - output/pjlib-x86_64-unknown-linux-gnu/ioqueue_select.o r - output/pjlib-x86_64-unknown-linux-gnu/file_access_unistd.o r - output/pjlib-x86_64-unknown-linux-gnu/file_io_ansi.o r - output/pjlib-x86_64-unknown-linux-gnu/os_core_unix.o r - output/pjlib-x86_64-unknown-linux-gnu/os_error_unix.o r - output/pjlib-x86_6...
2014 Dec 23
1
Problems linking asterisk against self-compiled openssl on CentOS 5
...nds-cache=no --with-srtp --with-ssl=/opt/openssl101/usr --with-crypto=/opt/openssl101/usr Note the --with-ssl and --with-crypto options at the end, pointing to my openssl directory. After this I compile, but I am getting these messages when compilation reaches res/res_rtp_asterisk.c: a - output/pjlib-x86_64-redhat-linux-gnu/sock_qos_bsd.o a - output/pjlib-x86_64-redhat-linux-gnu/ssl_sock_common.o a - output/pjlib-x86_64-redhat-linux-gnu/ssl_sock_ossl.o a - output/pjlib-x86_64-redhat-linux-gnu/ssl_sock_dump.o a - output/pjlib-x86_64-redhat-linux-gnu/string.o a - output/pjlib-x86_64-redhat-linux-...
2020 Sep 05
4
func_pjsip_aor.so: undefined symbol: ast_sip_location_retrieve_aor_contacts
asterisk-16.13.0-rc2. Fedora 32 pjsip won't load because of undefined symbols: [Sep 4 14:19:25] ERROR[141137]: loader.c:2396 load_modules: Error loading module 'func_pjsip_aor.so': /usr/lib64/asterisk/modules/func_pjsip_aor.so: undefined symbol: ast_sip_location_retrieve_aor_contacts [Sep 4 14:19:25] ERROR[141137]: loader.c:2396 load_modules: Error loading module
2013 May 02
1
Building Asterisk 11.4.0-rc1 with PJSIP 2.1
...t in the pjproject 2.0 included with Asterisk, so that I can successfully build Asterisk. I'm using the Asterisk pjproject 2.1 port from here: https://github.com/asterisk/pjproject An example of the build errors I'm resolving one by one is this: make[2]: *** No rule to make target `../../pjlib/lib/libpj-x86_64-unknown-linux-gnu.a', needed by `../lib/libpjnath-x86_64-unknown-linux-gnu.a'. Stop. make[1]: *** [/mnt/src/asterisk-11.4.0-rc1/res/pjproject/pjnath/lib/libpjnath-x86_64-unknown-linux-gnu.a] Error 2 make: *** [res] Error 2 I'm editing the Makefiles and fixing the path...
2016 Apr 14
0
AST-2016-005: TCP denial of service in PJProject
...s that can be handled. Those who compile PJProject on their own are encouraged to set this to a value that is more amenable to the number of TCP connections that Asterisk should be able to handle. In PJProject's pjlib/include/pj/config_site.h, add the following prior to compiling PJProject: # define PJ_IOQUEUE_MAX_HANDLES (FD_SETSIZE)...