freeswitch/scripts/lua/directory.gram

14 lines
198 B
Plaintext
Raw Normal View History

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