search for: dpj_has_ipv6

Displaying 6 results from an estimated 6 matches for "dpj_has_ipv6".

2016 Aug 16
2
pjproject 2.5.5 + asterisk-certified-13.8-cert1 : many Error loading module...undefined symbol
...g asterisk-certified-13.8-cert1 > > > IIRC there were API changes in pjproject 2.5 that aren't accounted for > in asterisk 13.8. Try pjproject 2.4.5 first and let's see if that works > > > Compiled pjproject 2.5.5 with : > ./configure CFLAGS="-DNDEBUG -DPJ_HAS_IPV6=1" --prefix=/usr > --libdir=/usr/lib64 --enable-shared --disable-video > --disable-sound --disable-opencore-amr > > Compiled Asterisk 13 with > ./configure --libdir=/usr/lib64 > > All pjproject modules are selectable in menuselect, so here no > p...
2014 Jun 17
2
quickstart
I have the Asterisk book, it's enormous, the 4th edition as per http://www.asteriskdocs.org/. I'd like to do something like: http://www.voip-info.org/wiki/view/Asterisk+quickstart just to have two hardphones act as extensions and call each other. Is that a reasonable first task? I'm looking for the simplest litmus test for functionality possible. thanks, Thufir
2015 Sep 23
2
problems with PJSIP install on UBUNTU 14.04
...annels] Error 2 > > It has picked up an install of pjproject which was not built with "-- > enable-shared". You need to remove all instances on your system to > return it to a known state and then rebuild pjproject and install it. > > ./configure CFLAGS="-DNDEBUG -DPJ_HAS_IPV6=1" --enable-shared --with- > external-speex --with-external-gsm --with-external-srtp --disable-sound > --disable-resample --prefix=/usr > > Those are the options I use normally on Ubuntu 14.04. > > -- > Joshua Colp > Digium, Inc. | Senior Software Developer > 445 J...
2016 Aug 17
4
pjproject 2.5.5 + asterisk-certified-13.8-cert1 : many Error loading module...undefined symbol
...IIRC there were API changes in pjproject 2.5 that aren't >> accounted for in asterisk 13.8. Try pjproject 2.4.5 first and >> let's see if that works >> >> >> Compiled pjproject 2.5.5 with : >> ./configure CFLAGS="-DNDEBUG -DPJ_HAS_IPV6=1" --prefix=/usr >> --libdir=/usr/lib64 --enable-shared --disable-video >> --disable-sound --disable-opencore-amr >> >> Compiled Asterisk 13 with >> ./configure --libdir=/usr/lib64 >> >> All pjproject modules are...
2015 Sep 23
2
problems with PJSIP install on UBUNTU 14.04
Ok so now I'm getting this when doing a make in asterisk... travis at pcimphone1:~/downloads/asterisk-13.5.0$ make [LD] chan_pjsip.o pjsip/dialplan_functions.o -> chan_pjsip.so /usr/bin/ld: /usr/local/lib/libpjsip-ua-x86_64-unknown-linux-gnu.a(sip_inv.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
2016 Aug 15
2
pjproject 2.5.5 + asterisk-certified-13.8-cert1 : many Error loading module...undefined symbol
Hello using pjproject 2.5.5 using asterisk-certified-13.8-cert1 Compiled pjproject 2.5.5 with : ./configure CFLAGS="-DNDEBUG -DPJ_HAS_IPV6=1" --prefix=/usr --libdir=/usr/lib64 --enable-shared --disable-video --disable-sound --disable-opencore-amr Compiled Asterisk 13 with ./configure --libdir=/usr/lib64 All pjproject modules are selectable in menuselect, so here no problem. Modules are present in /usr/lib64/asterisk/module (...