| Setting up ENUM for outbound calls on Asterisk at Home |
|
|
|
| Written by Kevan | |
|
Page 2 of 3 Setting up Asterisk at Home/Trixbox with ENUM for outbound calls 1) Connect to the web interface on your AAH (Asterisk at Home) server. 2) Click on Asterisk Management Portal and login. 3) Click on the Maintanance link and then click the Config Edit link on the left hand side. 4) Find and click on the Extensions.conf link on the left hand side of the page. 5) Scroll down through the page until your find the section labeled [macro-dialout-enum]. 6a) On AAH servers version 1.x the ENumLook line should read -- exten => s,12,EnumLookup(${DIAL_NUMBER}) If not change your system to match and click Update at the bottom of the screen. 6b) On AAH servers version 2.x the ENumLook line should read -- exten => s,9,EnumLookup(+${DIAL_NUMBER}) If not change your system to match and click Update at the bottom of the screen. (Notice the + before the $) 7) Click the Update button at the bottom of the page. 8) Now click the /etc/asterisk link at the top of the page. 9) Find and click on the enum.conf link on the left hand side of the page. 10) Under the [general] section there should be a statement that reads: search => e164.org If this entry does not exist create it. There will probably be an entry that reads search => e164.arpa. It can stay and will allow for support of the official e164.arpa when it is operational. 11) Click the Update button at the bottom of the page. 12) Click the Reload Configs link at the top of the page to read in your settings. 13) Close the phpconfig window and return to the Asterisk@Home window. 14) Click on the Setup link and then click the Trunks link on the left hand side. 15) Click the Add Enum Trunk link. 16) In the Outbound Caller ID field enter your callerid information in the format of "John Doe" <1112223333> (Include the quotes) 17) To support 7 digit dialing via ENUM, in the Dial Rules field enter 1555+NXXXXXX (1 followed by your area code and then +NXXXXXX) Replace 555 with your areacode. 18) On the next line enter 011|. (include the .) 19) Click the Submit Changes button at the bottom of the page. |


