Other Parts Discussed in Thread: CC2564
Hello.
I am trying to get the ring indication and in-band ringing on the remote headset. My setup is the following:
1) Jabra Headset
2) CC2564 which is used as a gateway server.
The pair and bond sequence is the following:
1) Pair CC2564 with the headset.
2) Discover an audio port ID.
3) Issue VS_PCM_Codec_Config_Slave_I2S command.
4) Start Audio Gateway Server with HDSET_Open_Audio_Gateway_Server_Port API call.
5) Register SDP record with HDSET_Register_Audio_Gateway_SDP_Record API call.
After this initialization procedure I able to get the events from the headset (button press, gain change, etc) and get the PCM sound from the microphone, also I can play any sound on the headset but only after the headset button was pressed.
When I try to use HDSET_Ring_Indication command nothing happens - the headset doesn't indicate anything.
May be my setup sequence is incorrect? Could someone give me some tips?
Thanks.