asterisk@draughon.org
2005-Jan-29 19:01 UTC
[Asterisk-Users] RE: Asterisk-Users Digest, Vol 6, Issue 463
Folks, Eric is spot-on--both phones are happy with the modified ${CALLERIDNAME} value since I removed the quotes in the call to SetCIDName(). I've replace my calls to SetCallerID() since I think using SetCIDName() is cleaner. Cheers, Rob> -----Original Message----- > Date: Sat, 29 Jan 2005 16:44:16 -0600 > From: Eric Wieling aka ManxPower <eric@fnords.org> > Subject: Re: [Asterisk-Users] RE: Q: Can I over-ride the > value of > ${CALLERIDNAME} ? > To: Asterisk Users Mailing List - Non-Commercial Discussion > <asterisk-users@lists.digium.com> > Message-ID: <41FC11C0.4020003@fnords.org> > Content-Type: text/plain; charset=us-ascii; format=flowed > > asterisk@draughon.org wrote: > > Folks, > > > > Many thanks to Howard Lowndes who helped solve this problem; I ended > > up using SetCallerID() instead of SetCIDName() as Howard suggested.Although> > SetCIDName() changed the value correctly, desk set CID displaysdisplayed> > either "unavailable" or "out of area" on incoming calls from my cellphone.> > Here's what I ended up with: > > > > ... > > exten => s/3125882300,1,SetCallerID("ROB CELL" <${CALLERIDNUM}>) > > exten => s/3125882300,2,Goto(100,1) > > > > exten => 100,1,Macro(exten_vm,Zap/1) > > Some phones don't accept Caller*ID with quotes. Try removing > the quotes. >