On Mon, 22 Oct 2007 21:19:27 +0200, Vincent
<vincent.delporte at bigfoot.com> wrote:>Does Zaptel support those on Digium TDM400 clones like those from
>OpenVox?
Pff, finally found what it was: It had nothing to do with zaptel, and
everything to do with extensions.conf:
=======exten => s,1,NoOp(Got a call)
;nothing displayed
exten => s,n,Verbose(${CALLERID})
exten => s,n,Verbose(${CALLERIDNAME})
exten => s,n,Verbose(${CALLERIDNUM})
exten => s,n,NoOp(${CALLERID})
exten => s,n,Verbose(${CALLERID})
;CID at last!
exten => s,n,Verbose(${CALLERID(num)})
=======
I'm running Asterisk 1.4. Does someone know why only the last
statement does display the CID number while the others print nothing?
Thank you.