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.
|
|
#ifndef _DTMF_H_
|
|
|
#define _DTMF_H_
|
|
|
|
|
|
#include <inttypes.h>
|
|
|
#include <glib.h>
|
|
|
#include <sys/types.h>
|
|
|
#include "str.h"
|
|
|
|
|
|
|
|
|
struct media_packet;
|
|
|
|
|
|
int dtmf_event(struct media_packet *, str *, int);
|
|
|
|
|
|
|
|
|
#endif
|