- Code: Select all
Asterisk 1.8.29.0-vici
CLI Output during error:
- Code: Select all
[Aug 19 17:00:21] NOTICE[3321]: chan_sip.c:21268 handle_response_invite: Failed to authenticate on INVITE to '"Alpha Test Phone" <sip:0731371916@byo.engin.com.au>;tag=as429076d7'
Registration String:
- Code: Select all
register => 0731371916:XXXXXX@byo.engin.com.au
Account Entry:
- Code: Select all
[0731371916]
disallow=all
allow=ulaw
type=peer
insecure=invite,port
fromuser=0731371916
fromdomain=byo.engin.com.au
qualify=yes
secret=XXXXXX
host=byo.engin.com.au
dtmfmode=rfc2833
defaultexpiry=900
context=default
Globals String:
- Code: Select all
ENG=SIP/0731371916
Dial Plan:
- Code: Select all
exten => _8.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _8.,n,Dial(${ENG}/${EXTEN},,To)
exten => _8.,n,Hangup
I have made the switch over to Engin for their unlimited sip trunk plan and they have specified that I need to do the following to get my inbound DIDs working.
"You will need to configure your IP-PBX to read the 'to' field in the SIP header in order to recognise which in-Dial was called and then carry the call to the corresponding handset/extension."
I dare say that I will need to add some lines to my default context to utilise this?
The trunk is connected and status is OK.
However, my main issue is whenever I try to dial out I get the Failed to authenticate on INVITE to error.
Would anyone have any ideas what I am doing wrong here? Engin has absolutely no support for their sip trunks and I have found info on google about this as well.
Thanks in advance.