Displaying 1 result from an estimated 1 matches for "phone_number_to".
2015 Mar 16
1
Use dialplan variables from MySQL database and replace with value
Hello
i have the following field (text string) in a MySQL database :
"${KNUMMER} ${phone_number_to} ${phone_number_from} ${CHANNEL:4}"
I read this string form the database and want to have the dialplan
variables to be replaced with the correct content.
How can I do this ?
Currently this is not working. The variable ${PARAMS} contains the exact
string of the database field :
my dialpl...