Blocking Calls from specified ANI number

Hi all,
I want to block  some calls for some ANI numbers.   Our CUBE has several SIP connections to different devices  
Calls come from Telco SPCUBE to our cube and then it goes to either  CVP or CUCM
Here are dial peers and translation rules
I created voice translation rule 999 and voice translation-profile call_block below.
Can somebody help me about how to add dial-peer configuration to refer these blocking rules.
voice translation-rule 100
 rule 1 /^\+\(.*\)/ /#21#\1/
voice translation-rule 101
 rule 1 /^#11#\(.*\)/ /+\1/
voice translation-rule 110
 rule 1 /^\+\(.*\)/ /#22#\1/
voice translation-rule 111
 rule 1 /^#12#\(.*\)/ /+\1/
voice translation-rule 120
 rule 1 /^\+\(.*\)/ /#23#\1/
voice translation-rule 121
 rule 1 /^#13#\(.*\)/ /+\1/
voice translation-rule 200
 rule 1 /^\+\(.*\)/ /#4#\1/
voice translation-rule 201
 rule 1 /^#3#90\(.*\)/ /\1/
voice translation-rule 300
 rule 1 /^\+\(.*\)/ /#6#\1/
voice translation-rule 301
 rule 1 /^#5#\(.*\)/ /+\1/
voice translation-rule 302
 rule 1 /^#5#\(.*\)/ /+\1/
voice translation-rule 999
 rule 1 reject /\+905052937638/
 rule 2 reject /\+905325933362/
voice translation-rule 1000
 rule 1 /^\+\(.*\)/ /#11#\1/
voice translation-rule 1010
 rule 1 /^\+\(.*\)/ /#12#\1/
voice translation-rule 1020
 rule 1 /^\+\(.*\)/ /#13#\1/
voice translation-rule 1100
 rule 1 /^#21#\(.*\)/ /+\1/
voice translation-rule 1200
 rule 1 /^#22#\(.*\)/ /+\1/
voice translation-rule 1300
 rule 1 /^#23#\(.*\)/ /+\1/
voice translation-rule 2000
 rule 1 /^\+\(.*\)/ /#3#\1/
voice translation-rule 2100
 rule 1 /^#4#\(.*\)/ /+\1/
voice translation-rule 3000
 rule 1 /^\+\(.*\)/ /#11#\1/
voice translation-rule 3010
 rule 1 /^\+\(.*\)/ /#12#\1/
voice translation-rule 3020
 rule 1 /^\+\(.*\)/ /#13#\1/
voice translation-rule 4000
 rule 1 /^\+\(.*\)/ /#3#\1/
voice translation-rule 5000
 rule 1 /^\+\(.*\)/ /#5#\1/
voice translation-rule 5100
 rule 1 /^#6#\(.*\)/ /+\1/
voice translation-rule 6000
 rule 1 /^\+\(.*\)/ /#5#\1/
voice translation-profile IN-ANKSPCC
 translate called 4000
voice translation-profile IN-ANKSPFAX
 translate called 6000
voice translation-profile IN-ANKSPUC1
 translate called 3000
voice translation-profile IN-ANKSPUC2
 translate called 3010
voice translation-profile IN-ANKSPUC3
 translate called 3020
voice translation-profile IN-CUCM1
 translate called 100
voice translation-profile IN-CUCM2
 translate called 110
voice translation-profile IN-CUCM3
 translate called 120
voice translation-profile IN-CVP
 translate called 200
voice translation-profile IN-FAX
 translate called 300
voice translation-profile IN-SPCC
 translate called 2000
voice translation-profile IN-SPFAX
 translate called 5000
voice translation-profile IN-SPUC1
 translate called 1000
voice translation-profile IN-SPUC2
 translate called 1010
voice translation-profile IN-SPUC3
 translate called 1020
voice translation-profile OUT-CUCM1
 translate called 101
voice translation-profile OUT-CUCM2
 translate called 111
voice translation-profile OUT-CUCM3
 translate called 121
voice translation-profile OUT-CVP
 translate called 201
voice translation-profile OUT-FAX1
 translate called 301
