Tuesday, March 22, 2016

1120e/1140e with asterisk with licence manager available to you

In my case, we had a full Nortel/Avaya CS1K deployment on hand for our office, so I have a licence server for all our softphones and VPN etc.  Maybe you do as well.  So even though I am pointing my Nortel phones at asterisk, I still point them at the licence server via TFTP.  This opens up a whole bunch of new features that the stock phone won't let you do (at least wouldn't for me)

For those of you who want to do this, here's what I do:

in my 1140eSIP.cfg file, I have this additional entry:

[LICENSING]
#need this for "Advanced features"
DOWNLOAD_MODE AUTO
VERSION 000003
FILENAME ipctoken.rev2.cfg 

This sets up the licence file to be downloaded by your phone.

Now refer to my post about autoprovisiong 1140/1120 phones with asterisk if you haven't already.  

example for SIP0019E1F2A126.cfg that would be in your TFTP server.  Your 1100 series phone by default looks for this file when it has the SIP firmware build on it.

#--The user for the phone--#
DEF_USER1 8001

AUTOLOGIN_ID_KEY01 8001@whatevername.net
AUTOLOGIN_AUTHID_KEY01 8001
AUTOLOGIN_PASSWD_KEY01 294b912bafhf73hffd0b8dff6sf5a3ae68gds4d2
#The @domain MUST MATCH the DNS_DOMAIN value!!!!!

DNS_DOMAIN whatevername.net
SIP_DOMAIN1 whatevername.net

#--server1 INTERNAL--#
SERVER_IP1_1 192.168.1.1
SERVER_PORT1_1 5061

#--server2 EXTERNAL--#
SERVER_IP1_2 123.123.123.123
SERVER_PORT1_2 5061

#--We NAT the phone for external connections.  I enable this and enable rport in freepbx--#
USE_RPORT YES

RTP_MIN_PORT 10000
RTP_MAX_PORT 20000

SIP_UDP_PORT 5061

#--Auth-use MD5 to encrypt the authorization keys--#
AUTH_METHOD AUTH_INT

#--Server retries is default 3.  You can increase it if you want--#
#SERVER_RETRIES1 4

#--this  AUTOLOGIN portion has the phone login automatically using the secret assigned--#
#--to the extension in Asterisk--#
AUTOLOGIN_ENABLE USE_AUTOLOGIN_ID
PROMPT_AUTHNAME_ENABLE NO

#--you can show a banner on the phone.  Department name, company name, whatever--#
FORCE_BANNER YES
BANNER ShowThisOnPhoneLCD

#--Enable the 3 lines below if you want to place a speedcall list in--#
#--Place the speedcall.txt file in your TFTP server--#
#--This example puts the speedcall on key 6 on an 1140e phone--#
#SPEEDLIST_LABEL QUEUE
#DEFAULT_SPEEDDIALLIST_FILE QUEUE_Speeddiallist.txt
#SPEEDLIST_KEY_INDEX 6

TIMEZONE_OFFSET -18000
FORCE_TIME_ZONE YES

VMAIL *97
VMAIL_DELAY 300
MAX_APPEARANCES 3
DEF_LANG English
DEF_AUDIO_QUALITY High
ENABLE_LLDP YES
ADMIN_PASSWORD 26567*738
ADMIN_PASSWORD_EXPIRY 0

DEF_AUDIO_QUALITY High
MAX_LOGINS 3
USB_HEADSET UNLOCK
ENABLE_USB_PORT YES
EXP_MODULE_ENABLE NO
ENABLE_SERVICE_PACKAGE NO
IM_MODE DISABLED
AVAYA_AUTOMATIC_QoS NO
VQMON_PUBLISH NO
SIP_TLS_PORT 0
ENABLE_BT NO
# Enable SSH
SSH YES
SSHID admin
SSHPWD 7783993

1 comment:

  1. Licensed features

    The following Standard features are available to all users without a token:

    • SIP Core Features (RFC3261 and SIPPING 19)
    • 3-way calling and conference calling
    • Audio codecs - standard and wideband
    • Auto Login and Auto Logout
    • Background Image
    • Busy Lamp Field (BLF)
    • Distinctive ringing
    • Downloadable ringtones
    • Image screensaver and lock
    • Standard font languages
    • Multiple calls per user
    • Server failover redundancy
    • Session timers
    • SNTP (time server)
    • Speed Dial List
    • Transfer to VM softkey
    • USB flash drive
    • Hotline


    The following extended features are available with a token or if the IP Deskphone is registered to a recognized Avaya server (Avaya, Avaya Communication Server 1000, or IP Office) then extended features are available without a token:

    • Standard features
    • Authentication security
    • Bluetooth headset support (1140E/1165E)
    • Call Server Service Package
    • Expansion Module support
    • Instant Messaging
    • Media Security (SRTP)
    • Multiuser login support
    • NAT Traversal/STUN
    • Proactive Voice Quality Management
    • PC Client Control
    • Signaling Security (TLS)
    • USB headset support for audio
    • IPv6 support


    The following advanced features are available with two tokens or if the IP Deskphone is registered to a recognized Avaya server (Avaya, Avaya CS 1000, or IP Office) then advanced features are available with one token:

    • Standard features
    • Extended features
    • MLPP (Federal)
    • Call Origination Busy
    • DoD Network
    • FIPS Certified

    ReplyDelete