<div dir="ltr">The problem, i m confronting right now, is  that<br><br>When I make 2 calls simultaneously from 4 phones,it acts like a Conference Call means everyone is listening to everyone,<br>
<div>For Example if cell A calls cell B,AND cell C calls cell 
D,then cell C can hear the conversation between A and B. and similarly 
vice verse is happening.<br></div><div><br></div><div>Here is the extension  that i m using to make calls,<br>-------------------------------------------<br>&lt;extension name=&quot;local_call&quot;&gt;<br>&lt;condition field=&quot;${python(VBTS_DB_Get 
name|callerid|${destination_number})}&quot; expression=&quot;IMSI\d{15}&quot;/&gt;<div dir="ltr">&lt;condition
 field=&quot;${python(VBTS_DB_Get callerid|name|${username})}&quot; 
expression=&quot;\d{7,10}&quot;&gt;<br>&lt;action application=&quot;set&quot; 
data=&quot;target=${python(VBTS_DB_Get name|callerid|${destination_number})}&quot;/&gt;<br>&lt;action application=&quot;set&quot; data=&quot;port=${python(VBTS_DB_Get port|callerid|${destination_number})}&quot;/&gt;<br>&lt;action application=&quot;set&quot; data=&quot;host=${python(VBTS_DB_Get ipaddr|callerid|${destination_number})}&quot;/&gt;<br>

&lt;action application=&quot;set&quot; data=&quot;effective_caller_id_number=${python(VBTS_DB_Get callerid|name|${username})}&quot;/&gt;<br>&lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;&lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;<br>

&lt;action application=&quot;bridge&quot; data=&quot;sofia/internal/${target}@${host}:${port}&quot;/&gt;<br>--------------------------------------------<br></div><br></div>Does any one has any feedback on this why this is happening.<br>


<br>Thanks in Advance</div>