Hi, here is the command line i have in asterisk 1.8 on my test server and this command is working.
But in asterisk 1.4 on my production server this command fail, what is wrong in this command on asterisk 1.4? thanx a lot!
Code:
exten => 1,n,MYSQL(Query resultid ${connid} INSERT INTO `Users` VALUES (NULL,${ROOM},'Chambre ${ROOM}',${ROOM},'Chambre ${ROOM}',NOW(),NULL,NULL))
But in asterisk 1.4 on my production server this command fail, what is wrong in this command on asterisk 1.4? thanx a lot!