ISPAB SIP Inter Connection Server at BDIX
Connected Peers
ISP Name | Prefix | Today Call Sent Through SIPIX | Today Duration (Min) |
AAMRA | 09653 | - | - |
ACCESSTEL | 09622 | - | - |
ADN | 09610 | - | - |
AGNI | 09606 | - | - |
BDCOM | 09666 | - | - |
BDIEX | 09637 | - | - |
BEXIMCO | 09609 | - | - |
BRACKNet Ltd. | 09677 | - | - |
BTCL | 09696 | - | - |
BTCL | 09697 | - | - |
BTS | 09601 | - | - |
COLBD | 09619 | - | - |
CONNECT BD | 09669 | - | - |
DHAKACOM | 09611 | - | - |
DigiCon | 09645 | - | - |
FUSIONNET | 09604 | - | - |
GrameenCyberNet | 09618 | - | - |
HRC | 09613 | - | - |
ICC Communication | 09639 | - | - |
ICON | 09644 | - | - |
INTER CLOUD | 09638 | - | - |
IS Pros Limited | 09631 | - | - |
ISN | 09602 | - | - |
KS NETWORK Limited | 09652 | - | - |
LINK3 | 09678 | - | - |
Media & Multimedia | 09632 | - | - |
METRO NET | 09612 | - | - |
NEXT ONLINE | 09614 | - | - |
Nreach Net | 09636 | - | - |
Premium Connectivity | 09648 | - | - |
Race Online Limited | 09643 | - | - |
Ranks ITT | 09617 | - | - |
RedData | 09640 | - | - |
ROYAL GREEN | 09603 | - | - |
SARKER COMMUNICATION | 09649 | - | - |
SSD-TECH | 09642 | - | - |
WEBLINK | 09647 | - | - |
To connect your IPTSP with all IPTSP connected to BDIX please contact
Mohiuddin Ahmed (Abir), mail: abir@bdcom.com and iptspbd@googlegroups.com
send a mail first with your IPTSP Name, Prefix and Server IP Address.
You will receive a replay as soon as we opened the mail.
Before getting any response you can follow the instruction bellow.
Configure your SIP server to send All calls start with 096 to 119.40.82.242.
Don't add country prifix 880 or 00880 infront of the caller ID or the Dialed Number.
Use only ulaw or alaw for voice calls.
Configure your server to receive calls from ix start with your prifix.
Thats it.
These example are based on Asterisk Server.
Add this to your sip.conf
[YOUR-IX-TRUNK-NAME] type=friend host=119.40.82.242 context=YOUR-INBOUND-CALL-CONTEXT nat=no qualify=yes canreinvite=no disallow=all allow=alaw ;for Voice Call allow=ulaw ;for Voice Call allow=h264 ;for Video Call allow=h263 ;for Video Call allow=h261 ;for Video Call insecure=port,invite
exten => _096XXXXXXXX,1,Dial(SIP/ YOUR-IX-TRUNK-NAME/${EXTEN},30) exten => _096XXXXXXXX,n,Hangup()and in your YOUR-INBOUND-CALL-CONTEXT
[YOUR-INBOUND-CALL-CONTEXT] exten => YOUR_PRIFIXXXXXXX,1,Dial(SIP/${EXTEN:5},30) exten => YOUR_PRIFIXXXXXXX,n,Hangup()