I am trying to register a VoIP softphone (Zoiper app for iOS) with an Asterisk installation via IAX2.
At present, this results in an error message "Registration Refused (29)" on the side of the softphone.
Can I obtain more information about this error from the side of Asterisk? At present I don't see anything related in /var/log/asterisk/messages
.
There are multiple logs in
/var/log/asterisk
, check them allDebugging from the console
You can also start asterisk from the console and enable debugging for
iax2
Then try connecting again from your client. You should see more info on the console.
For more info in
iax2
debuggingAnd this
Had the same question today but got it to work after setting
in iax.conf
Then the result in /var/log/asterisk/messages is
when trying to login with wrong credentials which can be filtered by fail2ban then, for example.