voice translation-profile OUT-SPCC
 translate called 2100
voice translation-profile OUT-SPFAX
 translate called 5100
voice translation-profile OUT-SPUC1
 translate called 1100
voice translation-profile OUT-SPUC2
 translate called 1200
voice translation-profile OUT-SPUC3
 translate called 1300
voice translation-profile call_block
 translate calling 999
dial-peer voice 1000 voip
 description INCOMING DIAL PEER FOR SPUC1
 translation-profile incoming IN-SPUC1
 session protocol sipv2
 incoming uri via VIASPUC1
 voice-class codec 1 
 voice-class sip bind control source-interface Loopback2
 voice-class sip bind media source-interface Loopback2
 dtmf-relay rtp-nte
 no vad
dial-peer voice 1010 voip
 description INCOMING DIAL PEER FOR SPUC2
 translation-profile incoming IN-SPUC2
 session protocol sipv2
 incoming uri via VIASPUC2
 voice-class codec 1 
 voice-class sip bind control source-interface Loopback2
 voice-class sip bind media source-interface Loopback2
 dtmf-relay rtp-nte
 no vad  
dial-peer voice 1020 voip
 description INCOMING DIAL PEER FOR SPUC3
 translation-profile incoming IN-SPUC3
 session protocol sipv2
 incoming uri via VIASPUC3
 voice-class codec 1 
 voice-class sip bind control source-interface Loopback2
 voice-class sip bind media source-interface Loopback2
 dtmf-relay rtp-nte
 no vad
dial-peer voice 2000 voip
 description INCOMING DIAL PEER FOR SPCC
 translation-profile incoming IN-SPCC
 session protocol sipv2
 incoming uri via VIASPCC
 voice-class codec 1 
 voice-class sip bind control source-interface Loopback3
 voice-class sip bind media source-interface Loopback3
 no vad
dial-peer voice 100 voip
 description INCOMING DIAL PEER FOR CUCM1
 translation-profile incoming IN-CUCM1
 session protocol sipv2
 incoming uri via VIACUCM1
 voice-class codec 1 
 voice-class sip bind control source-interface Loopback0
 voice-class sip bind media source-interface Loopback0
 dtmf-relay rtp-nte
dial-peer voice 110 voip
 description INCOMING DIAL PEER FOR CUCM2
 translation-profile incoming IN-CUCM2
 session protocol sipv2
 incoming uri via VIACUCM2
 voice-class codec 1 
 voice-class sip bind control source-interface Loopback0
 voice-class sip bind media source-interface Loopback0
 dtmf-relay rtp-nte
dial-peer voice 120 voip
 description INCOMING DIAL PEER FOR CUCM3
 translation-profile incoming IN-CUCM3
 session protocol sipv2
 incoming uri via VIACUCM3
 voice-class codec 1 
 voice-class sip bind control source-interface Loopback0
 voice-class sip bind media source-interface Loopback0
 dtmf-relay rtp-nte
dial-peer voice 1100 voip
 description OUTGOING DIAL-PEER TO SPUC1 DC1
 translation-profile outgoing OUT-SPUC1
 destination-pattern #21#T
 session protocol sipv2
 session target ipv4:10.221.20.53:5060
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback2
 voice-class sip bind media source-interface Loopback2
 dtmf-relay sip-notify
 no vad
dial-peer voice 1110 voip
 description OUTGOING DIAL-PEER TO SPUC1 DC2
 translation-profile outgoing OUT-SPUC1
 preference 1
 destination-pattern #21#T
 session protocol sipv2
 session target ipv4:10.221.20.181:5060
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback2
 voice-class sip bind media source-interface Loopback2
 dtmf-relay sip-notify
 no vad
dial-peer voice 1200 voip
 description OUTGOING DIAL-PEER TO SPUC2 DC1
 translation-profile outgoing OUT-SPUC2
 destination-pattern #22#T
session protocol sipv2
 session target ipv4:10.221.20.53:5061
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback2
 voice-class sip bind media source-interface Loopback2
 dtmf-relay sip-notify
 no vad
