I want configured BLF on IP-phone according to values from mysql. From what i understand I can use hints with internal database asterisk(*CLI> database show).
But I would like use external database mysql connected with asterisk.
Yes, combined with something like separate process that reads/gets notified by mysql, to then connect to Asterisk and run commands eg. “asterisk -rx ‘database put CustomDevstate …’” might work for you.