Hi,<br><br>So you say i need to put <br>&lt;action application=&quot;bridge&quot; data=&quot;{sip_contact_user=${contact}}{sip_ignore_183nosdp=true}sofia/sbc/$1@${dialed_domain}&quot;/&gt;<br><br>Regds<br>Sam<br><br><br><br>
<br><div class="gmail_quote">On Fri, Jan 28, 2011 at 10:23 PM, Anthony Minessale <span dir="ltr">&lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
you need sip_ignore_183nosdp=true set on the b leg not the a leg.<br>
Put it in the dial string in {}<br>
<br>
{sip_ignore_183nosdp=true}sofia/foo/<a href="mailto:foo@bar.com">foo@bar.com</a><br>
<div><div></div><div class="h5"><br>
<br>
On Fri, Jan 28, 2011 at 12:41 AM, Sam &lt;<a href="mailto:u2nsam@gmail.com">u2nsam@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; how can i ignore 183 without sdp,<br>
&gt; what happens is the provider sends 183 without sdp and by applying &quot;&lt;action<br>
&gt; application=&quot;set&quot; data=&quot;sip_ignore_183nosdp=true&quot;/&gt;&quot;  the FS sends 180 to<br>
&gt; the leg a.<br>
&gt; Here i want to block the 183 with SDP just like router as b2bua and send<br>
&gt; nothing to leg a, and when actual 183 with sdp comes it should send .<br>
&gt;<br>
&gt; Its because, providers are sending false signaling by sending 183 without<br>
&gt; sdp,and it hampers while @ production,<br>
&gt; Although by cisco sbc i have done this but i want to do it by FS,<br>
&gt; Take a scenario, when call is send 183 without sdp for 10 secs and then<br>
&gt; followed by 183 with sdp ( actual signal),<br>
&gt; but when some one dials invalid number it rings for 10 secs and then gives<br>
&gt; SIP cause 404, which is bad from the providers.<br>
&gt; So this is the reason i want to block it.<br>
&gt;<br>
&gt; Most of the providers do this, the way out is blocking.<br>
&gt;<br>
&gt; I have got an advice from Tihomir  to do &quot;execute_on_ring and parse your 180<br>
&gt; / 183 messages in search of SDP,<br>
&gt; once you get 183 without SDP do not send it back to leg a and send signal<br>
&gt; only when you got 183 with sdp or 180 &quot;<br>
&gt; And this could be valid call flow.<br>
&gt;<br>
&gt; This happens in many cases where the provider is having nextone as a sbc and<br>
&gt; that too tier 1 !<br>
&gt;<br>
&gt; Regards<br>
&gt; Sam<br>
&gt;<br>
</div></div>&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>
&gt;<br>
<br>
<br>
<br>
--<br>
Anthony Minessale II<br>
<br>
FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">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" target="_blank">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="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:+19193869900<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>
</blockquote></div><br>