Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flexible Feature Codes (FFC's)

Status
Not open for further replies.
Apr 23, 2007
18
GB
Hi,
Is there a way of retrieving a list of FFC's from my switch? i want to know if there is an FFC setup for "make set busy" i have i2001 phones and need this feature to aid in a hunt group.

Simon
 
Is it a list of FFC's (FlexibleFeatureCodes) or a list of MSB Key's?

I think you want a list of MSB Keys

LD 81
REQ LST
RETURN through to
FEAT MSB

This will give you a list of sets/TN's with the Key Nr's assigned to that feature

If its a list of FFC's you want then it's:-

LD 57
REQ PRT
TYPE FFC
CUST X
CODE (Return will give you all programmed)

Cheers!!
 
LD 57
REQ CHG
TYPE FFC
CUST 0
FFCT (Enter)
CODE MSBA
MSBA **4 (Or any available code **4 just an example)
CODE MSBD
MSBD ##4
CODE (Enter)

You can check for available codes in LD 20

LD 20
REQ PRT
TYPE LUDN
CUST 0
DN (Enter for all spare Numbers, or enter * or # for combinations starting * or # )

 
Hi Thanks for that,
I have done that, however when i dial *43 it just says release and try again,
do i need to do anything else?
 
Check the documentation but you will probably find that the MSB FFC only works on analog phones. For digital/IP phones, it needs to be programmed on a key. For IP Phones in particular, MSB is not programmed against keys 16-26 (which is used for the soft keys) so has to be programmed against one of the other programmeable keys. The IP Phone 2001 (and IP Phone 1110/1210 and IP AudioConference Phone 2033) only have one programmeable key.

Summary is that you cannot do MSB on an IP Phone 2001.
 
Is there a way of retrieving a list of FFC's from my switch?
Code:
 ld 57
FFC000

REQ  prt
TYPE ffc
CUST 0
CODE all

john poole
bellsouth business
columbia,sc
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top