OPTIONS/200 messages looks correct. Yes, Asterisk requires the &quot;From:&quot; header field to contain a valid extension to respond with a 200 to a OPTIONS request (else it&#39;ll respond with a 404).<br><br>Raj<br><br><br>
<div><span class="gmail_quote">On 3/28/07, <b class="gmail_sendername">Steve Edwards</b> &lt;<a href="mailto:asterisk.org@sedwards.com">asterisk.org@sedwards.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;m (still) trying to get my Asterisk box talking to a Metaswitch. All I&#39;m<br>getting is a &quot;heartbeat&quot; of OPTIONS messages coming from the Metaswitch<br>which my Asterisk box replies to. The exchange looks like:
<br><br>&lt;-- SIP read from 172.b.c.d:5060:<br>OPTIONS sip:metaswitch@206.b.c.d:5060;transport=udp SIP/2.0<br>Via: SIP/2.0/UDP<br>172.b.c.d:5060;rport;branch=z9hG4bK-17eb587208b656d9c2fbd516b5e5401e-172.b.c.d-1<br>Allow-Events: message-summary
<br>Allow-Events: refer<br>Allow-Events: dialog<br>Allow-Events: line-seize<br>Max-Forwards: 70<br>Call-ID: <a href="mailto:BECE8AC6@172.b.c.d">BECE8AC6@172.b.c.d</a><br>From:<br>&lt;sip:metaswitch@172.b.c.d:5060;transport=udp&gt;;tag=
172.b.c.d+1+0+22022a3b<br>CSeq: 445762257 OPTIONS<br>Organization: Supported: 100rel<br>Content-Length: 0<br>Contact: &lt;sip:metaswitch@172.b.c.d:5060;transport=udp&gt;<br>To: &lt;<a href="mailto:sip:metaswitch@206.b.c.d">
sip:metaswitch@206.b.c.d</a>&gt;<br><br><br>--- (15 headers 0 lines) ---<br>Looking for metaswitch in test (domain 206.b.c.d)<br>Transmitting (no NAT) to 172.b.c.d:5060:<br>SIP/2.0 200 OK<br>Via: SIP/2.0/UDP<br>172.b.c.d:5060;rport;branch=
z9hG4bK-17eb587208b656d9c2fbd516b5e5401e-172.b.c.d-1;received=172.b.c.d<br>From:<br>&lt;sip:metaswitch@172.b.c.d:5060;transport=udp&gt;;tag=172.b.c.d+1+0+22022a3b<br>To: &lt;<a href="mailto:sip:metaswitch@206.b.c.d">sip:metaswitch@206.b.c.d
</a>&gt;;tag=as6a59273b<br>Call-ID: <a href="mailto:BECE8AC6@172.b.c.d">BECE8AC6@172.b.c.d</a><br>CSeq: 445762257 OPTIONS<br>User-Agent: Asterisk PBX<br>Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY<br>
Contact: &lt;sip:206.b.c.d&gt;<br>Accept: application/sdp<br>Content-Length: 0<br><br>Is this how OPTIONS is supposed to look? One thing that struck me as<br>curious is that I had to add an extension &quot;metaswitch&quot; to my &quot;test&quot;
<br>context in my dialplan. Otherwise I got &quot;404&#39;s.&quot;<br><br>Can anybody explain (or point to an explanation)?<br><br>Thanks in advance,<br>------------------------------------------------------------------------
<br>Steve Edwards&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:sedwards@sedwards.com">sedwards@sedwards.com</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Voice: +1-760-468-3867 PST<br>Newline&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Fax: +1-760-731-3000<br>_______________________________________________
<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>