Call Us Today: XXXXXXXXXX - Email: mail@mydomain.com

Log in

Login to your account

Username *
Password *
Remember Me

Table of Contents

Profile Details. 2

CDRs. 2

Connection Details. 3

DID Numbers >> My DIDs. 3

DID Numbers >> DID Routing. 4

DID Numbers >> Order DID Numbers. 5

Balance >> My Balance. 5

Balance >> Charges. 5

Balance >> Payments History. 5

Balance >> Buy Balance. 6

Rates >> Check Rates. 6

Rates >> Download Rates. 6












Profile Details

profile

Here you will find your account details, it must be completed correctly to activate your account.

 


CDRs

cdrs

Here you will find all outgoing calls that you have made.

With the Search filter you can easily and quickly find a record,

You will also find the cost of calls based on the activated filter.


Connection Details

sip pass

Here You will find the necessary SIP credentials to connect to your service.

 If you want to change the Password

Click (Edit)  

 And select (Yes) in the "Generate New" field

Click (Save)


 

DID Numbers >> My DIDs

mydids

 

Here you will find your Numbers, also see which SIP Device they are routing, as well as the topology of your numbers.


 

DID Numbers >> DID Routing

didrouting

 

Here you can route your numbers to your SIP Device
Select the number from the "Your DID Numbers" menu and the desired SIP Device from the "Your Sip Devices" menu and click (Send)
It will appear in the Current Settings box
To delete a route select it in the Current Settings box and check the check box (*Select and Check the box to delete an assignment), and click (Send)
It will be removed from the Current Settings box.

 


DID Numbers >> Order DID Numbers

orderdid

 

Here you can order a new Number.

Make your choices and upload the necessary documents.

Click (Send)


 

Balance >> My Balance

Here you will find your current Account Balance.


 

Balance >> Charges

Here you will find all your non-calling charges e.g. DID Number Annual Recurring charges.


 

Balance >> Payments History

Here you will find your Top Up History.


Balance >> Buy Balance

paypal online

 

Here you can make Online Payments once it is activated for your account.


Rates >> Check Rates

pl

 

Here you will find all our rates per country, rates are per minute with billing rates per second from the first second.


 

Rates >> Download Rates

Here you will be able to download a zip file with all our prices by country, rates are per minute with billing rate per second from the first second.


 

Setting instructions

TrixBox / Elastix / AsteriskNOW / FreePBX

Sip Trunk settings for TrixBox/Elastix/AsteriskNOW/FreePBX


SIP Server: Outgoing

Outbound Caller Id

XXXXXXXXXX

Never Override CallerID

Checked

Trunk Name

Company Name

PEER Details

username=your sip This email address is being protected from spambots. You need JavaScript enabled to view it..4

fromuser=your sip This email address is being protected from spambots. You need JavaScript enabled to view it..4

type=peer

secret=sip device password

host=46.4.60.4

port=5060 or 5070

disallow=all

context=from-trunk

allow=alaw

qualify=yes

canreinvite=no

sendrpid=yes

dtmfmode=auto

USER Context

(Leave this field blank)

USER Details

(Leave this field blank)

Register String

your sip device:sip device This email address is being protected from spambots. You need JavaScript enabled to view it..4/your sip device



Press Submit Changes, Apply Configuration Changes, the asterisk server must be registered.


Troubleshooting - Known Issues

You can see the registration status for asterisk by running the command line:

    /usr/sbin/asterisk -rx "sip show registry"

If the registration has not been successful:

  1. Try setting the port=5070

 

 

SIP Server: Incoming

PEER Details

username=your sip This email address is being protected from spambots. You need JavaScript enabled to view it..4

type=user

secret= sip device password

host=46.4.60.4

context=from-trunk

allow=all

insecure=port,invite

USER Context

(Leave this field blank)

USER Details

(Leave this field blank)

Register String

your sip device:sip device This email address is being protected from spambots. You need JavaScript enabled to view it..4/your sip device

You are not getting any response to your SIP requests

Cause: Your firewall is blocking the outbound SIP requests to our Server.

Solution:

  1. Open ports on your firewall as per our IP address whitelisted

Cause: Your PBX cannot access a DNS server on the public internet.

Solution:

  1. We will push the Termination URI that you specified on your trunk to public DNS servers. You either need to configure a local DNS server to resolve this URI or allow your PBX access to public DNS servers.

Cause: You are not putting the Termination URI in the Request-URI on INVITE requests that you send to our Server.

Solution:

  1. If your request URI doesn’t reference the Termination URI you configured on your trunk, we will view your SIP messages as malicious and drop them. The Request-URI you send us needs to be sip:<sip_user>@<URI>

You are getting 403 Forbidden responses to your INVITE requests

Cause: There is an ACL on your trunk and you are sending us INVITE requests from an IP address not on that ACL.

Solution:

  1. Check the received parameter on the Via header of the 403 response that we send you: it will tell you the IP address from which we are receiving your SIP request. Either fix local routing so that you are sending us SIP from an address already in your ACL or add this other address to your ACL

