Jump to content
  • PBXCall.CallingPartyNumber()

    PBXCall.CallingPartyNumber()

    Lua   → VBScript   SwxWare v13.10

     

    This function takes or returns the number of the current caller.

     

    -- get calling party number
    local sNumber = PBXCall.CallingPartyNumber()
    
    -- set new calling partyn umber
    PBXCall.CallingPartyNumber("123456789")

     

     

    This function sets or returns a string value.

     

    This function can be used to modify the number being displayed on a client (SwyxIt!, SwyxPhone). It does not modify the caller list entry.

     

    Additionally you can also modify the name being displayed using the PBXCall.CallingPartyName() property.

     

    Please note that you have to modify this value before actually connecting the call to a user using the Connect To block.

     

    This function is identical to the GSE build-in function IpPbx.CallingNumber().

     

     


    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.