Lines Matching refs:esc_chi
1208 static byte esc_chi[35] = {0x02, 0x18, 0x01}; in connect_req() local
1307 esc_chi[0] = (byte)(ai_parms[0].length - 2); in connect_req()
1309 esc_chi[i + 3] = ai_parms[0].info[i + 5]; in connect_req()
1312 esc_chi[0] = 2; in connect_req()
1313 esc_chi[2] = (byte)channel; in connect_req()
1316 add_p(plci, ESC, esc_chi); in connect_req()
4848 byte *esc_chi = ""; in sig_ind() local
4946 esc_chi = parms[14]; in sig_ind()
4976 ai_len = AddInfo(add_i, multi_fac_parms, esc_chi, facility); in sig_ind()
5097 if (esc_chi[0] && plci && !plci->SuppState) { in sig_ind()
5098 plci->b_channel = esc_chi[esc_chi[0]]&0x1f; in sig_ind()
5102 SetVoiceChannel(a->AdvCodecPLCI, esc_chi, a); in sig_ind()
5669 plci->b_channel = esc_chi[esc_chi[0]]&0x1f; in sig_ind()
5674 SetVoiceChannel(a->AdvCodecPLCI, esc_chi, a); in sig_ind()
5713 if (esc_chi[0]) { in sig_ind()
5714 plci->b_channel = esc_chi[esc_chi[0]] & 0x1f; in sig_ind()
9039 byte *esc_chi, in AddInfo() argument
9050 if (esc_chi[0] && !(esc_chi[esc_chi[0]] & 0x7f)) in AddInfo()
14045 byte esc_chi[3]; in select_b_command() local
14089 esc_chi[0] = 0x02; in select_b_command()
14090 esc_chi[1] = 0x18; in select_b_command()
14091 esc_chi[2] = plci->b_channel; in select_b_command()
14092 SetVoiceChannel(plci->adapter->AdvCodecPLCI, esc_chi, plci->adapter); in select_b_command()