08-01-2005 12:04 AM - edited 03-13-2019 09:58 AM
Hi there,
Are there any ways to configure IOS(12.4) dial-peer setting(call to router from PSTN) when there is no called party number and no calling party number in Information Elements(ISDN BRI) from service provider?
I tried as below,however did not work.
dial-peer voice 100 voip
incoming called-number .T
session target ipv4:XX.XX.XX.XX
....
Solved! Go to Solution.
08-08-2005 04:06 AM
Maybe I'm completely wrong, but you could try to solve that with PLAR.
voice-port xxx
connection plar 1234
dial-peer voice 100 voip
destination pattern 1234
session target xxxx
The "incoming called-number" command does not actually route calls, it is to select parameters on incoming dial-peers.
You can also do a translation on the voice port which translates an empty string to a number.
Hope this helps a little.
/Martin
08-08-2005 10:20 AM
08-05-2005 11:27 AM
I don't think there is any way to configure IOS(12.4) dial-peer setting(call to router from PSTN) when there is no called party number and no calling party number in Information Elements(ISDN BRI) from service provider
08-08-2005 10:20 AM
Yep !!
Connection Plar
08-08-2005 04:06 AM
Maybe I'm completely wrong, but you could try to solve that with PLAR.
voice-port xxx
connection plar 1234
dial-peer voice 100 voip
destination pattern 1234
session target xxxx
The "incoming called-number" command does not actually route calls, it is to select parameters on incoming dial-peers.
You can also do a translation on the voice port which translates an empty string to a number.
Hope this helps a little.
/Martin
08-08-2005 03:54 PM
Thank you for your helpful reply.
I tried both "translation" and PLAR function on the port respectively, and both could route call as I expected.
Thank you,
Junko
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