2 m1x22_cntry_struct_t, M1x22_cntry_struct_t – Maxim Integrated 73M1822/73M1922 Control Module User Manual

Page 62

Advertising
background image

73M1822/73M1922 Control Module User Guide

UG_1x22_053

62

Rev. 1.0

7.2 M1X22_CNTRY_STRUCT_t

Description

This structure defines the country default parameters.

Prototype

typedef struct m1X22_cntry_struct
{
unsigned int cnum; /* Country code */
unsigned char ccode[4]; /* Two letter internet country code */
unsigned char country[16]; /* Country Name */
unsigned int ac_impedance;
unsigned int dc_vi_mask;
unsigned int rgth_value;
int auto_cid_enable; /* automatically enable CID */
int use_seize_state; /* ring tone, silent duration */
} M1X22_CNTRY_STRUCT_t;

Parameters

Data Type

Name

Transmit

unsigned int

cnum

Country code (see M1X22_COUNTRY_CODE).

unsigned char

ccode[4]

Two letter country code.

unsigned char

country[16]

Country name.

unsigned int

ac_impedance

AC impedance.

unsigned int

dc_vi_mask

DC VI mask.

unsigned int

rgth_value

Ring voltage threshold.

int

auto_cid_enable Automatic CID enable.

int

use_seize_mode

Seize mode enable.


Advertising