<div dir="ltr">Hello,<div><br></div><div>I have had numerous issues with PJSIP outbound calling in Asterisk 13.1.0 and <a href="http://SIP.US">SIP.US</a> SIP trunk. My Asterisk server is on EC2 and I have opened up the appropriate ports. The SIP clients can be anywhere on the Internet, including behind NATs. </div><div><br></div><div>I am able to get to my Asterisk server's internal extensions via the DID (and appropriate dialplans) but I am not able to make outbound calls to the PSTN from my (internal) extensions. I have the appropriate dialplans and I know the Asterisk server is getting in touch with the <a href="http://SIP.US">SIP.US</a> server (see <a href="http://lists.digium.com/pipermail/asterisk-users/2015-March/286176.html">http://lists.digium.com/pipermail/asterisk-users/2015-March/286176.html</a> which is the error I get). My question is, does anybody have a working pjsip.conf with <a href="http://SIP.US">SIP.US</a> I could use? It has to be pjsip.conf (and not the wizard based configuration introduced in 13.2.0).</div><div><br></div><div>Do I need to set up an outbound_proxy for <a href="http://SIP.US">SIP.US</a>?</div><div><br></div><div>Any help is deeply appreciated.</div><div><br></div><div>Thank you!</div><div><br></div><div>Alternately, could you help me with my config (a copy is below, changed some sensitive fields for obvious reasons)?<br></div><div><br></div><div>I have configured my trunks in the following manner (based on <a href="https://wiki.asterisk.org/wiki/display/AST/res_pjsip+Configuration+Examples">https://wiki.asterisk.org/wiki/display/AST/res_pjsip+Configuration+Examples</a>, and other pages on the same wiki, but there are small changes between them which confused the heck out of me):</div><div><br></div><div><div>[transport-udp]</div><div>type=transport</div><div>protocol=udp</div><div>bind=0.0.0.0</div><div>local_net=<a href="http://172.31.32.0/20">172.31.32.0/20</a></div><div>local_net=<a href="http://192.168.1.0/24">192.168.1.0/24</a></div><div>external_media_address=aa.bb.cc.dd ; replaced real public IP address</div><div>external_signaling_address=aa.bb.cc.dd ; replaced real public IP address</div><div><br></div><div>[sonnyGW1]</div><div>type=registration</div><div>transport=transport-udp</div><div>outbound_auth=sonnyGW1_auth</div><div>server_uri=<a href="mailto:sip%3Aregistrar@gw1.sip.us">sip:registrar@gw1.sip.us</a> ; no registrar@ in URI</div><div>client_uri=<a href="mailto:sip%3Asonny@gw1.sip.us">sip:sonny@gw1.sip.us</a></div><div>contact_user=16175551212 ; replaced real DID<br></div><div>retry_interval=60</div><div>forbidden_retry_interval=600</div><div>expiration=3600</div><div><br></div><div>[sonnyGW1_auth]</div><div>type=auth</div><div>auth_type=userpass</div><div>password=**********</div><div>username=sonny</div><div>;realm=65.254.44.194<br></div><div>;realm=<a href="http://gw1.sip.us">gw1.sip.us</a></div><div><br></div><div>[sonnyGW1]</div><div>type=aor</div><div>contact=<a href="http://sip:sonnyGW1@65.254.44.194:5060">sip:sonnyGW1@65.254.44.194:5060</a> ; tried also no username in URI</div><div><br></div><div>[sonnyGW1]</div><div>type=endpoint</div><div>transport=transport-udp</div><div>context=fromgw</div><div>allow=!all,ulaw</div><div>outbound_auth=sonnyGW1_auth</div><div>aors=sonnyGW1</div><div>from_domain=<a href="http://gw1.sip.us">gw1.sip.us</a></div><div><br></div><div>[sonnyGW1]</div><div>type=identify</div><div>endpoint=sonnyGW1</div><div>match=65.254.44.194</div></div><div><br></div><div>;; All endpoints for internal extensions follow</div></div>