Windstream SIP Trunk Settings
Does anyone on this list use Windstream as a SIP trunk provider?
If so, would you mind sharing your peer settings?
I’m using asterisk 13.7.2 and can’t seem to get the inbound working correctly (using registration). Outbound is fine, but they are seeing an authentication error on their end.
Here are my inbound peer settings:
username=
secret=
host=
type=peer fromuser=
context=from-trunk dtmfmode=auto canreinvite=no qualify=yes insecure=port,invite
register string:
Thanks in advance,
5 thoughts on - Windstream SIP Trunk Settings
Try:
register => 5551231234:SECRET@sipdomain.com/5551231234
In my case, username is the BTN. I also set the fromdomain to be the sbc that I’m registering with. Externip might help also?
[paetec]
host=10.250.0.5
username=btn fromdomain=10.250.0.5
dtmfmode=rfc2833
externip=10.255.0.2
I’ve used these settings on both registering and non-registering trunks, connecting to both the Broadworks and Plexus platforms in Windstream. Though all of my asterisk versions have been 1.8.x
Mark
Thanks everyone, all sound advice. Still can’t even get the calls to show up on the console at all – I suspect the issue is on the WS side, as I’m not having any issues with other carriers with similar settings.
Thanks again.
James Cass <http://goog_987864563>
jcass78@gmail.com
February 23 2016 9:37 AM, “James Cass” wrote:
You can debug SIP to detect the problem. May be exists some cause tell you more information in the trace SIP.
—
Rodrigo Ramírez Norambuena http://www.rodrigoramirez.com
—
Here’s what I ultimately got to work (in case it helps someone):
Name your trunk Enter your outgoing CID
Under Outgoing settings-
Trunk name – whatever you choose to name it PEER Details-
host=IP address of SIP gateway type=friend context=from-trunk disallow=all allow=ulaw dtmfmode=rfc2833
insecure=port,invite
Incoming settings –
none
Registration string –
username:password@xxx.xxx.xxx.xxx
James Cass <http://goog_987864563>
jcass78@gmail.com