com.safi.asterisk
Class ast_bridge_config

java.lang.Object
  extended by com.safi.asterisk.ast_bridge_config

public class ast_bridge_config
extends java.lang.Object


Constructor Summary
ast_bridge_config()
           
 
Method Summary
 void delete()
           
 int getAllowdisconnect_in()
           
 int getAllowdisconnect_out()
           
 int getAllowredirect_in()
           
 int getAllowredirect_out()
           
 java.lang.String getEnd_sound()
           
 int getFirstpass()
           
 int getPlay_to_callee()
           
 int getPlay_to_caller()
           
 int getPlay_warning()
           
 java.lang.String getStart_sound()
           
 int getTimelimit()
           
 int getWarning_freq()
           
 java.lang.String getWarning_sound()
           
 void setAllowdisconnect_in(int allowdisconnect_in)
           
 void setAllowdisconnect_out(int allowdisconnect_out)
           
 void setAllowredirect_in(int allowredirect_in)
           
 void setAllowredirect_out(int allowredirect_out)
           
 void setEnd_sound(java.lang.String end_sound)
           
 void setFirstpass(int firstpass)
           
 void setPlay_to_callee(int play_to_callee)
           
 void setPlay_to_caller(int play_to_caller)
           
 void setPlay_warning(int play_warning)
           
 void setStart_sound(java.lang.String start_sound)
           
 void setTimelimit(int timelimit)
           
 void setWarning_freq(int warning_freq)
           
 void setWarning_sound(java.lang.String warning_sound)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ast_bridge_config

public ast_bridge_config()
Method Detail

delete

public void delete()

setPlay_to_caller

public void setPlay_to_caller(int play_to_caller)

getPlay_to_caller

public int getPlay_to_caller()

setPlay_to_callee

public void setPlay_to_callee(int play_to_callee)

getPlay_to_callee

public int getPlay_to_callee()

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()

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()

setTimelimit

public void setTimelimit(int timelimit)

getTimelimit

public int getTimelimit()

setPlay_warning

public void setPlay_warning(int play_warning)

getPlay_warning

public int getPlay_warning()

setWarning_freq

public void setWarning_freq(int warning_freq)

getWarning_freq

public int getWarning_freq()

setWarning_sound

public void setWarning_sound(java.lang.String warning_sound)

getWarning_sound

public java.lang.String getWarning_sound()

setEnd_sound

public void setEnd_sound(java.lang.String end_sound)

getEnd_sound

public java.lang.String getEnd_sound()

setStart_sound

public void setStart_sound(java.lang.String start_sound)

getStart_sound

public java.lang.String getStart_sound()

setFirstpass

public void setFirstpass(int firstpass)

getFirstpass

public int getFirstpass()