dial-peer voice 1210 voip
 description OUTGOING DIAL-PEER TO SPUC2 DC2
 translation-profile outgoing OUT-SPUC2
 preference 1
 destination-pattern #22#T
 session protocol sipv2
 session target ipv4:10.221.20.181:5061
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback2
 voice-class sip bind media source-interface Loopback2
 dtmf-relay sip-notify
 no vad
dial-peer voice 1300 voip
 description OUTGOING DIAL-PEER TO SPUC3 DC1
 translation-profile outgoing OUT-SPUC3
 destination-pattern #23#T
 session protocol sipv2
 session target ipv4:10.221.20.53:5062
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback2
 voice-class sip bind media source-interface Loopback2
 dtmf-relay sip-notify
 no vad
dial-peer voice 1310 voip
 description OUTGOING DIAL-PEER TO SPUC3 DC2
 translation-profile outgoing OUT-SPUC3
 preference 1
 destination-pattern #23#T
 session protocol sipv2
 session target ipv4:10.221.20.181:5062
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback2
 voice-class sip bind media source-interface Loopback2
 dtmf-relay sip-notify
 no vad
dial-peer voice 101 voip
 description OUTGOING DIAL-PEER TO CUCM1-PUB
 translation-profile outgoing OUT-CUCM1
 session target ipv4:10.216.14.10
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback0
 voice-class sip bind media source-interface Loopback0
 dtmf-relay rtp-nte
 no vad
dial-peer voice 2100 voip
 description OUTGOING DIAL-PEER TO SPCC DC2
 translation-profile outgoing OUT-SPCC
 preference 1
 destination-pattern #4#T
 session protocol sipv2
 session target ipv4:10.221.20.183
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback2
 voice-class sip bind media source-interface Loopback2
 no vad
dial-peer voice 201 voip
 description OUTGOING DIAL-PEER TO CUCM1-SUB
 translation-profile outgoing OUT-CVP
 preference 1
 destination-pattern #3#T
 session protocol sipv2
 session target ipv4:10.216.15.15
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback0
 voice-class sip bind media source-interface Loopback0
 dtmf-relay rtp-nte
 no vad
dial-peer voice 102 voip
 description OUTGOING DIAL-PEER TO CUCM1-SUB
 translation-profile outgoing OUT-CUCM1
 preference 1
 destination-pattern #11#T
 session protocol sipv2
 session target ipv4:10.216.14.11
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback0
 voice-class sip bind media source-interface Loopback0
 dtmf-relay rtp-nte
 no vad
dial-peer voice 111 voip
 description OUTGOING DIAL-PEER TO CUCM2-PUB
 translation-profile outgoing OUT-CUCM2
 destination-pattern #12#T
 session protocol sipv2
 session target ipv4:10.217.14.21
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback0
 voice-class sip bind media source-interface Loopback0
 dtmf-relay rtp-nte
 no vad
dial-peer voice 112 voip
 description OUTGOING DIAL-PEER TO CUCM2-SUB
 translation-profile outgoing OUT-CUCM2
 preference 1
 destination-pattern #12#T
 session protocol sipv2
 session target ipv4:10.216.14.21
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback0
 voice-class sip bind media source-interface Loopback0
dtmf-relay rtp-nte
 no vad
dial-peer voice 2110 voip
 description OUTGOING DIAL-PEER TO SPCC DC2
 translation-profile outgoing OUT-SPCC
 preference 1
 destination-pattern #4#T
 session protocol sipv2
 session target ipv4:10.221.20.55
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback2
 voice-class sip bind media source-interface Loopback2
 no vad
dial-peer voice 3000 voip
 description INCOMING DIAL PEER FOR ANKSPUC1
 translation-profile incoming IN-ANKSPUC1
 session protocol sipv2
 incoming uri via VIAANKSPUC1
 voice-class codec 1 
 voice-class sip bind control source-interface Loopback2
 voice-class sip bind media source-interface Loopback2
 dtmf-relay rtp-nte
 no vad
