Asterisk Ver0-1-0/Pbx DotC
| AsteriskVer0-1-0/PbxDotC ¶
struct ast_app {
        /* Name of the application */
        char name[AST_MAX_APP];
        int (*execute)(struct ast_channel *chan, void *data);
        struct ast_app *next;
};
static struct ast_app *apps = NULL;
* int ast_register_application(char *app, int (*execute)(struct ast_channel *, void *))
 
 | 















 


