Jump to content
  • IpPbx.OneWayConference()

    IpPbx.OneWayConference()

    Lua   → VBScript   SwxWare v13.10

     

    This function takes or returns the "one way" conference status of the current call. If the call is transfered into a conference this flag defines, if the caller is in "listen only" mode or not.

     

    -- Retrieving the current oneway conference status
    local bOneWayConference = IpPbx.OneWayConference()
    
    -- Setting the oneway conference status
    IpPbx.OneWayConference(true)

     

     

    This function takes or returns a boolean value.

     

    A "one way" conference is a conference where the caller is able to listen only. His own voice will automatically be muted.

     

    If you want to enable the "one way" conference for this user, you need to call this function before actually connecting the call to the conference by using the Connect To block.

     

    It is also possible to use a special Feature Codes when connecting the call to a conference. The feature code for the one way conference can be requested within the call routing script by using the OneWayConferenceSuffix() function.

     

     


    Tom Wellige
     Share


     Share




×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and have taken note of our Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.