mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-16 05:32:50 +00:00
0424a81494
4 lines
71 B
Plaintext
4 lines
71 B
Plaintext
#JSGF V1.0;
|
|||
grammar digits;
|
|||
public <numbers> = (one | two | three);
|