Author Message
Sanjay1989
Joined: Sep 19, 2017
Messages: 21
Offline
As we have UCID, which is a unique identifier for Calls. Do we have any unique identifier for Connections ? Address can be used as an identifier for connection with in a single Call object, but at certain scenarios there could be multiple Connections with same address in a Call. Any suggestions ?
MartinFlynn
Joined: Nov 30, 2009
Messages: 1921
Online
A call object contains a list of Connection objects. Each represents a connection in the call.

Martin
Sanjay1989
Joined: Sep 19, 2017
Messages: 21
Offline
Yes. That’s correct. But the connection object is valid within a provider object ( or session). If the provider object is changed ( in case of AES reconnect or passing the connection information across two different applications) then the connection object will be invalid.
MartinFlynn
Joined: Nov 30, 2009
Messages: 1921
Online
As far as I can see, a connection can be uniquely defined by callID/UCID + address.

Can you give some examples of cases where a Call can contain several Connections, each with the same address? I had thought that calls involving Bridging may exhibit this behaviour but that does not seem to be the case.

Martin
UmeshC
Joined: Apr 18, 2011
Messages: 89
Offline
Connection Id in each call will be different for same address so Connection Id will be always unique.

Regards,
Umesh
Go to:   
Mobile view