I’m trying to use hints on DAHDI channels, but when I set in extensions.conf a line like
exten => channel1,hint,DAHDI/i1
it does not work, but if I specify after the callerid number like
exten => channel1,hint,DAHDI/i1/1029834712094
it works perfectly
But I can’t create hints for every number that I’m calling or for every number that is calling me (obviously)
How can I solve this problem?
Thank you