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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

9608 ignoring SET PHNOL 9 in 46xxsettings.txt

Status
Not open for further replies.

vid151

MIS
Feb 13, 2005
114
US
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...

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  ###############
 
Try grabbing that 'Set PHONL 9' and put it at the top of that 46XX text file. Had the same problem with VPNPROC this week in a 96XXVPN.

Inter.bmp

ACSS SME
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top