SIPgate - German-based VoIP Provider
VOIP to PSTN as well as PSTN to VOIP service provider (voicemail is planned and in Germany available as a test).
Subscribers to this service get a public phone number that people can call (in "selected cities" in Austria, Germany and UK). It is free to sign up and to call anybody on the Sipgate network as well as some other VOIP networks (FWD, Iptel, Sipphone.com, IAXTel, Telio.no, freenet, web.de and more). There is no monthly charge for the assigned phone number. Sipgate works with pre-paid accounts, which you can recharge by credit-card or bank-debit (min. €10-€20). There are charges for calls from VOIP to PSTN only.
Sipgate supports ENUM to resolve a phone number to e.g. a sip account. In many cities, numbers assigned by Sipgate are registered with the public DNS, so they can be resolved easily by any phone / provider / Asterisk server which is set up for ENUM. Sipgate sells a GRANDSTREAM BT-101 phone or HandyTone-486 adaptor as well as FRITZ!Box Fon pre-configured and working out of the box.
Currently, sipgate supports the followings codecs: g.711, g.729 and g.726, and unofficially also GSM and iLBC. Unfortunately, with regards to security, neither SRTP nor TLS-secured SIP (SIPS) are supported, but at least they use SIP with digest-auth.
Warning: Sipgate's proxy does not support reINVITEs. This means call transfers, call hold and anything more than the most basic call flows do not work well with this service provider.
Asterisk Addon:
To get SipGate working with Asterisk the parameter:
insecure=very
is needed, at least sometimes in the SipGate part of sip.conf, else no connection is working.
Addon2: If you are planning to use Sipgate for outbound-calls via your * be sure to have a register => to the sipgate-server too. You only can place an outbound call via sipgate, if your * is connected to also receive incoming calls. Otherwise you will run into an error-announcement !
Addon3: Also, at the end of the register line add a "/1234567" where this number is your SipGate number, and configure an extension in your dialplan with the same number - otherwise you can't make outgoing calls and the web-presence indicator shows you as off-line even though you CAN receive incoming calls.
Addon4: To avoid authentication problems when making outgoing calls, make sure you are using xxxx@peername in your dialplan, where peername is the title of the corresponding section in your sip.conf instead of xxxx@sipgate.de. Otherwise your secret=, username=, fromdomain= and fromuser= settings won't take effect. (see Note in description of SIP channels).

Comments
333
333Error in proxy domain name...
333Mywebcalls voip service with Asterisk via SIP
62.244.175.135
with this setings in sip.conf , my friends can make calls using asterisk & hard phones to mywebcalls.com
general
register => usr:pwd@62.244.175.135/usr
usr
type=peer
context=local
host=62.244.175.135
username=usr
fromuser=usr
secret=pwd
fromdomain=62.244.175.135
insecure=very
caninvite=no
canreinvite=no
nat=no
333Mywebcalls voip service with Asterisk via SIP
62.244.175.135
with this setings in sip.conf , my friends can make calls using asterisk & hard phones to mywebcalls.com
general
register => usr:pwd@62.244.175.135/usr
usr
type=peer
context=local
host=62.244.175.135
username=usr
fromuser=usr
secret=pwd
fromdomain=62.244.175.135
insecure=very
caninvite=no
canreinvite=no
nat=no
333Re: ADDON 3 is a lifesaver
333
333
333Sipgate (co.uk) phasing out ENUM
Ho hum...
333
The list is long, but:
- Frequently I get cutoff mid call. When I try to redial there is a recorded message which says "your account does not have enough credit" (actually there is plenty of money if you check). This situation persists for 10 mins or more until something resets it
- Frequent line drops. Often the audio drops one way, but the local server doesn't realise the line has dropped (ie must have been dropped by the remote end, not the local end)
- Frequently the phone rings but when you answer it the remote party is not there (dead line). The remote tells me that it just rings and rings for them
- Sometimes the phone does connect but only after a long delay
In addition support is terrible. You send in an email question and it goes into a queue and several days later you *might* get a reply. If you reply to this reply (usually because it's some standard junk message with no useful content) then often there is absolutely no response. I think this is because if the call is closed by sipgate (and you get no indication if it is or not), then I think the response is silently discarded. So the situation is once they close the call you are left replying to thin air and having to wait best part of a week each time to see if they got it or not. I give up and reply to each message as a new problem - at least this way you just have to wait the week for a new response each time...
The website is also frequently wierd and has subtle problems. Bits of it will flick from english to german. The auto billing system sometimes shuts down and doesn't bill properly.
Very disappointed because on the surface it looks like a great system
333setup instruction