<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Arial">I'm using it on openWRT and will test other embedded
architectures too. I'm very interested too, just like Dome.</font><br>
<br>
Dome Charoenyost escreveu:
<blockquote
 cite="mid8ccbff060703280850w3dc70440r196fa08b1692135a@mail.gmail.com"
 type="cite">I plan to use with small server too. :)
  <br>
look good for network config
  <br>
my server use debain and i prepare script for change
  <br>
/etc/network/interface already
  <br>
when submit to networking.conf i'll execute my script&nbsp;&nbsp; network_change
  <br>
&lt;ip&gt; &lt;network&gt; &lt;gw&gt; &lt;dns&gt;
  <br>
  <br>
  <br>
I test ast-gui every day. nearly beta :)
  <br>
  <br>
Dome C.
  <br>
  <br>
  <br>
On 3/28/07, Pari Nannapaneni <a class="moz-txt-link-rfc2396E" href="mailto:pari@digium.com">&lt;pari@digium.com&gt;</a> wrote:
  <br>
  <blockquote type="cite">Hi dome,
    <br>
    <br>
This is work in progress and the sample file will be included once
    <br>
the backend bash script is ready. We worked on it yesterday and
    <br>
hopefully will finish it soon.
    <br>
    <br>
Note: In any case, the networking page is only for managing network
    <br>
interfaces on the digium AADK appliance and not a part of the standard
GUI.
    <br>
    <br>
thanks
    <br>
-Pari
    <br>
    <br>
    <br>
Dome Charoenyost wrote:
    <br>
&gt; please include networking.conf&nbsp; example file.
    <br>
&gt;
    <br>
&gt; Dome C.
    <br>
&gt;
    <br>
&gt;
    <br>
&gt; On 3/28/07, <a class="moz-txt-link-abbreviated" href="mailto:asterisk-gui-commits@lists.digium.com">asterisk-gui-commits@lists.digium.com</a>
    <br>
&gt; <a class="moz-txt-link-rfc2396E" href="mailto:asterisk-gui-commits@lists.digium.com">&lt;asterisk-gui-commits@lists.digium.com&gt;</a> wrote:
    <br>
&gt;&gt; Author: pari
    <br>
&gt;&gt; Date: Wed Mar 28 00:55:17 2007
    <br>
&gt;&gt; New Revision: 513
    <br>
&gt;&gt;
    <br>
&gt;&gt; URL:
<a class="moz-txt-link-freetext" href="http://svn.digium.com/view/asterisk-gui?view=rev&rev=513">http://svn.digium.com/view/asterisk-gui?view=rev&amp;rev=513</a>
    <br>
&gt;&gt; Log:
    <br>
&gt;&gt; merge 512
    <br>
&gt;&gt;
    <br>
&gt;&gt; Modified:
    <br>
&gt;&gt;&nbsp;&nbsp;&nbsp; branches/aadk/&nbsp;&nbsp; (props changed)
    <br>
&gt;&gt;&nbsp;&nbsp;&nbsp; branches/aadk/config/backup.html
    <br>
&gt;&gt;&nbsp;&nbsp;&nbsp; branches/aadk/config/menus.html
    <br>
&gt;&gt;&nbsp;&nbsp;&nbsp; branches/aadk/config/record.html
    <br>
&gt;&gt;
    <br>
&gt;&gt; Propchange: branches/aadk/
    <br>
&gt;&gt;
------------------------------------------------------------------------------
    <br>
&gt;&gt;
    <br>
&gt;&gt; --- svnmerge-integrated (original)
    <br>
&gt;&gt; +++ svnmerge-integrated Wed Mar 28 00:55:17 2007
    <br>
&gt;&gt; @@ -1,1 +1,1 @@
    <br>
&gt;&gt; -/trunk:1-430,433-448,501,505
    <br>
&gt;&gt; +/trunk:1-430,433-448,501,505,512
    <br>
&gt;&gt;
    <br>
&gt;&gt; Modified: branches/aadk/config/backup.html
    <br>
&gt;&gt; URL:
    <br>
&gt;&gt;
<a class="moz-txt-link-freetext" href="http://svn.digium.com/view/asterisk-gui/branches/aadk/config/backup.html?view=diff&rev=513&r1=512&r2=513">http://svn.digium.com/view/asterisk-gui/branches/aadk/config/backup.html?view=diff&amp;rev=513&amp;r1=512&amp;r2=513</a>
    <br>
&gt;&gt;
    <br>
&gt;&gt;
==============================================================================
    <br>
&gt;&gt;
    <br>
&gt;&gt; --- branches/aadk/config/backup.html (original)
    <br>
&gt;&gt; +++ branches/aadk/config/backup.html Wed Mar 28 00:55:17 2007
    <br>
&gt;&gt; @@ -55,7 +55,7 @@
    <br>
&gt;&gt;
    <br>
