BreadCrumbs: Asterisk Sipgate

Asterisk Sipgate

From Luke Jackson

(Difference between revisions)
Jump to: navigation, search
Revision as of 05:34, 25 May 2007 (edit)
Ljackson (Talk | contribs)

← Previous diff
Revision as of 06:01, 25 May 2007 (edit)
Ljackson (Talk | contribs)
(sip.conf)
Next diff →
Line 9: Line 9:
=== sip.conf === === sip.conf ===
 +<pre>
[general] [general]
port = 5060 port = 5060
Line 36: Line 37:
host=sipgate.at host=sipgate.at
qualify=yes qualify=yes
 +</pre>
=== extension.conf === === extension.conf ===

Revision as of 06:01, 25 May 2007

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