Hi guys.
I have this in my dialplan:
exten => s,n,MYSQL(Query resultid ${connid} UPDATE\ brugere\ SET\ "vmail_lyttet=+1"\ WHERE\ nummer=${NUMMER})
I have an INT field in my mysql database which contains a number which I would like to increase by 1 with the command above. The command won't work, what am I doing wrong? I have tried several other posibilities, like:
exten => s,n,MYSQL(Query resultid ${connid} UPDATE\ brugere\ SET\ vmail_lyttet="vmail_lyttet
+1"\ WHERE\ nummer=${NUMMER})
And others.
Help please...
Start Free Trial