unispeech / asterisk-unimrcp

UniMRCP modules for Asterisk
http://www.unimrcp.org/asterisk
GNU General Public License v2.0
48 stars 35 forks source link

Recognition during a call #62

Open stevenhzj opened 6 months ago

stevenhzj commented 6 months ago

asterisk-unimrcp MRCPRecog can recognition during a call? How do ?

[dial-reog] exten => s,1,NoOp(dial-reog) exten => s,n,dial(pjsip/8181,30,M(set-reog))

[macro-set-reog] exten => s,1,NoOp(macro-cdr-set-answer) exten => s,2,MRCPRecog(builtin:grammar/number,t=5000&b=1&ct=0.7&spl=zh-CN) exten => s,n,MacroExit

This dialplan is not achievable