cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
700
Views
10
Helpful
4
Replies

VG224 FXS Port Restriction

mnour401917_2
Level 1
Level 1

Hi All

I am wondering if anyone knows if it is possible to implement COR on standalone (H.323) VG224 router.

I would like to be able to restrict calls originating from the FXS Ports.

This VG224 routes calls via another Cisco Router which have the ISDN Service.

Thanks for your help.

Mohammed

4 Replies 4

Hi Mohammed,

The VG224 is a standard router and can implement all the normal COR that you would use on another router.

The only restriction for COR is to use H323 or SIP, but it appears that you're already using H323 so it's not a problem.

-nick

Thanks nick

One more question, would you apply the COR to the FXS voip ports?

Thanks

Mohammed

Hi Mohammed,

The way cor works is that you apply a cor list to both the incoming and outgoing dial peer. So in this case you would need it on both.

Here's a guide:

http://www.cisco.com/en/US/tech/tk652/tk90/technologies_configuration_example09186a008019d649.shtml

Alternatively, you can do something like translation profiles to control where the call is placed.

voice-port 0/1/0

translation-profile incoming TRANS010

voice translation-rule 1

rule 1 /\(.*\)/ /333\1/

voice translation-profile TRANS010

translate called 1

dial-peer voice 10 pots

port 0/1/0

dial-peer voice 100 voip

destination-pattern 333T

You could create a different translation profile for each port so they only match a certain outgoing voip dial peer.

Just another way, since corlists can be difficult to wrap around your mind sometimes.

-nick

nick you are the MAN! Thanks heaps!