Removing plus symbol from CLI (Asterisk) 2019-11-15 yooxyman If CLI coming with +, then remove it, otherwise do nothing. same = n,Set(CALLERID(num)=${IF($["${CALLERID(num):0:1}"="+"]?${CALLERID(num):1}:${CALLERID(num)})})