hello,
I tryed to do :
exten => _X.,n,MYSQL(Connect connid ${server_mysql} ${user_mysql} ${mdp_mysql} ${db_mysql})
exten => _X.,n,MYSQL(Query result_conf ${connid} SELECT\ conf\ \action from\ SDA\ where\ SDA=${EXTEN}
how can I use the result of ‘cnf’ and the result of ‘action’ ?
thank you