BreadCrumbs: Asterisk Sipgate

Asterisk Sipgate

From Luke Jackson

(Difference between revisions)
Jump to: navigation, search
Revision as of 06:01, 25 May 2007 (edit)
Ljackson (Talk | contribs)
(sip.conf)
← Previous diff
Current revision (14:45, 26 May 2007) (edit)
Ljackson (Talk | contribs)
(Links)
 
Line 88: Line 88:
* http://www.geisterstunde.org/drupal/?q=asterisk_sipgate * http://www.geisterstunde.org/drupal/?q=asterisk_sipgate
* https://secure.sipgate.at/faq/index.php?aktion=artikel&rubrik=715&id=540&lang=de&highlight=asterisk * https://secure.sipgate.at/faq/index.php?aktion=artikel&rubrik=715&id=540&lang=de&highlight=asterisk
 +
 +[[Category:Linux]]
 +[[Category:Mac OS X]]
 +[[Category:VoIP]]

Current revision

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