class connectionOptions

This class is for connection options used by the Call Agent to direct the handling of the connection by the gateway

Fields

  • String encodingMethod;
    is specified by using one or several valid encoding names

  • String packetPeriod;
    is encoded as either the length of time in milliseconds represented by the media in a packet

  • String bandWidth;
    is encoded as a single value or a range

  • String typeofService;
    specifies the class of service that will be used for the connection

  • String echoCancellation;
    echo cancellation

  • String silenceSuppression;
    for avoiding sending packets during periods of silence

  • String gainControl;
    in order to adapt the level of the signal

  • String reservationService;
    this gateway can be instructed to perform a reservation using RSVP on a given connection

  • String rtpSecurity;
    to enable encryption of the audio packets

  • String typeofNetwork;
    the Call Agent may instruct the gateway to prepare the connection on a specified type of network

    Methods

  • public void setencodingMethod (String codingmethod), public String getencodingMethod ()
    for getting and setting encode method

  • public void setpacketPeriod (String packetperiod), public String getpacketPeriod ()
    for getting and setting packetization period

  • public void setbandWidth (String bandwidth), public String getbandWidth ()
    for getting and setting BandWidth

  • public void settypeofService (String tty), public String gettypeofService ()
    for getting and setting Type of Service

  • public void setechoCancellation (String echo), public String getechoCancellation ()
    for getting and setting Usage of echo cancellation

  • public void setsilenceSuppression (String silence), public String getsilenceSuppression ()
    for getting and setting Usage of silence suppression or voice activity detection

  • public void setgainControl (String gain), public String getgainControl ()
    for getting and setting usage of signal level adaptation and noise level reduction, or "gain control"

  • public void setreservationService (String reservation), public String getreservationService ()
    for getting and setting usage of reservation service

  • public void setrtpSecurity (String security), public String getrtpSecurity ()
    for getting and setting usage of RTP security

  • public void settypeofNetwork (String ttn), public String gettypeofNetwork ()
    for getting and setting type of network used to carry the connection