Skip to content

Anbindung von Sipgate

Markus Neubauer edited this page Dec 4, 2015 · 28 revisions

Sipgate Basic or Sipgate Plus

Within your account at Sipgate (https://secure.sipgate.de/user/settings.php#phones) you will find all user/password information for your phone numbers.

Add "@sipgate.de" to your username, so will look like "<account number>e<ext>@sipgate.de".

Within the Sipgate help center you will find the supported codecs (https://secure.sipgate.de/faq/index.php?do=displayArticle&article=302&id=219)

If you are modifying the Outbound caller-ID do not forget the leading ^ otherwise your outgoing calls will fail as it it will match any case within a number with unpredictable results.

Sipgate Trunk

Within your account at Sipgate (https://secure.live.sipgate.de/settings/trunking/) follow the link to your phone base line /settings/trunking/detailtrunk/for/<your login account>

At the bottom of the page you'll find the setting for the SIP gateway.

Add "@sipconnect.sipgate.de" to your username, so will look like "<account number>t0@sipconnect.sipgate.de".

You will at least have to check the Inbound DIDs within the Gateway Groups to map the incoming number to the extensions of your configured users.

Something like that could work for you

^(?:(?:49|0)89)?<base number>(.*)

$1

The example says you are in Germany (49) have an area code of Munich (89) and yout users have the plain extension configured (everything behind the base number).


Wiki Top