&gt;&gt;&nbsp; function showlist_of_files(){
    <br>
&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var k = _$('bkp_files').innerHTML ;
    <br>
&gt;&gt; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var bkpfiles = k.split("&lt;br&gt;") ;
    <br>
&gt;&gt; +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var bkpfiles = k.split("\n") ;
    <br>
&gt;&gt;
    <br>
&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; clear_table();
    <br>
&gt;&gt;
    <br>
&gt;&gt;
    <br>
&gt;&gt; Modified: branches/aadk/config/menus.html
    <br>
&gt;&gt; URL:
    <br>
&gt;&gt;
<a class="moz-txt-link-freetext" href="http://svn.digium.com/view/asterisk-gui/branches/aadk/config/menus.html?view=diff&rev=513&r1=512&r2=513">http://svn.digium.com/view/asterisk-gui/branches/aadk/config/menus.html?view=diff&amp;rev=513&amp;r1=512&amp;r2=513</a>
    <br>
&gt;&gt;
    <br>
&gt;&gt;
==============================================================================
    <br>
&gt;&gt;
    <br>
&gt;&gt; --- branches/aadk/config/menus.html (original)
    <br>
&gt;&gt; +++ branches/aadk/config/menus.html Wed Mar 28 00:55:17 2007
    <br>
&gt;&gt; @@ -994,7 +994,7 @@
    <br>
&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }
    <br>
&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Add Recorded Voiemenus to the list
of sound
    <br>
&gt;&gt; files
    <br>
&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var k = _$('rec_files').innerHTML ;
    <br>
&gt;&gt; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var recfiles = k.split("&lt;br&gt;") ;
    <br>
&gt;&gt; +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var recfiles = k.split("\n") ;
    <br>
&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; New_OPTION =
document.createElement('option');
    <br>
&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; New_OPTION.text = "Recorded
Voicemenus"&nbsp; ;
    <br>
&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; New_OPTION.value = ""&nbsp; ;
    <br>
&gt;&gt;
    <br>
&gt;&gt; Modified: branches/aadk/config/record.html
    <br>
&gt;&gt; URL:
    <br>
&gt;&gt;
<a class="moz-txt-link-freetext" href="http://svn.digium.com/view/asterisk-gui/branches/aadk/config/record.html?view=diff&rev=513&r1=512&r2=513">http://svn.digium.com/view/asterisk-gui/branches/aadk/config/record.html?view=diff&amp;rev=513&amp;r1=512&amp;r2=513</a>
    <br>
&gt;&gt;
    <br>
&gt;&gt;
==============================================================================
    <br>
&gt;&gt;
    <br>
&gt;&gt; --- branches/aadk/config/record.html (original)
    <br>
&gt;&gt; +++ branches/aadk/config/record.html Wed Mar 28 00:55:17 2007
    <br>
&gt;&gt; @@ -42,7 +42,7 @@
    <br>
&gt;&gt;
    <br>
&gt;&gt;&nbsp; function showlist_of_files(){
    <br>
&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var k = _$('rec_files').innerHTML ;
    <br>
&gt;&gt; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var recfiles = k.split("&lt;br&gt;") ;
    <br>
&gt;&gt; +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var recfiles = k.split("\n") ;
    <br>
&gt;&gt;
    <br>
&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; clear_table();
    <br>
&gt;&gt;
    <br>
&gt;&gt;
    <br>
&gt;&gt; _______________________________________________
    <br>
&gt;&gt; asterisk-gui-commits mailing list
    <br>
&gt;&gt; <a class="moz-txt-link-abbreviated" href="mailto:asterisk-gui-commits@lists.digium.com">asterisk-gui-commits@lists.digium.com</a>
    <br>
&gt;&gt; <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-gui-commits">http://lists.digium.com/mailman/listinfo/asterisk-gui-commits</a>
    <br>
&gt;&gt;
    <br>
&gt; _______________________________________________
    <br>
&gt; --Bandwidth and Colocation provided by Easynews.com --
    <br>
&gt;
    <br>
&gt; asterisk-gui mailing list
    <br>
&gt; To UNSUBSCRIBE or update options visit:
    <br>
&gt;&nbsp;&nbsp; <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-gui">http://lists.digium.com/mailman/listinfo/asterisk-gui</a>
    <br>
    <br>
_______________________________________________
    <br>
--Bandwidth and Colocation provided by Easynews.com --
    <br>
    <br>
asterisk-gui mailing list
    <br>
To UNSUBSCRIBE or update options visit:
    <br>
&nbsp;&nbsp; <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-gui">http://lists.digium.com/mailman/listinfo/asterisk-gui</a>
    <br>
    <br>
  </blockquote>
_______________________________________________
  <br>
--Bandwidth and Colocation provided by Easynews.com --
  <br>
  <br>
asterisk-gui mailing list
  <br>
To UNSUBSCRIBE or update options visit:
  <br>
&nbsp; <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-gui">http://lists.digium.com/mailman/listinfo/asterisk-gui</a>
  <br>
</blockquote>
</body>
</html>