Hello,
I'm trying to setup an asterisk SIP server with SIP softphones on the same network, the problem is that I only get a timeout error when I try to register with the server.
Here is the SIP account config in sip.conf:
[test]
type=friend
username=test
secret=test
callerid=212
regexten=212
host=dynamic
And here is what I added to it in extensions.conf:
exten => 212,1,Dial(SIP/test)
exten => 212,n,Voicemail(test)
exten => 212,n,Hangup
However, as said, I can't connect to it. Have I missunderstood something? Can't Asterisk do SIP like that? I've tried several things and I'm starting to get quite frustrated about this so please, anyone, help me.
/Oskar
I'm trying to setup an asterisk SIP server with SIP softphones on the same network, the problem is that I only get a timeout error when I try to register with the server.
Here is the SIP account config in sip.conf:
[test]
type=friend
username=test
secret=test
callerid=212
regexten=212
host=dynamic
And here is what I added to it in extensions.conf:
exten => 212,1,Dial(SIP/test)
exten => 212,n,Voicemail(test)
exten => 212,n,Hangup
However, as said, I can't connect to it. Have I missunderstood something? Can't Asterisk do SIP like that? I've tried several things and I'm starting to get quite frustrated about this so please, anyone, help me.
/Oskar