does anyone have an idea as to why a 9608 would ignore the setphnol 9
I have 5610s and 5620s that work fine, I would like the 9608s to work as well ( this is for dialing from missed calls etc.)
I know I can make the phones work with out a 9... this work around has its own faults.
here is the bit of the 46xx file that is not working on 9608 phones
system is on 8.1
sets took newest firmware however this has never worked on my 9608, 7.0, 8.0 now 8.1...
I have 5610s and 5620s that work fine, I would like the 9608s to work as well ( this is for dialing from missed calls etc.)
I know I can make the phones work with out a 9... this work around has its own faults.
here is the bit of the 46xx file that is not working on 9608 phones
system is on 8.1
sets took newest firmware however this has never worked on my 9608, 7.0, 8.0 now 8.1...
Code:
############# ENHANCED LOCAL DIALING RULES ###############
##
## These settings affect certain dialing behaviors, such as
## dialing numbers from the incoming Call Log or from web
## pages
##
## Dialing Algorithm Status
## Controls whether algorithm defined by parameters in
## this section is used during certain dialing behaviors.
## 0 disables algorithm.
## 1 enables algorithm, but not for Contacts
## 2 enables algorithm, including Contacts (96xx SIP only)
SET ENHDIALSTAT 2
##
## Country Code
## For United States the value is '1'
SET PHNCC 1
##
## Internal extension number length
## If your extension is 12345, your dial plan length is 5.
## On 46xx phones, the maximum extension length is 10.
## On 96xx phones, the maximum extension length is 13.
## This value must match the extension length set on your
## call server.
SET PHNDPLENGTH 3
##
## International access code
## For the United States, the value is 011.
SET PHNIC 011
##
## Long distance access code
SET PHNLD 1
##
## National telephone number Length
## For example, 800-555-1111 has a length of 10.
SET PHNLDLENGTH 10
##
## Outside line access code
## The number you press to make an outside call.
SET PHNOL 9
##
##
############## APPLICATION ACCESS SETTINGS ###############