Pagina 1 di 1

blocco chiamante in ingresso

Inviato: mar 10 ago , 2010 7:03 pm
da delosfast
ciao,
ho la necessità di fare quanto in oggetto ovvero bloccare (o deviare) dei singoli numeri in ingresso,
ho cercato sul forum senza successo,
sul sito cisco ho trovato questo
http://www.cisco.com/en/US/tech/tk652/t ... html#con11

direi di averlo anche applicato (vedi sotto) ma facendo una prova dal mio cellulare passa tutto lo stesso,
dove ho toppato?

Codice: Seleziona tutto

!
boot-start-marker
boot system flash:c2600-adventerprisek9-mz.124-17.bin
boot-end-marker
!

!
!
voice call send-alert
voice rtp send-recv
!
voice service voip 
 fax protocol t38 ls-redundancy 0 hs-redundancy 0 fallback none
 h323
  h225 progress-indicator local-ringback
!
!
voice class codec 1
 codec preference 1 g711alaw
!
!
!
voice class h323 1
 h225 timeout connect 360
!
!
!
!
!
!
voice source-group ********
 disconnect-cause call-reject
!
voice translation-rule 1
 rule 1 reject /328*******/
 rule 15 /^.*/ /0*******/ type any unknown plan any unknown
!
!
voice translation-profile call_block
 translate calling 1
!
!
!
!
username R1 password 7 ***********
!
!
ip ftp source-interface FastEthernet0/0
ip tftp source-interface FastEthernet0/0
! 
!
interface FastEthernet0/0
 description "LAN"
 ip address 192.168.*.254 255.255.255.0
 ip nat inside
 ip virtual-reassembly
 ip route-cache flow
 load-interval 30
 speed 100
 full-duplex
 no cdp enable
!
interface FastEthernet0/1
 description "WAN"
 ip address *.*.*.* *.*.*.*
 ip nat outside
 ip virtual-reassembly
 ip route-cache flow
 load-interval 30
 duplex auto
 speed auto
 no cdp enable
 h323-gateway voip interface
 h323-gateway voip id *********** ipaddr *.*.*.* *
 h323-gateway voip h323-id *********** 
 h323-gateway voip tech-prefix *********** 
!
no ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 FastEthernet0/1
!
!
!
!
!
!
voice-port 1/1/0
 ring cadence pattern01
 echo-cancel coverage 32
 no vad
 playout-delay nominal 100
 playout-delay mode fixed
 cptone IT
 timeouts initial 60
 timeouts interdigit 4
 timeouts call-disconnect 1
 timeouts wait-release 5
 music-threshold -70
 caller-id enable
!
voice-port 1/1/1
!
!
!
!
dial-peer cor custom
!
!
!
dial-peer voice 1 pots
 description "VOCE"
 call-block translation-profile incoming call_block
 call-block disconnect-cause incoming call-reject
 service default
 destination-pattern 0**********
 port 1/1/0
 no register e164
!
dial-peer voice 65 voip
 description "VOCE"
 max-conn 24
 destination-pattern .T
 translate-outgoing calling 1
 voice-class codec 1
 voice-class h323 1
 session target ras
 dtmf-relay h245-alphanumeric
 fax rate disable
 ip qos dscp cs5 media
 ip qos dscp cs5 signaling
 clid strip name
 no vad
!
gateway 
 timer receive-rtcp 5
 timer receive-rtp 1200

Inviato: mer 11 ago , 2010 11:56 am
da IsaCab
Ciao,

fai una dial-peer dedicata come nell'esempio e riprova.

Magri metti in debug e verifica il percorso della chiamata.

Ciao Giulio