I'm using 9630IP (H.323) phones running fw 3.105S. I'm unable to dial off the missed/outbound call log. This is a US system and the system is not inserting the 9 and the 1 in front of the 10 digit number. So, anytime someone clicks on an entry the system only looks at the first 4 digits because of the missing ars code 9. I've checked numerous places and can't find what is actually missing. My settings file is below. Any info is appreciated.
############# 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 1
##
## 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 4
##
## International access code
## For the United States, the value is 011.
SET PHNIC 011
##
## Long distance access code
SET PHNLD ""
##
## 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
##
############# 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 1
##
## 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 4
##
## International access code
## For the United States, the value is 011.
SET PHNIC 011
##
## Long distance access code
SET PHNLD ""
##
## 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
##