Uses of Class
com.safi.asterisk.iax2_peer

Packages that use iax2_peer
com.safi.asterisk   
 

Uses of iax2_peer in com.safi.asterisk
 

Methods in com.safi.asterisk that return iax2_peer
 iax2_peer iax2_peer.getNext()
           
 iax2_peer chan_iax2_pvt.getPeerpoke()
           
static iax2_peer chan_iax2.iax2_get_next_peer(iax2_peer peer)
           
 

Methods in com.safi.asterisk with parameters of type iax2_peer
static java.lang.String chan_iax2.get_iax2_peer_addr_str(iax2_peer peer)
           
static iax2_peer chan_iax2.iax2_get_next_peer(iax2_peer peer)
           
 void iax2_peer.setNext(iax2_peer next)
           
 void chan_iax2_pvt.setPeerpoke(iax2_peer peerpoke)