[asterisk-users] Block Caller ID

2008-10-10 Thread Sriram
Hi

Is there any way to stop Asterisk from sending Caller ID display on the 
softphones ? I;ve E1 PRIs and SIP extensions , i need to stop caller ID from 
appearing on the softphones ...but in CDRs caller Ids should show - so please 
dont suggest to set "blockcallerid=yes" in zapata.conf 

;)

Thanks
Sriram


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

[Asterisk-Users] block caller id

2004-11-20 Thread Richard
Title: block caller id






Hi,

I have a PRI card. How do I block a caller id sent out to PSTN from a SIP client? I add a remote-party-id field "privacy=full" but still get caller id on a PSTN phone.

Thanks,


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Block Caller ID

2009-01-14 Thread Dovid Bender
You can try blocking the caller ID in the dial plan. Not sure how that will 
affect the CDR's. If it does not show up in there in the dial plan you can set 
a variable to the caller ID then set it to be blank and on hangup update the 
CDR's.
  - Original Message - 
  From: Sriram 
  To: asterisk-users@lists.digium.com 
  Sent: Friday, October 10, 2008 6:52 PM
  Subject: [asterisk-users] Block Caller ID


  Hi

  Is there any way to stop Asterisk from sending Caller ID display on the 
softphones ? I;ve E1 PRIs and SIP extensions , i need to stop caller ID from 
appearing on the softphones ...but in CDRs caller Ids should show - so please 
dont suggest to set "blockcallerid=yes" in zapata.conf 

  ;)

  Thanks
  Sriram





--


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

Re: [asterisk-users] Block Caller ID

2009-01-14 Thread Stefan Schmidt
> - Original Message -
> *From:* Sriram <mailto:d_r_sri...@hotmail.com>
> *To:* asterisk-users@lists.digium.com
> <mailto:asterisk-users@lists.digium.com>
> *Sent:* Friday, October 10, 2008 6:52 PM
>     *Subject:* [asterisk-users] Block Caller ID
> 
> Hi
>  
> Is there any way to stop Asterisk from sending Caller ID display on
> the softphones ? I;ve E1 PRIs and SIP extensions , i need to stop
> caller ID from appearing on the softphones ...but in CDRs caller Ids
> should show - so please dont suggest to set "blockcallerid=yes" in
> zapata.conf
>  
> ;)
>  
> Thanks
> Sriram
>  
>  
>  
> 
> 
> 
> ___
> -- 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

maybe a better solution is to set the callerid to anonymous or something
else and use the cdr userfield to set the callerid. so you still have
the information and the client doesnt see the callerid in any way.

best regards

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


Re: [asterisk-users] Block Caller ID

2009-01-15 Thread Benny Amorsen
Stefan Schmidt  writes:

> maybe a better solution is to set the callerid to anonymous or something
> else and use the cdr userfield to set the callerid. so you still have
> the information and the client doesnt see the callerid in any way.

Adaptive CDR (and custom CDR, if you prefer files) supports
user-defined fields. It is very helpful, because you can put in
something like CDR(anumber) and CDR(bnumber) and format them
correctly, no matter what strange format your SIP peers want their
calls in.


/Benny


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


Re: [Asterisk-Users] block caller id

2004-11-20 Thread Brancaleoni Matteo
Hi,


> I have a PRI card. How do I block a caller id sent out to PSTN from a
> SIP client? I add a remote-party-id field "privacy=full" but still get
> caller id on a PSTN phone.

I think that doing SetCIDNum() (with no args)
before dial will do the trick.

Matteo

-- 

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] block caller id

2004-11-20 Thread Kevin P. Fleming
Brancaleoni Matteo wrote:
I think that doing SetCIDNum() (with no args)
before dial will do the trick.
Depends on your version of Asterisk. Newer versions have a CallingPres() 
app that you can use to specify the presentation handling of your CLID 
and CNAM information when you send it to the telco.
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] block caller id

2004-11-20 Thread Bill Petrisko
> I have a PRI card. How do I block a caller id sent out to PSTN from a SIP
> client? I add a remote-party-id field "privacy=full" but still get caller id
> on a PSTN phone.

I have used the following successfully:

[dialout-local]
exten => _*67.,1,NoOp,${EXTEN}
exten => _*67.,2,CallingPres(35); 32 also works
exten => _*67.,3,Goto(dialout-local,${EXTEN:3},1)
( other dialout matches to send call to zap)

However with my telco, the PSTN user still sees the caller id
name, but the number is given as "private number"

bill

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users