<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><extension name="local_call"><br><condition field="${python(VBTS_DB_Get
name|callerid|${destination_number})}" expression="IMSI\d{15}"/><div dir="ltr"><condition
field="${python(VBTS_DB_Get callerid|name|${username})}"
expression="\d{7,10}"><br><action application="set"
data="target=${python(VBTS_DB_Get name|callerid|${destination_number})}"/><br><action application="set" data="port=${python(VBTS_DB_Get port|callerid|${destination_number})}"/><br><action application="set" data="host=${python(VBTS_DB_Get ipaddr|callerid|${destination_number})}"/><br>
<action application="set" data="effective_caller_id_number=${python(VBTS_DB_Get callerid|name|${username})}"/><br><action application="set" data="hangup_after_bridge=true"/><action application="set" data="continue_on_fail=true"/><br>
<action application="bridge" data="sofia/internal/${target}@${host}:${port}"/><br>--------------------------------------------<br></div><br></div>Does any one has any feedback on this why this is happening.<br>
<br>Thanks in Advance</div>