I’m trying to get a Comdial ConversIP phone to connect to Asterisk and I’m having problems.
The main message I get is this:
Sep 2 15:42:19 NOTICE[19267]: chan_sip.c:10117 handle_request_register: Registration from ‘sip:sipconfig@192.168.1.32’ failed for ‘192.168.1.34’ - Username/auth name mismatch
My main confusion lies in what to put into the sip.conf file. I’ve tried the following without success.
[192.168.1.34]
type=friend
regextern=1256
username=sip
secret=sipconfig
qualify=200
nat=yes
host=dynamic
I’ve also turned on sip debugging and this is the information I get:
<-- SIP read from 192.168.1.34:5060:
REGISTER sip:192.168.1.32 SIP/2.0
From: sip:sipconfig@192.168.1.32
To: sip:sipconfig@192.168.1.32
Call-ID: 7976139@192.168.1.34
Via: SIP/2.0/UDP 192.168.1.34:5060
Max-Forwards: 70
User-Agent: HIP24-3.01/2.14 (Linux) macid=0002d00019d5 sernum=0504013718
Content-Length: 0
CSeq: 134 REGISTER
Expires: 600
Contact: sip:192.168.1.34:5060
— (11 headers 0 lines)—
Using latest REGISTER request as basis request
Sending to 192.168.1.34 : 5060 (non-NAT)
Transmitting (no NAT) to 192.168.1.34:5060:
SIP/2.0 404 Not found
Via: SIP/2.0/UDP 192.168.1.34:5060
From: sip:sipconfig@192.168.1.32
To: sip:sipconfig@192.168.1.32;tag=as7853f64a
Call-ID: 7976139@192.168.1.34
CSeq: 134 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Contact: sip:sipconfig@192.168.1.32
Content-Length: 0
Thanks for any help that anyone can provide.
Ron