set up for 12 extensions
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 9 Feb 2010 02:20:18 +0000 (02:20 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 9 Feb 2010 02:20:18 +0000 (02:20 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@145 01035d8c-6547-0410-b346-abe4f91aad63

mini-asterisk-gui/cgi-bin/about.sh
mini-asterisk-gui/cgi-bin/tooltips.html
mini-asterisk-gui/etc/asterisk/extensions.conf
mini-asterisk-gui/etc/asterisk/sip.conf

index 8c4b6f00f02dee1a64b5485c0a046ad6629ef94f..382f91b93d26ad6dc5192555969a39206d215b37 100644 (file)
@@ -40,7 +40,7 @@ cat <<EOF
     <table align="right" width=600>
       <tr><td align="left" valign="top"><h2>About</h2></td></tr>
 EOF
-echo '      <tr><td><a href="http://rowetel.com/ucasterisk/mini.html">Mini Asterisk</a> Revision: 134 </td></tr> '
+echo '      <tr><td><a href="http://rowetel.com/ucasterisk/mini.html">Mini Asterisk</a> Revision: 144 </td></tr> '
 echo '      <tr><td>&nbsp;</td></tr>'
 echo '      <tr><td>Brought to you by the <a href="http://rowetel.com/ucasterisk/index.html">Free Telephony Project</a></td></tr>'
 echo '      <tr><td><a href="http://rowetel.com/ucasterisk/ip04.html"><img src="http://rowetel.com/images/ip04/ip04_case.jpg" border="0" /></a></td></tr>'
index 76373109b0ee67ba8c7ee1e0b85a27f9a33181db..c2073ca60ad778dcf42133c69ba7ea67a2ed6978 100644 (file)
@@ -69,7 +69,7 @@
                         Port.</div>
 
 <div id="phone_line_prefix" class="tip">
-                        Dial 0 for an Analog outside line.  For example to call 5551234 dial 05551234</div>
+                        Dial 0 for an Analog outside line.  For example to call 5551234 dial 05551234.  Don't pause after the 0, just dial 0 and the outside number together.</div>
 
 <div id="phone_ipphone_ip" class="tip">
                         IP Address of this phone on your network</div>
@@ -78,7 +78,7 @@
                         IP Address of the VOIP Internet Telephone Service Provider</div>
 
 <div id="phone_voipline_prefix" class="tip">
-                        Dial 1 for a VOIP outside line.  For example to call 5551234 dial 15551234</div>
+                        Dial 1 for a VOIP outside line.  For example to call 5551234 dial 15551234. Don't pause after the 1, just dial 1 and the outside number together.</div>
 
 <div id="phone_addipphone" class="tip">
                         Instructions and help on adding a new IP phone</div>
index 12868e744a4878a362ba95e8d659ad6b7aecd5e6..9b6c09351358919ff7778c5bcec2af3cef85d5f8 100644 (file)
@@ -43,14 +43,6 @@ exten => 6019,1,Dial(SIP/6019)
 exten => 6020,1,Dial(SIP/6020)
 exten => 6021,1,Dial(SIP/6021)
 exten => 6022,1,Dial(SIP/6022)
-exten => 6023,1,Dial(SIP/6023)
-exten => 6024,1,Dial(SIP/6024)
-exten => 6025,1,Dial(SIP/6025)
-exten => 6026,1,Dial(SIP/6026)
-exten => 6027,1,Dial(SIP/6027)
-exten => 6028,1,Dial(SIP/6028)
-exten => 6029,1,Dial(SIP/6029)
-exten => 6030,1,Dial(SIP/6030)
 
 ;; Pre-configured mini-asterisk outgoing Analog group
 
index 94b565c3ae451ae2cb329a59d291fbdeedd38eda..cc89a127880c67ce610dd05b365cc2767d7a6c15 100644 (file)
@@ -534,6 +534,50 @@ disallow=all
 allow=ulaw,g729
 qualify=yes
 
+[6019]
+type=friend
+context=default
+host=dynamic
+secret=6018
+canreinvite=no
+callerid=6018
+disallow=all
+allow=ulaw,g729
+qualify=yes
+
+[6020]
+type=friend
+context=default
+host=dynamic
+secret=6018
+canreinvite=no
+callerid=6018
+disallow=all
+allow=ulaw,g729
+qualify=yes
+
+[6021]
+type=friend
+context=default
+host=dynamic
+secret=6018
+canreinvite=no
+callerid=6018
+disallow=all
+allow=ulaw,g729
+qualify=yes
+
+[6022]
+type=friend
+context=default
+host=dynamic
+secret=6018
+canreinvite=no
+callerid=6018
+disallow=all
+allow=ulaw,g729
+qualify=yes
+
 ; Pre-configured mini-asterisk SIP trunks
 
 ;[user] ; "SIP-NAT" mini-asterisk do not remove this comment