[solved] Help to register S450IP on Asterisk

Hello,

I have some problem to register my new S450IP on Asterisk 1.4.10.1; the phone always returns :
“provider registration failed”. Did I missed something ?
Could you please help me ? Here is my sip.conf

[code][general]
context=internal
language=fr
allowoverlap=no dialing support. (Default is yes)
bindport=5060 (SIP standard port is 5060)
bindaddr=0.0.0.0 (0.0.0.0 binds to all)
srvlookup=yes lookups on outbound calls
mailbox=1234

register => user:password@sip.voipdiscount.com

[voipdiscount]
context=outgoing
type=peer
fromdomain=sip.voipdiscount.com
host=sip.voipdiscount.com
username=user
fromuser=phonenumber
secret=password
allow=alaw
allow=ulaw
allow=g729

[3]
username=3
secret=0000
type=friend
context=internal
host=dynamic
dtmfmode=rfc2833
defaultip=192.168.200.250
qualify=yes
[/code]

On S450IP side, the config is :
param/connexions

connexion name or number : 3 connexion id : 3 password : 0000 user name : marie name displayed : marie transfert : disabled call number : 3

Thanks a lot.

My S450IP’s working fine with the following;

Connections / Personal Provider Data
Authentication Name: 101
Username: 101

Connections / Advanced Settings / General Provider Data
Domain: IP of Asterisk box
Proxy Server: IP of Asterisk box
Registrar Server: IP of Asterisk box

Connections / Advanced Settings / Network
Outbound Proxy Mode: Auto
Outbound Proxy: IP of Asterisk box

Advanced Settings
DTMF over VoIP Send Settings: RFC 2833


In asterisk sip.conf

[101]
type=friend
context=default
callerid=101
host=dynamic
nat=no
secret=password


Once you get it working let me know if there’s a faint hiss on all calls you make with the S450IP … mine seems to have this, and it’s not apparant on my Cisco phones so I dont think it’s being caused by my AX100P cards.

Working like a charm !
Thanks a lot rossmck.

Spoke to soon… ever since the last update my S450IP has developed an annoying issue where it keeps losing its connection to the asterisk box and has to re-register… cutting off any call in progress…

It’s practically unusable, sometimes it happens after 5 mins, sometimes after 25 minutes - more annoyingly “show channels” still shows the call in progress both on the SIP side and on the Zap side meaning the caller on the Zap channel hears silence, and you cant then call out again until they hang up (nor can you call the SIP extension assigned to the S450IP)

Any ideas!??!

Connections / Advanced Settings / Network
Outbound Proxy Mode: empty
Outbound Proxy: empty

in users.conf:

[15]
;
fullname =
secret = mypassword
context = longdistance
vmsecret = 1515
hasvoicemail = yes
hassip = yes
hasiax = no
host = dynamic
dtmfmode = rfc2833
disallow = all
allow = alaw
allow = ulaw
allow = g729
nat = yes
insecure = invite
canreinvite = no

Also set register expiration to 900 sec.
Latest firmware. Works without problems.