dial-peer voice 3010 voip
 description INCOMING DIAL PEER FOR ANKSPUC2
 translation-profile incoming IN-ANKSPUC2
 session protocol sipv2
 incoming uri via VIAANKSPUC2
 voice-class codec 1 
 voice-class sip bind control source-interface Loopback2
 voice-class sip bind media source-interface Loopback2
 dtmf-relay rtp-nte
 no vad
dial-peer voice 3020 voip
 description INCOMING DIAL PEER FOR ANKSPUC3
 translation-profile incoming IN-ANKSPUC3
 session protocol sipv2
 incoming uri via VIAANKSPUC3
 voice-class codec 1 
 voice-class sip bind control source-interface Loopback2
 voice-class sip bind media source-interface Loopback2
 dtmf-relay rtp-nte
 no vad
dial-peer voice 4000 voip
 description INCOMING DIAL PEER FOR ANKSPCC
 translation-profile incoming IN-ANKSPCC
 session protocol sipv2
 incoming uri via VIAANKSPCC
 voice-class codec 1 
 voice-class sip bind control source-interface Loopback3
 voice-class sip bind media source-interface Loopback3
 no vad
dial-peer voice 202 voip
 description OUTGOING DIAL-PEER TO CUCM1-SUB
 translation-profile outgoing OUT-CVP
 call-block translation-profile incoming call_block
 preference 2
 destination-pattern #3#T
 session protocol sipv2
 session target ipv4:10.216.15.16
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback0
 voice-class sip bind media source-interface Loopback0
 dtmf-relay rtp-nte
 no vad
dial-peer voice 203 voip
 description OUTGOING DIAL-PEER TO CUCM1-SUB
 translation-profile outgoing OUT-CVP
 preference 2
 destination-pattern #3#T
 session protocol sipv2
 session target ipv4:10.217.15.15
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback0
 voice-class sip bind media source-interface Loopback0
 dtmf-relay rtp-nte
 no vad
dial-peer voice 204 voip
 description OUTGOING DIAL-PEER TO CUCM1-SUB
 translation-profile outgoing OUT-CVP
 preference 2
 destination-pattern #3#T
 session protocol sipv2
 session target ipv4:10.217.15.16
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback0
 voice-class sip bind media source-interface Loopback0
 dtmf-relay rtp-nte
 no vad
dial-peer voice 200 voip
 description INCOMING DIAL PEER FOR CVP
 translation-profile incoming IN-CVP
 session protocol sipv2
 incoming uri via VIACVP
 voice-class codec 1 
 voice-class sip bind control source-interface Loopback1
 voice-class sip bind media source-interface Loopback1
 dtmf-relay rtp-nte
 no vad
dial-peer voice 212 voip
dial-peer voice 103 voip
 description OUTGOING DIAL-PEER TO CUCM1-SUB-2
 translation-profile outgoing OUT-CUCM1
 preference 1
 destination-pattern #11#T
 session protocol sipv2
 session target ipv4:10.217.14.11
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback0
 voice-class sip bind media source-interface Loopback0
 dtmf-relay rtp-nte
 no vad
dial-peer voice 104 voip
 description OUTGOING DIAL-PEER TO CUCM1-SUB-3
 translation-profile outgoing OUT-CUCM1
 preference 1
 destination-pattern #11#T
 session protocol sipv2
 session target ipv4:10.216.14.12
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback0
 voice-class sip bind media source-interface Loopback0
 dtmf-relay rtp-nte
 no vad
dial-peer voice 105 voip
 description OUTGOING DIAL-PEER TO CUCM1-SUB-4
 translation-profile outgoing OUT-CUCM1
 preference 1
 destination-pattern #11#T
 session protocol sipv2
 session target ipv4:10.217.14.12
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback0
 voice-class sip bind media source-interface Loopback0
 dtmf-relay rtp-nte
 no vad
dial-peer voice 113 voip
 description OUTGOING DIAL-PEER TO CUCM2-SUB-3
 translation-profile outgoing OUT-CUCM2
 preference 1
 destination-pattern #12#T
 session protocol sipv2
 session target ipv4:10.216.14.22
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback0
 voice-class sip bind media source-interface Loopback0
 dtmf-relay rtp-nte
 no vad
