search for: __ani

Displaying 1 result from an estimated 1 matches for "__ani".

Did you mean: __and
2006 Nov 03
3
Problems Overwriting CallerID with True ANI
...ni and the dnis in the dialplan but when I try to set the caller ID to be the ani, it looks ok but then if I do a NoOp callerid on the next line, I get unknown. Here is the section of my dialplan: exten => _*NXXNXXXXXX*NXXNXXXXXX*,1,Set(ANI=${EXTEN}) exten => _*NXXNXXXXXX*NXXNXXXXXX*,2,Set(__ANI=${CUT(ANI,*,2)}) exten => _*NXXNXXXXXX*NXXNXXXXXX*,3,Set(DNIS=${EXTEN}) exten => _*NXXNXXXXXX*NXXNXXXXXX*,4,Set(__DNIS=${CUT(EXTEN,*,3)}) exten => _*NXXNXXXXXX*NXXNXXXXXX*,5,SetVar(__TransferToExt=6101) exten => _*NXXNXXXXXX*NXXNXXXXXX*,6,Set(__CALLERID(name)=${ANI}) exten => _*NXXNX...