@ -141,7 +141,7 @@ struct local_pvt {
unsigned int flags ; /*!< Private flags */
unsigned int flags ; /*!< Private flags */
char context [ AST_MAX_CONTEXT ] ; /*!< Context to call */
char context [ AST_MAX_CONTEXT ] ; /*!< Context to call */
char exten [ AST_MAX_EXTENSION ] ; /*!< Extension to call */
char exten [ AST_MAX_EXTENSION ] ; /*!< Extension to call */
in t reqformat ; /*!< Requested format */
format_ t reqformat ; /*!< Requested format */
struct ast_jb_conf jb_conf ; /*!< jitterbuffer configuration for this local channel */
struct ast_jb_conf jb_conf ; /*!< jitterbuffer configuration for this local channel */
struct ast_channel * owner ; /*!< Master Channel - Bridging happens here */
struct ast_channel * owner ; /*!< Master Channel - Bridging happens here */
struct ast_channel * chan ; /*!< Outbound channel - PBX is run here */
struct ast_channel * chan ; /*!< Outbound channel - PBX is run here */
@ -955,7 +955,7 @@ static int local_hangup(struct ast_channel *ast)
}
}
/*! \brief Create a call structure */
/*! \brief Create a call structure */
static struct local_pvt * local_alloc ( const char * data , in t format )
static struct local_pvt * local_alloc ( const char * data , format_ t format )
{
{
struct local_pvt * tmp = NULL ;
struct local_pvt * tmp = NULL ;
char * c = NULL , * opts = NULL ;
char * c = NULL , * opts = NULL ;