Internetcalls.com

Has anyone successfully setup this provider in *??

If so could you please provide me with the configuration needed.

the following is the config for setting up a SIP phone, (I assume that this is the same info needed for *)

General

SIP port : 5060
Registrar : sip.Internetcalls.com
Proxy server : sip.Internetcalls.com
Outbound proxy server : leave empty
Account name : your Internetcalls username
Password : your Internetcalls password
Display name/number : your Internetcalls username or voipnumber
Stunserver (option) : stun.Internetcalls.com

thanks in advance, this is my first attempt at this, and any help would be greatly appreciated.

You can use this example (I am using www.voipcheap.com) that seems to be the sameā€¦

into your SIP.CONF file :

[general]
register=> :@sip.Internetcalls.com/internetcalls

[inertnetcalls]
type=friend
username=
secret=
fromdomain=sip.internetcalls.com
host=sip.internetcalls.com
insecure=invite
context=default


into EXTENSIONS.CONF

[default]
Exten => _X.,1,dial(SIP/${EXTEN}@inertnetcalls,Tr)

Now, make sure that you are registered with
sip show registry

Then try to make a phone call

That should work :smile:

Stephane