Jump to content
  • PBXCall.CallingPartyName()

    PBXCall.CallingPartyName()

    Lua   → VBScript   SwxWare v13.10

     

    This function sets or returns the name of the current caller.

     

    -- get the calling party name
    local sName = PBXCall.CallingPartyName()
    
    -- set new calling party name
    PBXCall.CallingPartyName("Erika Mustermann")

     

     

    This function sets or returns a string value.

     

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

     

    Additionally you can also modify the number being displayed using the PBXCall.CallingPartyNumber() function or the GSE build-in function IpPbx.CallingNumber().

     

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

     

     


    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.