dial-peer voice 114 voip
 description OUTGOING DIAL-PEER TO CUCM2-SUB-4
 translation-profile outgoing OUT-CUCM2
 preference 1
 destination-pattern #12#T
 session protocol sipv2
 session target ipv4:10.217.14.22
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback0
 voice-class sip bind media source-interface Loopback0
 dtmf-relay rtp-nte
 no vad
dial-peer voice 121 voip
 description OUTGOING DIAL-PEER TO CUCM3-SUB3
 translation-profile outgoing OUT-CUCM3
 preference 2
 destination-pattern #13#T
 session protocol sipv2
 session target ipv4:10.217.14.32
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback0
 voice-class sip bind media source-interface Loopback0
 dtmf-relay rtp-nte
 no vad
dial-peer voice 122 voip
 description OUTGOING DIAL-PEER TO CUCM3-SUB
 translation-profile outgoing OUT-CUCM3
 preference 1
 destination-pattern #13#T
 session protocol sipv2
 session target ipv4:10.216.14.31
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback0
 voice-class sip bind media source-interface Loopback0
dtmf-relay rtp-nte
 no vad
dial-peer voice 123 voip
 description OUTGOING DIAL-PEER TO CUCM3-SUB3
 translation-profile outgoing OUT-CUCM3
 preference 2
 destination-pattern #13#T
 session protocol sipv2
 session target ipv4:10.217.14.32
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback0
 voice-class sip bind media source-interface Loopback0
 dtmf-relay rtp-nte
 no vad
dial-peer voice 124 voip
 description OUTGOING DIAL-PEER TO CUCM3-SUB
 translation-profile outgoing OUT-CUCM3
 preference 1
 destination-pattern #13#T
 session protocol sipv2
 session target ipv4:10.216.14.31
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback0
 voice-class sip bind media source-interface Loopback0
 dtmf-relay rtp-nte
 no vad
dial-peer voice 5000 voip
 description INCOMING DIAL PEER FOR SPFAX
 translation-profile incoming IN-SPFAX
 session protocol sipv2
 incoming uri via VIASPFAX
 voice-class codec 1 
 voice-class sip bind control source-interface Loopback2
 voice-class sip bind media source-interface Loopback2
 dtmf-relay rtp-nte
 fax rate 14400
 no vad
dial-peer voice 300 voip
 description INCOMING DIAL PEER FOR FAX
 translation-profile incoming IN-FAX
 preference 1
 session protocol sipv2
 incoming uri via VIAFAX
 voice-class codec 1 
 voice-class sip bind control source-interface Loopback4
 voice-class sip bind media source-interface Loopback4
 dtmf-relay rtp-nte
 fax rate 14400
dial-peer voice 5100 voip
 description OUTGOING DIAL-PEER TO SPFAX DC1
 translation-profile outgoing OUT-SPFAX
 destination-pattern #6#T
 session protocol sipv2
 session target ipv4:10.221.20.53:5064
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback2
 voice-class sip bind media source-interface Loopback2
 dtmf-relay rtp-nte
 fax rate 14400
 no vad
dial-peer voice 5110 voip
 description OUTGOING DIAL-PEER TO SPFAX DC2
 translation-profile outgoing OUT-SPFAX
 preference 1
 destination-pattern #6#T
 session protocol sipv2
 session target ipv4:10.221.20.181:5064
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback2
 voice-class sip bind media source-interface Loopback2
 dtmf-relay rtp-nte
 fax rate 14400
 no vad
dial-peer voice 301 voip
 description OUTGOING DIAL-PEER TO FAX1
 translation-profile outgoing OUT-FAX1
 preference 1
 destination-pattern #5#T
 session protocol sipv2
 session target ipv4:172.21.127.220
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback4
 voice-class sip bind media source-interface Loopback4
 dtmf-relay rtp-nte
 fax rate 14400
 no vad
