The error ‘bearercapability notauth’ suggest that the credentials are not correct. If the credentials are definitely correct, this could indicate that the user might need to be purged on the VOIP/Asterisk server.
1 thought on ““bearercapability notauth” Zoiper error”
Leave a Comment
You must be logged in to post a comment.

exten => _3XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _3XXXXXXXXXX,n,set(CALLERID(num)=4425300) //—-required if u getting bearercapability notauth
exten => _3XXXXXXXXXX,n,Dial(SIP/10.0.30.47/${EXTEN:1},20,rt)
exten => _3XXXXXXXXXX,n,Hungup()