J179 Telephones

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • brookj
    Member
    • Dec 2019
    • 4

    J179 Telephones

    Do any programmers know how to change the 4 softkeys below the display of a J179 SIP phone on an Avaya Aura CM?
  • navar126
    Hot Shot
    • Sep 2019
    • 21

    #2
    I am not a programmer but we recently got our system installed last summer and this question was brought up to him at the time.

    Basically he said that because this is all hard coded on the phones they cant customize the labels or whatever actions the soft keys might indicate.

    Comment

    • curibe
      Aspiring Member
      • Oct 2015
      • 2

      #3
      go to 46xxsettings

      Originally posted by brookj View Post
      Do any programmers know how to change the 4 softkeys below the display of a J179 SIP phone on an Avaya Aura CM?
      to change this bottom you should modificate the 46xxsetting,

      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

      Loading