[Asterisk-Users] Throroughly confused about SetCallerID

2005-10-10 Thread beonice
Folks, I've been trying to handle the problem where blocked callerids appear as coming from asterisk asterisk on the email notification, and the message envelope simply doesn't say anything (does not actually play the vm-unknown message). So, following the tip provided by several previous

Re: [Asterisk-Users] Throroughly confused about SetCallerID

2005-10-10 Thread beonice
I forgot to state that this is only for INCOMING calls. I'm not making outgoing calls, so I really don't care what the outgoing caller id is. I'm running Asterisk 1.0.5 stable ... it's a production environment, and the users are getting really confused about the caller id strings on their

Re: [Asterisk-Users] Throroughly confused about SetCallerID

2005-10-10 Thread Dan Journo
Hi Beonice, Just told i was dealing with the same problem. [incoming]exten = _!,1,GotoIf($[${CALLERID} = unknown]?2:5)exten = _!,2,Set(CALLERID(name)=Withheld Number)exten = _!,3,Set(CALLERID(number)=00)exten = _!,4,Goto(8) exten = _!,5,GotoIf($[${CALLERID} = asterisk]?2)exten =

Re: [Asterisk-Users] Throroughly confused about SetCallerID

2005-10-10 Thread beonice
--- Dan Journo [EMAIL PROTECTED] wrote: Hi Beonice, Just told i was dealing with the same problem. [incoming] exten = _!,1,GotoIf($[${CALLERID} = unknown]?2:5) exten = _!,2,Set(CALLERID(name)=Withheld Number) exten = _!,3,Set(CALLERID(number)=00) exten = _!,4,Goto(8) exten =