mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-09 19:38:22 +00:00
Use the expanded format type instead of plain int.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@302318 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -743,7 +743,7 @@ static void check_goto_on_transfer(struct ast_channel *chan)
|
||||
|
||||
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);
|
||||
|
||||
/*!
|
||||
@@ -2971,7 +2971,7 @@ static void set_config_flags(struct ast_channel *chan, struct ast_channel *peer,
|
||||
*/
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user