dial-peer voice 6000 voip
 description INCOMING DIAL PEER FOR ANKSPFAX
 translation-profile incoming IN-ANKSPFAX
 session protocol sipv2
 incoming uri via VIAANKSPFAX
 voice-class codec 1 
 voice-class sip bind control source-interface Loopback2
 voice-class sip bind media source-interface Loopback2
 dtmf-relay rtp-nte
 fax rate 14400
 no vad
dial-peer voice 8001 voip
 description MVA incoming from PSTN
 service snr-mva
 shutdown
 session protocol sipv2
 incoming called-number +902123959510
 voice-class codec 1 
 voice-class sip bind control source-interface Loopback2
 voice-class sip bind media source-interface Loopback2
 dtmf-relay rtp-nte
 no vad
dial-peer voice 8002 voip
 description OUTGOING MVA
 destination-pattern 902123959510
 session protocol sipv2
 session target ipv4:10.216.14.30
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback0
 voice-class sip bind media source-interface Loopback0
 dtmf-relay rtp-nte
 no vad
dial-peer voice 8003 voip
 description OUTGOING MVA
 preference 1
 destination-pattern 902123959510
 session protocol sipv2
 session target ipv4:10.216.14.31
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind control source-interface Loopback0
 voice-class sip bind media source-interface Loopback0
 dtmf-relay rtp-nte
 no vad
dial-peer voice 302 voip
 description OUTGOING DIAL-PEER TO FAX1
 translation-profile outgoing OUT-FAX1
 preference 1
 destination-pattern #5#T
 session protocol sipv2
 session target ipv4:172.21.127.221
 voice-class codec 1 
 voice-class sip options-keepalive
 voice-class sip bind media source-interface Loopback4
 dtmf-relay rtp-nte
 fax rate 14400
 no vad

Hmm, this behaves differently than I remember.  Try this:
call-block translation-profile incoming call_block     
call-block disconnect-cause incoming call-reject
On each dial-peer (of course, test it with one first).  What I don't know is if that will interfere with the normal translation-profile.  I don't think it will, but if there is a conflict, the CLI will likely tell you when you try to enter it.
FYI: I found this in this document: http://www.cisco.com/c/en/us/support/docs/voice/call-routing-dial-plans/64020-number-voice-translation-profiles.html#con13

