Unless you’re very adept at looking through linux-style logs to figure out why something failed, it’s darn near impossible to figure out how to make Droidstar work properly as an IAX client into Allstar. Let’s make it easy:
Place the following line into your Droidstar app under the Hosts tab:
IAX (NODE #) (ALLSTAR NODE IP ADDRESS) 4569 iaxclient (PASSWORD)
Next, edit your iax.conf file:
# sudo nano /etc/asterisk/iax.conf
Add the following under the [iaxclient] section:
calltokenoptional=0.0.0.0/0.0.0.0
requirecalltoken=0
Be sure to change your password to the same one you updated in your Droidstar app.
Restart asterisk:
# sudo systemctl restart asterisk
Make your connection. Select IAX from the protocol selector under the Main tab. Select your node number. It should be the only one listed as long as you don’t have multiple entries under the Hosts tab. Press “Connect”.
Bingo! Have fun.