Tim Guy wrote:
> Installing a new box onto UK NTL (Virgin Media)
> 
> During testing phase the callerid worked, now it doesn't.
> 
> Can someone confirm that my syntax is right before I start ripping the
> configs to bits
> 
> exten => _9.,1,Set(CALLERID(number)=01926xxxxxx)
> exten => _9.,2,Dial(ZAP/1/${EXTEN:1})
> 
> Ive tried all permutations of the CALLERID (ie CALLERID(NAME) and
> CALLERID(NUMBER) but it just wont work anymore.
> 
> Zapata has the following relevant settings
> 
> usecallerid=yes 
> hidecallerid=no 
> callwaiting=yes

you may need to add
usecallingpres=yes
in zapata.conf

and also add
exten => _9.,n,SetCallerPres(allow)
before the Dial command in extensions.conf.

-- 
Edwin Lam <[EMAIL PROTECTED]>
Systems Engineer, Office General, Inc.
Ph: +1 415 439 4988 Fax: +1 415 283 3370
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0xD6506D20


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to