static struct ast_channel *feature_request_and_dial(struct ast_channel *caller,
const char *caller_name, struct ast_channel *requestor,
- struct ast_channel *transferee, const char *type, int format, void *data,
+ struct ast_channel *transferee, const char *type, format_t format, void *data,
int timeout, int *outstate, const char *language);
/*!
*/
static struct ast_channel *feature_request_and_dial(struct ast_channel *caller,
const char *caller_name, struct ast_channel *requestor,
- struct ast_channel *transferee, const char *type, int format, void *data,
+ struct ast_channel *transferee, const char *type, format_t format, void *data,
int timeout, int *outstate, const char *language)
{
int state = 0;