1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-03 17:30:37 +00:00

14 lines
198 B
Plaintext
Raw Normal View History

2014-07-05 09:22:59 -05:00
#JSGF V1.0;
/**
* JSGF Grammar for Directory
*/
grammar directory;
<anthony> = [ anthony ];
<michael> = [ michael ];
<brian> = [ brian ];
public <directory> = <anthony> <michael> <brian>;