[asterisk-gui] Re: pari: branch aadk r513 - in /branches/aadk: ./ config/

Pari Nannapaneni pari at digium.com
Wed Mar 28 08:09:39 MST 2007


Hi dome,

This is work in progress and the sample file will be included once
the backend bash script is ready. We worked on it yesterday and
hopefully will finish it soon.

Note: In any case, the networking page is only for managing network
interfaces on the digium AADK appliance and not a part of the standard GUI.

thanks
-Pari


Dome Charoenyost wrote:
> please include networking.conf  example file.
> 
> Dome C.
> 
> 
> On 3/28/07, asterisk-gui-commits at lists.digium.com
> <asterisk-gui-commits at lists.digium.com> wrote:
>> Author: pari
>> Date: Wed Mar 28 00:55:17 2007
>> New Revision: 513
>>
>> URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=513
>> Log:
>> merge 512
>>
>> Modified:
>>    branches/aadk/   (props changed)
>>    branches/aadk/config/backup.html
>>    branches/aadk/config/menus.html
>>    branches/aadk/config/record.html
>>
>> Propchange: branches/aadk/
>> ------------------------------------------------------------------------------ 
>>
>> --- svnmerge-integrated (original)
>> +++ svnmerge-integrated Wed Mar 28 00:55:17 2007
>> @@ -1,1 +1,1 @@
>> -/trunk:1-430,433-448,501,505
>> +/trunk:1-430,433-448,501,505,512
>>
>> Modified: branches/aadk/config/backup.html
>> URL: 
>> http://svn.digium.com/view/asterisk-gui/branches/aadk/config/backup.html?view=diff&rev=513&r1=512&r2=513 
>>
>> ============================================================================== 
>>
>> --- branches/aadk/config/backup.html (original)
>> +++ branches/aadk/config/backup.html Wed Mar 28 00:55:17 2007
>> @@ -55,7 +55,7 @@
>>
>>  function showlist_of_files(){
>>        var k = _$('bkp_files').innerHTML ;
>> -       var bkpfiles = k.split("<br>") ;
>> +       var bkpfiles = k.split("\n") ;
>>
>>        clear_table();
>>
>>
>> Modified: branches/aadk/config/menus.html
>> URL: 
>> http://svn.digium.com/view/asterisk-gui/branches/aadk/config/menus.html?view=diff&rev=513&r1=512&r2=513 
>>
>> ============================================================================== 
>>
>> --- branches/aadk/config/menus.html (original)
>> +++ branches/aadk/config/menus.html Wed Mar 28 00:55:17 2007
>> @@ -994,7 +994,7 @@
>>                        }
>>                        // Add Recorded Voiemenus to the list of sound 
>> files
>>                        var k = _$('rec_files').innerHTML ;
>> -                       var recfiles = k.split("<br>") ;
>> +                       var recfiles = k.split("\n") ;
>>                        New_OPTION = document.createElement('option');
>>                        New_OPTION.text = "Recorded Voicemenus"  ;
>>                        New_OPTION.value = ""  ;
>>
>> Modified: branches/aadk/config/record.html
>> URL: 
>> http://svn.digium.com/view/asterisk-gui/branches/aadk/config/record.html?view=diff&rev=513&r1=512&r2=513 
>>
>> ============================================================================== 
>>
>> --- branches/aadk/config/record.html (original)
>> +++ branches/aadk/config/record.html Wed Mar 28 00:55:17 2007
>> @@ -42,7 +42,7 @@
>>
>>  function showlist_of_files(){
>>        var k = _$('rec_files').innerHTML ;
>> -       var recfiles = k.split("<br>") ;
>> +       var recfiles = k.split("\n") ;
>>
>>        clear_table();
>>
>>
>> _______________________________________________
>> asterisk-gui-commits mailing list
>> asterisk-gui-commits at lists.digium.com
>> http://lists.digium.com/mailman/listinfo/asterisk-gui-commits
>>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
> 
> asterisk-gui mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-gui



More information about the asterisk-gui mailing list