RE: [Asterisk-Users] Suppressing CallerID in .call files

2004-09-21 Thread Henry Devito
Unfortunately in my area call-by-call blocking caller id is not an option on
ISDN PRI,  I did do a small work around for phones that I wanted to block
Caller ID from.  I took one of my DID numbers and made the CSID that number,
I had the LEC not send a name with that number.  I did not define that DID
in *,  by not defining the DID in * it caused the LEC to send a reject to
the calling party.  Depending on what LEC the calling party was using they
either got a busy signal or a recording saying that number is not valid. 

Hope this helps

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Christian
Victor
Sent: Tuesday, September 21, 2004 9:55 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Suppressing CallerID in .call files

Henry Devito schrieb:

> Most LEC's & CLEC's, at least in our area, require sending a number (CSID)
> before the call is completed.  This is do to E911 features and ANI.  If
you
> do not send a number the call will fail.  If you truly want to block
caller
> ID I would contact your carrier and they should be able to block it on
their
> level. 

Right - I discussed this with my PSTN carrier lately. Now the Problem is 
that I want to decide on a per call basis if I send a CallerID or not.

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

___
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] Suppressing CallerID in .call files

2004-09-21 Thread Andrew Thompson
Christian Victor wrote:
Wich is possible in Extensions by setting CallingPres=32. Now I am 
looking for a way of disabling presentation in .call files.
Can you not just have your .call file dial back through an extension 
passing in a parameter of the destination number, so that you can 
activate that setting as a part of the extension context?

Something like:
exten =>987NXXNXX, 1, (set calling pres, however you do that)
exten =>987NXXNXX, 2, Dial...
Or, are you doing something that I'm just missing?
--
Andrew Thompson
http://aktzero.com/
___
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] Suppressing CallerID in .call files

2004-09-21 Thread Christian Victor
Henry Devito schrieb:
Most LEC's & CLEC's, at least in our area, require sending a number (CSID)
before the call is completed.  This is do to E911 features and ANI.  If you
do not send a number the call will fail.  If you truly want to block caller
ID I would contact your carrier and they should be able to block it on their
level. 
Right - I discussed this with my PSTN carrier lately. Now the Problem is 
that I want to decide on a per call basis if I send a CallerID or not.

Chris
___
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] Suppressing CallerID in .call files

2004-09-21 Thread Christian Victor
Hi!
What about the "CallerID" parameter in the .call file?
http://www.voip-info.org/wiki-Asterisk+auto-dial+out
I'm not the original poster, but I think this will not work. Just changing 
the Calling Number (where the callerid field ends up in the isdn setup 
message) to nothing will most of the time just make the pstn provider set 
it to the default. In fact, setting the Calling Number outside your did 
will normally make the pstn set the main number as the caller id.
Thats exactly my problem.
Isdn provides a means to supress caller id with a similar effect to what 
you can get on an analog line by dialing a prefix. I think this is what 
the original poster is after.
Wich is possible in Extensions by setting CallingPres=32. Now I am 
looking for a way of disabling presentation in .call files.

Chris
___
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] Suppressing CallerID in .call files

2004-09-21 Thread Henry Devito

Most LEC's & CLEC's, at least in our area, require sending a number (CSID)
before the call is completed.  This is do to E911 features and ANI.  If you
do not send a number the call will fail.  If you truly want to block caller
ID I would contact your carrier and they should be able to block it on their
level.

Have a good Day!


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Peter Svensson
Sent: Tuesday, September 21, 2004 9:40 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] Suppressing CallerID in .call files

On Tue, 21 Sep 2004, Jay Milk wrote:

> What about the "CallerID" parameter in the .call file?
> 
> http://www.voip-info.org/wiki-Asterisk+auto-dial+out

I'm not the original poster, but I think this will not work. Just changing 
the Calling Number (where the callerid field ends up in the isdn setup 
message) to nothing will most of the time just make the pstn provider set 
it to the default. In fact, setting the Calling Number outside your did 
will normally make the pstn set the main number as the caller id.

