Engin
From Asterisk Australia
Contents |
About Engin
Engin are a public company trading on the Australian Stock Exhange (ENG). Since 2004 Engin has been offering this same technology directly to residential and small business customers. They were the first broadband phone service to be broadly available to Australian consumers and businesses, and the first on the shelves of major retailers.
Engin News/Events
- Engin Offer Voice Box 2102 and 3102 for FREE
- Monitor engin status here : Click Here
- New Engin Selfcare website coming soon.
~~ Important ENGIN BYO UPDATE ~~
Updates to your engin BYO account shouild be completed. Updating in Asterisk is simple. In your trunk configuration, simply replace the byo.engin.com.au with your new proxy.
- Note: your register string should remain the same, eg 02020203@byo.engin.com.au/020020203.
- Note: you must define the fromdomain value in your asterisk configuration.
- Switchvox Engin Configuration with Screenshots
If there is an issue with call routing after the change, email engin.
Engin Support
- Contact Engin via Live Chat on their Website.
- Call : 1300 305 000 (9am - 6pm Mon-Fri) (9am-3pm Sat)
- Email : sales@engin.com.au
Engin Asterisk Notes
- Engin allow unlimited simultaneous calls with Asterisk.
- Engin DID Matching may not work. you can workaround this issue Engin DID Workaround :
- MOH Timing Issue - If you have trouble with choppy music on hold.
Edit /usr/sbin/safe_asterisk
Find the line for the ASTARGS – should look something like this: ASTARGS="$ -vvvvvvvvvvg
Add an 'I' ('I' for India) to it for the timing ASTARGS="$ -vvvvvvvvvvgI
Save the file and exit
Edit /etc/asterisk /asterisk .conf
Uncomment [options]
Add the following to the [options] section of the file: internal_timing=yes
Save the file and exit
Stop/start Asterisk
Engin Register Asterisk Configuration
- Apollo.engin.com.au settings. Sugegsted by engin for Asterisk configurations.
username=(your engin ph number) type=peer secret=(engin SIP password) insecure=invite,port host=trunk.engin.com.au fromuser=(your engin ph number) fromdomain= apollo.engin.com.au dtmfmode=rfc2833 canreinvite=no allow=ulaw&alaw&g729
- user details with:
secret=(engin SIP password) context=from-trunk type=user
- Registration string:
(your engin ph number):(engin SIP password)@ apollo.engin.com.au /(your engin ph number)
- Engin Asterisk Settings (Old Config)
Trunk Name : Engin
PEER Details disallow=all allow=ulaw&alaw auth=md5 canreinvite=no dtmfmode=rfc2833 fromuser=0280040000 insecure=very musiconhold=framed nat=yes port=5060 qualify=no realm=mobileinnovations.com.au secret=passw0rd type=peer username=0280040000
User Context : Engin Number
USER Details context=from-pstn fromdomain=byo.engin.com.au outboundproxy=trunk.engin.com.au host=trunk.engin.com.au secret=passw0rd type=user username=0280040000
Register String : 0280040000:passw0rd@trunk.engin.com.au/0280040000
- It is highly recommended for security purposes that you only allow SIP traffic (Port 5060) from the engin IP range :
203.161.160.0/24.