Hi.

I have 2 endpoints 
1001 and 1002

1001 registered from 1 device
1002 registered from 2 devices at the same time

When I called to 1002 kamailio makes 2 branches
rtpengine_manage command called from branch rout for handling every branch directly (it can be different endoint types (ws/tls/udp) for each branch)

When i picking up at the 1002 on one device server sends CANCEL (answered elswhere) to another devices of 1002

rtpengine_manage  reacts at the CANCEL and deletes this brach after 30 seconds

My question is:
What is solution for use rtpengine_manage and call branches together?