Hello I've been trying to add a string to CIDNAME for incoming calls from PSTN to "tag" calls so I know how to answer more appropriately. I have tried numerous combinations to no avail and hope someone can point me in the right direction. My context from extensions.conf is listed below. [xxx-xxx-xxxx_incoming] exten => s,1,Set(CALLERID(name)=${CALLERIDNAME} AppropriateTag) exten => s,n,Dial(${SIPPHONE},20,r) exten => s,n,Voicemail(${VMBOX1},u) exten => s,102,Voicemail(${VMBOX1},b) All calls however just come in marked as "Appropriate Tag" xxx-xxx-xxxx Thanks in advance for the help. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080912/ad3b736b/attachment.htm
Sip Support wrote:> exten => s,1,Set(CALLERID(name)=${CALLERIDNAME} AppropriateTag)Try: exten => s,1,Set(CALLERID(name)=${CALLERID(name)} AppropriateTag) -- Sean Bright sean.bright at gmail.com
Hi Sean, Worked like a charm, thanks so much for the help! On Sat, Sep 13, 2008 at 6:48 AM, Sean Bright <sean.bright at gmail.com> wrote:> Sip Support wrote: > > exten => s,1,Set(CALLERID(name)=${CALLERIDNAME} AppropriateTag) > > Try: > > exten => s,1,Set(CALLERID(name)=${CALLERID(name)} AppropriateTag) > > -- > Sean Bright > sean.bright at gmail.com > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > AstriCon 2008 - September 22 - 25 Phoenix, Arizona > Register Now: http://www.astricon.net > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080913/206f82aa/attachment.htm