Uses of Class
com.safi.asterisk.ast_sw

Packages that use ast_sw
com.safi.asterisk   
 

Uses of ast_sw in com.safi.asterisk
 

Methods in com.safi.asterisk that return ast_sw
static ast_sw pbx.ast_walk_context_switches(ast_context con, ast_sw sw)
           
 ast_sw ast_context.getAlts()
           
 ast_sw ast_sw.getNext()
           
 

Methods in com.safi.asterisk with parameters of type ast_sw
static java.lang.String pbx.ast_get_switch_data(ast_sw sw)
           
static java.lang.String pbx.ast_get_switch_name(ast_sw sw)
           
static java.lang.String pbx.ast_get_switch_registrar(ast_sw sw)
           
static ast_sw pbx.ast_walk_context_switches(ast_context con, ast_sw sw)
           
 void ast_context.setAlts(ast_sw alts)
           
 void ast_sw.setNext(ast_sw next)