Asterisk settings for Axtel
Created by: ewv2,Last modification on Thu 12 of Apr, 2007 [21:47 UTC]
This configuration cost me 2 day of work. Now I can make an receive calls thru Extension IP Axtel http://www.axtel.com.mx
You need to create a trunk as following
[axtel]
fromdomain=axtel.tel
fromuser=area_code+number+"ip" (Ej. 8115151515ip)
host=extip.axtel.net
insecure=very
secret=your_password
type=peer
username=area_code+number+"ip" (Ej. 8115151515ip)
register => area_code+number+"ip"@axtel.tel:your_password:area_code+number+"ip"@axtel/area_code+number
You need to create a trunk as following
[axtel]
fromdomain=axtel.tel
fromuser=area_code+number+"ip" (Ej. 8115151515ip)
host=extip.axtel.net
insecure=very
secret=your_password
type=peer
username=area_code+number+"ip" (Ej. 8115151515ip)
register => area_code+number+"ip"@axtel.tel:your_password:area_code+number+"ip"@axtel/area_code+number


Comments
333File
Do you know in wich file do i have to add that?
333