Jump to content
  • IpPbx.CallingName

    IpPbx.CallingName

    VBScript   → Lua

     

    This property takes or returns the name of the current caller.

     

    ' Retrieving the caller name
    Dim sName
    sName = IpPbx.CallingName
    
    ' Setting the caller name
    IpPbx.CallingName = "Erika Mustermann"

     

     

    This property takes or returns a string value.

     

    This property can be used to modify the name being displayed on a client (SwyxIt!, SwyxPhone). It does not modify the caller list entry. This can be achieved using the PBXCall.PhoneCallListEntry object.

     

    Additionally you can also modify the number being displayed using the IpPbx.CallingNumber property.

     

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

     

    This property is identical to the Server Script API property PBXCall.CallingPartyName.

     

    This forum thread explains how to modify the displayed name and number.

     

     

     


    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.