|
|
|
|


############################################################################################################################ Below is a configuration examples for the open source PBX AsteriskTM. These examples may vary depending on your software versions, implementation type, and more. These are examples taken from our most common customer configurations. ############################################################################################################################ ____________________________________________________________________________________________________________________________ TalkinIP GUI Trunk Setup Entry Trunk Settings [***enter username***] username=***enter username*** type=peer secret=***enter secret*** nat=yes insecure=very host=sipconnect.ipcomms.net fromuser=***enter username*** dtmfmode=rfc2833 canreinvite=no allow=ulaw Registration Statement register=username:password@sipconnect.ipcomms.net/username ________________________________________________________________________________________________________________________ What do I do if my asterisk server has a private IP Address? Please enter the following two settings (externip and localnet) at the top of your sip.conf file in the general section. If public, nothing needs to be added to the general section. Depending on your setup, you might need to forward all ports to your Asterisk server's private IP address or put the private IP address of the Asterisk server on the DMZ. externip=WAN IP address localnet=192.168.1.0/255.255.255.0 (or whatever your private LAN is configured for)