BreadCrumbs: Linux userdel : Asterisk Sipgate
Asterisk Sipgate
From Luke Jackson
Contents |
[edit]
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.
[edit]
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
[edit]
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
[edit]
Links
- 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
Categories: Linux | Mac OS X | VoIP