Yeah, this sounds like my solution or theory and ist working great. The only 
bad thing is, it is much time consuming
configuration work.. ;-)

/Robert


>>> Alex<[EMAIL PROTECTED]> schrieb am Mittwoch, 12. November 2008 um 10:27
in Nachricht 1987e53c6b3b40ab2d80f6c0ea1c7ad4:
> OK, here is another one for H.323 GW with SRST. What it does:
> 1) translates incoming international PSTN calls to 2003 DID into 
> ***###***2003 number pattern
> 2) ***###***2003 pattern matches either DP 201 (CCMPUB) or 202 (CCMSUB) 
> outbound
> 3) after matching outbound DP, ***###***2003 is translated back to 2003.
> 4) when SRST is active, call is sent to CCM but CCM does not have 2003 
> registered. Call fails.
> 5) when SRST is atcive, there is another DP autocreated for 2003. This one 
> will get all-but-international calls from PSTN.
> !
> voice translation-rule 1
> rule 1 /\(2003$\)/ /***###***\1/ type international plan any
> !
> voice translation-rule 2
> rule 1 /***###***\(2003$\)/ /\1/
> !
> voice translation-profile from_intl
> translate called 1
> !
> voice translation-profile to_ccm
> translate called 2
> !
> dial-peer voice 100 pots
> incoming called-number XXXYYY2003  #DID for 2003
> direct-inward-dial
> translation-profile incoming from_intl
> !
> dial-peer voice 201 voip
> description "Pointing to CCMPUB"
> destination-pattern ***###***2003
> translation-profile outgoing to_ccm
> session target ipv4:10.1.200.21
> dtmf-relay h245-alpha
> !
> dial-peer voice 202 voip
> description "Pointing to CCMSUB"
> destination-pattern ***###***2003
> translation-profile outgoing to_ccm
> preference 1
> huntstop
> session target ipv4:10.1.200.20
> dtmf-relay h245-alpha
> !
> dial-peer voice 301 voip
> description "Pointing to CCMPUB"
> destination-pattern [12]...
> session target ipv4:10.1.200.21
> dtmf-relay h245-alpha
> !
> dial-peer voice 302 voip
> description "Pointing to CCMSUB"
> destination-pattern [12]...
> preference 1
> session target ipv4:10.1.200.20
> dtmf-relay h245-alpha
> !
> Cheers
> Alex
> 
> 
> ----- Original Message ----- 
> From: "Vik Malhi" <[EMAIL PROTECTED]>
> To: "Alex" <[EMAIL PROTECTED]>; "Robert Schuknecht" 
> <[EMAIL PROTECTED]>; "OSL CCIE Voice Lab Exam" 
> <[email protected]>
> Sent: Tuesday, November 11, 2008 11:57 PM
> Subject: Re: [OSL | CCIE_Voice] H323 with SRST: Block incoming calls to 
> specificDN
> 
> 
> This is the best solution except that it is not SRST specific when the
> gateway is using the H323 protocol.

Reply via email to