FORGOT YOUR PASSWORD?

*

DID Number provider for Asterisk

Get DID Numbers for Asterisk.

If  you  are forwarding  The Number purchased from us  to  Your Asterisk Server. Kindly Choose Forwarding Destination of number  to "Your Own Voip Setup" , Select "SIP" (you can  also choose to  forward Via IAX). In "Host" enter IP Address of your Asterisk Server. In Details Enter Extension number to which DID  should be forwarded to.

Here is how your SIP config file(s) should look. *We also have an IAX Sample Configuration .You should forward your number using the "Your Own Voip Setup" option and use your Asterisk IP in the "Host". In this example we use the number 2125551111 which goes to the internal SIP extension 100.

You will need to create trunks, one for each ip. You can leave registration string empty.

extensions.conf

[from-buydid] exten => _X.,1,Ringing exten => _X.,n,Answer exten => _X.,n,Echo exten => _X.,n,Wait(600) exten => _X.,n,Hangup
sip.conf
[buydid-1]
host=46.19.209.14
dtmfmode=rfc2833
dtmf=rfc2833
type=peer
context=from-buydid
insecure=invite,port
nat=never
allow=all

[buydid-2] host=46.19.210.14 dtmfmode=rfc2833 dtmf=rfc2833 type=peer context=from-buydid insecure=invite,port nat=never allow=all
[buydid-3] host=46.19.211.14 dtmfmode=rfc2833 dtmf=rfc2833 type=peer context=from-buydid insecure=invite,port nat=never allow=all
[buydid-4] host=46.19.213.14 dtmfmode=rfc2833 dtmf=rfc2833 type=peer context=from-buydid insecure=invite,port nat=never allow=all
[buydid-5] host=46.19.214.14 dtmfmode=rfc2833 dtmf=rfc2833 type=peer context=from-buydid insecure=invite,port nat=never allow=all
[buydid-6] host=46.19.215.14 dtmfmode=rfc2833 dtmf=rfc2833 type=peer context=from-buydid insecure=invite,port nat=never allow=all
[buydid-7] host=185.238.173.14 dtmfmode=rfc2833 dtmf=rfc2833 type=peer context=from-buydid insecure=invite,port nat=never allow=all
TOP