Re: [asterisk-users] Still does not work

2016-12-09 Thread Joshua Colp
On Fri, Dec 9, 2016, at 02:38 PM, Saint Michael wrote: > ​Connected to Asterisk 13.13.1 currently running on siptrunks (pid = 336) > [Dec 9 18:37:34] ERROR[29914]: res_pjsip_sdp_rtp.c:184 create_rtp: > Unable > to create RTP instance using RTP engine 'asterisk'​ This was a security release, not

[asterisk-users] Still does not work

2016-12-09 Thread Saint Michael
​Connected to Asterisk 13.13.1 currently running on siptrunks (pid = 336) [Dec 9 18:37:34] ERROR[29914]: res_pjsip_sdp_rtp.c:184 create_rtp: Unable to create RTP instance using RTP engine 'asterisk'​ -- _ -- Bandwidth and

Re: [asterisk-users] IMPORT from bridged Local channels not importing.

2016-12-09 Thread Richard Mudgett
On Tue, Nov 15, 2016 at 8:21 AM, Ethy H. Brito wrote: > > Hi All > > I have some users that can access outside world telephone number. > They have external numbers to be reached as well. > > Due to internal policy restrictions, they are not allowed to dial > each other

Re: [asterisk-users] Tranfer the called number in 3 way call

2016-12-09 Thread John Kiniston
You could use the IAXVAR() function to set variables before dialing your IAX peer on the initial PBX that then get retrieved by the 2nd PBX. PBXA: same => n,Set(IAXVAR(CALLERID)=${CALLERID(num)}) same => n,Set(IAXVAR(DNID)=${CALLERID(DNID)}) PBXB: same => n,NoOP(CallerID is ${IAXVAR(CALLERID)}