Stefan Guenther
2008-May-14 06:08 UTC
[asterisk-users] Setting CallerID UNKNOWN on an outgoing call
Hello,
on my ISDN phone I can configure that on the next outgoing call, my
telephone number should not be transmitted, instead it should be UNKNOWN.
How can I configure Asterisk to do the same? Is this a feature/parameter
of the driver (chan_capi) that I'm using?
BTW: I'm using ISDN and Deutsche Telekom, if the provider makes any
difference.
Thanks for your help,
Stefan
--
********************************************
in-put GbR - Das Linux-Systemhaus
Stefan-Michael Guenther
Geschaeftsfuehrer
Moltkestrasse 49 D-76133 Karlsruhe
Tel./Fax : +49 (0)721 / 83044 - 98/93
http://www.in-put.de
********************************************
Schulungen Installationen
Beratung Support
Voice-over-IP-Loesungen
********************************************
Andreas van dem Helge
2008-May-14 06:35 UTC
[asterisk-users] Setting CallerID UNKNOWN on an outgoing call
On PRI SetCallingPres works fine it should work with ISDN because its
the same signaling.
-= Info about application 'SetCallerPres' =-
[Synopsis]
Set CallerID Presentation
[Description]
SetCallerPres(presentation): Set Caller*ID presentation on a call.
Valid presentations are:
allowed_not_screened : Presentation Allowed, Not Screened
allowed_passed_screen : Presentation Allowed, Passed Screen
allowed_failed_screen : Presentation Allowed, Failed Screen
allowed : Presentation Allowed, Network Number
prohib_not_screened : Presentation Prohibited, Not Screened
prohib_passed_screen : Presentation Prohibited, Passed Screen
prohib_failed_screen : Presentation Prohibited, Failed Screen
prohib : Presentation Prohibited, Network Number
unavailable : Number Unavailable
On Wed, May 14, 2008 at 2:08 AM, Stefan Guenther <asterisk02 at in-put.de>
wrote:> Hello,
>
> on my ISDN phone I can configure that on the next outgoing call, my
> telephone number should not be transmitted, instead it should be UNKNOWN.
>
> How can I configure Asterisk to do the same? Is this a feature/parameter
> of the driver (chan_capi) that I'm using?
>
> BTW: I'm using ISDN and Deutsche Telekom, if the provider makes any
> difference.
>
> Thanks for your help,
>
> Stefan
>
>
> --
>
> ********************************************
> in-put GbR - Das Linux-Systemhaus
> Stefan-Michael Guenther
> Geschaeftsfuehrer
> Moltkestrasse 49 D-76133 Karlsruhe
> Tel./Fax : +49 (0)721 / 83044 - 98/93
> http://www.in-put.de
> ********************************************
> Schulungen Installationen
> Beratung Support
> Voice-over-IP-Loesungen
> ********************************************
>
>
> _______________________________________________
> -- 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
>
Stefan Guenther
2008-May-14 09:26 UTC
[asterisk-users] Setting CallerID UNKNOWN on an outgoing call
Hi,
exten => _0[23456789].,1,SetCallerPres(prohib)
did it for me.
Thank you,
Stefan
Andreas van dem Helge wrote:
>On PRI SetCallingPres works fine it should work with ISDN because its
>the same signaling.
>
> -= Info about application 'SetCallerPres' =-
>
>[Synopsis]
>Set CallerID Presentation
>
>[Description]
> SetCallerPres(presentation): Set Caller*ID presentation on a call.
> Valid presentations are:
>
> allowed_not_screened : Presentation Allowed, Not Screened
> allowed_passed_screen : Presentation Allowed, Passed Screen
> allowed_failed_screen : Presentation Allowed, Failed Screen
> allowed : Presentation Allowed, Network Number
> prohib_not_screened : Presentation Prohibited, Not Screened
> prohib_passed_screen : Presentation Prohibited, Passed Screen
> prohib_failed_screen : Presentation Prohibited, Failed Screen
> prohib : Presentation Prohibited, Network Number
> unavailable : Number Unavailable
>
--
********************************************
in-put GbR - Das Linux-Systemhaus
Stefan-Michael Guenther
Geschaeftsfuehrer
Moltkestrasse 49 D-76133 Karlsruhe
Tel./Fax : +49 (0)721 / 83044 - 98/93
http://www.in-put.de
********************************************
Schulungen Installationen
Beratung Support
Voice-over-IP-Loesungen
********************************************