Below is my Time Warner Asterisk SIP trunk configuration. Time Warner uses IP authentication and will install a local voice gateway on your network. On my network the voice gateway is set to 192.168.1.80. You do not need a registration string.
host=192.168.1.80
type=friend
insecure=very
port=5060
context=from-pstn
dtmfmode=auto
nat=yes
canreinvite=yes
qualify=yes
allow=all
Below is my Intelepeer Asterisk SIP trunk configuration. Intelepeer uses IP authentication so you do not need a username/password or registration string. I’ve test Intelepeer with Lync, cisco and asterisk.
host=68.68.124.55
type=friend
insecure=very
port=5060
context=from-pstn
dtmfmode=auto
nat=yes
canreinvite=yes
qualify=yes
allow=all
Below is my Vonage Business asterisk SIP trunk configuration that works. I had to help a customer with a temporary move situation. The local exchange carrier dropped the ball on the move so we needed a temporary fix. Vonage is Month to Month. I forwarded there main line to one of the Vonage’s direct dial numbers.
Outgoing Settings
Trunk Name:
PEER Details:
username=username
type=peer
secret=password
qualify=yes
nat=yes
insecure=very
host=sip-96443.accounts.vocalocity.com
fromuser=username
fromdomain=sip-96443.accounts.vocalocity.com
Incoming Settings
USER Context: Username
USER Details:
type=user
secret=password
context=from-trunk
Registration
Register String: username:password@sip-96443.accounts.vocalocity.com
| Trunk Name: | |
| PEER Details: | |
Incoming Settings |
|
| USER Context: | |
| USER Details: | |
Registration |
|
| Register String: | |
I have installed few hundred asterisk phone systems and starting having this weird issues with Cbeyond dropping calls around 24 minutes for no apparent reason. I was having the issues with Elastix 2.2 and Elastix 2.3 (asterisk 1.8.7). It seemed like the RTP stream cut off by failing to repond to Cbeyond (Broadworks , Broadsoft). Cbeyond was virtually no help with this problem. I like the new Elastix 2.3 interface but needed to downgrade to asterisk 1.6 to correct this problem. Below is how I downgraded to Asterisk 1.6. Its very easy. If you are using IVR promps recorded in MP3 you have to redo them in Wav.
At the console do a:
[root@pbx ~]#yum downgrade asterisk
If you are getting a vtiger timeout make sure you are using mod_php instead of mod_fcgid
I spend a few days trying to install vtiger 5.30 and the install kept timing out with internal server error 500 while creating the mysql database.
The error I was getting was:
(104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server, referer:
Premature end of script headers: install.php, referer: install.php
Change server setting to use m0d_php instead to mod_fcid