Displaying 1 result from an estimated 1 matches for "vglabel".
Did you mean:
glabel
2010 Nov 03
3
How to make the sum of a ${VARIABLE} + 1 ??
Hello,
I have this in my dialplan :
exten => s,n,Set(vgLabel=vg(${number}+1))
exten => s,n,GoTo(${vgLabel})
But in stead of vgLabel becoming the SUM of 2 numbers, it is just a string :
[Nov 3 16:17:27] -- Executing [s at macro-f:43]
Set("SIP/test-00000002", "vgLabel=vg(1+1)") in new stack
[Nov 3 16:17:27] -- Executing [s a...