REST API Method: POST /rest/fxslocallooptype

Modifies FXS Local Loop Type per line card in the SBC. Long local loop will enable FXS ports to operate correctly even if the phone is placed up to 3000 meters away from the SBC.

For SBC 2000, each FXS line card can be set to support long local loop independent of the other. For SBC 1000, only FXS line cards in the lower slots can be configured for long local loop and any FXS line card in the correspond upper slot will get disabled.

URL:

https://192.168.0.111/rest/fxslocallooptype

HTTP Method

POST

Requires Authentication:

true

Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
CardOneLocalLoopTypeYesYesisdn_tip:LOCAL_LOOP_LENGTH Identifies the FXS line card in the first slot of the SBC. If the Local Loop Type of this line card is not being modified then this attribute may be omitted from the request.

This is applicable to both SBC 1000 and 2000.

CardTwoLocalLoopTypeYesYesisdn_tip:LOCAL_LOOP_LENGTH Identifies the FXS line card in the second slot of SBC 2000. If the Local Loop Type of this line card is not being modified then this attribute may be omitted from the request.

This is applicable only to SBC 2000.

CardThreeLocalLoopTypeYesYesisdn_tip:LOCAL_LOOP_LENGTH Identifies the FXS line card in the third slot of SBC 1000. If the Local Loop Type of this line card is not being modified then this attribute may be omitted from the request.

This is applicable only to SBC 1000.

CardFiveLocalLoopTypeYesYesisdn_tip:LOCAL_LOOP_LENGTH Identifies the FXS line card in the fifth slot of SBC 1000. If the Local Loop Type of this line card is not being modified then this attribute may be omitted from the request.

This is applicable only to SBC 1000.

Helpful Tip

The POST can contain either only the attributes that are being updated, or the full set of attributes for the resource

  • No labels