Page 1 of 1
OXO Blocking CLI for external calls with ARS
Posted: 19 Feb 2009 02:30
by petepsg
I Have a client with an OXO that requires all outgoing calls to be CLI blocked (made private)
They are using ARS as mobiles go through a different carrier then landlines.
Atm I'm using the identity secret method to implement this but I've had the customer come back today and say that now internal calls aren't being displayed either - which wasn't quite the intention I had here.
So in summary it is working but I'm sure there is a better solution for this.
Any ideas? I've looked through the online help.. which doesn't and searched the forums to see if anyone else has had to do anything similar but couldn't find anything.
Cheers in advance,
Pete.
Re: OXO Blocking CLI for external calls with ARS
Posted: 19 Feb 2009 18:21
by bouncer_ie
Hi Pete,
Had a similar issue and could only resolve by getting carrier to block CLI on the ISDN lines........there must be a more elegant solution though
Re: OXO Blocking CLI for external calls with ARS
Posted: 19 Feb 2009 21:14
by cbart
have you tried remove CPN in noteworthy addresses?
Re: OXO Blocking CLI for external calls with ARS
Posted: 20 Feb 2009 01:15
by petepsg
See the carrier is blocking over here in oz but we have block override.. so if the pbx is still sending information it will send that - unless it's invalid and then it'll send the main number of the isdn range.
Re: OXO Blocking CLI for external calls with ARS
Posted: 20 Feb 2009 09:58
by clive
Hi Pete,
Good day, for time being Oxo does not come with this features as I know. If you are using PRI and it could solve with the Asterisk as media gateway.
Re: OXO Blocking CLI for external calls with ARS
Posted: 24 Feb 2009 01:23
by petepsg
cbart wrote:have you tried remove CPN in noteworthy addresses?
No we haven't but where is this changed from? looking in help it doesn't mention cpn in regards to noteworthy addresses..
Re: OXO Blocking CLI for external calls with ARS
Posted: 27 Feb 2009 03:01
by petepsg
In the end I've ignored the phone system and used a telstra activation code (1831).
so I then removed the identity secret option from the phones.
modify the cos so that it's barring/allowing the correct information (add 1831 to front of all numbers that are allowed).
modify the ars table so that when it dials out it substitutes the 0 that they dial for 1831.
works great - a lot better then the only other alternative I could think of which was giving a feature key that enables/disables the secret identity feature to the staff members that actually use this.
Re: OXO Blocking CLI for external calls with ARS
Posted: 23 Mar 2009 07:33
by Krusty65
For future ref there is a noteworthy address as mentioned which is
RemoveCPN which by default is 00 if this is changed to 01 then the customer number will be stripped.
This should work.
/system misc/memory read/write/other labels/RemoveCPN
K.
Re: OXO Blocking CLI for external calls with ARS
Posted: 01 Apr 2009 21:27
by petepsg
Brilliant Krusty!
Thanks for that - I just hadn't looked in that section before. I knew there had to be a way of setting that. It seemed like such a basic pabx feature.