Displaying 5 results from an estimated 5 matches for "dialplan_funct".
2011 Sep 05
1
Variables error in 1.8.6.0.
...these variables in a table in MySQL but
these values ??cannot be readed. I think it's a different syntax in 1.8.
I gave this error:
- Executing [h @ macro-special1: 11] Set ("SIP/1010-00000002", "CDR
(LLP) =") in new stack
[September 5 22:39:33] WARNING [14432]: SIP / dialplan_functions.c: 221
sip_acf_channel_read: Unrecognized argument 'rtpqos, audio,
remote_lostpackets' to CHANNEL
[September 5 22:39:33] WARNING [14432]: func_channel.c: 393
func_channel_read: Unknown or unavailable item Requested 'rtpqos, audio,
remote_lostpackets'
- Executing [h @ macro-...
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 v...
2023 Jul 06
0
Getvar of CHANNEL not working for a couple of items
I found a clue as to why the second leg is not returning a local or remote address:
[2023-07-06 11:40:35] WARNING[253072]: pjsip/dialplan_functions.c:903 channel_read_pjsip: No transport information for channel PJSIP/222-0000007d
[2023-07-06 11:40:35] WARNING[935126]: func_channel.c:527 func_channel_read: Unknown or unavailable item requested: 'pjsip,local_addr'
[2023-07-06 11:40:35] WARNING[40100]: pjsip/dialplan_functions.c:917...
2015 Sep 23
2
problems with PJSIP install on UBUNTU 14.04
...t; Subject: Re: [asterisk-users] problems with PJSIP install on UBUNTU
> 14.04
>
> Ryan, Travis wrote:
> > 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_...
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: