Lua → VBScript SwxWare v13.10
This function returns a table containing general SwyxWare configuration information.
local tConfig = PBXScript.GetPBXConfig()
This function returns a table value.
Following fields are included in the returned table:
.countrycode : string .areacode : string .longdistancecallprefix : string .internationalcallprefix : string .publicaccessprefix : string .numberrangestart : string .numberrangeend : string .nondeliverablecallsnumber : string .voicemailfromaddress : string
Example from the Function Collection
By Tom Wellige