12-04-2004 02:50 PM - edited 03-13-2019 07:14 AM
We have a router in branch office which runs SRST. I would like to route the PSTN incoming calls to 300 for Auto Attendant. But when a WAN link goes down I want these calls to be directed to an internal ipphone with DN 200. I know how to do this when the router is MGCP. But couldnot manage to do with H323.
With connection plar and translation rules it doesnot work.
12-05-2004 04:34 AM
Can you post your config for review?
First you'll need to know the number being supplied by the PSTN - i.e. number of digits (this may be more than you get to your CM, as you can set a lower number of significant digits when you register the gateway). Then create a translation rule that translates this to your DN 200.
Translation rule 1
rule 1 ^numbersuppliedbypstn 200
You should have a dial-peer with your POTS port configured in it - to this you can apply the translation rule
translate called 1
This assumes you've got MGCP fallback working OK - if you can post your config we can check it..
12-06-2004 03:53 AM
The gateway is H323 not MGCP. We have 6 PSTN lines connected to FXO ports. I want all incoming calls to be routed to AutoAttendant.CTI RP number is 300. Everything is ok when I add connection plar 300 under fxo ports. But when WAN link goes down and all IPPhones register to SRST router, I want all incoming calls to be directed to an IPPhone with the directory number 200. How can I manage to do this?
12-06-2004 04:40 AM
This might help depending on the srst version
Router(config-cm-fallback)# alias 1 300 to 200
or with older srst
Router(config)# call-manager-fallback
Router(config-cm-fallback)# default-destination 200
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide