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

-- 
JohnM


_______________________________________________
-- 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

Reply via email to