MRCPv2 Resource Discovery not workling
Created by: schlagert
I just noticed that resource discovery does not work correctly when using MRCPv2.
Steps to reproduce (Version is 1.5.0):
- Install a unimrcp server
- Configure the unimrcpclient configuration to use MRCPv2
- Use the
unimrcpclientutilities' discovery app against the server, e.g.run discover uni2
The application only reports the last resource advertised in the server SDP.
The problem seems to be in mrcp_sdp.c:mrcp_descriptor_generate_by_sdp_session. The code does only create one mrcp_control_descriptor_t per SDP application m-line.