[Asterisk-Users] RE: Asterisk-Users Digest, Vol 6, Issue 463
asterisk at draughon.org
asterisk at draughon.org
Sat Jan 29 19:01:14 MST 2005
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 at 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 at lists.digium.com>
> Message-ID: <41FC11C0.4020003 at fnords.org>
> Content-Type: text/plain; charset=us-ascii; format=flowed
>
> asterisk at 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 displays
displayed
> > either "unavailable" or "out of area" on incoming calls from my cell
phone.
> > 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.
>
More information about the asterisk-users
mailing list