Isdn provides a means to supress caller id with a similar effect to what 
you can get on an analog line by dialing a prefix. I think this is what 
the original poster is after.

Peter

___
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

___
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] Suppressing CallerID in .call files

2004-09-21 Thread Henry Devito
Most LEC's & CLEC's, at least in our area, require sending a number (CSID)
before the call is completed.  This is do to E911 features and ANI.  If you
do not send a number the call will fail.  If you truly want to block caller
ID I would contact your carrier and they should be able to block it on their
level. 

Have a good day!

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Christian
Victor
Sent: Tuesday, September 21, 2004 9:38 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Suppressing CallerID in .call files

> What about the "CallerID" parameter in the .call file?
> 
> http://www.voip-info.org/wiki-Asterisk+auto-dial+out

Yes - that was what I thought too. But unfortunately leaving out the 
parameter or setting it to '' will cause transmission of the default 
number (usually subscriber number + 0)

On a PRI you have to actively deny the presentation of the CallerID. In 
extensions you can do this by setting CallingPres=32 but that seems to 
make the .call files fail.

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

___
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] Suppressing CallerID in .call files

2004-09-21 Thread Peter Svensson
On Tue, 21 Sep 2004, Jay Milk wrote:

> What about the "CallerID" parameter in the .call file?
> 
> http://www.voip-info.org/wiki-Asterisk+auto-dial+out

I'm not the original poster, but I think this will not work. Just changing 
the Calling Number (where the callerid field ends up in the isdn setup 
message) to nothing will most of the time just make the pstn provider set 
it to the default. In fact, setting the Calling Number outside your did 
will normally make the pstn set the main number as the caller id.

Isdn provides a means to supress caller id with a similar effect to what 
you can get on an analog line by dialing a prefix. I think this is what 
the original poster is after.

Peter

___
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] Suppressing CallerID in .call files

2004-09-21 Thread Christian Victor
What about the "CallerID" parameter in the .call file?
http://www.voip-info.org/wiki-Asterisk+auto-dial+out
Yes - that was what I thought too. But unfortunately leaving out the 
parameter or setting it to '' will cause transmission of the default 
number (usually subscriber number + 0)

On a PRI you have to actively deny the presentation of the CallerID. In 
extensions you can do this by setting CallingPres=32 but that seems to 
make the .call files fail.

Chris
___
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] Suppressing CallerID in .call files

2004-09-21 Thread Jay Milk
What about the "CallerID" parameter in the .call file?

http://www.voip-info.org/wiki-Asterisk+auto-dial+out

> -Original Message-
> From: Christian Victor [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, September 21, 2004 4:51 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [Asterisk-Users] Suppressing CallerID in .call files
> 
> 
> Christian Victor schrieb:
> 
> > I am trying to suppres the transmission of my CallerID when 
> I place a
> > call using a .call file in /var/spool/asterisk/outgoing
> 
> Okay - now I have a little Progress. :-) Suppressing CallerID 
> on a PRI 
> is done by setting the CallingPres parameter. But unfortunately this 
> seems to be impossible in .call files. At least setting
> 
> CallingPres: 32
> 
> in the .call file leads to not processing the file.
> 
> Has anybody an Idea how I could solve this problem?
> 
> Thanks,
> Christian
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED] 
> http://lists.digium.com/mailman/listinfo/aster> isk-users
> To 
> UNSUBSCRIBE or update options visit:
>
http://lists.digium.com/mailman/listinfo/asterisk-users



___
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] Suppressing CallerID in .call files

2004-09-21 Thread Christian Victor
Christian Victor schrieb:
I am trying to suppres the transmission of my CallerID when I place a 
call using a .call file in /var/spool/asterisk/outgoing
Okay - now I have a little Progress. :-) Suppressing CallerID on a PRI 
is done by setting the CallingPres parameter. But unfortunately this 
seems to be impossible in .call files. At least setting

CallingPres: 32
in the .call file leads to not processing the file.
Has anybody an Idea how I could solve this problem?
Thanks,
Christian
___
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