i've got some problems with configuring my sip account.
i get a sip account from our provider from germany.
they sent me an email with the following information:
- Code: Select all
phonenumer and passwords:
+493221xxxxxxx Psw: xxxxxxx
+493221xxxxxxx Psw: xxxxxxx
+492115xxxxxxx Psw: xxxxxxx
+492115xxxxxxx Psw: xxxxxxx
Registrar: resellervoip.net
SIP Proxy: sip.resellervoip.net
SIP Port: 5060
Transport Protocol: UDP
example configuration:
Username: 4969710412986373
Passwort: ******
authorized username: +4969710412986373
my vicidialconfiguration looks like:
- Code: Select all
registrationstring: register => +493221xxxxx@sip.resellervoip.net:5060
[testcarrier]
disallow=all
allow=ulaw
type=friend
username=+493221xxxxx
secret=xxxxxx
host=dynamic
dtmfmode=rfc2833
context=trunkinbound
globalstring: TESTSIPTRUNK = SIP/testcarrier
protocol: SIP
dialplan:
exten => _91999NXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91999NXXXXXX,2,Dial(${TESTSIPTRUNK}/${EXTEN:2},,tTor)
exten => _91999NXXXXXX,3,Hangup
active 1 of course
The DNS works fine.
In the Log i can find following:
- Code: Select all
Jul 15 14:27:23 NOTICE[2570]: chan_sip.c:5529 sip_reg_timeout: -- Registration for '+493221xxxxx@sip.resellervoip.net' timed out, trying again (Attempt #1)
-- parse_srv: SRV mapped to host sip.resellervoip.net, port 5060
My Zoiper softphone reports: "No route to destination"
The Zoiper phones can communication each other.
Thanks and Regards
Philip