11-28-2012 01:26 PM - edited 03-16-2019 02:26 PM
I have got VIC2-2FXO card in cisco router 2911. One ADSL card is for broadband( internet ) connection. Four Cisco IP Phones 7960 are connected to router with extension number 5000, 5001, 5002 and 5003. PSTN line have been assigned a phone number with area and country code. I am using only one FXO port to pots line by using rj-11 to rj-11 cable.
Could anyone please suggest dial-peer configuration and fxo port configuration to make inbound and outbound calls using assigned PSTN number?
Thank You
Regards
Solved! Go to Solution.
11-28-2012 03:26 PM
Configure the voice-port for connection plar to point to an extension you want, in this example I am pointing to 5000:
voice-port 2/0
connection plar opx 5000
then build an outbound dial-peer(s) for PSTN calls, since you have not stated what country you are in here is an example from US of Local/LD/TollFree calls in area code requiring 11 digits for dialing locally (my home):
dial-peer voice 1111 pots
tone ringback alert-no-PI
destination-pattern 1[2-9]..[2-9]......
no digit-strip
port 2/0
HTH,
Chris
11-29-2012 04:59 AM
No. Just configure connection plar with the extension number you want to ring.
For destination-pattern, you will need to configure as many DPs as necessary, that can vary a lot depending on the sophistications and control desired.
11-28-2012 03:26 PM
Configure the voice-port for connection plar to point to an extension you want, in this example I am pointing to 5000:
voice-port 2/0
connection plar opx 5000
then build an outbound dial-peer(s) for PSTN calls, since you have not stated what country you are in here is an example from US of Local/LD/TollFree calls in area code requiring 11 digits for dialing locally (my home):
dial-peer voice 1111 pots
tone ringback alert-no-PI
destination-pattern 1[2-9]..[2-9]......
no digit-strip
port 2/0
HTH,
Chris
11-28-2012 04:44 PM
Thanks Chris,
I am from UK. Country Code is 44, Area Code 1782 followed by 6 digit phone number. It should be 12 digit in this case.
destination-pattern 44[1-9]..[2-9]......
Is this Ok?
Thanks
Regards
11-29-2012 04:59 AM
No. Just configure connection plar with the extension number you want to ring.
For destination-pattern, you will need to configure as many DPs as necessary, that can vary a lot depending on the sophistications and control desired.
12-05-2012 11:01 AM
Hi
PLAR is working fine. But if I make any call inside or outside then internetconnection go down. atm interface go down and go up again when call ends.
I have got ADSL interface for internet connection.
Could anyone help regarding this.
Thank You
Regards
06-08-2016 08:38 AM
Hello Chris,
When you set the PLAR you usually point to a specific extension.
How can you point to a group of extensions?
How con you point 2 POTS lines to a specific extension?
I have a Cisco 2901 and it has 2 POTS, but only one POTS is used by one specific extension.
06-09-2016 12:29 AM
Hi Claudio,
It is possible to point out multiple POTS connection to the groups of internal extensions. you are supposed to make hunt-group for this.
Add all your internal Extensions to the Hunt Group and assign Pilot number to the hunt group. After that, point out only pilot number in PLAR configuration. For Example,
suppose there are 3 internal phone extensions 5001, 5002, 5003. And also 2 POTS line. you want both POTS line to point out all three internal extensions. Following configuration will work.
!
voice hunt-group 1 sequential
final 5003
list 5000, 5002
timeout 15
pilot 5900 /*This is PILOT number, it could be chosen any number*/
!
!
voice-port 0/0/1 /*Slots on your router for pots*/ /1st POTS LINE/
timeouts call-disconnect 5
timeouts wait-release 5
connection plar opx 5900
impedance complex2
bearer-cap Speech
caller-id enable
!
voice-port 0/0/2 /2nd POTS LINE/
timeouts call-disconnect 5
timeouts wait-release 5
connection plar opx 5900
impedance complex2
bearer-cap Speech
caller-id enable
!
Please let me know for further clarification.
Thank You
06-14-2016 08:59 AM
Good Anupam Singh !
Why did you do connection plar opx instead of connection plar? Is there any difference?
06-14-2016 02:45 PM
Claudio,
In case of using only IP phones registered with Gateway Router/PBX we only need to configure "Connection PLAR" BUT if you have got analog phones that normally uses FXS port to connect with, You need to configure "connection plar opx" because opx (Off Premise Extension) mode allows remote user to connect to the gateway/pbx directly as a local extension. If you do not configure "opx" mode for analog phones you will get disconnected immediately.
So, you can use any one of "connection plar opx" or " connection plar" but if you have got FXS ports for analog then you definitely required connection plar opx
PLEASE LET ME KNOW FOR FURTHER CLARIFICATION.
Thank you
07-21-2019 06:41 PM
I like this thread. Its very easy to read and understand, the question is simple and the answer is clear and straight forward. It helps a lot for a beginner like me. Thanks.
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