Class docsis_telephone

Description

Telephone

Located in /docsis_config/docsis_telephone.php (line 34)

docsis_encoder
   |
   --docsis_encoder_complex
      |
      --docsis_telephone
Method Summary
 docsis_telephone docsis_telephone ([int $code = DOCSIS_TELEPHONE], [array $value = array()])
 void set_con_thresh (int $retries)
 void set_ddi_timer_thresh (int $value)
 void set_dhcp_auth (boolean $value)
 void set_dhcp_server (string $value)
 void set_login (string $value)
 void set_number_1 (string $value)
 void set_number_2 (string $value)
 void set_number_3 (string $value)
 void set_password (string $value)
 void set_ppp_auth (boolean $value)
 void set_provider (string $value)
 void set_radius_realm (string $value)
Variables

Inherited Variables

Inherited from docsis_encoder

docsis_encoder::$code
docsis_encoder::$value
Methods
Constructor docsis_telephone (line 42)

Constructor

docsis_telephone docsis_telephone ([int $code = DOCSIS_TELEPHONE], [array $value = array()])
  • int $code: docsis code
  • array $value: predefined values
set_con_thresh (line 94)

Set Connection Threshold - docsis 1.0

Retry count threshold for registration attempts.

void set_con_thresh (int $retries)
  • int $retries: from 0 to 255
set_ddi_timer_thresh (line 172)

Set Demand Dial Inactivity Time Threshold - docsis 1.0

The demand dial inactivity timer monitors network activity at the CM. The purpose is to limit the CM (upsteam) network connectivity to periods of time when connectivity is required.

void set_ddi_timer_thresh (int $value)
  • int $value: seconds of inactive networking time allowed to elapse before hanging up a telephone connection at the CM. Zero represent non-use.
set_dhcp_auth (line 128)

Set DHCP Authenticate - docsis 1.0

void set_dhcp_auth (boolean $value)
  • boolean $value
set_dhcp_server (line 139)

Set DHCP Server - docsis 1.0

void set_dhcp_server (string $value)
  • string $value: ip address of DHCP server.
set_login (line 106)

Set Login Username - docsis 1.0

Login username to be used for PPP authentification.

void set_login (string $value)
  • string $value
set_number_1 (line 62)

Set Telephone Number 1 - docsis 1.0

void set_number_1 (string $value)
  • string $value
set_number_2 (line 72)

Set Telephone Number 2 - docsis 1.0

void set_number_2 (string $value)
  • string $value
set_number_3 (line 82)

Set Telephone Number 3 - docsis 1.0

void set_number_3 (string $value)
  • string $value
set_password (line 118)

Set Login Password - docsis 1.0

Login password to be used for PPP authentification.

void set_password (string $value)
  • string $value
set_ppp_auth (line 159)

Set PPP Authenticate - docsis 1.0

void set_ppp_auth (boolean $value)
  • boolean $value
set_provider (line 52)

Set Service Provider Name - docsis 1.0

void set_provider (string $value)
  • string $value
set_radius_realm (line 149)

Set RADIUS Realm - docsis 1.0

void set_radius_realm (string $value)
  • string $value: radius realm name to be used for PPP authentification.

Inherited Methods

Inherited From docsis_encoder_complex

 docsis_encoder_complex::docis_encoder_complex()
 docsis_encoder_complex::encode()

Inherited From docsis_encoder

 docsis_encoder::docsis_encoder()
 docsis_encoder::encode()

Documentation generated on Mon, 14 Nov 2005 18:00:36 -0700 by phpDocumentor 1.3.0RC3