Provider SipGate.de (Germany)
www.sipgate.de
Last Update: 20 May 2010
Works with incoming and outgoing SIP calls.
Note that sipgate.de wants your SIP ID as username, not your SIP number!
<include>
<gateway name="sipgate.de">
<param name="proxy" value="sipgate.de"/>
<param name="username" value="your_usernumber"/>
<param name="password" value="your_password"/>
<param name="extension" value="extension_that _should_be_called_in_your_dialplan"/>
</gateway>
</include>
If you like to add a second Sipgate line do it like this:
<include>
<gateway name="sipgate2">
<param name="proxy" value="sipgate.de"/>
<param name="realm" value="sipgate.de"/>
<param name="username" value="your_usernumber"/>
<param name="password" value="your_password"/>
<param name="extension" value="extension_that _should_be_called_in_your_dialplan"/>
</gateway>
</include>
In order to place a call through the second one do:
<extension name="Long Distance">
<condition field="destination_number" expression="^(addNum)$">
<action application="bridge" data="sofia/gateway/sipgate2/$1"/>
</condition>
</extension>