Hi all,
I need to know how to configure Asterisk to show the incoming Caller ID for an analog call.
In my DialPlan I use the following extension to show it:
exten => s,n,NoOp(CALLER ID is ${CALLERID(all)})
But the CLI output is empty:
Executing [s@IncomingCall:7] NoOp(“DAHDI/1-1”, “CALLER ID is “” <>”) in new stack
Maybe I need some configuration tricks…
Thanks