BreadCrumbs: Asterisk Sipgate
Asterisk Sipgate
From Luke Jackson
(Difference between revisions)
Revision as of 05:34, 25 May 2007 (edit) Ljackson (Talk | contribs) ← Previous diff |
Current revision (14:45, 26 May 2007) (edit) Ljackson (Talk | contribs) (→Links) |
||
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 === | ||
Line 86: | 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 |
[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