<div dir="ltr">Hello,<div><br></div><div>I am running Asterisk 13.6.0 in an AWS instance, and I set it up with Twilio SIP trunk using pjsip_wizard.conf (nice feature!). I see that the calls actually "reach" the PBX, but for some reason, they are not caught by any of my extensions context. </div><div><br></div><div>Here's what I observe when I test this from a non-PBX connected E164 number (a landline), say 555-666-1212. My Twilio number is 777-555-1212</div><div><br></div><div>Situation 1:</div><div>=========</div><div><font face="monospace, monospace">extensions.conf:</font></div><div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">[from-external]</font></div><div><font face="monospace, monospace">exten => _.,1,Log(WARNING, TWILIO)</font></div></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">[from-internal]</font></div><div><font face="monospace, monospace">...</font></div><div><br></div><div>Calling 555-666-1212 to Twilio number 777-555-1212:</div><div><br></div><div>On Asterisk CLI (core set debug on, logger set level WARNING on):</div><div><br></div><div>No logs at all. Call just ends. No friendly message saying why it will hangup.</div><div><br></div><div>Situation 2:</div><div>===========</div><div><font face="monospace, monospace">extensions.conf:</font></div><div><br></div><div><font face="monospace, monospace">[from-external]</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">exten => 17775551212,1,Log(WARNING, TWILIO)</font></div><div><font face="monospace, monospace">same =>              n,Hangup()</font></div><div><br></div><div>On Asterisk CLI:</div><div><font face="monospace, monospace">Call from 'from-twilio' (UDP:<a href="http://mysillyapp.pstn.twilio.com:5060">mysillyapp.pstn.twilio.com:5060</a>) to extension '+17775551212' rejected because extension not found in context 'from-external'.</font><br></div><div><br></div><div>However, clearly, the extension is there (in extensions.conf). The call hangs up, but with Twilio's "The number you dialed is not a working number...." message.</div><div><br></div><div>What am I missing here? How do I fix this issue with the call not being "caught" with my extensions.conf?</div><div><br></div><div>Any help is appreciated.</div></div>