-
GSE build-in functions (Lua)
GSE build-in functions (Lua)
Introduction
References
- CallDuration()
- CalledNumber()
- CallID()
- CallStart()
- CurDate()
- CurDateTime()
- CurDay()
- CurDayOfWeek()
- CurHour()
- CurMinute()
- CurMonth()
- CurSecond()
- CurTime()
- CurYear()
- ExternalCall()
- InternalCall()
- IpPbx.Away()
- IpPbx.CallingName()
- IpPbx.CallingNumber()
- IpPbx.DoNotDisturb()
- IpPbx.OneWayConference()
- IpPbx.SecondaryCallingNumber()
- IpPbx.UserFreeStatusText()
- IsAway()
- IsBusy()
- IsDoNotDisturb()
- IsLoggedIn()
- IsOutlookBusy()
- IsOutOfOffice()
- LastCause()
- NotLoggedIn()
- OneWayConferenceSuffix()
- PostDialingDigits()
- RecordLen()
- RIPIN()
- VoicemailOriginatorEMailAddress()
Common Helper Functions
String Helper Functions
-
1 page in this category
-
IsHolidayInGermany()
Last Updated:Lua SwxWare v13.10 This helper function checks if a given date is a federal/public holiday in the given German federal state(s). local bHoliday = IsHolidayInGermany(nFederalState, tCheckDate) This function returns a boolean value. The moving church holidays (Easter) are calculated by the Heiner Lichtenberg formula which extends the original formula by Carl Friedrich Gauss. Parameters nFederalState: One or - 540 views
-