Hello all,
I have a customer that is using Bandwidth.com as their voip provider. I cannot find the Dial plan for them anywhere. Does anyone use them and what is the dial plan to connect to asterisk? Thanks.
Hello all,
I have a customer that is using Bandwidth.com as their voip provider. I cannot find the Dial plan for them anywhere. Does anyone use them and what is the dial plan to connect to asterisk? Thanks.
simply make an entry into your sip.conf like so:
[bandwidthdotcom]
type=peer
host=THE_IP_THEY_GIVE _YOU
disallow=all
allow=ulaw
context=incoming
In extensions.conf put the following:
[incoming]
exten => +1NXXNXXXXXX,1,Playback(demo-congrats)
[outgoing]
exten => 91NXXNXXXXXX,1,Dial(Sip/+${EXTEN:1}@bandwidthdotcom
You can match each individual DID that you own instead if you want. They send the DID’s with +1 however though. They also want numbers sent to them with +1 also.