<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hi first post, so hope I'm not violating protocol.</p>
<p>Been using Asterisk as home phone and hobby use for nearly 10 years. I love this project.</p>
<p>Anyway, would someone mind verifying my pjsip.conf ?  This seems to work well for 14.3.1 but I get no rtp into my natted Linphone when I upgrade to 14.4.1. Other than that the phone registers properly on 14.4.1.</p>
<p>I can provide a pjsip log as well, but for now I'll start with this.</p>
<p>Asterisk is behind a shorewall firewall on a private natted network. It has a single interface eth0.</p>
<p>Relevant pjsip.conf:</p>
<p>[transport-tls-nat]<br />type=transport<br />protocol=tls<br />method=sslv23 ;sslv23 enables tls1.2 because reasons<br />cert_file=XXX ;removed<br />priv_key_file=XXX ;removed<br />bind=0.0.0.0:5061<br />external_media_address=x.x.x.x ;public ip<br />external_signaling_address=x.x.x.x ;public ip<br />local_net=192.168.0.0/16<br /><br />[endpoint-common](!)<br />type=endpoint<br />context=users<br />disallow=all<br />allow=g722,ulaw,h264<br />dtmf_mode=info<br /><br />[endpoint-sdes](!)<br />media_encryption=sdes<br /><br />[aor-common](!)<br />type=aor<br />remove_existing=yes<br />max_contacts=1<br />maximum_expiration=160<br />qualify_frequency=60</p>
<p>[207](endpoint-common,endpoint-sdes)<br />;Linphone<br />callerid=Chris <PSTN number><br />auth=207<br />aors=207<br />mailboxes=201@default<br />use_avpf=yes<br />rtp_symmetric=yes<br />media_use_received_transport=yes<br />force_rport=yes<br /><br />[207]<br />type=auth<br />auth_type=userpass<br />password=supersecretpassword<br />username=207<br /><br />[207](aor-common)</p>
<p><br /></p>
<p><br /></p>

</body></html>