void l4c_cc_call_chld_lind(kal_uint8 call_id, kal_uint8 opcode)
{
#ifndef __SMART_PHONE_MODEM__
      if((call_id != CSMCC_INVALID_CALL_ID) && (call_id == l4c_get_waiting_call_id()))
      	{
		l4cuem_audio_stop_req(TONE_CALL_WAITING); 

      	}
#endif
}
예제 #2
0
void l4c_cc_call_chld_lind(kal_uint8 call_id, kal_uint8 opcode)
{
#ifndef __SP_RIL_SUPPORT__
      if((call_id != CSMCC_INVALID_CALL_ID) && (call_id == L4C_PTR->waiting_call_id))
      	{
		l4cuem_audio_stop_req(TONE_CALL_WAITING); 

      	}
#endif
}
void l4c_cc_call_release_lind(kal_uint8 call_id, kal_uint16 cause, kal_bool is_diag_present, kal_uint8 diag) //MAUI_02526481
{
#ifndef __SMART_PHONE_MODEM__
	if(l4c_is_call_alert() == KAL_TRUE)
	{
      		
      		l4cuem_audio_stop_req(TONE_RINGING_CALL_GSM);               

	}
#endif

}
예제 #4
0
void l4c_cc_call_release_lind(kal_uint8 call_id, kal_uint16 cause, kal_bool is_diag_present, kal_uint8 diag) //MAUI_02526481
{
#ifndef __SP_RIL_SUPPORT__
	if(L4C_PTR->call_alert == KAL_TRUE)
	{
      		
      		l4cuem_audio_stop_req(TONE_RINGING_CALL_GSM);               

	}
#endif

}
void l4c_cc_call_connect_lind(l4c_number_struct *num,
                                     l4c_sub_addr_struct *sub_addr,
                                     kal_uint8 call_type,
                                     kal_uint8 call_id)
{
#ifndef __SMART_PHONE_MODEM__
	if(l4c_is_call_alert() == KAL_TRUE)
	{
      		
      		l4cuem_audio_stop_req(TONE_RINGING_CALL_GSM);               

	}
#endif		

}
예제 #6
0
void l4c_cc_call_connect_lind(l4c_number_struct *num,
                                     l4c_sub_addr_struct *sub_addr,
                                     kal_uint8 call_type,
                                     kal_uint8 call_id)
{
#ifndef __SP_RIL_SUPPORT__
	if(L4C_PTR->call_alert == KAL_TRUE)
	{
      		
      		l4cuem_audio_stop_req(TONE_RINGING_CALL_GSM);               

	}
#endif		

}