I’m having a bit of a problem setting outgoing caller ID.
Here are a few lines in extensions.conf
exten => _9X.,1,Set(CALLERID(all)=“Company_name” <1234567890>)
exten => _9X.,n,Dial(DAHDI/G0/w${EXTEN:1})
And a few lines from chan_dahdi.conf
usecallerid=yes
callerid=asreceived
hidecallerid=no
Dialing out works fine. The correct caller ID isn’t passed though. Instead, the persons extension is passed, with no name.
I’m probably just missing something VERY easy, but I can’t figure it out.