- Asterisk SIP Trunk calling thorugh other server – Communicating two asterisk server
- Adding User Accounts mysql – asterisk database
One thought on ““bearercapability notauth” Zoiper error”
Leave a Reply
You must be logged in to post 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()