<div dir="ltr">With your help i managed understand some basics and to do some setup with two android softphones.<div><br></div><div>The softphones register as 1000 and 1001 respectively. Calls between them are working. Now i try to implement the &quot;door comm&quot; scenario:</div><div><br></div><div>-&gt; originate sofia/internal/1000%192.168.0.170 2001 XML default TEST TEST</div><div><br></div><div>will as expected call softphone 1000. When i answer, my dialplan extension </div><div><br></div><div><div><span class="" style="white-space:pre">        </span>&lt;extension name=&quot;test&quot;&gt;</div><div><span class="" style="white-space:pre">                </span>&lt;condition field=&quot;destination_number&quot; expression=&quot;^(2001)$&quot;&gt;</div><div><span class="" style="white-space:pre">                        </span>&lt;action application=&quot;bridge&quot; data=&quot;user/1001&quot;/&gt;</div><div><span class="" style="white-space:pre">                </span>&lt;/condition&gt;</div><div><span class="" style="white-space:pre">        </span>&lt;/extension&gt;</div></div><div><br></div><div>seems to be found and executed - but the softphone 1001 is not ringing now. After a while the call is discarded. Here&#39;s some Log output</div><div><br></div><div><div>freeswitch@MIT-T540-W8&gt; originate sofia/internal/1000%192.168.0.170 2001 XML default TEST TEST</div><div>2014-12-15 23:12:21.265437 [NOTICE] switch_channel.c:1055 New Channel sofia/internal/1000 [9e94d0e6-80cb-42fd-af72-22140bfaa0e2]</div><div>2014-12-15 23:12:21.385007 [NOTICE] sofia.c:6716 Ring-Ready sofia/internal/1000!</div><div>2014-12-15 23:12:26.104794 [INFO] switch_core_media.c:5328 Activating RTCP PORT 4031</div><div>2014-12-15 23:12:26.104794 [NOTICE] sofia.c:7475 Channel [sofia/internal/1000] has been answered</div><div><br></div><div>+OK 9e94d0e6-80cb-42fd-af72-22140bfaa0e2</div><div><br></div><div>2014-12-15 23:12:26.104794 [NOTICE] switch_ivr.c:1854 Transfer sofia/internal/1000 to XML[2001@default]</div><div>2014-12-15 23:12:26.104794 [INFO] mod_dialplan_xml.c:635 Processing TEST &lt;TEST&gt;-&gt;2001 in context default</div><div>2014-12-15 23:12:26.104794 [INFO] switch_channel.c:3062 sofia/internal/1000 Flipping CID from &quot;TEST&quot; &lt;TEST&gt; to &quot;Outbound Call&quot; &lt;1000%192.168.0.170&gt;</div><div>2014-12-15 23:12:26.125865 [NOTICE] switch_channel.c:1055 New Channel sofia/internal/<a href="http://sip:1001@192.168.0.135:42990">sip:1001@192.168.0.135:42990</a> [c49443c5-7bc0-4482-8851-8797b5e9102d]</div><div><br></div><div>freeswitch@MIT-T540-W8&gt;</div></div></div>