Uses of Class
com.safi.asterisk.ast_app

Packages that use ast_app
com.safi.asterisk   
 

Uses of ast_app in com.safi.asterisk
 

Methods in com.safi.asterisk that return ast_app
static ast_app pbx.getApps()
           
 ast_app ast_app.getNext()
           
static ast_app pbx.pbx_findapp(java.lang.String app)
           
 

Methods in com.safi.asterisk with parameters of type ast_app
static int pbx.pbx_exec(ast_channel c, ast_app app, java.lang.String data, int newstack)
           
static void pbx.setApps(ast_app value)
           
 void ast_app.setNext(ast_app next)