[asterisk-users] Callerid Woes

John Koenig koenigjm at acalledshot.net
Tue Jul 29 17:03:35 CDT 2008


I tried all of the suggestions, and still the callerid remains intact.  
I guess at this point I am starting to wonder what bit of logic is being 
run when I dial *8111XXXXXXXXXX...

Is there a way I can trace how a call is being processed within 
asterisk? Or even see what I am sending to my VoIP terminating node?

John

John Millican wrote:
> Doug Lytle wrote:
>   
>> John Koenig wrote:
>>     
>>> exten=s,1,set(CALLERID(all)= null)
>>> exten=s,n,Dial(${ARG1})
>>>   
>>>       
>> Just a guess.
>>
>> exten => s,1,Set(CALLERID(all)= null <0>)
>> exten => s,n,SetCallerPres(prohib)
>> exten => s,n,Dial(${ARG1})
>>
>>
>> Doug
>>
>>     
>
> I believe you need to use:
> exten => s,1,Set(CALLERID(all)=)
> To set an empty callerId
>
>   




More information about the asterisk-users mailing list