Cause: There is a Credentials List on your trunk, and your INVITE’s Authentication Digest is incorrect due to wrong username/password

Solution:

  1. Confirm that your username/password matches one in your Credentials List.

The call fails with a ‘403 Invalid Caller ID’ error

Cause: COMANY NAME accounts are required to use a COMANY NAME-validated Caller-ID.

Solution:

  1. Be sure you use you DIDs or CLI numbers.
  2. Be sure to set the DID number to either a COMANY NAME number, or a verified CLI number, in your COMANY NAME account.
  3. If a Remote-Party-ID is included in the INVITE, be sure it is also set to a valid Caller-ID, as described above.

The call fails with a `503 Trunk concurrent call limit exceeded’ error

Cause: You are using a Trunk on a COMANY NAME Account, and you have 2 concurrent active calls.

Solution:

  1. You can remove this restriction by upgrading your Account with more channels

The call connects, there is two-way audio, but the call drops after 20 or 30 seconds

Cause: You SIP communications infrastructure is incorrectly Sending an ACK to our Server using an IP address other than the Contact header's IP address found in our Server 's 200 OK in the Request-URI. This causes our Server to not process the ACK, so the transaction times out after 30 seconds, and the call is torn down via a BYE sent from our Server's side to both sides of the call.

Solution:

  1. Your SIP communications infrastructure should use the IP address in the Contact header of our Server's 200 OK in the Request-URI of the ACK, and send the ACK to the IP address in the Record-Route header of the same 200 OK.

Cause: Your SIP communications infrastructure is incorrectly adjusting/replacing our Server Private IP addresses in the URI and headers of the ACK they return with their own Public IP addresses. This is causing our Server to route the ACK back to the SIP communications infrastructure, and as such not process it. Because the ACK is not processed, our Server (correctly) times out and tears down the call.

Solution:

  1. Your SIP communications infrastructure should never replace any of our Server's own IP addresses; they should only adjust their own IP addresses.

On Origination calls (from SIP to your PBX): there is no audio and the call drops after 20 or 30 seconds

Cause: Your SIP infrastructure is replacing our Server-specific private IP address in a stacked Via header with a different IP address in a 200 OK. This is likely due to a Global replacement of certain private IP ranges. This will cause the 200 OK to be dropped inside our Server's infrastructure, preventing an ACK from being sent, and causing your infrastructure to terminate the call.

Solution:

  1. Your SIP infrastructure should not change the IP addresses in the Via headers when responding to an INVITE from our Server.

On Origination calls (from SIP to your PBX): there is two-way audio, but the call drops after 20 or 30 seconds

Cause: Your SIP infrastructure is returning a 200 OK with a Contact header which contains a Private IP Address. As our Server is required to send the ACK back to the IP Address in the Contact header, the ACK is being sent out to that Private IP Address. Since Private IP Addresses are not publicly routable, the ACK never reaches your SIP Infrastructure, so the call times out on that end and is torn down.

Solution:

  1. Your SIP infrastructure should use Publicly Routable IP addresses in the Contact header when responding to an INVITE from our Server.

The call fails with a ‘408 Request Timeout’ error or ‘504 Request Timeout’ error

Cause: our Server is getting no response from your SIP infrastructure

Solution:

  1. Confirm that the SIP URI you have configured for your Trunk’s Origination settings is correct.
  2. Check your firewall to be sure our Server IP addresses and ports are whitelisted
  3. Check your PBX to be sure our Server IP addresses and ports are whitelisted  

The call fails with a ‘422 Session Timer Too Small’ error

Cause: The customer’s PBX is set up with a Session-Expires value which is larger than what is in the INVITE. Possible issues are:

  1. The customer's PBX has a very large Session-Expires value configured.
  2. The Carrier INVITE has a very small Session-Expires configured.

Our Server does not support Session-Timers at this time, so we remove the Supported: Timer header. As such, the Session-Expires value really should be ignored by the PBX, but many do not do so. As a workaround, you should lower your PBX Session-Expires value to something reasonable like the usual defaults of 1800 or 3600.

The call does not reach your PBX, and does not show up in your COMANY NAME Call-Logs

Cause: You have either not configured an Origination SIP URI for your our Server SIP Trunk, or have configured a “bad” SIP URI that does not resolve

Solution:

  1. Confirm that you have configured a valid, routable SIP URI for Origination.

Your call fails with a '415 Unsupported media type' error

Cause: Your SIP infrastructure does not list ANY supported Codecs. our Server currently supports G.711 U-law, G711 A-law, GSM-FR, G729, G723, G722, SPEEX, iLBC

Solution:

  1. Make sure your SIP infrastructure supports G.711 PCMU.

On Origination calls (from PSTN to your PBX): The INVITE is reaching the PBX, but timing out with no response, and the INVITE is not showing in the PBX logs

Cause: Your firewall does not have our Server SIP Trunking IP addresses whitelisted.

Solution:

  1. Update the configuration on your firewall so that our Server SIP Trunking signaling IP addresses for each applicable region are whitelisted. Addresses are per our IP address whitelist.

The person out on the PSTN can hear the person on your PBX but not vice versa

Cause: Your PBX is putting it’s LAN IP address into the SDP it sends to our Server

Solution:

  1. Update the configuration on your PBX so that it puts its WAN IP address in the SDP

Cause: Your firewall is blocking RTP packets from our Server

Solution:

  1. Update your firewall to allow/pass RTP from our Server IP/ports as per our IP address whitelist.

The person on your PBX can hear the person on the PSTN end of the call, but not vice-versa

Cause: Your firewall is blocking RTP packets from your PBX to our Server

Solution:

  1. Update your firewall to allow/pass RTP from your PBX IP addresses and ports

Setting instructions 3CX

Sip Trunk settings for 3CX

 

Click on “Sip Trunks” on the main menu

Click on “+ Ad Sip Trunk”add trunk
The popup “Ad SIP Trunk/VoIP Provider appears
Select from the dropdown menu “Select Country” the “Generic” Entry
Select from the dropdown menu “Select Provider in your Country” the “Generic SIP Trunk” or “Generic VoIP Provider” Entry
Attention Keep in mind if you select “Generic SIP Trunk” it must be Register/Account based in Authentication Type section

add trunk2

 

On the tab General

Section Trunk Details

Enter a Name for your Trunk
Enter your Register server Like “sip.domain.com”
Uncheck the Auto Discovery cheek box, and enter the sip port 5060 or 5070
Leave the Outbound Proxy Blank
Enter you voice channel amount default 2 for each Customer Account.

 

Section Authentication

On Authentication Type Select Register/Account based
On Authentication ID Enter your SIP Device
On Authentication Password Enter your SIP Device Password

 

1 3cx reg1

 

Section Route calls to

Select your call routing if you have only 1 DID for this Trunk assigned

2 1 3cx reg route 2

 

On the DIDs tab

Section DIDs

If you have more then 1 DIDs for this Trunk add it here, then you can Manage the Routing from the “Inbound Rules” Menu

3 3cx reg did 3

 

On the tab Caller ID

Section Default caller ID

Enter your Outbound caller ID

 4 3cx reg outbound 4

 

On the tab Options

On the sections Call options and Advanced Leave the Default values

6 1

 

On the section Codec Priority

Delete the G.711 U-law or PCMU, and add any other Codec you wish.

6 3cx reg codec6

 

On the tab Inbound Parameters

Leave the Default values

7 3cx reg inbound7

 

On the tab Outbound Parameters

On the SIP Field “From: User Part” select “AuthID authentication”

8a 3cx reg outbound8a

 

SIP (Session Initiation Protocol) is a communication protocol through computer networks that allows the transmission of multimedia information either via the Internet or through a local network. It requires the use of a computer that has the SIP server role. It first appeared in 1996 as a protocol for teleconferences. SIP has an important place in online telephony because it does not bind the user to a specific provider, such as Skype, if it has the knowledge to use it individually, or through the hundreds of VoIP providers with SIP support.
In order to make simple use of SIP-based technology, a SIP (Voice Phone with SIP support) needs a SIP-enabled phone where it is possible to connect independently to the modem or router on our ADSL line or other fast internet provisioning.
Then it is possible to select a provider for the passage of phone calls over the internet. There are also sip devices that allow the entry of simple phone devices (PSTN network) called ATA.

SIP is the Session Initiation Protocol.  In IP and traditional telephony, network engineers have always made a clear distinction between two different phases of a voice call.  The first phase is "call setup," and includes all of the details needed to get two telephones talking.  Once the call has been setup, the phones enter a "data transfer" phase of the call using an entirely different family of protocols to actually move the voice packets between the two phones.  In the world of VoIP, SIP is a call setup protocol that operates at the application layer.  You may have also heard of H.323, an ITU protocol with similar function.

 

SIP is a very flexible protocol that has great depth.  It was designed to be a general-purpose way to set up real-time multimedia sessions between groups of participants.   For example, in addition to simple telephone calls, SIP can also be used to set up video and audio multicast meetings, or instant messaging conferences.  In this document, we'll focus on SIP's capabilities for VoIP, and how it sets up calls that then use RTP (the Real-time Transport Protocol) to actually send the voice data between phones.

 

SIP also has a wide range since it does nothing more than handle call settings. The following table shows the five main functions within the SIP in terms of VoIP.
To give you an idea of how simple SIP is, we have included a SIP message here:

 

INVITE sip:This email address is being protected from spambots. You need JavaScript enabled to view it. SIP/2.0

Via: SIP/2.0/UDP pc33.atlanta.com;branch=z9hG4bK77ds

Max-Forwards: 70

To: 21022XXXXX <sip:This email address is being protected from spambots. You need JavaScript enabled to view it.>;

From: 00357XXXXXXXX <sip:This email address is being protected from spambots. You need JavaScript enabled to view it.>;;tag=1928301774

Call-ID: This email address is being protected from spambots. You need JavaScript enabled to view it.

CSeq: 314159 INVITE

Contact: <sip:This email address is being protected from spambots. You need JavaScript enabled to view it.>;

Content-Type: application/sdp

Content-Length: 142

More Articles ...