Re: [asterisk-users] extension with callerid not found in context

2021-06-13 Thread sergio
Thank you, Joshua! -- sergio. -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https://

Re: [asterisk-users] extension with callerid not found in context

2021-06-13 Thread Joshua C. Colp
On Sat, Jun 12, 2021 at 11:54 PM sergio wrote: > I have pjsip endpoint with callerid= context=localpeers which > looks follow: > > [localpeers] > exten => _.@_./sergio,1,Dial(Local/${EXTEN}@somecontext) > exten =>_.@_.,1,NoOp() > > And this works fine: > >== Setting global variable 'S

[asterisk-users] extension with callerid not found in context

2021-06-12 Thread sergio
I have pjsip endpoint with callerid= context=localpeers which looks follow: [localpeers] exten => _.@_./sergio,1,Dial(Local/${EXTEN}@somecontext) exten =>_.@_.,1,NoOp() And this works fine: == Setting global variable 'SIPDOMAIN' to 'DOMAIN' -- Executing [EXTEN@localpeers:1] Dial