internalFunctions¶
The internal functions are build in functions which do specific actions in the parameters we are passing to the function. The parameters passed can be Internal variables. These function can be used in the evaluate CallFlow Rules.
Internal Functions available¶
In the following list the build in functions
Function Name | Parameters List | Mandatory | Default | Description | Return type |
---|---|---|---|---|---|
=phonenumbers:countryOfCaller() | N/A | N/A | N/A | Return the Name of the Caller's country | STRING |
=phonenumbers:cityOfCaller() | N/A | N/A | N/A | Return the Name of the Caller's City | STRING |
=phonenumbers:callerIsMobile() | N/A | N/A | N/A | Check if the caller is a mobile phone. (Only available in UK at the moment) | BOOLEAN |
=calls:countCallsToLink($periodTime) | $periodTime: The period of time in minutes for which we will check the amount of calls | YES | Count the total of calls made to the Link which is being called | INTEGER | |
=calls:countCallsToNode($periodTime) | $periodTime: The period of time in minutes for which we will check the amount of calls | YES | Count the total of calls made to the Node which is being called | INTEGER | |
=calls:countCallersCallsToLink($periodTime) | $periodTime: The period of time in minutes for which we will check the amount of calls | YES | Counts the total amount of calls, for the given time period, made to that Link by the person who is calling | INTEGER | |
=calls:countCallersCallsToNode($periodTime) | $periodTime: The period of time in minutes for which we will check the amount of calls | YES | Counts the total amount of calls, for the given time period, made to that Node by the person who is calling | INTEGER |