How to add 1 in front of a variable

Hi All,

I have ${JIX} with 426 and would like to add 1 in front of it to make it 1426.

I tried this exten => s,2,Noop(1${JIX}) but that still shows 426.

That should have worked.

Thanks David, for some reason it didn’t the 1st time around. I probably forgot to do dialplan reload. It did work. Thanks for your reply :slight_smile: