Displaying 4 results from an estimated 4 matches for "sip_inv".
2017 Jun 18
2
asterisk 13.16. - sigseg during negotiation
...7fba3c0adfb8) at res_pjsip_session.c:243
#3 0x00007fba0499e650 in session_inv_on_rx_offer (inv=0x7fba3c0504e8, offer=0x7fba3c0adfb8) at res_pjsip_session.c:3009
#4 0x00007fba44b1b501 in inv_check_sdp_in_incoming_msg (inv=0x7fba3c0504e8, tsx=0x7fba08006878, rdata=0x7fba3c0b00a8) at ../src/pjsip-ua/sip_inv.c:2110
#5 0x00007fba44b20026 in inv_on_state_confirmed (inv=0x7fba3c0504e8, e=0x7fb9f5901880) at ../src/pjsip-ua/sip_inv.c:4869
#6 0x00007fba44b18869 in mod_inv_on_tsx_state (tsx=0x7fba08006878, e=0x7fb9f5901880) at ../src/pjsip-ua/sip_inv.c:717
#7 0x00007fba44b64850 in pjsip_dlg_on_tsx_state (d...
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
/usr/local/lib/libpjsip-ua-x86_64-unknown-linux-gnu.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
make[1]: *** [chan_pjsip.so] Error 1
make: *** [chann...
2015 Sep 23
2
problems with PJSIP install on UBUNTU 14.04
...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
> > /usr/local/lib/libpjsip-ua-x86_64-unknown-linux-gnu.a: error adding
> > symbols: Bad value
> > collect2: error: ld returned 1 exit status
>...
2015 Sep 23
2
problems with PJSIP install on UBUNTU 14.04
> -----Original Message-----
> From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-
> bounces at lists.digium.com] On Behalf Of Joshua Colp
> Sent: Wednesday, September 23, 2015 9:39 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] problems with PJSIP install on UBUNTU
> 14.04
>
> Ryan, Travis wrote: