It says SHOULD, not MUST right?<br><br>The message passing in FS is abstracted and protocol agnostic and we are a b2bua not a proxy in terms of SIP.<br>You are sending a message to 1 UA on FS who is accepting the message and delivering it to the core who is happy to receive messages in any format.  Then it&#39;s routed back out another sip dialog where it&#39;s rejected.  It&#39;s too late to go tell the sender that is unacceptable because we already happily accepted it (messages are not always passed out to other phones they can easily be directed at other internal resources).  We don&#39;t know what the content-type means as we are a neutral party in the whole thing so there is not much else we can do but violate this scope issue and break out of our role as a neutral party and translate it to plain text and try again which is not very elegant.<br>
<br>If FS was a proxy software, like openser and friends, we would be passing the data between UA in the way you expect but we are not a proxy.<br><br><br>Based on the frequency and specific nature of your constant inquiries, and the likelihood that you are offering commercial VoIP services to customers.  I suggest you contact us at <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a> to investigate commercial support options for FreeSWITCH.  Even then, I am not sure I could help you besides maybe a param to convert all text/html messages to plain text or some other sad hack.<br>
<br><br><br><br><div class="gmail_quote">On Fri, Feb 26, 2010 at 1:43 PM, Jerry Richards <span dir="ltr">&lt;<a href="mailto:jerry.richards@teotech.com">jerry.richards@teotech.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;">
I&#39;m not sure I follow your comment.  The first device prefers text/html so<br>
that&#39;s what it normally sets in the initial MESSAGE.  Devices that support<br>
text/html will not generate this 415 error reply.  It&#39;s only devices that<br>
don&#39;t support it that would send the 415 reply, so the issue is that the 415<br>
is not getting passed back to the originator.<br>
<br>
Best Regards,<br>
<font color="#888888">Jerry<br>
</font><div><div></div><div class="h5"><br>
<br>
-----Original Message-----<br>
From: Brian West [mailto:<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>]<br>
Sent: Friday, February 26, 2010 11:01 AM<br>
To: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
Subject: Re: [Freeswitch-users] 415 Unsupported Media Handling<br>
<br>
Its really clear here you&#39;ll need to say text/plain in the content type<br>
their accept header says they only take text/plain.<br>
<br>
/b<br>
<br>
On Feb 26, 2010, at 12:57 PM, Jerry Richards wrote:<br>
<br>
&gt;<br>
&gt; I have two types of devices, one supports text/html MESSAGE content<br>
&gt; and one that only supports text/plain MESSAGE content.  When I send an<br>
&gt; IM from the first to the second, the second replies with 415<br>
&gt; Unsupported Media Type (as shown below).  Section 8.1.3.5 of RFC 3261<br>
&gt; says the sender should retry using the media type acceptable to the<br>
receiver (in this case: plain/text).<br>
&gt;<br>
&gt; The problem I have is that Freeswitch doesn&#39;t pass the error back to<br>
&gt; the sender (nor does it retry itself using plain/text).  So the IM is<br>
lost.<br>
&gt; Does anyone see the reason why the error is not being handled correctly?<br>
&gt;<br>
&gt;<br>
&gt; ----------------------------------------------------------------------<br>
&gt; -- send 668 bytes to udp/[192.168.72.141]:5062 at 18:43:24.720446:<br>
&gt;   ------------------------------------------------------------------------<br>
&gt;   MESSAGE <a href="http://sip:5398@192.168.72.141:5062" target="_blank">sip:5398@192.168.72.141:5062</a> SIP/2.0<br>
&gt;   Via: SIP/2.0/UDP 192.168.72.141;rport;branch=z9hG4bKXg6SNUcQa5Kre<br>
&gt;   Max-Forwards: 70<br>
&gt;   From: &quot;5382 on 141&quot; &lt;<a href="mailto:sip%3A5382@192.168.72.141">sip:5382@192.168.72.141</a>&gt;;tag=66661130<br>
&gt;   To: &quot;5398&quot; &lt;<a href="http://sip:5398@192.168.72.141:5062" target="_blank">sip:5398@192.168.72.141:5062</a>&gt;<br>
&gt;   Call-ID: a9891a15-9da9-122d-b3ad-003048d7e9f0<br>
&gt;   CSeq: 127444135 MESSAGE<br>
&gt;   Contact: &lt;<a href="http://sip:mod_sofia@192.168.72.141:5060" target="_blank">sip:mod_sofia@192.168.72.141:5060</a>&gt;<br>
&gt;   User-Agent: FreeSWITCH-mod_sofia/1.0.trunk-32M<br>
&gt;   Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO,<br>
&gt; REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE<br>
&gt;   Supported: timer, precondition, path, replaces<br>
&gt;   Content-Type: text/html<br>
&gt;   Content-Length: 63<br>
&gt;<br>
&gt;   &lt;font size=&quot;2&quot; face=&quot;Arial&quot;&gt;hello this is Jerry from Teo&lt;/font&gt;<br>
&gt;<br>
&gt; ----------------------------------------------------------------------<br>
&gt; -- recv 459 bytes from udp/[192.168.72.141]:5062 at 18:43:24.728390:<br>
&gt;   ------------------------------------------------------------------------<br>
&gt;   SIP/2.0 415 Unsupported media type<br>
&gt;   Via: SIP/2.0/UDP<br>
&gt; 192.168.72.141;rport=5060;branch=z9hG4bKXg6SNUcQa5Kre;received=192.168<br>
&gt; .72.14<br>
&gt; 1<br>
&gt;   From: &quot;5382 on 141&quot; &lt;<a href="mailto:sip%3A5382@192.168.72.141">sip:5382@192.168.72.141</a>&gt;;tag=66661130<br>
&gt;   To: &quot;5398&quot; &lt;<a href="http://sip:5398@192.168.72.141:5062" target="_blank">sip:5398@192.168.72.141:5062</a>&gt;<br>
&gt;   Call-ID: a9891a15-9da9-122d-b3ad-003048d7e9f0<br>
&gt;   CSeq: 127444135 MESSAGE<br>
&gt;   Date: Fri, 26 Feb 2010 18:43:24 GMT<br>
&gt;   User-Agent: MobilityGateway-2.0.34078<br>
&gt;   Server: MobilityGateway-2.0.34078<br>
&gt;   Accept: text/plain<br>
&gt;   Content-Length: 0<br>
&gt;<br>
&gt; Best Regards,<br>
&gt; Jerry<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-use" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-use</a><br>
&gt; rs<br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>
<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><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:+19193869900<br>