[Freeswitch-users] PROBLEM: Making Concurrent Calls

Lloyd Aloysius lloyd.aloysius at sunteltech.ca
Thu Aug 1 19:09:34 MSD 2013


may be problem with your bridge data.

<action application="bridge" data="sofia/internal/${target}
@${host}:${port}"/>

why you use port in the bridge? assume Phone A - Register with user A =>
bridge sofia/internal/userA

Lloyd
*
*
*  <http://www.sunteltech.ca/blog/>*


On Thu, Aug 1, 2013 at 4:22 AM, Shan Randhawa <randhawaay at gmail.com> wrote:

> The problem, i m confronting right now, is that
>
> When I make 2 calls simultaneously from 4 phones,it acts like a Conference
> Call means everyone is listening to everyone,
> 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.
>
> Here is the extension  that i m using to make calls,
> -------------------------------------------
> <extension name="local_call">
> <condition field="${python(VBTS_DB_Get
> name|callerid|${destination_number})}" expression="IMSI\d{15}"/>
> <condition field="${python(VBTS_DB_Get callerid|name|${username})}"
> expression="\d{7,10}">
> <action application="set" data="target=${python(VBTS_DB_Get
> name|callerid|${destination_number})}"/>
> <action application="set" data="port=${python(VBTS_DB_Get
> port|callerid|${destination_number})}"/>
> <action application="set" data="host=${python(VBTS_DB_Get
> ipaddr|callerid|${destination_number})}"/>
> <action application="set"
> data="effective_caller_id_number=${python(VBTS_DB_Get
> callerid|name|${username})}"/>
> <action application="set" data="hangup_after_bridge=true"/><action
> application="set" data="continue_on_fail=true"/>
> <action application="bridge" data="sofia/internal/${target}@
> ${host}:${port}"/>
> --------------------------------------------
>
> Does any one has any feedback on this why this is happening.
>
> Thanks in Advance
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130801/b53d5100/attachment.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list