[Asterisk-Users] Quintum A400 sip registration problem
David Hindmarsh
dave at lex.net.au
Tue Aug 5 22:37:47 MST 2003
Hi people of the list,
I have been testing a Quintum A400 with the latest SIP software loaded.
I am getting errors from asterisk when using the A400 as a gateway.
Errors plus sip.conf below
Sip read:
REGISTER sip:10.2.0.215 SIP/2.0
Call-ID: call-0013DC23-8EC6-D711-0006-0 at 10.2.0.220
Contact: <sip:61*@10.2.0.220>,<sip:612*@10.2.0.220>
CSeq: 24 REGISTER
From: <sip:quintum at 10.2.0.220>;tag=a0200dc-1
Max-Forwards: 70
To: <sip:quintum at 10.2.0.220>
User-Agent: Quintum/1.0.0
Via: SIP/2.0/UDP 10.2.0.220;branch=z9hG4bK-tenor-0a02-00dc-0001
9 headers, 0 lines
Using latest request as basis request
Sending to 10.2.0.220 : 5060 (non-NAT)
Transmitting (no NAT):
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 10.2.0.220;branch=z9hG4bK-tenor-0a02-00dc-0001
From: <sip:quintum at 10.2.0.220>;tag=a0200dc-1
To: <sip:quintum at 10.2.0.220>;tag=as4c07d7e1
Call-ID: call-0013DC23-8EC6-D711-0006-0 at 10.2.0.220
CSeq: 24 REGISTER
User-Agent: Asterisk PBX
Contact: <sip:quintum at 10.2.0.215>
Content-Length: 0
to 10.2.0.220:5060
NOTICE[14351]: File chan_sip.c, Line 4728 (handle_request): Registration
from '<sip:quintum at 10.2.0.220>' failed for '10.2.0.220'
sip.conf
;
; SIP Configuration for Asterisk
;
[general]
port = 5060 ; Port to bind to
bindaddr = 0.0.0.0 ; Address to bind to
context = default ; Default for incoming calls
tos=lowdelay
tos=184
maxexpirey=3600 ; Max length of incoming registration we allow
defaultexpirey=120 ; Default length of incoming/outoing
registration
;register => 66422724:8083 at sipauth.deltathree.com/1000 ; Register with a
SIP prov$
;register => 10.2.0.220 ; Quintum Gateway
;register => 2345 at mysipprovider.com/1234 ; Register 2345 at sip provider as
1234 h$
[quintum]
type=friend
;username=quintum
secret=quintum
insecure=yes
host=10.2.0.220
callerid=Dave
context=sip
context=default
;nat=yes
More information about the asterisk-users
mailing list