displaying DIALLED number in Asterisk Hi,
Have any of you guys been successful in displaying the dialled number in
Asterisk.
I am using a IAX trunk from Gradwell.
I have tried the following
exten => _X.,n,NoOp(${CALLERID(dnid)})
exten => _X.,n,NoOp(${DNID})
to no avail. I understand that
exten => _X.,n,NoOp(${SIP_HEADER(TO)})
may have worked if I were using a SIP trunk. But I am not. :-(
Any advice appreciated. |