View previous topic :: View next topic |
Author |
Message |
pdhales at optusnet.co... Guest
|
Posted: Mon Jan 14, 2008 6:29 pm Post subject: [asterisk-users] CID blocking ... |
|
|
The 'setcallerpres' application is the one to use...
PaulH
On Mon, 2008-01-14 at 17:18 -0500, J. Oquendo wrote:
Quote: | Hey all, when you guys have requests from clients to block their CID
from showing through, what are others doing? I had a coworker throw in
some "Name Here"<0> garbage which none my carriers like. I don't want to
do "Private"<12345678910> so any suggestions.
_______________________________________________
-- 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 |
|
|
Back to top |
|
|
philipp.kempgen at amo... Guest
|
Posted: Tue Jan 15, 2008 6:29 am Post subject: [asterisk-users] CID blocking ... |
|
|
J. Oquendo wrote:
Quote: | Hey all, when you guys have requests from clients to block their CID
from showing through, what are others doing? I had a coworker throw in
some "Name Here"<0> garbage which none my carriers like. I don't want to
do "Private"<12345678910> so any suggestions.
|
For SIP it should be
Set(CALLERID(all)=Anonymous <anonymous>);
per RFC 2543.
Regards,
Philipp Kempgen
--
amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de
Let's use IT to solve problems and not to create new ones.
Asterisk? -> http://www.das-asterisk-buch.de
Gesch?ftsf?hrer: Stefan Wintermeyer
Handelsregister: Neuwied B 14998 |
|
Back to top |
|
|
joakimsen at gmail.com Guest
|
Posted: Tue Jan 15, 2008 5:44 pm Post subject: [asterisk-users] CID blocking ... |
|
|
On Jan 14, 2008 6:29 PM, Paul Hales <pdhales at optusnet.com.au> wrote:
Quote: |
The 'setcallerpres' application is the one to use...
|
Only works for PRI channels (maybe plain T1) channels via Zaptel. |
|
Back to top |
|
|
pdhales at optusnet.co... Guest
|
Posted: Tue Jan 15, 2008 6:31 pm Post subject: [asterisk-users] CID blocking ... |
|
|
On Tue, 2008-01-15 at 17:44 -0500, Andrew Joakimsen wrote:
Quote: | On Jan 14, 2008 6:29 PM, Paul Hales <pdhales at optusnet.com.au> wrote:
Quote: |
The 'setcallerpres' application is the one to use...
|
Only works for PRI channels (maybe plain T1) channels via Zaptel.
|
Agreed entirely.
PaulH |
|
Back to top |
|
|
asterisk-list at puzzl... Guest
|
Posted: Tue Jan 15, 2008 8:30 pm Post subject: [asterisk-users] CID blocking ... |
|
|
On Tue, 2008-01-15 at 17:44 -0500, Andrew Joakimsen wrote:
Quote: | On Jan 14, 2008 6:29 PM, Paul Hales <pdhales at optusnet.com.au> wrote:
Quote: |
The 'setcallerpres' application is the one to use...
|
Only works for PRI channels (maybe plain T1) channels via Zaptel.
|
Just to be more complete: SetCallerPres works with BRI & chan_capi too.
Regards,
Patrick |
|
Back to top |
|
|
|