<div dir="ltr"><div><div><div><div><div>OK, it stopped working.<br><br></div>It turns out the transport and endpoints in PJSIP are ok. I can send an invite from my unregistered snom phone and I can see some activity in the CLI.<br><br></div>However, when I dial from my snom to Kamailio and have it pass the message to asterisk, PJSIP seems to ignore the sip messages even though they are there.<br><br></div>Is there something wrong in the invite that I'm missing?<br><br>U 2015/03/10 22:47:43.539208 [kamailio public ip]:5060 -> [asterisk public ip]:5061<br>INVITE <a href="mailto:sip%3A1000@somedomain.com">sip:1000@somedomain.com</a>;user=phone SIP/2.0.<br>Record-Route: <sip:[kamailio public ip];r2=on;lr=on;nat=yes>.<br>Record-Route: <sip:[kamailio public ip];transport=tcp;r2=on;lr=on;nat=yes>.<br>Via: SIP/2.0/UDP 1<br>[kamailio public ip];branch=z9hG4bKc10a.a307d27e5d7581c259704fcd865a69e2.0;i=1.<br>Via: SIP/2.0/TCP [snomprivateip]:47153;received=[snompublicip];branch=z9hG4bK-cc9ldmdhvvdi;rport=47473.<br>From: <<a href="mailto:sip%3A1000@somedomain.com">sip:1000@somedomain.com</a>>;tag=tu0if9akzq.<br>To: <<a href="mailto:sip%3A451000@somedomain.com">sip:451000@somedomain.com</a>;user=phone>.<br>Call-ID: 8d74ff54e076-hajfjxwp1crj.<br>CSeq: 2 INVITE.<br>Max-Forwards: 16.<br>Contact: <sip:1000@[snom_private_ip]:47153;alias=[snom_public_ip]~47473~2;transport=tcp;line=snl8cukk>;reg-id=1.<br>X-Serialnumber: [snom_mac_address].<br>P-Key-Flags: resolution="31x13", keys="4".<br>User-Agent: snom760/<a href="http://8.7.3.25">8.7.3.25</a>.<br>Accept: application/sdp.<br>Allow: INVITE, ACK, CANCEL, BYE, REFER, OPTIONS, NOTIFY, SUBSCRIBE, PRACK, MESSAGE, INFO, UPDATE.<br>Allow-Events: talk, hold, refer, call-info.<br>Supported: timer, 100rel, replaces, from-change.<br>Session-Expires: 3600;refresher=uas.<br>Min-SE: 90.<br>Content-Type: application/sdp.<br>Content-Length: 598.<br><br>.<br>v=0.<br>o=root 1667335791 1667335791 IN IP4 [snom_private_ip].<br>s=call.<br>c=IN IP4 [snom_private_ip].<br>t=0 0.<br>m=audio 59358 RTP/AVP 9 0 8 3 97 98 99 100 106 107 108 109 18 101.<br>a=rtpmap:9 G722/8000.<br>a=rtpmap:0 PCMU/8000.<br>a=rtpmap:8 PCMA/8000.<br>a=rtpmap:3 GSM/8000.<br>a=rtpmap:97 G726-16/8000.<br>a=rtpmap:98 G726-24/8000.<br>a=rtpmap:99 G726-32/8000.<br>a=rtpmap:100 G726<br><br></div>My transports are:<br><br>[transport-udp]<br>type=transport<br>protocol=udp<br></div>bind:<a href="http://0.0.0.0:5061">0.0.0.0:5061</a><br><div><br><br>[transport-tcp]<br>type=transport<br>protocol=tcp<br>bind=<a href="http://0.0.0.0:5061">0.0.0.0:5061</a><br><br></div><div>Ideas greatly appreciated.<br></div></div>