<div dir="ltr">Is your asterisk server behind the firewall or NAT. <br>Does your FS respond to the invite from asterisk, <br>Did you run sip trace on both asterisk and FS. I mean it will be useful to know if the below sip trace is from asterisk or FS. If from asterisk, then need to make sure if FS got the request and how it replied to that request. <br>
<br>Hope this will help you in debugging the problem. <br><br>Jai<br><a href="http://www.didforsale.com/" target="_blank">www.didforsale.com</a><br>*Buy SIP DIDs all Over US at low cost, unlimited minutes<br><a href="http://www.didforsale.com/" target="_blank">http://www.didforsale.com</a>&quot;&nbsp; <br>
<br><div class="gmail_quote">On Mon, Sep 22, 2008 at 4:01 PM, Noah Silverman <span dir="ltr">&lt;<a href="mailto:noah@allresearch.com">noah@allresearch.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Tried that and still doesn&#39;t work.<br>
<br>
I&#39;ve attached the SIP INVITE so that maybe you&#39;ll see something that<br>
gives you a clue.<br>
<br>
Also, I don&#39;t know if it matters, but the FS server is actually in an<br>
off site data center. &nbsp;I&#39;m connecting to it remotely from my office.<br>
Works fine for a single polycom phone. &nbsp;(That, and the sound quality<br>
is AMAZING! )<br>
<br>
Here is what I have in Asterisk now...<br>
<div class="Ih2E3d">[Freeswitch]<br>
host=<a href="http://111.111.111.111" target="_blank">111.111.111.111</a><br>
username=3235551212<br>
secret=password<br>
</div>fromdomain=<a href="http://111.111.111.111" target="_blank">111.111.111.111</a><br>
<div class="Ih2E3d">port=5060<br>
type=peer<br>
trustrpid=yes<br>
sendrpid=yes<br>
context=from-trunk<br>
canreinvite=no<br>
disallow=all<br>
allow=ulaw<br>
<br>
<br>
<br>
</div>Here&#39;s the SIP INVITE. &nbsp;(IP&#39;s changed to protect the innocent.)<br>
<a href="http://111.111.111.111" target="_blank">111.111.111.111</a> is the address of my FS server<br>
<a href="http://222.222.222.222" target="_blank">222.222.222.222</a> is the address of my asterisk server<br>
3235551212 is my username/did/account in FS<br>
<br>
U <a href="http://222.222.222.222:1024" target="_blank">222.222.222.222:1024</a> -&gt; <a href="http://111.111.111.111:5060" target="_blank">111.111.111.111:5060</a><br>
INVITE <a href="mailto:sip%3A13237773456@111.111.111.111">sip:13237773456@111.111.111.111</a> SIP/2.0.<br>
Via: SIP/2.0/UDP 10.0.1.100:5060;branch=z9hG4bK03cd6fd2;rport.<br>
From: &quot;3235551212&quot; &lt;<a href="mailto:sip%3A3235551212@111.111.111.111">sip:3235551212@111.111.111.111</a>&gt;;tag=as146a87d7.<br>
To: &lt;<a href="mailto:sip%3A13237773456@111.111.111.111">sip:13237773456@111.111.111.111</a>&gt;.<br>
Contact: &lt;<a href="mailto:sip%3A3235551212@222.222.222.222">sip:3235551212@222.222.222.222</a>&gt;.<br>
Call-ID: <a href="mailto:4382446d3a46269d7f469e93147b46eb@111.111.111.111">4382446d3a46269d7f469e93147b46eb@111.111.111.111</a><br>
CSeq: 103 INVITE.<br>
User-Agent: Asterisk PBX.<br>
Max-Forwards: 70.<br>
Remote-Party-ID: &quot;3235551212&quot; &lt;sip:<br>
<a href="mailto:3235551212@111.111.111.111">3235551212@111.111.111.111</a>&gt;;privacy=off;screen=no.<br>
Proxy-Authorization: Digest username=&quot;3235551212&quot;,<br>
realm=&quot;<a href="http://111.111.111.111" target="_blank">111.111.111.111</a>&quot;, algorithm=MD5, uri=&quot;<a href="mailto:sip%3A13237773456@111.111.111.111">sip:13237773456@111.111.111.111</a><br>
&quot;, nonce=&quot;c52ba984-f888-dd11-80f4-00188b37805b&quot;,<br>
response=&quot;01635afacb7eeebc6fc0888991c0411d&quot;, qop=auth,<br>
cnonce=&quot;4e065f27&quot;, nc=00000001.<br>
Date: Mon, 22 Sep 2008 22:54:14 GMT.<br>
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY.<br>
Supported: replaces.<br>
Content-Type: application/sdp.<br>
Content-Length: 234.<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
<br>
<br>
<br>
On Sep 22, 2008, at 2:35 PM, Brian West wrote:<br>
<br>
&gt; you&#39;ll need to set from-domain in the sip.conf on asterisk ;)<br>
&gt;<br>
&gt; /b<br>
&gt;<br>
&gt; On Sep 22, 2008, at 2:30 PM, Noah Silverman wrote:<br>
&gt;<br>
&gt;&gt; Below is the config in my sip.conf for asterisk. &nbsp;(IP and DID changed<br>
&gt;&gt; for privacy)<br>
&gt;&gt;<br>
&gt;&gt; [Freeswitch]<br>
&gt;&gt; host=<a href="http://111.111.111.111" target="_blank">111.111.111.111</a><br>
&gt;&gt; username=3235551212<br>
&gt;&gt; secret=password<br>
&gt;&gt; port=5060<br>
&gt;&gt; type=peer<br>
&gt;&gt; trustrpid=yes<br>
&gt;&gt; sendrpid=yes<br>
&gt;&gt; context=from-trunk<br>
&gt;&gt; canreinvite=no<br>
&gt;&gt; disallow=all<br>
&gt;&gt; allow=ulaw<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Freeswitch-users mailing list<br>
&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
<br>
<br>
_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br></div>