I'm having problems getting my aastra 480i to register with the asterisk server. I can inititate calls from the phone, but >sip show peers does not show any IP address registered for this phone. I am probably missing something stupidly simple. Anyone have an example config to share or corrections for my configuration? Asterisk 1.2 aastra 480i CT has the 1.4 firmware <sip.conf> [general] port = 5060 bindaddr = phone.pbzinc.loc disallow=all allow=ilbc allow=ulaw allow=alaw allow=gsm context=default canreinvite=no nat=no reinvite=no dtmfmode=info tos=0xB8 [tracey] type=friend disallow=all allow=ulaw allow=alaw dtmfmode=info host=dynamic username=tracey mailboxcontext=internal callerid="tracey" <868> <aastra.cfg> live dialpad: 1 suppress dtmf playback: 1 time server1: pro5.pbzinc.loc sip dial plan: "X+#|XX+*" sip proxy ip: phone.pbzinc.loc sip proxy port: 5060 sip dtmf method: 1 sip out-of-band dtmf: 0 sip line1 auth name: tracey sip line1 user name: 868 sip line1 display name: "Tracey" sip line1 screen name: "Tracey" sip line1 proxy ip: phone.pbzinc.loc sip line1 proxy port: 5060 sip line1 dtmf method: 1 sip use basic codecs: 1 handset list version: 1 handset1 name: "Tracey's Cordless" -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061122/5b15246a/attachment.htm
I had the same issue, phone was working fine but 'sip show peers' didn't show any phone registered. The reason was no sip registrar server was given in the config or in web UI. For aastra phones, you need to specify proxy and registrar servers separately. So in aastra.cfg, you need to enter the following: sip line1 registrar ip: phone.pbzinc.loc sip line1 registrar port: 5060 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061123/3600f851/attachment.htm
Seemingly Similar Threads
- Aastra phone # key in dialplan
- Question Re Basis Pro5 and Samba File and Record Locking
- subsetting a dataframe with a string logical expression
- OT: Polycom IP501 Config file error - Error is 0x4020 (during autoboot...)
- roundrobin strategy in queues not working as described?