<div dir="ltr">Just a heads up... Enabled NOTICEs on the server and I see this every 10 seconds or so<div><div class="" itemprop="description">

<pre><code>[Apr 16 18:58:28] NOTICE[2138]: res_pjsip/pjsip_distributor.c:246 log_unidentified_request: Request from '"asterisk" <<a href="mailto:sip%3Aasterisk@179.25.158.95">sip:asterisk@179.25.158.95</a>>' failed for '<a href="http://179.25.158.95:5060">179.25.158.95:5060</a>' (callid: <a href="http://477ca2fd0db3a5542dcf2afd50673b89@179.25.158.95:5060">477ca2fd0db3a5542dcf2afd50673b89@179.25.158.95:5060</a>) - No matching endpoint found</code></pre>
Thanks in advance for any help / ideas / clues or something! I'm scratching my head around this and at this point</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Apr 16, 2014 at 6:26 PM, Gervasio Marchand Cassataro <span dir="ltr"><<a href="mailto:gmc@gmc.uy" target="_blank">gmc@gmc.uy</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">It's my first post here, so I'll cut to the chase<div><br></div><div><p>I have 2 Asterisk servers and want to connect them using sip on one 
and pjsip on the other one. One is running at home and another at a VPS.
 The first one will be the client (with dynamic ip) and the 2nd the 
server.</p>

<p>The client uses sip and the server pjsip.</p>

<p>This is the client's sip.conf</p>

<pre><code>[general]
context = default
allowguest = no
realm = <a href="http://myrealm.com" target="_blank">myrealm.com</a>
udpbindaddr = 0.0.0.0
qualify = yes
subscribecontext = default
localnet=<a href="http://192.168.1.0/255.255.255.0externhost=myhost.com" target="_blank">192.168.1.0/255.255.255.0
externhost=myhost.com</a>
externrefresh=30
dtmfmode = auto
canreinvite = no
jbenable = no
sendrpid = yes
trustrpid = no
disallow=all
allow=ulaw
allow=alaw
register => myuser:mypass@vpsserver

[vpsserver]
type=friend
secret=myuser
defaultuser=mypass
host=<a href="http://vpsserver.domain.com" target="_blank">vpsserver.domain.com</a>
context=inbound
canreinvite=no
insecure=port,invite
</code></pre>

<p>And this is the server's pjsip.conf</p>

<pre><code>[transport-udp]
type=transport
protocol=udp
bind=0.0.0.0

[home]
type=endpoint
context=trusted
disallow=all
allow=ulaw
allow=alaw
transport=transport-udp
auth=home
aors=home

[home]
type=auth
auth_type=userpass
password=mypass
username=myuser

[home]
type=aor
max_contacts=10
</code></pre>

<p>When I check on the client, executing <code>sip show registry</code> I get</p>

<pre><code>Host                                    dnsmgr Username       Refresh State                Reg.Time                 
vpsserver:5060                              N      myuser       104 Registered           Tue, 15 Apr 2014 22:57:34
</code></pre>

<p>which I guess means everything is ok... on the client side, I have on my extensions.conf</p>

<pre><code>exten => 66,1,Dial(SIP/1@vpsserver)
</code></pre>

<p>and on the server's extensions.conf (in the trusted context) I have</p>

<pre><code>exten => 1,1,Playback(hello-world)
</code></pre>

<p>So far so good... but when I dial 66 on my client Asterisk, I see the
 following SIP dialog on the server... the only weird thing is that I 
see some From: 192.168.1.112 (that's my home Asterisk's internal IP... 
the externhost works fine for all the providers I'm using, so I doubt 
that's an issue)</p><p><a href="http://pastebin.com/hkFezB8j" target="_blank">http://pastebin.com/hkFezB8j</a><br></p><p>Thanks in advance!</p></div></div>
</blockquote></div><br></div>