Asterisk provides the MATH function to do mathematical operations from dialplan. It allows to perform mathematical operations between two parameters. The syntax for math function is MATH(expression,type) The operators supported by math function are +,-,/,*,%,<<,>>,^,AND,OR,XOR,<,>,<=,>=,== The possible output types are f : float, i: int, h: hex , c: char if type int is used […]
The post MATH Dialplan Function in Asterisk appeared first on DIDforSale.