From e537c6ace56b3eb179b92dba31c991f01c26f324 Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 18 Aug 2006 03:40:35 +0000 Subject: [PATCH] add instructions for dnsmgr.conf configuration to SCRATCH_INSTALL.txt git-svn-id: svn://192.168.202.10@188 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/docs/SCRATCH_INSTALL.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt b/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt index a2759f02..7cc15953 100644 --- a/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt +++ b/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt @@ -1009,6 +1009,13 @@ Each username has its own password which is managed through their web interface. exten => 1112223333,2,Dial(sip/gs102,55,o) exten => 1112223333,3,Hangup + + dnsmgr.conf: # It is very helpful to enable dnsmgr + [general] + enable=yes ; enable creation of managed DNS lookups + refreshinterval=300 ; refresh managed DNS lookups every seconds + + ##### END EXAMPLE @@ -1205,8 +1212,13 @@ exten => _56XXX,1,AgentCallbackLogin(||${EXTEN:1}@default) exten => _010*010*010*015*8600XXX,1,Dial(${TRUNKIAX1}/${EXTEN:16},55,o) exten => _010*010*010*015*8600XXX,2,Hangup +10. edit dnsmgr.conf: # It is very helpful to enable dnsmgr + [general] + enable=yes ; enable creation of managed DNS lookups + refreshinterval=300 ; refresh managed DNS lookups every seconds -10. Now that you have configured Asterisk, it is time to try to start it for the + +11. Now that you have configured Asterisk, it is time to try to start it for the first time. - First make sure that your T1 line(or other telco line) is connected to the digium card.