Uses of Class
com.safi.asterisk.iax2_registry

Packages that use iax2_registry
com.safi.asterisk   
 

Uses of iax2_registry in com.safi.asterisk
 

Methods in com.safi.asterisk that return iax2_registry
 iax2_registry iax2_registry.getNext()
           
 iax2_registry chan_iax2_pvt.getReg()
           
static iax2_registry chan_iax2.getRegistrations()
           
 

Methods in com.safi.asterisk with parameters of type iax2_registry
 void iax2_registry.setNext(iax2_registry next)
           
 void chan_iax2_pvt.setReg(iax2_registry reg)
           
static void chan_iax2.setRegistrations(iax2_registry value)