Hey,
I have a Little problem to connect a SIP-Telephone (OpenStage 60) with the Asterisk-Server.
The telephone says that it’s unable to connect to the Server (RF2). I think something is wrong with the authentification.
Asterisk-Server: 172.16.0.6/16
Telephone: 172.16.1.1/16
There is no router and no DNS in the Network. It’s just for the test with Asterisk.
my sip.conf looks like this:
[code][general]
port = 5060
bindaddr = 172.16.0.6
subscribecontext = default
context = default
allowguest = no
[6000]
type = friend
username = 6000
secret = test
host = dynamic
context = demo
[/code]
extensions.conf:
[demo]
exten => 6000,1,Dial(SIP,6000)
exten => 2600,1,Dial(IAX2/guest@pbx.digium.com/s@default)
same => n,Hangup()
(What is the second “exten” for?)
Manager.conf:
[code][general]
enabled = yes
webenabled = yes
port = 5060
bindaddr = 172.16.0.6
[admin]
secret = *****
read = system,call,log,verbose,command,agent,user,config
write = system,call,log,verbose,command,agent,user,config,originate
[6000]
secret = test
read = system,call,log,verbose,command,agent,user,config
write = system,call,log,verbose,command,agent,user,config,originate
[/code]
(admin secret censored)
Telephone configuration:
IPv4, no DHCP
IP: 172.16.1.1/16
Port SIP Server, registar, Gateway, local: 5060
Terminal Number: 6000
Display identity: 6000
enable ID: checked
SIP Server address: 172.16.0.6
SIP registar address: 172.16.0.6
SIP Gateway address: -
Server type: other
User ID: 6000
Password: test
Unfortunately I couldn’t upload any pictures of the telephone config.
So maybe you can help me with the configuration. Did you see any wrong entrys?
I would be happy if someone could help me.
Best regards,
veitv