а можно как-то bind_meta_app на две звездочки повесить?
Видимо в твоем случае придет на помощь https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+bind_digit_action Потому как в bind meta app ограничение KEY is the button you want to respond to after the * button is pressed. If you wanted to respond to *1, you would put 1 in place of KEY. You are limited to a single digit in the range 0-9 while * or # will be translated to 0.
Видимо в твоем случае придет на помощь https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+bind_digit_action Потому как в bind meta app ограничение KEY is the button you want to respond to after the * button is pressed. If you wanted to respond to *1, you would put 1 in place of KEY. You are limited to a single digit in the range 0-9 while * or # will be translated to 0.