Setting outgoing CallerID in 1.4

I’m using this configuration…

But CALLERID(num)= remains blank in the logs.

I was pretty sure I was using the right syntax.
Can someone let me know what’s going wrong?

Thanks,
Scott

Try doing this …

exten => _9NXXNXXXXXX,2,Set(CALLERID(num)=${CALLERID(num):1})

-Rajesh.

Bingo, that works. The CallerID is getting set now.

However, my cell phone (AT&T) shows “Call” while
my Vonage “landline” actually does show the CID#.
So I’m not sure what’s going on there…

Thanks,
Scott