Re: [OSL | CCIE_Voice] Block International calls inbound H.323 / SRST

2008-10-21 Thread Yung Hung
Well, I believe under call-manager-fallback you can configure cor incoming and 
specify a dn number.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gruela, Ramil
Sent: Sunday, October 19, 2008 12:55 PM
To: Chris Parker; [EMAIL PROTECTED]
Cc: ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] Block International calls inbound H.323 / SRST

To solve just make an outbound dial-peer that matches the international prefix 
without port or session target in it?  Since there's no way of putting COR 
on ephone-dn in SRST.  Is there?

-RG

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Parker
Sent: Thursday, October 16, 2008 10:51 AM
To: [EMAIL PROTECTED]
Cc: ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] Block International calls inbound H.323 / SRST

Isn't the trick to this one blocking the international calls ONLY when 
in SRST/H323 and not when using MGCP? If you use dial-peers to do the 
block won't that affect MGCP operation as well? So won't COR lists have 
to be used within callmanger fallback?

Chris

Balamurugan Singaram wrote:
 Hi,
  
 try the following config:
  
 dial-peer voice 499 voip
 destination-pattern 4083332002
 session target ipv4:10.1.200.20 [CCM]
 !
 dial-peer voice 500 voip
 preference 1
 destination-pattern 4083332002
 session target ipv4:172.1.101.1 [Loop Back]
 !
 dial-peer voice 501 voip
 translation-profile incoming loop
 call-block translation-profile incoming block
 incoming called-number 4083332002
 !
 voice translation-rule 1
 rule 1 /^4083332002/ /2002/
 !
 voice translation-rule 2
 rule 1 reject /3001/
 !
 !
 voice translation-profile block
 translate calling 2
 !
 voice translation-profile loop
 translate called 1
  
 Regards,
 Bala.

 --- On *Wed, 15/10/08, jonny vegas /[EMAIL PROTECTED]/* wrote:

 From: jonny vegas [EMAIL PROTECTED]
 Subject: [OSL | CCIE_Voice] Block International calls inbound
 H.323 / SRST
 To: ccie_voice@onlinestudylist.com
 Date: Wednesday, 15 October, 2008, 10:09 PM

 Goal is to block calls from international type numbers when in
 SRST / H.323.

 I have a method of doing this but it is a little long winded and
 requires visibility of the ANI.

 Wondering if any one else has worked out a quick way, based on
 voice translation profile / COR / ANO.

 The approach where one blocks it on the inbound Dial Peer with a
 VTP does not work for H.323.

 The call must be allowed into the router so the normal H.323 dial
 peers to CCM function.

 Happy thinking.


 
 Get your preferred Email name! 
 http://sg.rd.yahoo.com/aa/mail/domainchoice/mail/signature/*http://mail.promotions.yahoo.com/newdomains/aa/
  

 Now you can @ymail.com and @rocketmail.com. 




Re: [OSL | CCIE_Voice] Block International calls inbound H.323 / SRST

2008-10-21 Thread Jacob Owen
I believe to limit from the PSTN into your SRST devices/ephones you would
need an incoming corlist on the incoming H.323 dial-peer and an outgoing
corlist to the Ephone-DN numbers under call-manager-fallback.  You think of
the calls coming into the SRST router from the PSTN (incoming) and then out
to the ephone (outgoing).  It would be the opposite to limit calls from
ephones to the PSTN.


On Tue, Oct 21, 2008 at 2:18 AM, Yung Hung [EMAIL PROTECTED] wrote:

 Well, I believe under call-manager-fallback you can configure cor incoming
 and specify a dn number.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:
 [EMAIL PROTECTED] On Behalf Of Gruela, Ramil
 Sent: Sunday, October 19, 2008 12:55 PM
 To: Chris Parker; [EMAIL PROTECTED]
 Cc: ccie_voice@onlinestudylist.com
 Subject: Re: [OSL | CCIE_Voice] Block International calls inbound H.323 /
 SRST

 To solve just make an outbound dial-peer that matches the international
 prefix without port or session target in it?  Since there's no way of
 putting COR on ephone-dn in SRST.  Is there?

 -RG

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:
 [EMAIL PROTECTED] On Behalf Of Chris Parker
 Sent: Thursday, October 16, 2008 10:51 AM
 To: [EMAIL PROTECTED]
 Cc: ccie_voice@onlinestudylist.com
 Subject: Re: [OSL | CCIE_Voice] Block International calls inbound H.323 /
 SRST

 Isn't the trick to this one blocking the international calls ONLY when
 in SRST/H323 and not when using MGCP? If you use dial-peers to do the
 block won't that affect MGCP operation as well? So won't COR lists have
 to be used within callmanger fallback?

 Chris

 Balamurugan Singaram wrote:
  Hi,
 
  try the following config:
 
  dial-peer voice 499 voip
  destination-pattern 4083332002
  session target ipv4:10.1.200.20 [CCM]
  !
  dial-peer voice 500 voip
  preference 1
  destination-pattern 4083332002
  session target ipv4:172.1.101.1 [Loop Back]
  !
  dial-peer voice 501 voip
  translation-profile incoming loop
  call-block translation-profile incoming block
  incoming called-number 4083332002
  !
  voice translation-rule 1
  rule 1 /^4083332002/ /2002/
  !
  voice translation-rule 2
  rule 1 reject /3001/
  !
  !
  voice translation-profile block
  translate calling 2
  !
  voice translation-profile loop
  translate called 1
 
  Regards,
  Bala.
 
  --- On *Wed, 15/10/08, jonny vegas /[EMAIL PROTECTED]/*
 wrote:
 
  From: jonny vegas [EMAIL PROTECTED]
  Subject: [OSL | CCIE_Voice] Block International calls inbound
  H.323 / SRST
  To: ccie_voice@onlinestudylist.com
  Date: Wednesday, 15 October, 2008, 10:09 PM
 
  Goal is to block calls from international type numbers when in
  SRST / H.323.
 
  I have a method of doing this but it is a little long winded and
  requires visibility of the ANI.
 
  Wondering if any one else has worked out a quick way, based on
  voice translation profile / COR / ANO.
 
  The approach where one blocks it on the inbound Dial Peer with a
  VTP does not work for H.323.
 
  The call must be allowed into the router so the normal H.323 dial
  peers to CCM function.
 
  Happy thinking.
 
 
  
  Get your preferred Email name!
  
 http://sg.rd.yahoo.com/aa/mail/domainchoice/mail/signature/*http://mail.promotions.yahoo.com/newdomains/aa/
 
 
  Now you can @ymail.com and @rocketmail.com.





-- 
Jacob Owen
CCIE #14063 (RS, Service Provider), CCDP, CCVP


Re: [OSL | CCIE_Voice] Block International calls inbound H.323 / SRST

2008-10-19 Thread Gruela, Ramil
To solve just make an outbound dial-peer that matches the international prefix 
without port or session target in it?  Since there's no way of putting COR 
on ephone-dn in SRST.  Is there?

-RG

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Parker
Sent: Thursday, October 16, 2008 10:51 AM
To: [EMAIL PROTECTED]
Cc: ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] Block International calls inbound H.323 / SRST

Isn't the trick to this one blocking the international calls ONLY when 
in SRST/H323 and not when using MGCP? If you use dial-peers to do the 
block won't that affect MGCP operation as well? So won't COR lists have 
to be used within callmanger fallback?

Chris

Balamurugan Singaram wrote:
 Hi,
  
 try the following config:
  
 dial-peer voice 499 voip
 destination-pattern 4083332002
 session target ipv4:10.1.200.20 [CCM]
 !
 dial-peer voice 500 voip
 preference 1
 destination-pattern 4083332002
 session target ipv4:172.1.101.1 [Loop Back]
 !
 dial-peer voice 501 voip
 translation-profile incoming loop
 call-block translation-profile incoming block
 incoming called-number 4083332002
 !
 voice translation-rule 1
 rule 1 /^4083332002/ /2002/
 !
 voice translation-rule 2
 rule 1 reject /3001/
 !
 !
 voice translation-profile block
 translate calling 2
 !
 voice translation-profile loop
 translate called 1
  
 Regards,
 Bala.

 --- On *Wed, 15/10/08, jonny vegas /[EMAIL PROTECTED]/* wrote:

 From: jonny vegas [EMAIL PROTECTED]
 Subject: [OSL | CCIE_Voice] Block International calls inbound
 H.323 / SRST
 To: ccie_voice@onlinestudylist.com
 Date: Wednesday, 15 October, 2008, 10:09 PM

 Goal is to block calls from international type numbers when in
 SRST / H.323.

 I have a method of doing this but it is a little long winded and
 requires visibility of the ANI.

 Wondering if any one else has worked out a quick way, based on
 voice translation profile / COR / ANO.

 The approach where one blocks it on the inbound Dial Peer with a
 VTP does not work for H.323.

 The call must be allowed into the router so the normal H.323 dial
 peers to CCM function.

 Happy thinking.


 
 Get your preferred Email name! 
 http://sg.rd.yahoo.com/aa/mail/domainchoice/mail/signature/*http://mail.promotions.yahoo.com/newdomains/aa/
  

 Now you can @ymail.com and @rocketmail.com. 



[OSL | CCIE_Voice] Block International calls inbound H.323 / SRST

2008-10-15 Thread jonny vegas
Goal is to block calls from international type numbers when in SRST / H.323.

I have a method of doing this but it is a little long winded and requires
visibility of the ANI.

Wondering if any one else has worked out a quick way, based on voice
translation profile / COR / ANO.

The approach where one blocks it on the inbound Dial Peer with a VTP does
not work for H.323.

The call must be allowed into the router so the normal H.323 dial peers to
CCM function.

Happy thinking.


Re: [OSL | CCIE_Voice] Block International calls inbound H.323 / SRST

2008-10-15 Thread Balamurugan Singaram
Hi,
 
try the following config:
 
dial-peer voice 499 voip
destination-pattern 4083332002
session target ipv4:10.1.200.20 [CCM]
!
dial-peer voice 500 voip
preference 1
destination-pattern 4083332002
session target ipv4:172.1.101.1 [Loop Back]
!
dial-peer voice 501 voip
translation-profile incoming loop
call-block translation-profile incoming block
incoming called-number 4083332002
!
voice translation-rule 1
rule 1 /^4083332002/ /2002/
!
voice translation-rule 2
rule 1 reject /3001/
!
!
voice translation-profile block
translate calling 2
!
voice translation-profile loop
translate called 1 
 
Regards,
Bala.

--- On Wed, 15/10/08, jonny vegas [EMAIL PROTECTED] wrote:

From: jonny vegas [EMAIL PROTECTED]
Subject: [OSL | CCIE_Voice] Block International calls inbound H.323 / SRST
To: ccie_voice@onlinestudylist.com
Date: Wednesday, 15 October, 2008, 10:09 PM



Goal is to block calls from international type numbers when in SRST / H.323.

I have a method of doing this but it is a little long winded and requires 
visibility of the ANI.

Wondering if any one else has worked out a quick way, based on voice 
translation profile / COR / ANO.

The approach where one blocks it on the inbound Dial Peer with a VTP does not 
work for H.323.

The call must be allowed into the router so the normal H.323 dial peers to CCM 
function.

Happy thinking.



  New Email addresses available on Yahoo!
Get the Email name you#39;ve always wanted on the new @ymail and @rocketmail. 
Hurry before someone else does!
http://mail.promotions.yahoo.com/newdomains/aa/