SIPIX.BDIX.NET

ISPAB SIP Inter Connection Server at BDIX

Connected Peers

ISP Name Prefix Today Call Sent Through SIPIX Today Duration (Min)
AAMRA09653--
ACCESSTEL09622--
ADN09610--
AGNI09606--
BDCOM09666--
BDIEX09637--
BEXIMCO09609--
BRACKNet Ltd.09677--
BTCL09697--
BTCL09696--
BTS09601--
CCL09646--
COLBD09619--
CONNECT BD09669--
DHAKACOM09611--
DigiCon09645--
FUSIONNET09604--
GrameenCyberNet09618--
HRC09613--
ICC Communication09639--
ICON09644--
INTER CLOUD09638--
IS Pros Limited09631--
ISN09602--
KS NETWORK Limited09652--
LINK309678--
Media & Multimedia09632--
METRO NET09612--
NEXT ONLINE09614--
Nreach Net09636--
Premium Connectivity09648--
Race Online Limited09643--
Ranks ITT09617--
ROYAL GREEN09603--
SARKER COMMUNICATION09649--
SSD-TECH09642--
WEBLINK09647--


SIP IX Connectivity Help

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

make change to your extension.conf
in your users context add.
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()