com.safi.asterisk
Class localuser
java.lang.Object
com.safi.asterisk.localuser
public class localuser
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
localuser
public localuser()
delete
public void delete()
setChan
public void setChan(ast_channel chan)
getChan
public ast_channel getChan()
setStillgoing
public void setStillgoing(int stillgoing)
getStillgoing
public int getStillgoing()
setAllowredirect_in
public void setAllowredirect_in(int allowredirect_in)
getAllowredirect_in
public int getAllowredirect_in()
setAllowredirect_out
public void setAllowredirect_out(int allowredirect_out)
getAllowredirect_out
public int getAllowredirect_out()
setRingbackonly
public void setRingbackonly(int ringbackonly)
getRingbackonly
public int getRingbackonly()
setMusiconhold
public void setMusiconhold(int musiconhold)
getMusiconhold
public int getMusiconhold()
setAllowdisconnect_in
public void setAllowdisconnect_in(int allowdisconnect_in)
getAllowdisconnect_in
public int getAllowdisconnect_in()
setAllowdisconnect_out
public void setAllowdisconnect_out(int allowdisconnect_out)
getAllowdisconnect_out
public int getAllowdisconnect_out()
setForcecallerid
public void setForcecallerid(int forcecallerid)
getForcecallerid
public int getForcecallerid()
setNext
public void setNext(localuser next)
getNext
public localuser getNext()