Do any programmers know how to change the 4 softkeys below the display of a J179 SIP phone on an Avaya Aura CM?
J179 Telephones
Collapse
X
-
go to 46xxsettings
Originally posted by brookj View PostDo any programmers know how to change the 4 softkeys below the display of a J179 SIP phone on an Avaya Aura CM?
example.
## SIGNALING
SET PHONEKEY "Key=4;Type=feature;Name=agnt-login"
SET PHONEKEY "Key=5;Type=feature;Name=auto-in;attr1="
SET PHONEKEY "Key=6;Type=feature;Name=aux-work;attr1="
SET PHONEKEY "Key=7;Type=autodial;Name=after-call;attr1="
SET PHONEKEY "Key=8;Type=autodial;Name=Logout;attr1=*85"
ADD SOFTKEY_ACTIVE "type=dial;action=*84;label=Login"
ADD SOFTKEY_ACTIVE "type=dial;action=*82;label=auto-in"
ADD SOFTKEY_ACTIVE "type=dial;action=*83;label=aux-work"
ADD SOFTKEY_ACTIVE "type=dial;action=*80;label=after-call"
ADD SOFTKEY_ACTIVE "type=dial;action=*85;label=Logout"
ADD SOFTKEY_ACTIVE "type=function;action=endcall;Label=Drop"
ADD SOFTKEY_IDLE "type=dial;action=*84;label=Login"
ADD SOFTKEY_IDLE "type=dial;action=*82;label=auto-in"
ADD SOFTKEY_IDLE "type=dial;action=*83;label=aux-work"
ADD SOFTKEY_IDLE "type=dial;action=*80;label=after-call"
ADD SOFTKEY_IDLE "type=dial;action=*85;label=Logout"
ADD SOFTKEY_IDLE "type=function;action=endcall;Label=Drop"
goodbye you welcome.
Comment
-
Comment