Hi Gonger
I got it to work this way:
Install This first= yum -y install yum-plugin-fastestmirror
a. Do 'yum -y update' to update all the packages.
b. Do 'yum -y install asterisk-devel' to install all the necessary asterisk headers
wget
tar xvjf chan_unistim-1.0.0.4c.tar.bz2 && cd chan_unistim-1.0.0.4c
make, make install, make config
UNISTIM.CONF FILE: For Nortel Phones
general]
port=5000 ; UDP port
;keepalive=120 ; in seconds, default = 120
;public_ip= ; if asterisk is behind a nat, specify your public ip
[nortel201] ; this is the name of the phone, we will use it shortly
device=006038bb7323 ; this is where you must have your mac address
rtp_port=10000
rtp_method=0
status_method=1 ; If you don't see status text, try 1, default = 0
contrast=8 ; define the contrast of the LCD. From 0 to 15. Default = 8
dateformat=1
timeformat=1
country=us
ringvolume=3
ringstyle=2
callerid="name" <201> ; this is what you want others to see the extn 201 is from free pbx, so we will have to put it in ourselves
context=default
mailbox=201@internal
linelabel="name <201>" ;this line is what will show on the phone
extension=line
line => 102 ; this is important this is the identity of the nortel itself
bookmark=name@exten
bookmark=name@exten
bookmark=name@exten
bookmark=name@exten
Trevor