- Mitglied seit
- 2 Nov 2004
- Beiträge
- 26
- Punkte für Reaktionen
- 0
- Punkte
- 0
Versuche grade meine * ans laufen zu bekommen und habe Probleme mit Sipgate:
Meine sip.conf:
Installation mittels neuestem bristuff (0.2rc2a). Kernel 2.6.8-debian.
Any ideas?
Code:
Asterisk Ready.
*CLI> Nov 15 22:37:54 NOTICE[1092201392]: chan_sip.c:7889 sip_poke_noanswer: Peer 'sipgate' is now UNREACHABLE!
Nov 15 22:38:10 NOTICE[1092201392]: chan_sip.c:4053 sip_reg_timeout: Registration for '[email protected]' timed out, trying again
-- parse_srv: SRV mapped to host sip-ha.web.de, port 5060
Nov 15 22:38:10 NOTICE[1092201392]: chan_sip.c:6778 handle_response: Failed to authenticate on REGISTER to '<sip:[email protected]>;tag=as39d0cf2d'
Nov 15 22:38:30 NOTICE[1092201392]: chan_sip.c:4053 sip_reg_timeout: Registration for '[email protected]' timed out, trying again
-- parse_srv: SRV mapped to host sip-ha.web.de, port 5060
Nov 15 22:38:30 NOTICE[1092201392]: chan_sip.c:6778 handle_response: Failed to authenticate on REGISTER to '<sip:[email protected]>;tag=as7923ba9c'
Nov 15 22:38:50 NOTICE[1092201392]: chan_sip.c:4053 sip_reg_timeout: Registration for '[email protected]' timed out, trying again
-- parse_srv: SRV mapped to host sip-ha.web.de, port 5060
Nov 15 22:38:50 NOTICE[1092201392]: chan_sip.c:6778 handle_response: Failed to authenticate on REGISTER to '<sip:[email protected]>;tag=as55c2fcd9'
Nov 15 22:39:10 NOTICE[1092201392]: chan_sip.c:4053 sip_reg_timeout: Registration for '[email protected]' timed out, trying again
-- parse_srv: SRV mapped to host sip-ha.web.de, port 5060
Nov 15 22:39:10 NOTICE[1092201392]: chan_sip.c:6778 handle_response: Failed to authenticate on REGISTER to '<sip:[email protected]>;tag=as4e91e81e'
Nov 15 22:39:30 NOTICE[1092201392]: chan_sip.c:4053 sip_reg_timeout: Registration for '[email protected]' timed out, trying again
-- parse_srv: SRV mapped to host sip-ha.web.de, port 5060
Nov 15 22:39:30 NOTICE[1092201392]: chan_sip.c:6778 handle_response: Failed to authenticate on REGISTER to '<sip:[email protected]>;tag=as4cf80135'
-- parse_srv: SRV mapped to host sip-ha.web.de, port 5060
Nov 15 22:39:50 NOTICE[1092201392]: chan_sip.c:4053 sip_reg_timeout: Registration for '[email protected]' timed out, trying again
-- parse_srv: SRV mapped to host sip-ha.web.de, port 5060
Nov 15 22:39:50 NOTICE[1092201392]: chan_sip.c:6778 handle_response: Failed to authenticate on REGISTER to '<sip:[email protected]>;tag=as6cd9a742' *CLI> sip show peers
Name/username Host Dyn Nat ACL Mask Port Status
sipgate/5335533 217.10.79.9 255.255.255.255 5060 UNREACHABLE
webde/thomaswit 217.72.200.89 255.255.255.255 5060 OK (14 ms)
*CLI> sip show registry
Host Username Refresh State
sip.web.de:5060 thomaswittek 105 Registered
sip.web.de:5060 5335533 120 Auth. Sent
*CLI> stop now
Beginning asterisk shutdown....
Executing last minute cleanups
== Destroying any remaining musiconhold processes
Asterisk cleanly ending (0).
Meine sip.conf:
Code:
[general]
port = 5060
bindaddr = 0.0.0.0
realm = zentrifuge.dyndns.biz
externip = zentrifuge.dyndns.biz
localnet = 192.168.0.0/255.255.0.0
srvlookup = yes
context = default
disallow=all
allow=gsm
allow=alaw
allow=ulaw
canreinvite=no
tos=0x18
insecure=very
nat=no
dtmfmode=info
register => 5335533:<PASS>@sip.web.de/5335533
register => thomaswittek:<PASS>@sip.web.de/thomaswittek
[webde]
type=friend
username=thomaswittek
secret=<PASS>
host=sip.web.de
fromuser=thomaswittek
fromdomain=sip.web.de
qualify=400
dtmfmode=info
[sipgate]
type=friend
username=5335533
secret=<PASS>
host=sipgate.de
fromuser=5335533
fromdomain=sipgate.net
qualify=400
dtmfmode=info
Installation mittels neuestem bristuff (0.2rc2a). Kernel 2.6.8-debian.
Any ideas?