Hello, I have just installed asterisk and I would like to connect it to the PSTN. I have a gateway Cisco 2600, how must I declare it in the file of configuration (extensions.conf, sip.conf). thanks for your helping
Well the simplest is to make the connection insecure with a static ip. sip.conf [cisco2600] host=xxx.xxx.xxx.xxx defaultip=xxx.xxx.xxx.xxx insecure=yes type=friend disallow=all allow= (your codecs) extensions.conf [default] ;dial out cisco exten => _1X.,1,Dial(${EXTEN}@cisco2600) As far as your cisco config for voice, depends on hardware and how you want to setup your dialpeers. ..o-------------------------------------------------------o.. Brian Fertig Network/Systems Engineer IT Administrator Planet Telecom, Inc. Tampa,FL Office 813.864.3161x107 Office -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Reli Loin Sent: Wednesday, September 28, 2005 9:35 AM To: Asterisk-Users@lists.digium.com Subject: [Asterisk-Users] PSTN-GATEWAY Hello, I have just installed asterisk and I would like to connect it to the PSTN. I have a gateway Cisco 2600, how must I declare it in the file of configuration (extensions.conf, sip.conf). thanks for your helping _______________________________________________ --Bandwidth and Colocation sponsored by Easynews.com -- Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users This email was scanned by: Mcafee GroupShield ---------------- CONFIDENTIAL DISCLAMER ---------------- All information provided in this email is considered confidential and proprietary of Planet Telecom, Inc. and Telecenter Inc. Use of this information by anyone other than the recipient or sender will be considered in breach of agreement.
Well the simplest is to make the connection insecure with a static ip. sip.conf [cisco2600] host=xxx.xxx.xxx.xxx defaultip=xxx.xxx.xxx.xxx insecure=yes type=friend disallow=all allow= (your codecs) extensions.conf [default] ;dial out cisco exten => _1X.,1,Dial(SIP/${EXTEN}@cisco2600) Sorry forgot the SIP/ part. :) As far as your cisco config for voice, depends on hardware and how you want to setup your dialpeers. ..o-------------------------------------------------------o.. Brian Fertig Network/Systems Engineer IT Administrator Planet Telecom, Inc. Tampa,FL Office 813.864.3161x107 Office -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Reli Loin Sent: Wednesday, September 28, 2005 9:35 AM To: Asterisk-Users@lists.digium.com Subject: [Asterisk-Users] PSTN-GATEWAY Hello, I have just installed asterisk and I would like to connect it to the PSTN. I have a gateway Cisco 2600, how must I declare it in the file of configuration (extensions.conf, sip.conf). thanks for your helping _______________________________________________ --Bandwidth and Colocation sponsored by Easynews.com -- Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users This email was scanned by: Mcafee GroupShield ---------------- CONFIDENTIAL DISCLAMER ---------------- All information provided in this email is considered confidential and proprietary of Planet Telecom, Inc. and Telecenter Inc. Use of this information by anyone other than the recipient or sender will be considered in breach of agreement.