gcareri / boghe

Automatically exported from code.google.com/p/boghe
0 stars 0 forks source link

Boghe IMS client crash when receiving SDP with AMR codec (mode-set=0,2,5,7) #198

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. On Boghe IMS client, only AMR NB is provisioned.
2. Make a call to Boghe IMS Client. In SDP offer, there is AMR codec with 
mode-set=0,2,5,7.

What is the expected output? What do you see instead?
Call should go through.

What version of the product are you using? On what operating system?
v2.0.173.972 Win7

Please provide any additional information below.
The call is ok if mode-set is:
mode-set=0; OR
mode-set=0,2;

The call will fail if mode-set=0,2,5 OR mode-set=0,2,5,7

Original issue reported on code.google.com by pianpian...@gmail.com on 28 Feb 2014 at 2:21