Hi,<br>I am trying to build a SBC but a kind of different described on wiki.<br><br>I immediately send incoming leg A to a socket app and connect bridge with my socket python application. I will handle all business logic on python side.<br>

<br>My dialplan is so simple;<br><br>    &lt;extension name=&quot;SBCSocket&quot;&gt;<br>        &lt;condition field=&quot;destination_number&quot; expression=&quot;^1000$&quot;&gt;<br>        &lt;action application=&quot;socket&quot; data=&quot;<a href="http://127.0.0.1:1905">127.0.0.1:1905</a> async full&quot;/&gt;<br>

        &lt;/condition&gt;<br>    &lt;/extension&gt;<br><br>Freeswitch send calls to parking and 183 early media through mod_sofia. This is unacceptable on my SBC scenario. Because I not receive 183 or 180 from leg B yet. I want to relay early media or ringing when I received from B leg<br>

<br>I realize this is not a bug. It is a feature but i need to know is this possible.<br><br>I would appreciate all suggestions and clues.<br><br>Regards,<br>ibrahim