I am assisting on a project where the client has registered their CNAM and want their callerid name to be displayed on customer's handset. How can this be achieved. I am using a hosted vicidial. I was following a post from Matt Florrel some years ago but not sure if there is any recent update to this post. Can anyone please guide me as to how to configure this in the carrier settings.
This is what I was messing with but not sure that it's correct.
exten => _78NXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _78NXXNXXXXXX,2,Set(CALLERID(name)="Client CNAME")
exten => _78NXXNXXXXXX,3,AGI(agi-CANADA_PRI_CIDname.agi)
exten => _78NXXNXXXXXX,4,Dial(SIP/BBD1/+1${EXTEN:2},,To)
exten => _78NXXNXXXXXX,5,Hangup
exten => _78NXXNXXXXXX,1, AGI(agi://127.0.0.1:4577/call_log)
exten => _78NXXNXXXXXX,n,Dial(${TRUNKloop}/888${EXTEN:1},55,o)
exten => _78NXXNXXXXXX,n,Hangup
exten => _888NXXNXXXXXX,1,Goto(loopback-no-log,9${EXTEN:3},1)
exten => _888NXXNXXXXXX,n,Hangup
I was looking at this from Matt Florel but not sure I fully understand what needs to be done. http://forum.eflo.net/VICIDIALforum/vie ... 53#p135596
Anyone can. point me in the right direction?