Re: [asterisk-users] Digium Phone D40 plus dialing

2019-04-03 Thread Malcolm Davenport
Howdy, There's no way to prepend the plus character when dialing except to choose the option to dial via URL. But in doing so, the registered-to host won't be appended to the dial string, so you'd have to punch in the @server after the number. So, no, there's no reasonable way to do what you

Re: [asterisk-users] detect if call to device is from queue

2019-04-03 Thread Joshua C. Colp
On Wed, Apr 3, 2019, at 12:57 PM, marek cervenka wrote: > hi, > > do you have idea if is possible detect if a call to device(1) is from > queue? (i.e. if app_queue set some variable) > > exten => 800,1,queue(sales) ; queue pick exten 20 > > exten => 20,1,noop("detect variables") > > exten =>

[asterisk-users] detect if call to device is from queue

2019-04-03 Thread marek cervenka
hi, do you have idea if is possible detect if a call to device(1) is from queue? (i.e. if app_queue set some variable) exten => 800,1,queue(sales) ; queue pick exten 20 exten => 20,1,noop("detect variables") exten => 20,n,Dial(SIP/20) (1) its through a local interface i.e Local/20@phones

Re: [asterisk-users] [asterisk-app-dev] ARI application execution feature survey

2019-04-03 Thread Joshua C. Colp
On Tue, Apr 2, 2019, at 9:06 PM, Sungtae Kim wrote: > > On 4/3/19 1:29 AM, Joshua C. Colp wrote: > > On Tue, Apr 2, 2019, at 8:26 PM, Matthew Jordan wrote: > >> > >> On Tue, Apr 2, 2019 at 4:18 PM Joshua C. Colp wrote: > >>> On Tue, Apr 2, 2019, at 8:15 PM, BJ Weschke wrote: > >>> > I get the

Re: [asterisk-users] PJSIP/SIPAddHeader etc

2019-04-03 Thread Mark Farmer
Perfect, thanks. The dialplan did come from a chan_sip server :) Now updated. Mark. On Tue, 2 Apr 2019 at 22:40, Joshua C. Colp wrote: > On Tue, Apr 2, 2019, at 6:35 PM, Mark Farmer wrote: > > Hi everyone > > > > I’m building an Asterisk 16/PJSIP server and my dialplan uses > > SIPAddHeader &