For the complete documentation index, see llms.txt. This page is also available as Markdown.

How Do I configure asterisk with sipgate?

Basic Asterisk configuration for sipgate team accounts, including sip.conf and extensions.conf settings.

These are the settings for the basic configuration of asterisk for sipgate.

For general asterisk configuration instructions with sipgate SIP Trunking accounts please click here instead.

Note: Please replace "your SIPID with SIP-ID and "PASSWD" with SIP-Password respectively.

Please enter the following in sip.conf:

sip.conf
register => SIP-ID:SIP-Password@sipgate.co.uk/SIP-ID

[sipgate]
type=peer
secret=PASSWORD
insecure=invite
username=SIP-ID
defaultuser=SIP-ID
fromuser=SIP-ID
context=sipgate_in
fromdomain=sipgate.co.uk
host=sipgate.co.uk
outboundproxy=sipgate.co.uk
qualify=yes
disallow=all
allow=alaw
dtmfmode=rfc2833

Please enter the following in extensions.conf:

Last updated