You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

33 lines
548 B

#ifndef AGI_SPEECH_H
#define AGI_SPEECH_H 1
#define ARG_INTKEY 3
#define ARG_ABS_TIMEOUT 5
#define ARG_BEEP 4
#define ARG_TIMEOUT 2
#include <unistd.h>
#include "base64.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <string.h>
#include "agi_c.h"
#include "audio.h"
#include "network.h"
/* Analisa os argumentos inserido no dialplan */
int copy_file_to_struct( struct b_audio *b_flac, char *str, size_t p );
char *init_record();
json_t *get_field_transcript(struct response_google *p);
int delete_files();
#endif