Can our IP phones use the private IP address of our Asterisk server?

Can our IP phones use the private IP address of our Asterisk server?

I am implementing a small 30 seat contact center. With Asterisk installed as an IPPBX, can our IP phones use the private IP address of the Asterisk server to do SIP registration so that all the outbound calls go through one extension line?

    Requires Free Membership to View

    By submitting your registration information to SearchNetworking.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchNetworking.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

If you have the following configuration:

IP Phones<-LAN->Asterisk<-LAN->PSTN Gateway<-->PSTN

then you can direct all outbound calls to the PSTN through the PSTN gateway. The IP phones can use the private IP address of the Asterisk to perform SIP registration. You can then set up the dial plan on the Asterisk to route all outbound calls to the PSTN gateway to access the PSTN.

If everything is IP as follows:

IP Phones<-LAN->Asterisk<-LAN->Firewall + NAT<-Internet->ITSP

Then all outgoing calls can be routed to the ITSP over SIP. The IP phones can use the private IP address of the Asterisk to perform SIP registration. You can then set up the dial plan on the Asterisk to route all outbound calls to the ITSP account. Note that if you¡¦re using a NAT that you¡¦ll likely have to configure the Asterisk and Firewall + NAT device to allow SIP and RTP traffic to get through. You may also need an external application layer gateway to convert the SIP signaling depending on what Firewall + NAT you are using.

This was first published in February 2005