Skip to content

Add channel bank object, that now manages all belle_sip_channel_t objects,...

Simon Morlat requested to merge feature/channel-banks into master

Add channel bank object, that now manages all belle_sip_channel_t objects, with a possibility to cluster them by an identifier. This need comes from UA server applications, where it may be desirable that SIP connections made on behalf of a given SIP user are not shared with connections belonging to another user.

Merge request reports