[asterisk-users] 480i phone: Is there a trick to registering with *??

Dave Cotton dcotton at linuxautrement.com
Sat Sep 30 00:35:32 MST 2006


On Sat, 2006-09-30 at 00:47 -0600, Colin Anderson wrote:
> yeah, weird that, i did set the proxy after I posted so it's now
> sip:7028247 at 192.168.1.229 but still no dice. There is a port number as well
> that I left at 0, should I change it to 5060?
> 
> btw, the hardware is a sweet little package if I get this working I could
> see this being my favorite phone

How are you setting up the phone, by the web interface, the on screen or
from tftp?

Don't mix them the phones get confused. If you have do a full factory
reset to get it's full attention.

I only use tftp and they run as sweet as a nut.

my dhcpd.conf hands out the ip and filename of the main config file

    host Aastra480i {
      hardware ethernet         00:08:5D:18:35:52;
      fixed-address             192.168.1.5;
      filename                  "/aastra.cfg";
    }

The file aastra.cfg contains

dhcp: 1
tftp server: 192.168.1.253
subnet mask: 255.255.255.0
default gateway: 192.168.1.1
dns1: 192.168.1.253
time server disabled: 0
time server1: 192.168.1.253
time format: 1
date format: 0
language: 0
tone set: France
time zone name: FR-Paris
time zone code: CET
time zone minutes: 60
sip nortel nat support: 0
sip proxy ip: 192.168.1.253
sip proxy port: 5060
sip registrar ip: 192.168.1.253
sip registrar port: 5060
sip digit time out: 3
sip registration period: 60
sip session timer: 0
sip rtp port: 8000
sip transport protocol: 1
sip use basic codecs: 1
sip dial plan: "X+#"
sip dial plan terminator: 0
sip mode: 0
sip vmail: *10
sip blf subscription period: 60
sip silence suppression: 0
sip update callerid: 1
sip allow auto answer: 1
sip intercom mute mic: 1
sip intercom type: 2
sip intercom prefix code: *55
sip intercom line: 1
directed call pickup: 1
call waiting tone: 1
directory 1: company.csv
auto resync mode: 3
auto resync time: 01:30
priority alerting enabled: 1
map conf key to: 2663
stuttered disabled: 0

--------------------------
and 00085D183552.cfg (not uppercase) contains

#############################################
#
#       480i
#
#############################################

sip screen name: Linux Autrement
sip line1 auth name: 2001
sip line1 password: password
sip line1 user name: 2001
sip line1 display name: Dave Cotton
sip line1 screen name: Dave Cotton
sip line1 vmail: *10#
sip line2 auth name: 2001
sip line2 password: password
sip line2 user name: 2001
sip line2 display name: Dave Cotton
sip line2 screen name: Dave Cotton
sip line2 vmail: *10#
sip line3 auth name: 2001
sip line3 password: password
sip line3 user name: 2001
sip line3 display name: Dave Cotton
sip line3 screen name: Dave Cotton
sip line3 vmail: *10#
sip line4 auth name: 2001
sip line4 password: password
sip line4 user name: 2001
sip line4 display name: Dave Cotton
sip line4 screen name: Dave Cotton
sip line4 vmail: *10#
sip explicit mwi subscription: 1
sip intercom type: 2
sip intercom prefix code: *55
sip intercom line: 1

#blf
softkey1 type: blf
softkey1 label: Elaine
softkey1 value: 2002
softkey1 states: idle connected incoming outgoing
softkey1 line: 1

#speeddial
softkey8 type: speeddial
softkey8 label: Paris
softkey8 value: 5307
softkey8 states: idle connected incoming outgoing
softkey8 line: 1


sip.conf is then

[2001]
type = peer
secret = password
host = dynamic
defaultip = 192.168.1.5
mailbox = 2001
language = en
subscribecontext = internal
context = internal
canreinvite = no
dtfmmode = auto
disallow = all
allow = ulaw
qualify = no	; Aastras don't seem to answer qualify so set as no
callgroup = 1
pickupgroup = 1
call-limit = 4
callerid = "Dave Cotton" <2001>

Hope this helps.

-- 
Dave Cotton <dcotton at linuxautrement.com>



More information about the asterisk-users mailing list