Hi,
I’m trying to get asterisk 18.26.1 running on a pi 4 to work with a Grandstream ht813. After much effort and trying things out, I’ve made (what appears to me) to be great progress. But no matter what I try, I can’t get asterisk to authenticate the ht813 messages.
On the pi, my pjsip.conf is:
[transport-udp]
type=transport
protocol=udp
bind=0.0.0.0:5060
[ht813]
type=endpoint
aors=ht813-aor
context=from-ht813
disallow=all
allow=ulaw
direct_media=no
transport=transport-udp
[ht813-aor]
type=aor
max_contacts=1
[ht813-identify]
type=identify
endpoint=ht813
match=192.168.1.62
sorcery.conf is:
[res_pjsip]
endpoint=config,pjsip.conf
aor=config,pjsip.conf
identify=config,pjsip.conf
Showing the endpoint in asterisk, I see:
auth :
identify_by : username,ip (which I believe to be wrong)
The ht813 is configured as:
call forward to voip sip:ht813@192.168.1.63:5060
primary sip server 192.168.1.63
SIP user ID (empty)
Authenticate ID (empty)
Authenticate password (empty)
SIP registration No
Local SIP port 5062
NAT Traversal No
and many other options which may not be relevant.
I am completely new to this. So new that I don’t know enough to ask intelligent questions, or even provide more complete information that would be useful. Sorry.
Any pointers on what I might investigate to fix this would be greatly apprecieated.
Thanks,
Dave