Similar Messages

  • Blocking call from some numbers in Black berry 9220

    I want to know how to block calls from a specific number. I would also like to block SMS from the number.
    I would like to know what kind of app is available for black berry 9220 for the same. Can experts please suggest.

    There are some options under Settings >Firewall. Open the Settings menu and type Firewall in the search bar. There you can block text messages. Be aware that you will still be charged for the message over the network but the device won't display the message. To keep from being charged for the message you'd need to contact your wireless service provider.
    As for phone number blocking you would have to go to Phone >Options. There is a call blocking feature but your provider must support it.
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Is there any way to block calls from "blocked number"

    I would like to be able to block calls from numbers that show up in my caller ID as "Blocked".  I dont really care who they are I want them to share their number or I dont' want them to call. Is there anyway to do this? I am not talking about the restricted numbers just the ones that people have chosen to block. They can all do the *## and unblock their number when they call my phone if they really want me to answer it!

    Nothing annoys me more than receiving a blocked call, barnmother! The good news is that we have an option to prevent these calls from reaching your phone. Usage Controls will allow you to block unwanted calls and much more. Select the link for details...https://wbillpay.verizonwireless.com/vzw/nos/safeguards/SafeguardProductDetails.action?productName=usagecontrols I hope this helps! Have a great weekend!
    ChaunceyM_VZW
    Follow us on twitter @VZWSupport

  • How to block call from certain number -Iphone 4?

    How to block call from certain number -Iphone 4?

    Also try searching for apps that can do this. Never heard of it before but there should be one around.

  • How can we encourage Apple to develop blocking calls from specific numbers?

    Looking through posts on here, I see that neither AT&T nor the iPhone itself permits an iPhone owner to block calls from one or more specific numbers.
    For some reason, although I've had my mobile number for years, I've recently started to receive daily calls from one specific number, an ignorant person who calls at all times of the day and night, barely apologizing for yet again dialing incorrectly. Very annoying.
    Yes, I know I could change my number, but literally hundreds of people have used this number for years, and I'm truly loathe to start over.
    In reading posts here and on AT&T, I gather this is not an uncommon problem. I assume that even if AT&T is unwilling to institute call blocking, this is a problem Apple could solve with iPhone software. What's the best way to encourage Apple to include this in a future iPhone software update?
    In advance, thanks for your guidance.

    This would be something ATT would have to do since they provide the actual phone service.
    In the meantime, you could create a ringtone of "silence" and assign it to that person's number. This way you wouldn't be disturbed when the person calls until you can work out a solution with ATT.

  • Home Hub Phones & blocking calls from a particular...

    I have a BT Home Hub 1.5 and the Hub Phone. Is it possible to block, or blacklist one phone number, so as it cannot call my hub phone?
    I tried saving it in the phone book & allocating a ring tone of "None" but it still rings. I have also looked under Advanced in the web interface for the home hub, but cannot see anything there either.

    Hi KeithAFrench,
    If you take a look at the link Choose to Refuse, you will find some information on calling feature and this could help you to block calls from that number. Let me know if you still have any question regarding this service.
    Cheers
    Paddy,
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • HT5463 Can you block calls from certain numbers

    Can you block calls from certain numbers

    You can also make a contact for those numbers and assign a silent
    ringtone to them. The calls will still come in, but you will not hear them
    and they will eventually go to vocie mail if you have it set up.
    You must do this for each number as wildcards are not accepted in
    Contacts, but all the numbers can be listed in one contact.
    As Ocean20 has stated above, true call blocking is a function of
    your wireless provider.

  • When I receive a phone call from a new number, how do I save that number to my contacts?

    When I receieve a phone call from a new number, is it possible to save that number from the incoming calls screen? Can I create a contact from the number itself without having to go to the contact list and write the number in manually?

    Thank you so much. I feel like an idiot for not figuring that out on my own, it is so simple.  But I really, really appreciate this. Thank you!!!

  • I cant call to a mobile number since yesterday, but can receive call from the same number. I am using iphone 4s. Is there any setting error?

    I can't call to a mobile number since yesterday, but still can receive call from the same number. I am using iphone 4s. Is there any setting error?

    you have to make sure that CFWD Bridge Mode under the Line tab of the SPA9000 where the SPA400 is registered is set to ALL...include VMSP Bridge and XFER Bridge Mode as well..power cycle then check if you are still getting one-way audio
    | isolate! isolate! isolate! |

  • Can my iPhone and MacBook Pro be hacked by receiving a call from an weird number?

    I received a phone call from a bizarre number. The guy asked me if I could confirm the number I saw on my screen. I did. then strange things started to happen to my MacBook Pro. I am wondering if through this call could somene have hacked my system. One of the things that happened to my MacBook Pro is that I went to make a make a presentation and the system apparently deleted all my cookies and now I have to enter my UserID and Password to every site I normally use.  Any guidance will be greatly appreciated.
    Thanks,

    >>...when you say "...erasing/reinstalling..." what do you exactly refer to? Save my documents and then reinstall the whole OS?...
    Saving, erasing the disk, then installing a completely new system & importing/migrating only your documents & files, rather than any software. Changing all passwords etc too.
    Which may sound extreme, but if something cropped up on your computer screen, with a number included, then someone called your 'phone & requested that number from the screen, and after giving it to them, it seemed as if they could control your computer... (what were the other strange things ?).

  • I received a call from a  +34 number while abroad, now all calls I receive come up as  +34 (still abroad)

    I received a missed call from a +34 number while abroad, I called it back, no answer, now all calls from (my usual contacts) come up as +34 (still abroad).  I'm not in the +34 dialing code area.  Is this a type of scam ?

    Hi Macintoad,
    I think I had the exact problem as what you are having. Having a greenbar on top while making call, and can not press any button, also the Iphone screen is blinking while a call is comming from that number and ontop of this, the contact name wont display on outgoing/incoming sms messages.
    I did manage to fix it by doing this, hope this also works for you..
    Backup all contact details to computer - address book.
    Delete that specific contact detail (Hopefully you don't have too many contacts causing this problem - I only had 1 number causing this)from both your computer(s), and mobile me.
    Add back all contact details from address book to your Iphone - I only add contacts, without any other settings (I had to reinstall all apps).
    Add manually that number back to the phone, and then sync back to computer/mobileme.
    Please let me know if this works...
    Good luck!

  • How to block text messages but not calls from a specific number

    I want to block text messages from my father but not his phone calls. Is there a way to do this? I have an iPhone 5, but don't want to upgrade to IOS7 yet.
    Thanks!

        You have a fantastic phone, joy3141. I double checked features for the iPhone 5 and confirmed there's not a way to block messages from a specific contact without blocking calls too. Our Call & Message Blocking http://vz.to/MqEgqB is a great way to block unwanted contact from specific numbers, but it would block both calls & messages. If your dad is on your account and you're hoping to block all of his text messages to or from anyone, there is a text message block available at www.vzw.com/serviceblocks you can add to his line.
    Thank you
    JenniferH_VZW
    Please follow us on Twitter @vzwsupport

  • Outgoing call log shows calls from my own number to the same number

    Every so often, I pick up the phone to dial out and get a fast busy tone.  I hang up, wait a few seconds, and try again, and I have dial tone and can dial out.
    I have not noticed any pattern or timeframes when this occurs.
    When looking at my online call log, I see calls at very random and arbitrary times of the day in the Outgoing column from my own number and TO the same number.  ALWAYS after that there is an entry that the call went to voice mail.  There is never an actual voice mail message, of course; I guess it hangs up before VM detects a valid message.
    There appears to be an entry like this every single day, but, again, at very different times and with no discernible pattern.
    Why is my own phone number trying to dial out to itself and at various times of day and night? 

    Having the same issue. Calls being made FROM my Maryland home landline TO a Virginia number.
    I tried calling the number from my office phone, but it goes straight to an unoccupied voicemail.
    When I first called about it, the Verizon representative also reassured me there was no charge for these calls, but that is not the issue. The issue is that someone or some machine has access to my home landline and it is making these calls. She was pretty insistent that it must be someone in my home, but much like others have stated, the records show that calls are made when no one is home, or when we are all home watching TV in the living room. We have one phone in the kitchen, so there are no secret calls being made. And certainly not 20+ times a month.
    The first representative transferred me to another tech. At first, the new tech dismissed the idea that there could be cross-wiring (what the first tech suggested) because it's over the internet. There are no physical wires to cross.
    The tech eventually ran a test and determined there was a "short bound in the wiring," so she said she was going to "reboot the ONC." I don't know what any of that means.
    The test came back successful, and she was able to block the number (inbound and outbound).
    I told both techs that this problem is not unique to my account; that there are several people on Verizon forums reporting the same issue.
    She was not able to explain why, so we are no closer to figuring this out.
    All I can recommend is calling Verizon tech support and having the number blocked. We'll see what happens with the next bill.
    Also, if it's worth typing out, make sure you're reviewing your bills from Verizon. I've had to call at least five times in the 4.5 months about one thing or another.

  • Blocking calls from Unknown numbers?

    Hello all,
    Is there any option/application in iPhone 4S, IOS6.1.3 where I  can block any calls from unknown numbers?
    Specifying exactly, I want to receive calls from people only those whose numbers are saved in my phone or say Saved Contacts Only.
    Nobody other than that should be able to call me.
    That would be of a great help.

    Sombir Sheoran wrote:
    Not even paid applications?
    Correct.

  • Blocking calls from an entire exchange or area code

    I know that it is possible to block a specific number on the iPhone, but a lot of telemarketers these days use many different numbers from the same exchange.  When I block one number they simply call me from another one using the same exchange with a different last 4 digits.  On my Ooma phone service that I use for my land line I can block an unwanted exchange by entering the number on my blocked caller list using the area code, the 3 digit exchange and then ****.  Does anyone know if this works on the iPhone?

    Sorry , but no.   The best you can do it talk to your carrier to see if they can put the block on the calls.

Maybe you are looking for