MODUNIMRCP-3
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14034 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
c8c7d94f4b
commit
c9d903fbbe
|
@ -142,10 +142,10 @@ static apt_log_priority_e str_to_log_level(const char *level);
|
|||
|
||||
static int get_next_speech_channel_number(void);
|
||||
|
||||
#define XML_ID "<?xml v"
|
||||
#define XML_ID "<?xml"
|
||||
#define GSL_ID ";GSL2.0"
|
||||
#define ABNF_ID "#ABNF 1"
|
||||
#define JSGF_ID "#JSGF 1.0"
|
||||
#define ABNF_ID "#ABNF"
|
||||
#define JSGF_ID "#JSGF"
|
||||
#define BUILTIN_ID "builtin:"
|
||||
#define SESSION_ID "session:"
|
||||
#define HTTP_ID "http://"
|
||||
|
|
Loading…
Reference in New Issue