BreadCrumbs: Asterisk Sipgate

Asterisk Sipgate

From Luke Jackson

Jump to: navigation, search

Contents

Configuration

Wie konfiguriere ich Asterisk? (zurück)

Anbei die notwendigen Einstellungen, um Asterisk für sipgate grundlegend zu konfigurieren.

Ersetzen sie jeweils SIPID durch Ihre SIP-ID und PASSWD durch Ihr SIP-Passwort.

sip.conf

[general]
port = 5060
bindaddr = 0.0.0.0
context = sipout
qualify=no
disable=all
allow=alaw
allow=alaw
allow=ulaw
allow=g729
allow=gsm
allow=slinear
srvlookup=yes
canreinvite=yes
language=de
register => SIPID:PASSWD@sipgate.at/SIPID

[sipgate-out]
type=friend
insecure=very ; otherwise I get authentication errors
nat=yes
username=SIPID
fromuser=SIPID
fromdomain=sipgate.at
secret=SIPPW
host=sipgate.at
qualify=yes

extension.conf


[sipout]
exten => _X.,1,SetCallerId,SIPID
exten => _X.,2,Dial(SIP/${EXTEN}@sipgate-out,30,trg)
exten => _X.,3,Hangup

Bitte haben Sie Verständnis, dass wir über diese Angaben hinaus leider keinen Support für Asterisk bieten können.

[general]
port = 5060
bindaddr = 0.0.0.0
context = default
register => SIPGATENUM:PASSWD@sipgate.de/SIPGATENUM

[SIPGATENUM]
type=peer
username=SIPGATENUM
fromuser=SIPGATENUM
secret=PASSWD
context=default
host=sipgate.de
fromdomain=sipgate.de
insecure=very
caninvite=no
canreinvite=no
nat=no
disallow=all
allow=ulaw
allow=alaw

[sipgate_de_in]
type=peer
fromdomain=sipgate.de
host=sipgate.de
context=incoming
diallow=all
allow=ulaw
allow=alaw

Links

Personal tools