Re: [Astlinux-users] Redirecting all AstLinux logs to an external syslog server

2017-11-12 Thread Darrick Hartman
Bart,

Yes, if both /mnt/kd/rc.conf and the series of files under /mnt/kd/rc.conf.d/ 
both exist, the series of files under /mnt/kd/rc.conf.d/ take precedence and 
the /mnt/kd/rc.conf file is ignored.

Darrick


From: Bart Teekman [bart.teek...@gmail.com]
Sent: Saturday, November 11, 2017 3:16 PM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] Redirecting all AstLinux logs to an external 
syslog server

Hi,

Brilliant!

I found the rc.conf file in /mnt/kd and added my syslog server:

## Remote Syslog Config
## The machine below will receive all logging messages from this machine via
## syslog's remote logging features.
SYSLOGHOST="192.168.1.10"

I tried it with, and without, quotes. Rebooting between attempts. But nothing 
is reaching the syslog server.

Then I got your update, and edited the user.conf file via the GUI. It must be 
the right one because the system says: File opened for editing: 
/mnt/kd/rc.conf.d/user.conf

I added the line:

### user.conf - start ###
###
###  Advanced Configuration: User System Variables
###
###  Define variables here that are not otherwise set in the Network tab.
###
###  Variables defined here will override any value set elsewhere.
###
###


SYSLOGHOST="192.168.1.10"

### user.conf - end ###

Then I restarted syslogd which all went without a hitch:

Nov 12 10:06:16 ASTERISK auth.info login[733]: root login on 
'pts/0'
Nov 12 10:06:56 ASTERISK syslog.info syslogd exiting
Nov 12 10:06:57 ASTERISK syslog.info syslogd started: 
BusyBox v1.19.4

Still nothing on the remote syslog server. So I tried a reboot (just to be 
sure).

And then she kicked into life!

Thank you so much!!

Kind regards,
Bart.


On 12 November 2017 at 09:57, Lonnie Abelbeck 
> wrote:
Bart,

Just to be clear, add

SYSLOGHOST="10.1.2.3"

to your /mnt/kd/rc.conf.d/user.conf file.

service netsyslogd stop
gen-rc-conf
service netsyslogd init


Lonnie


On Nov 11, 2017, at 2:33 PM, Lonnie Abelbeck 
> wrote:

> Hi Bart,
>
> The place to discover hidden features is in the /stat/etc/rc.conf file, or 
> using the web interface ...
>
> System tab ->  View System Files: [ Default System Variables ] click { View 
> Selected File }
> --
> ## Remote Syslog Config
> ## The machine below will receive all logging messages from this machine via
> ## syslog's remote logging features.
> #SYSLOGHOST=""
> --
>
> I can't say I have ever used it, and keep in mind the syslog stream is not 
> encrypted.
>
> Lonnie
>
>
>
> On Nov 11, 2017, at 2:06 PM, Bart Teekman 
> > wrote:
>
>> Hi,
>>
>> I'm a bit of a novice but have been running Astlinux for some years. I'm OK 
>> at the Asterisk part, but pretty lame at the Linux side, especially in a 
>> minimalist environment that's flooded with optimizations to prevent or 
>> contain permanent changes. I'm currently running astlinux-1.3.1 x86_64 - 
>> Asterisk 13.17.2 on an APU2.
>>
>> I'm wondering how to redirect all logs to an external syslog server. The 
>> most obvious (and easiest) avenue was to look at the GUI for an option to 
>> specify a remote syslog server but no such setting exists. The next step was 
>> to look for syslogd.conf (or similar) to see if I could fiddle that...but I 
>> couldn't find that either
>>
>> So the questions are:
>>
>> 1. Can you redirect/copy all logs to a remote syslog server?
>> 2. And if so, how?
>>
>> Cheers,
>> Bart.
>
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Astlinux-users mailing list
> Astlinux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/astlinux-users
>
> Donations to support AstLinux are graciously accepted via PayPal to 
> pay...@krisk.org.
>
>


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Astlinux-users mailing list

Re: [Astlinux-users] RAMdisk and HA

2017-07-09 Thread Darrick Hartman
Michael,

I think the best HA middleware would be the enterprise license of VMware. With 
the next major release, AstLinux supports openvmtools which should allow guest 
fail over to a different VM host if there is a hardware issue with the original 
host.

We had some scripts to do some “duct tape and strings” with manual triggers to 
do fail over of sorts for a client who wanted that in the past.  It was tested, 
but never used in production.  (so it is possible, but may not be practical)

Darrick

From: Michael Knill [mailto:michael.kn...@ipcsolutions.com.au]
Sent: Sunday, July 9, 2017 5:40 PM
To: AstLinux Users Mailing List 
Subject: Re: [Astlinux-users] RAMdisk and HA

Hi Mehdi


  1.  Im interested in your requirements here. Are you having performance 
issues with the current setup? Are the DB lookups your bottleneck? Are you 
using an SSD?
  2.  Astlinux supports WAN failover only. There are a few articles available 
regarding solutions for Asterisk HA but it is not an inbuilt Asterisk feature. 
What are your requirements for HA?
  3.  It should be fairly simple to build some middleware for this

Regards
Michael Knill

From: AstLinux List 
>
Reply-To: Mehdi Shirazi 
>, AstLinux List 
>
Date: Saturday, 8 July 2017 at 3:33 pm
To: AstLinux List 
>
Cc: Mehdi Shirazi >
Subject: [Astlinux-users] RAMdisk and HA

Hi
Thanks for maintaining good project.
1-Is it possible to put internal Asterisk database in RAMdisk (tmpfs) for 
performance and save other persistence database in another database?
2-Is there any HA solution ? (Active /Standby, keepalived)
3-Is there any automatic two way file(database) synchronization utility ?

Regards
M.Shirazi
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] Asterisk stopped

2017-06-04 Thread Darrick Hartman
Michael,

We always recommend running on the latest version of AstLinux to mitigate 
security risks.  If possible, you should upgrade both to 1.2.9 and move the 1.8 
box to a current version of Asterisk.

It looks like some process was consuming a considerable amount of ram (unknown 
how much you have installed).  It is possible that this was an attack.  It 
could have been some other sort of memory leak, but the only ones we’re 
commonly aware of are related to Zabbix over time.

Darrick

From: Michael Knill [mailto:michael.kn...@ipcsolutions.com.au]
Sent: Sunday, June 4, 2017 8:30 PM
To: AstLinux List 
Subject: [Astlinux-users] Asterisk stopped

Hmm its been a bad morning.

I had two separate sites this morning with the same issue in that Asterisk had 
crashed. Yes these two sites don't have Safe Asterisk configured  but its still 
VERY unusual as Asterisk crashes are rare enough but on the same morning?

Unfortunately one site did not have ANY logs regarding the crash which was very 
unusual. Astlinux 1.2.7 Asterisk 11.22.0
Another site did as added below. Astlinux 1.2.0 Asterisk 1.8.30

.. lots of these ..
Jun  5 10:01:00 3003-ATP-CM1 local0.warn asterisk[1094]: WARNING[20995]: 
channel.c:1513 in __ast_queue_frame: Exceptionally long voice queue length 
queuing to Local/430@DialPlan1-26ea;2
Jun  5 10:01:00 3003-ATP-CM1 local0.warn asterisk[1094]: WARNING[20995]: 
channel.c:1513 in __ast_queue_frame: Exceptionally long voice queue length 
queuing to Local/430@DialPlan1-26ea;2
Jun  5 10:01:00 3003-ATP-CM1 local0.warn asterisk[1094]: WARNING[20995]: 
channel.c:1513 in __ast_queue_frame: Exceptionally long voice queue length 
queuing to Local/430@DialPlan1-26ea;2

Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel: crond invoked oom-killer: 
gfp_mask=0x201da, order=0, oom_adj=0, oom_score_adj=0
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel: Pid: 330, comm: crond Tainted: G 
  O 3.2.62-astlinux #1
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel: Call Trace:
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] T.499+0x6b/0x18e
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] ? 
___ratelimit+0x9e/0xbc
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] T.498+0x2f/0x23e
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] ? 
has_capability_noaudit+0x2e/0x3a
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] 
out_of_memory+0x214/0x2b9
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] 
__alloc_pages_nodemask+0x3f7/0x47e
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] 
do_read_cache_page+0x39/0x105
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] ? 
ext2_writepages+0xf/0xf
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] 
read_cache_page_async+0x16/0x1b
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] 
read_cache_page+0xb/0x12
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] 
ext2_get_page+0x1c/0x1e3
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] ? 
vfsmount_lock_local_unlock+0xd/0x22
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] ? 
terminate_walk+0x30/0x32
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] 
ext2_find_entry+0x72/0x188
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] 
ext2_inode_by_name+0x12/0x31
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] 
ext2_lookup+0x22/0x65
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] 
d_alloc_and_lookup+0x38/0x4f
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] 
__lookup_hash+0x9a/0xa5
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] 
lookup_one_len_nd+0x8f/0x9e
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] 
lookup_whiteout+0x66/0xd9
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] 
unionfs_lookup_full+0x157/0x6b8
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] ? 
__unionfs_d_revalidate+0x337/0x363
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] ? 
__krealloc+0x38/0x50
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] ? 
krealloc+0x2d/0x33
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] ? 
new_dentry_private_data+0x7a/0xdc
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] 
unionfs_lookup+0x6b/0x105
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] 
d_alloc_and_lookup+0x38/0x4f
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] 
do_lookup+0x1ca/0x2a4
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] do_last+0xe3/0x5ef
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] 
path_openat+0x9c/0x2c2
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] 
do_filp_open+0x21/0x60
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] ? 
alloc_fd+0xbf/0xe2
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] 
do_sys_open+0xf6/0x179
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] sys_open+0x1e/0x26
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] 
syscall_call+0x7/0x7
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel:  [] ? 
ip_rt_do_proc_exit+0x15/0x30
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel: Mem-Info:
Jun  5 10:01:01 3003-ATP-CM1 user.warn kernel: DMA per-cpu:
Jun  5 

Re: [Astlinux-users] Open VPN from Mikrotik router

2017-04-11 Thread Darrick Hartman
They’ve been very reliable, especially for a $50 device.

From: Michael Knill [mailto:michael.kn...@ipcsolutions.com.au]
Sent: Monday, April 10, 2017 10:26 PM
To: AstLinux Users Mailing List <astlinux-users@lists.sourceforge.net>
Subject: Re: [Astlinux-users] Open VPN from Mikrotik router

Yes I certainly did look at them.
Do you use them and if so, have you found them reliable?

Regards
Michael Knill

From: Darrick Hartman 
<dhart...@djhsolutions.com<mailto:dhart...@djhsolutions.com>>
Reply-To: AstLinux List 
<astlinux-users@lists.sourceforge.net<mailto:astlinux-users@lists.sourceforge.net>>
Date: Tuesday, 11 April 2017 at 1:12 pm
To: AstLinux List 
<astlinux-users@lists.sourceforge.net<mailto:astlinux-users@lists.sourceforge.net>>
Subject: Re: [Astlinux-users] Open VPN from Mikrotik router

Michael,

Have you considered using Ubiquiti hardware?  The ER-X is hard to beat at $50.  
That can do OpenVPN using UDP with no problem.

Darrick

From: Michael Knill [mailto:michael.kn...@ipcsolutions.com.au]
Sent: Friday, April 7, 2017 7:01 PM
To: AstLinux Users Mailing List 
<astlinux-users@lists.sourceforge.net<mailto:astlinux-users@lists.sourceforge.net>>
Subject: Re: [Astlinux-users] Open VPN from Mikrotik router

And yes I realise that I could use another Astlinux box instead of the Mikrotik 
and that works great but is 1) 2+ times the price and 2) doesn't support 
wireless natively e.g. makes it 3+ times the price.

Regards
Michael Knill

From: Michael Knill 
<michael.kn...@ipcsolutions.com.au<mailto:michael.kn...@ipcsolutions.com.au>>
Reply-To: AstLinux List 
<astlinux-users@lists.sourceforge.net<mailto:astlinux-users@lists.sourceforge.net>>
Date: Saturday, 8 April 2017 at 9:56 am
To: AstLinux List 
<astlinux-users@lists.sourceforge.net<mailto:astlinux-users@lists.sourceforge.net>>
Subject: [Astlinux-users] Open VPN from Mikrotik router

Hi all

I am wanting to set up Open VPN from a Mikrotik router to Astlinux. I have 
Astlinux already set up with a couple of Yealink phones connected via Open VPN 
which works great.
Unfortunately Mikrotik only supports Open VPN over TCP and I suspect that I can 
only use UDP for the Yealink phones.

Is there any way to configure both?

Any other options that you can think of? Can I do a straight GRE tunnel?

Regards
Michael Knill
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] Open VPN from Mikrotik router

2017-04-10 Thread Darrick Hartman
Michael,

Have you considered using Ubiquiti hardware?  The ER-X is hard to beat at $50.  
That can do OpenVPN using UDP with no problem.

Darrick

From: Michael Knill [mailto:michael.kn...@ipcsolutions.com.au]
Sent: Friday, April 7, 2017 7:01 PM
To: AstLinux Users Mailing List 
Subject: Re: [Astlinux-users] Open VPN from Mikrotik router

And yes I realise that I could use another Astlinux box instead of the Mikrotik 
and that works great but is 1) 2+ times the price and 2) doesn't support 
wireless natively e.g. makes it 3+ times the price.

Regards
Michael Knill

From: Michael Knill 
>
Reply-To: AstLinux List 
>
Date: Saturday, 8 April 2017 at 9:56 am
To: AstLinux List 
>
Subject: [Astlinux-users] Open VPN from Mikrotik router

Hi all

I am wanting to set up Open VPN from a Mikrotik router to Astlinux. I have 
Astlinux already set up with a couple of Yealink phones connected via Open VPN 
which works great.
Unfortunately Mikrotik only supports Open VPN over TCP and I suspect that I can 
only use UDP for the Yealink phones.

Is there any way to configure both?

Any other options that you can think of? Can I do a straight GRE tunnel?

Regards
Michael Knill
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] OK - I give up

2017-03-10 Thread Darrick Hartman
John,

The website should look like this with the links on the right.

Does it not look that way for you?

http://www.astlinux-project.org/

Darrick

From: John Novack_PIV2 [mailto:jnov...@comcast.net]
Sent: Friday, March 10, 2017 2:54 PM
To: AstLinux Users Mailing List 
Subject: [Astlinux-users] OK - I give up

I know I am getting older by the day, and the brain is slower and thicker every 
hour, and the eyes are failing fast,  but I have been around and around the 
website several times looking for a link to  download an ISO.  The links seem 
to lead in a circle.
The mirror site only throws up XML files, meaningless/useless to me

The "new install" documentation says to download from the "astLinux website"  
which leads back to astlinux-project.org but I can't find any links that 
provide iso files.

LOTS of documentation on specific boards, but no ISO.
The geni586  has no link anywhere..
Does someone need to look over the documentation with a fresh eye?
What I need is the LAST 586 ISO with Sangoma support  1.2.8 I believe, but I 
find nothing that a noobe can download.

Also is there any way to do an upgrade to anything short of the latest version?

Any help for this old 20th century person?

John Novack



--

Dog is my co-pilot
--
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] FTP server, default to disabled for new installs ?

2017-02-16 Thread Darrick Hartman
Lonnie,

Polycom phones still can use ftp for provisioning. Not only that, they can 
write log files back to the central server which can prove helpful when 
troubleshooting an issue on a phone.  As long as there's a way to enable this, 
I have no problem with it being disabled by default.

Darrick

From: Lonnie Abelbeck [li...@lonnie.abelbeck.com]
Sent: Wednesday, February 15, 2017 11:40 AM
To: AstLinux Users Mailing List
Subject: [Astlinux-users] FTP server, default to disabled for new installs ?

Greetings,

Since the beginning of time AstLinux has an FTP server enabled by default.

It's 2017, possibly it is time by default to disable the FTP server for new 
installs ?

No change for existing installs.

Additionally we can add a FTPD_WRITE rc.conf variable "yes" or "no" to allow 
read-only ("no") if desired. Defaults to "yes" for read/write to be backward 
compatible.

At one time Polycom phones used FTP for provisioning, (correct?) is this still 
the case ?

Regardless, plain text account passwords flying over the network should be 
discouraged.

Comments ?

Lonnie


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


[Astlinux-users] Issues with files and mirror

2016-06-16 Thread Darrick Hartman
We are aware of an issue affecting both mirror.astlinux.org and 
files.astlinux.org and are working towards a resolution.  At this point, it 
very likely will involve a new domain as the active leadership in the project 
does not have control over the DNS or domain astlinux.org.

Once we know how we will move forward, we will advise everyone the steps they 
need to take to update their systems to point to the proper repositorie for 
updates.

We apologize for any inconvenience this causes and are trying to work towards a 
resolution as soon as possible.

Darrick
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports. http://pubads.g.doubleclick.net/gampad/clk?id=1444514421=/41014381
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Opening ports

2015-11-24 Thread Darrick Hartman
John is correct. I wasn't complete in my response earlier.  Opening 5060 to 
ONLY your VoIP provider is what I meant.  So much of this depends on who you 
are using as a SIP provider.

Registering to the SIP provider should prevent the need to open any of these 
ports.


From: John Novack [mailto:jnov...@comcast.net]
Sent: Tuesday, November 24, 2015 9:10 AM
To: AstLinux Users Mailing List <astlinux-users@lists.sourceforge.net>
Subject: Re: [Astlinux-users] Opening ports

I have had nothing but bad experiences with opening port 5060.
There are many evil people and programs loose that bang away at port 5060 if 
one is found open.  Google for Sipvicious, it is well named! )
Not all providers allow the port to be changed, but if you register to the 
provider, I don't believe a port needs to be opened, as registration handles 
that.
I had 2 ( not AstLinux ) users with SIP phones off their systems, and we had to 
change both the phone and the system to a non-standard port.  Once that was 
done problems disappeared. Yes port scanning can be done, but it seems there 
are too many low hanging fruit that are ripe for the picking.
For providers into AstLinux, I use IAX, though not many providers support that, 
the ones that do work well.
I do open a non standard SSH port and in some cases port 443 for access to the 
GUI. Make sure the default password is changed!!
Certainly turn off SIP ALG in the router as well.
Strong passwords, limit access to PSTN as well.

John Novack

Darrick Hartman wrote:
Michael,

Depending on the SIP provider and the firewall, you _should_ only need to allow 
the signaling traffic of ports 5060 and possibly 5061.  The RTP ports should be 
negotiated and opened by your Asterisk instance to the SIP provider.  If the 
firewall doesn't work properly, disable any "sip helpers" as they generally 
don't help.  You probably also want to have remote access to your SSH port, but 
I would change that to something other than port 22.  That can be specified in 
the user.conf file in /mnt/kd/rc.conf.d/ directory.

Darrick

From: Michael Knill [mailto:michael.kn...@ipcsolutions.com.au]
Sent: Monday, November 23, 2015 11:53 PM
To: AstLinux Users Mailing List 
<astlinux-users@lists.sourceforge.net><mailto:astlinux-users@lists.sourceforge.net>
Subject: [Astlinux-users] Opening ports

Hi group

I have a customer that will be giving me a public IP e.g. no NAT but wants me 
to narrow down my port range to the External interface of the Astlinux box.

What ports do I need to have open? How can I view the open ports on a 
production box to see what is open?

Thanks so much.

Regards
Michael Knill









--

Go from Idea to Many App Stores Faster with Intel(R) XDK

Give your users amazing mobile app experiences with Intel(R) XDK.

Use one codebase in this all-in-one HTML5 development environment.

Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.

http://pubads.g.doubleclick.net/gampad/clk?id=254741551=/4140




___

Astlinux-users mailing list

Astlinux-users@lists.sourceforge.net<mailto:Astlinux-users@lists.sourceforge.net>

https://lists.sourceforge.net/lists/listinfo/astlinux-users



Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org<mailto:pay...@krisk.org>.



--



Dog is my Co-pilot
--
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551=/4140___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] Opening ports

2015-11-24 Thread Darrick Hartman
Michael,

Depending on the SIP provider and the firewall, you _should_ only need to allow 
the signaling traffic of ports 5060 and possibly 5061.  The RTP ports should be 
negotiated and opened by your Asterisk instance to the SIP provider.  If the 
firewall doesn't work properly, disable any "sip helpers" as they generally 
don't help.  You probably also want to have remote access to your SSH port, but 
I would change that to something other than port 22.  That can be specified in 
the user.conf file in /mnt/kd/rc.conf.d/ directory.

Darrick

From: Michael Knill [mailto:michael.kn...@ipcsolutions.com.au]
Sent: Monday, November 23, 2015 11:53 PM
To: AstLinux Users Mailing List 
Subject: [Astlinux-users] Opening ports

Hi group

I have a customer that will be giving me a public IP e.g. no NAT but wants me 
to narrow down my port range to the External interface of the Astlinux box.

What ports do I need to have open? How can I view the open ports on a 
production box to see what is open?

Thanks so much.

Regards
Michael Knill




--
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551=/4140___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] Polycom VVX600

2015-10-11 Thread Darrick Hartman
Michael,

Following up on my own message. We provided a template for use with the mass 
provisioning feature in AstLinux. This was committed on Friday or Saturday and 
will be in the next release (which we hope to have out soon).

Darrick

From: Darrick Hartman [dhart...@djhsolutions.com]
Sent: Thursday, October 08, 2015 1:05 PM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] Polycom VVX600

Michael,

The Polycom configs are dependent on firmware so that it's a bit of a pain.  I 
add the base config parts at least to the wiki when I get a chance.

We use the AstLinux provisioning and do have a Polycom template that works with 
how we are implementing for our most of our customers.

Darrick

-Original Message-
From: Michael Knill [mailto:michael.kn...@ipcsolutions.com.au]
Sent: Tuesday, October 6, 2015 9:19 PM
To: AstLinux Users Mailing List <astlinux-users@lists.sourceforge.net>
Subject: [Astlinux-users] Polycom VVX600

Hi all

I have a potential customer who is using these handsets. Before I jump head 
first into the doco, does anyone have some config files to get me started. I 
will look at AstLinux provisioning to if it's easier in the short term before/ 
if I integrate into my environment.

Regards
Michael Knill

Sent from my iPhone so please excuse my brevity.
--
Full-scale, agent-less Infrastructure Monitoring from a single dashboard 
Integrate with 40+ ManageEngine ITSM Solutions for complete visibility 
Physical-Virtual-Cloud Infrastructure monitoring from one console Real user 
monitoring with APM Insights and performance trend reports Learn More 
http://pubads.g.doubleclick.net/gampad/clk?id=247754911=/4140
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Polycom VVX600

2015-10-08 Thread Darrick Hartman
Michael,

The Polycom configs are dependent on firmware so that it's a bit of a pain.  I 
add the base config parts at least to the wiki when I get a chance. 

We use the AstLinux provisioning and do have a Polycom template that works with 
how we are implementing for our most of our customers.

Darrick

-Original Message-
From: Michael Knill [mailto:michael.kn...@ipcsolutions.com.au] 
Sent: Tuesday, October 6, 2015 9:19 PM
To: AstLinux Users Mailing List 
Subject: [Astlinux-users] Polycom VVX600

Hi all

I have a potential customer who is using these handsets. Before I jump head 
first into the doco, does anyone have some config files to get me started. I 
will look at AstLinux provisioning to if it's easier in the short term before/ 
if I integrate into my environment.  

Regards
Michael Knill

Sent from my iPhone so please excuse my brevity. 
--
Full-scale, agent-less Infrastructure Monitoring from a single dashboard 
Integrate with 40+ ManageEngine ITSM Solutions for complete visibility 
Physical-Virtual-Cloud Infrastructure monitoring from one console Real user 
monitoring with APM Insights and performance trend reports Learn More 
http://pubads.g.doubleclick.net/gampad/clk?id=247754911=/4140
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


[Astlinux-users] Removal of Asterisk GUI from AstLinux

2015-05-17 Thread Darrick Hartman
AstLinux has included a web interface for Asterisk that was developed and 
supported by Digium.  Digium stopped support on this about 4 years ago.  We 
continued to include it because it mostly worked on certain systems.  (Asterisk 
versions upto and including Asterisk 1.8).  Since Digium hasn't supported this 
in such a long time we will be removing this feature in the AstLinux 1.2.3 
release.  In that release, you will still be able to build it, but it will not 
be included in the default images available from our site.

After the 1.2.3 release is out, we will be completely removing this from the 
build system.

We don't believe many (if any) people are using this.  There are potential 
security issues and other bugs that are not (and likely will never be) 
addressed.  While we don't like removing features, we believe this is in the 
best interest of the project.

If you have concerns or comments, please let us know.

Darrick
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

[Astlinux-users] AstLinux 1.2.1 Released

2014-12-28 Thread Darrick Hartman
The AstLinux Team has released 1.2.1. All current users are encouraged to 
upgrade as this release addresses several security issues.

New in 1.2.1:
*Wan Failover Support
*SMART monitoring on SSD (on supported devices)
*Asterisk Version updates

For a full changelog, visit this pages:

http://www.astlinux.org/release/121-asterisk-11142
http://www.astlinux.org/release/121-asterisk-18321


New AstLinux Documentation Topics:

WAN Failover
http://doc.astlinux.org/userdoc:tt_wan_failover

Upgrade Add-On FOP2 Package
http://doc.astlinux.org/userdoc:tt_asterisk-fop2-upgrade
--The AstLinux Team

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] The wireless router dilemma

2014-10-06 Thread Darrick Hartman
Michael,

We've used several of the Ubiqui Networks EdgeRouter Lite's at remote sites 
that don't require running Asterisk. They use Vyatta with a web interface 
wrapped over the top, but the shell is available. Those run about $100 and will 
give you VPN, firewall and a bunch of other features (but not wireless).

Darrick

From: Michael Knill [mailto:michael.kn...@ipcsolutions.com.au]
Sent: Monday, October 6, 2014 12:16 AM
To: AstLinux Users Mailing List
Subject: [Astlinux-users] The wireless router dilemma

Ok I know this has been sort of discussed before but I have a bit of a dilemma.

I have one cost conscious organisation (a not for profit) with a couple of 
single user sites that have a single phone and wireless.
I connect these sites back to the head office over the Internet to create a 
closed telephony system.

I initially used Mikrotik routers which are very feature rich, very cheap and 
do everything plus more however when my office router began to perform a DoS 
attack on the US Dept of Labor (I kid you not), I thought I would not continue 
using them.

Now obviously happy to spend the money at the head office on a good Astlinux 
system, however its a little hard to justify an x86 box and a separate WAP at 
the small site when you can buy one for under $100. Now admittedly it doesn't 
do what I want it to do e.g. SSH Tunnelling so that is where my dilemma is.

The options I see are as follows:
1) Buy a cheap wireless router and put up with the limitations
2) Buy a cheap wireless router and roll OpenWRT onto it to give me more features
3) Run Astlinux and a separate WAP and thats that
4) Some other solution or product I have not looked at

Thanks
Regards
Michael Knill




--
Slashdot TV.  Videos for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471iu=/4140/ostg.clktrk___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] Asterisk 12.

2014-10-02 Thread Darrick Hartman
The real answer is the new SIP stack (pjsip) involves some extra work. When the 
next LTS release is out, we'll work on a version that has Asterisk 13.

In the meantime, upgrade to 1.2.0. I'll be sending out a release email shortly, 
but the images are there now.

Darrick

Sent from my mobile device. Please excuse my brevity.

-Original Message-
From: Michael Keuter [li...@mksolutions.info]
Received: Thursday, 02 Oct 2014, 9:22AM
To: AstLinux Users Mailing List [astlinux-users@lists.sourceforge.net]
Subject: Re: [Astlinux-users] Asterisk 12.


Am 02.10.2014 um 15:45 schrieb david da...@styleflare.com:

 Any plans to update Asterisk 12?


No, because Asterisk 12 is no LTS release:
https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions

Michael

http://www.mksolutions.info





--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] Asterisk 12.

2014-10-02 Thread Darrick Hartman
David,

I'm not convinced that pjsip is fully baked at this point. There are several 
deficiencies in the current SIP stack (including improper SRV record support), 
but from what I've seen, the pjsip implementation is still a work in progress 
in 12 and 13.

We'd rather have stable than bleeding-edge.

Darrick


From: david [da...@styleflare.com]
Sent: Thursday, October 02, 2014 9:52 AM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] Asterisk 12.

Thanks Yes. I noticed on the AstLinux site the new images, and actually was 
excited by the pjsip inclusion into Asterisk 12, and thought how great would it 
be to run on AstLinux too. :)

Thanks for the info.


On 10/2/14 10:50 AM, Darrick Hartman wrote:
The real answer is the new SIP stack (pjsip) involves some extra work. When the 
next LTS release is out, we'll work on a version that has Asterisk 13.

In the meantime, upgrade to 1.2.0. I'll be sending out a release email shortly, 
but the images are there now.

Darrick

Sent from my mobile device. Please excuse my brevity.

-Original Message-
From: Michael Keuter [li...@mksolutions.infomailto:li...@mksolutions.info]
Received: Thursday, 02 Oct 2014, 9:22AM
To: AstLinux Users Mailing List 
[astlinux-users@lists.sourceforge.netmailto:astlinux-users@lists.sourceforge.net]
Subject: Re: [Astlinux-users] Asterisk 12.


Am 02.10.2014 um 15:45 schrieb david 
da...@styleflare.commailto:da...@styleflare.com:

 Any plans to update Asterisk 12?


No, because Asterisk 12 is no LTS release:
https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions

Michael

http://www.mksolutions.info





--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.netmailto:Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.orgmailto:pay...@krisk.org.



--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk



___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.netmailto:Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.orgmailto:pay...@krisk.org.

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

[Astlinux-users] AstLinux 1.2.0 Released

2014-10-02 Thread Darrick Hartman
The AstLinux Team has released 1.2.0. All current users are encouraged to 
upgrade as this release addresses the bash ShellShock bug.

New in 1.2.0:
* New Linux Kernel 3.2.x
* igb ethernet driver for Intel Atom C2000
* Enable AES-NI support
* New sip-user-agent firewall plugin
* New versions of Asterisk 11 and 1.8
* Bash ShellShock security fixes

A full changelog can be viewed in the release pages:

http://www.astlinux.org/release/120-asterisk-11121
http://www.astlinux.org/release/120-asterisk-18300

New AstLinux Documentation Topics:

SMTP Local Aliases
http://doc.astlinux.org/userdoc:tt_smtp_aliases

Updated AstLinux Documentation Topics:

Firewall Plugins - sip-user-agent
http://doc.astlinux.org/userdoc:tt_firewall_plugins#sip-user-agent

--The AstLinux Team

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Bash vulnerability

2014-09-26 Thread Darrick Hartman
We're working on a fix. The risk is minimal as we don't publish some of the ENV 
variables that are required to use the exploit to it's fullest extent.

Darrick

Sent from my mobile device. Please excuse my brevity.

-Original Message-
From: Michael Knill [michael.kn...@ipcsolutions.com.au]
Received: Friday, 26 Sep 2014, 5:59PM
To: AstLinux Users Mailing List [astlinux-users@lists.sourceforge.net]
Subject: [Astlinux-users] Bash vulnerability

My customers are asking me if Astlinux suffers from this vulnerability and what 
the risks are.
From my reading so far, it is.
Can anyone confirm the risks and mitigations until the new Astlinux version 
comes.

Regards
Michael Knill




--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

[Astlinux-users] AstLinux 1.1.7 Released

2014-07-20 Thread Darrick Hartman
The AstLinux Team has released 1.1.7. All current users are encouraged to 
upgrade as this release addresses several security and bugfixes.



1.1.7 adds:

* SSL update support for ddclient

* SQL table generation for phoneprov-tools

* enable ACPI and APIC in RUNNIX to increase hardware compatibility

* Asterisk version bumps

* Web Interface enhancements and package upgrades providing important security 
and bug fixes



A full changelog can be viewed in the release pages:



http://www.astlinux.org/release/117-asterisk-11102

http://www.astlinux.org/release/117-asterisk-18282



New AstLinux Documentation Topics:



System Boot Process

http://doc.astlinux.org/userdoc:system-boot-process



Special Case: Copy Install Image to Internal Drive 
http://doc.astlinux.org/userdoc:copy-image-usb-runnix



Special Case: Boot via USB Flash Storage 
http://doc.astlinux.org/userdoc:boot-usb-storage



Network and System Configuration

http://doc.astlinux.org/userdoc:system-config



Zabbix - Networks and Applications Monitoring 
http://doc.astlinux.org/userdoc:tt_zabbix_monitoring



Updated AstLinux Documentation Topics:



Asterisk Configuration

http://doc.astlinux.org/userdoc:asterisk-config



IP Phone Mass Deployment

http://doc.astlinux.org/userdoc:tt_ip_phone_provisioning



Asterisk ODBC using SQLite3

http://doc.astlinux.org/userdoc:tt_asterisk-odbc



DNSCrypt Proxy Server

http://doc.astlinux.org/userdoc:tt_dnscrypt_proxy

--The AstLinux Team
--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] Is this fairly typical and what, if anything can I do?

2014-06-15 Thread Darrick Hartman
Some sip providers route by IP. If that's the case, find out the provider's IP 
addresses and only allow inbound signalling on port 5060 from these addresses.



-Original Message-
From: Lonnie Abelbeck [li...@lonnie.abelbeck.com]
Received: Sunday, 15 Jun 2014, 7:49PM
To: AstLinux Users Mailing List [astlinux-users@lists.sourceforge.net]
Subject: Re: [Astlinux-users] Is this fairly typical and what, if anything can 
I do?

Adrian,

There is no doubt that configuring SIP through NAT'ed firewalls can be 
confusing.  This is one reason that AstLinux is often also used as the edge 
router and firewall to eliminate an NAT'ing to/from the public internet for the 
SIP traffic.  I understand your AstLinux is sitting behind a NAT firewall, so 
your sip.conf needs a nat=force_rport or such, or at least not nat=no .

I have never personally used sipgate, but I doubt that opening (forwarding) UDP 
5060 is required, usually it is not.  Opening UDP 5060 is usually only required 
when external (internet) SIP devices register to your asterisk.  For the moment 
let's say you only want to send and receive calls via sipgate, and local LAN 
phones register to your local asterisk via SIP.

In this case you will need to only forward (via edge router) a range of UDP 
ports that exactly match the rtpstart and rtpend values in the 
/etc/asterisk/rtp.conf file, the defaults of 1 and 2 are more than 
you need, probably rtpstart=1 and rtpend=10200 will be more than 
adequate, make a similar change.

You should also enable the firewall in AstLinux, even when it is behind another 
edge firewall, being careful to allow Pass EXT-Local, TCP, 0/0, 22,80,443 to 
allow SSH, HTTP and HTTPS access for administration from your local LAN.  Also 
specify Pass EXT-Local, UDP, 0/0, 1-10200 to allow the rtp.conf port 
range.  Finally if local phones are reaching asterisk via a single network 
interface then Pass EXT-Local, UDP, 0/0, 5060 is also needed.

Now *only* forward on your edge router the UDP port range 1-10200 to your 
internal AstLinux box.  Make sure if your edge router has any SIP features , 
ALG, etc. disable them.

Note - It is important that your SIP peer in asterisk is the *only* device 
that registers with your sipgate account, assuming you only have one account.  
Any other SIP phones should register with your local asterisk, and use 
directmedia=no in all your local sip.conf contexts, then use your 
extensions.conf to route you local SIP phones to your various other peers.  It 
can get confusing when two different devices register to the same account, keep 
it simple.

Now, when your sipgate peer in asterisk registers to sipgate, the outbound 
packet will open a UDP state in both the AstLinux firewall and your edge 
firewall to the remote sipgate SIP server.  You may want to add qualify=yes 
in your sip.conf sipgate peer to make sure the that path (and state) is 
regularly 'tickled'.  Both inbound and outbound sipgate calls will use this UDP 
path for signaling, the RTP (voice) will use UDP ports 1-10200.

IMHO, that is my advice.

For the sake of argument, let's say you actually need to allow UDP 5060 via the 
internet, forwarded to your AstLinux box... in this case AstLinux offers a 
couple firewall plugins to help secure your system:

Firewall Plugins
http://doc.astlinux.org/userdoc:tt_firewall_plugins

1) If you have a remote SIP peer specified with a DNS name, which can be a 
single or several in a round-robin, or even a dynamic DNS address, the DynDNS 
Host Open firewall plugin can be configured to allow UDP 5060 for only that 
DNS name, for example:
--
DYNDNS_HOST_OPEN_UDP=sip.example.com~5060
--

2) If you allow SIP connections from any internet source it is recommended to 
enable the Adaptive Ban firewall plugin, at a minimum specify asterisk in 
ADAPTIVE_BAN_TYPES, for example:
--
ADAPTIVE_BAN_TYPES=asterisk
--
from your logs below the Adaptive ban plugin would have blocked IPv4 address 
82.205.1.22 automatically.

Hope this gets you down the correct path.  Clearly we can't tell you how to 
configure your system, you have to figure that out for yourself, and there will 
be some trial and error as we all have done.  In the end you have a very useful 
PBX and a useful skill.

Lonnie


On Jun 15, 2014, at 5:33 PM, Adrian Hodgson wrote:


 Is this fairly typical and what, if anything can I do?


 Jun 15 21:44:39 astpbx local0.notice asterisk[406]: NOTICE[446][C-0095]: 
 chan_sip.c:25533 in handle_request_invite: Failed to authenticate device 
 1004sip:1...@xxx.xxx.xxx.xxx;tag=7169f612
 Jun 15 21:45:13 astpbx local0.notice asterisk[406]: NOTICE[446]: 
 chan_sip.c:28073 in handle_request_register: Registration from '1020 
 sip:1...@xxx.xxx.xxx.xxx:5060' failed for '82.205.1.22:11464' - Wrong 
 password
 Jun 15 21:46:07 astpbx local0.notice asterisk[406]: NOTICE[446][C-0096]: 
 chan_sip.c:25533 in handle_request_invite: Failed to authenticate device 
 

Re: [Astlinux-users] OpenVox

2014-06-12 Thread Darrick Hartman
Voltage will only be an issue on FXS channels. If you're using FXO, you won't 
have an issue.

If a special driver is required, you'll need to build this in your own build 
environment. We're currently not including any OpenVox drivers.

I've moved almost all analog interfaces towards gateway boxes such as the 
Audiocodes or Sangoma ones. Those are quite possibly out of your budget if 
you're considering the OpenVox cards, but it's a better way to go for most 
cases.

Darrick


From: Intizar Ali [inti...@mail.com]
Sent: Thursday, June 12, 2014 10:46 AM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] OpenVox

i think you'll face voltage problem with fxs card in a thinclient , first check 
that , they provide patched dahdi .
http://downloads.openvox.cn/pub/drivers/

Sent: Thursday, June 12, 2014 at 7:48 AM
From: John Novack jnov...@stromberg-carlson.org
To: AstLinux Users Mailing List astlinux-users@lists.sourceforge.net
Subject: [Astlinux-users] OpenVox
Anyone have any experience with an OpenVox FXO/FXS card?

Main question is does this card use the standard Digium wctdm diver, or does it 
require something special?

I have someone who wants a thin client and would like to use this card, but if 
it requires any special driver that isn't going to happen with Astlinux
I have no experience with openvox

John Novack

--

Dog is my Co-pilot

-- 
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find 
What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. 
Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast 
Processing  Easy Data Exploration 
http://p.sf.net/sfu/hpccsystems___ 
Astlinux-users mailing list Astlinux-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to 
support AstLinux are graciously accepted via PayPal to pay...@krisk.org.

--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

[Astlinux-users] AstLinux 1.1.6 Released

2014-04-24 Thread Darrick Hartman
The AstLinux Team has released version 1.1.6.  All current users are encouraged 
to upgrade as this release addresses several security and bugfix issues. (note 
that no official released version of AstLinux was affected by the Heartbleed 
bug).

AstLinux 1.1.6 adds:

 * phoneprov-tools to facilitate the mass deployment of IP phones
 * Secure DNS proxy support via DNSCrypt
 * Asterisk - DAHDI - wanpipe - rhino version bumps
 * Web Interface enhancements and package upgrades providing important security 
and bug fixes.

A full changelog can be viewed in the release pages:

http://www.astlinux.org/release/116-asterisk-1181
http://www.astlinux.org/release/116-asterisk-18261

New AstLinux Documentation Topics:

IP Phone Provisioning Getting Started
http://doc.astlinux.org/userdoc:tt_ip_phoneprov_howto

IP Phone Mass Deployment
http://doc.astlinux.org/userdoc:tt_ip_phone_provisioning

DNSCrypt Proxy Server
http://doc.astlinux.org/userdoc:tt_dnscrypt_proxy

--The AstLinux Team

--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] IAX client

2014-03-15 Thread Darrick Hartman
IAX is essentially a single vendor concept that was never fully developed. VPN 
or SIP with TLS is really the best way to go.

Sent from my mobile device. Please excuse my brevity.

-Original Message-
From: Michael Knill [michael.kn...@ipcsolutions.com.au]
Received: Saturday, 15 Mar 2014, 10:00PM
To: AstLinux Users Mailing List [astlinux-users@lists.sourceforge.net]
Subject: Re: [Astlinux-users] IAX client

Thanks Kristian

Is it just the encryption that is not secure? If I am not looking at encrypting 
media but using RSA for authentication, is this also insecure?
My concern is not call eavesdropping but instead unauthorised use through SIP 
brute force registration.

I would like to use TLS but my understanding is that you currently cannot 
enforce client certificate verification (tlsverifyclient=yes). Is this still 
the case? Do any clients even support this?

https://issues.asterisk.org/jira/browse/ASTERISK-17856

The only option I have left is VPN really.

Regards
Michael Knill




On 16/03/2014, at 3:41 AM, Kristian Kielhofner 
k...@kriskinc.commailto:k...@kriskinc.com wrote:

IAX encryption should not be trusted for anything deemed important.

Even basic reviews have uncovered several security issues and it hasn't been 
well studied beyond that.

If it must be secure use SIP over strong TLS with good keys, cipher suites, etc 
or use a VPN.

On Saturday, March 15, 2014, Benjamin L. Naber 
benja...@project23d.commailto:benja...@project23d.com wrote:
Not yet.

I called the folks who make Zoiper to inquire when a feature like that
would be available, and it was stated they are working on it.

Not only does IAX2 support RSA authentication, it also supports stream
encryption.



On Sat, 2014-03-15 at 16:08 +1100, Michael Knill wrote:
 Hi group


 I have been looking at secure remote telephony access solutions for
 Astlinux.
 I found that IAX supports RSA authentication which looks great but I
 cant seem to find any clients which support it. Does anyone know if
 there is one?
 Is this only used for trunking between Asterisk systems?

 Regards
 Michael Knill







 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___ Astlinux-users mailing list 
 Astlinux-users@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to 
 support AstLinux are graciously accepted via PayPal to pay...@krisk.org.



--
Sent from mobile device
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] Commercial support for Astlinux?

2014-03-04 Thread Darrick Hartman
We use and support AstLinux commercially. Feel free to contact me off list.

Darrick

-Original Message-
From: Peter Loron [pet...@standingwave.org]
Received: Tuesday, 04 Mar 2014, 11:21PM
To: Astlinux-users@lists.sourceforge.net [Astlinux-users@lists.sourceforge.net]
Subject: [Astlinux-users] Commercial support for Astlinux?

Hello. At $WORK, we’re looking to replace a 3CX PBX system. I’ve done some work 
with Astlinux in the past and would like to present it as an option. However, 
it has been decreed that whatever is deployed must have commercial support 
available.

I’ve done a bit of looking and been unable to find anything suggesting a 
support option for Astlinux. Did I miss something?

If not, does the hive mind have any solution to suggest? FreePBX? Digium’s 
offering?

Thanks!

-Pete
--
Subversion Kills Productivity. Get off Subversion  Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] Is my CF card failing?

2014-02-20 Thread Darrick Hartman
We've been using rsync for years with no issues.  Our script pulls into a 
central server around 11pm when there is virtually no activity on 95% of our 
customer boxes.  A snapshot technology would be arguably better, but would 
require LVM and all of the extra complexity.  Not worth it with what we're 
doing here.

We take the /oldroot/mnt/asturw directory and have used only one partition on 
nearly all of our boxes.

We also use rdiff-backup to create a duplicate of those backups which allows us 
to recover backwards to however far back we choose to maintain (I believe we're 
doing approximately 90 days).

Darrick

From: Lonnie Abelbeck [li...@lonnie.abelbeck.com]
Sent: Thursday, February 20, 2014 7:51 AM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] Is my CF card failing?

I think Christopher is on target.

Taking Christopher's thinking in another direction, the rsync (when spawned) is 
operating on a live changing filesystem and to complicate things the rsync is 
operating only on the RW layer of the unionfs filesystem... all on a slow CF 
drive with DMA disabled (in your case).  What happens when rsync is 
transferring a file from /oldroot/mnt/asturw that unionfs changes indirectly ?  
I don't know that answer, but it is indeed complicated, though I would expect 
rsync would be be happier if operating directly with a changing filesystem 
rather than indirectly via a unionfs layer.  Of course things could work 
perfectly 99.99... % of the time, it is the 0.00...1 % of the time at issue.

Personally I always use separate partitions for /oldroot/mnt/asturw and /mnt/kd 
when setting-up the system using setup.php or initial-setup.  In this case your 
rsync backup scheme would have to be called twice, once for /oldroot/mnt/asturw 
and once for /mnt/kd, but the good news is unionfs is not involved with /mnt/kd 
in this case, which contains all the live, changing files.

Lonnie


On Feb 20, 2014, at 6:19 AM, The Cadillac Kid wrote:

 I have had failed CF cards act like this and work fine after a power cycle 
 for awhile... what I THINK happens is that the wear levelling in the car 
 gets to the point it responds too slowly to the kernel..  the eventual result 
 will be linux remounts the card read only after so many failed reads / 
 writes..

 the cards i lost in the field would test perfectly fine with linux and 
 windows utilities...  put them back into service in the soekris and same 
 errors would come back after a few days or sometimes a few hours
 -Christopher



 On Wednesday, February 19, 2014 7:39 AM, David Kerr da...@kerr.net wrote:
 rsync is running on a separate server, a ReadyNAS, connects to astlinux over 
 ssh to pull the contents of asturw and save it on the server

 rsync -avz --delete -b --backup-dir=/c/home/david/PBXbackup-old -e ssh 
 -pmyport r...@pbx.mydomain.com:/oldroot/mnt/asturw  /c/home/david/PBXbackup

 David



 On Tue, Feb 18, 2014 at 10:21 PM, Benjamin L. Naber benja...@project23d.com 
 wrote:
 Are you using rsync to copy files to the same CF that your firmware is
 on?

 If so, you are going to cause the CF to fail earlier than expected, or
 if it really is failing but no showing signs, you will surely cause it
 to fail.

 Perform your backups to some other media such as USB flash/hard drive,
 or you can get really fancy and make it backup over the network via NFS.

 ~Benjamin


 On Tue, 2014-02-18 at 21:25 -0500, David Kerr wrote:
  So, I removed the CF card and plugged it into another linux system and
  ran fsck.  No errors were found.  So I backed up everything then put
  the same card back into my Alix system and rebooted.  Everything is
  working fine.  I have no idea what the problem was but I will keep an
  eye on the logs closely for the next few days and see what happens.  I
  have backup and am running a rsync backup or asturw hourly so I can
  recover if necessary.  If problems occur again I can always replace
  the Alix board as I have a second one that I used for test purposes in
  the past, but is presently unused.
 
 
  David
 
 
  On Fri, Feb 14, 2014 at 12:58 AM, Darrick Hartman
  dhart...@djhsolutions.com wrote:
  Back it up and get a new card. It looks like you are having
  some sort of hardware problems.
 
  -Original Message-
  From: David Kerr [da...@kerr.net]
  Received: Thursday, 13 Feb 2014, 11:42PM
  To: AstLinux Users Mailing List
  [astlinux-users@lists.sourceforge.net]
  Subject: [Astlinux-users] Is my CF card failing?
 
  My log is full of the following messages.  Many day's worth.
   Looks like I have a CF card problem?  Appears that CDRs are
  not being logged either.  I'm afraid to reboot the device in
  case it doesn't come back up again.
 
 
  Thoughts?
  David
 
 
 
 
 
 
 
 
  Feb 13 23:54:32 pbx user.err kernel: end_request: I/O error, dev 
  sda

Re: [Astlinux-users] Is my CF card failing?

2014-02-13 Thread Darrick Hartman
Back it up and get a new card. It looks like you are having some sort of 
hardware problems.

-Original Message-
From: David Kerr [da...@kerr.net]
Received: Thursday, 13 Feb 2014, 11:42PM
To: AstLinux Users Mailing List [astlinux-users@lists.sourceforge.net]
Subject: [Astlinux-users] Is my CF card failing?

My log is full of the following messages.  Many day's worth.  Looks like I have 
a CF card problem?  Appears that CDRs are not being logged either.  I'm afraid 
to reboot the device in case it doesn't come back up again.

Thoughts?
David






Feb 13 23:54:32 pbx user.err kernel: end_request: I/O error, dev sda, sector 
3145704
Feb 13 23:54:32 pbx user.err kernel: EXT2-fs (sda2): previous I/O error to 
superblock detected
Feb 13 23:54:32 pbx user.infohttp://user.info kernel: sd 0:0:0:0: [sda] 
Unhandled error code
Feb 13 23:54:32 pbx user.infohttp://user.info kernel: sd 0:0:0:0: [sda] 
Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
Feb 13 23:54:32 pbx user.infohttp://user.info kernel: sd 0:0:0:0: [sda] CDB: 
Write(10): 2a 00 00 03 ff c0 00 00 08 00
Feb 13 23:54:32 pbx user.err kernel: end_request: I/O error, dev sda, sector 
262080
Feb 13 23:54:32 pbx user.err kernel: Buffer I/O error on device sda2, logical 
block 0
Feb 13 23:54:32 pbx user.warn kernel: lost page write due to I/O error on sda2
Feb 13 23:54:32 pbx user.crit kernel: EXT2-fs (sda2): error: ext2_get_inode: 
unable to read inode block - inode=171522, block=360453
Feb 13 23:54:32 pbx user.infohttp://user.info kernel: sd 0:0:0:0: [sda] 
Unhandled error code
Feb 13 23:54:32 pbx user.infohttp://user.info kernel: sd 0:0:0:0: [sda] 
Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
Feb 13 23:54:32 pbx user.infohttp://user.info kernel: sd 0:0:0:0: [sda] CDB: 
Read(10): 28 00 00 08 05 30 00 00 08 00
Feb 13 23:54:32 pbx user.err kernel: end_request: I/O error, dev sda, sector 
525616
Feb 13 23:54:32 pbx user.err kernel: EXT2-fs (sda2): previous I/O error to 
superblock detected
Feb 13 23:54:32 pbx user.infohttp://user.info kernel: sd 0:0:0:0: [sda] 
Unhandled error code
Feb 13 23:54:32 pbx user.infohttp://user.info kernel: sd 0:0:0:0: [sda] 
Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
Feb 13 23:54:32 pbx user.infohttp://user.info kernel: sd 0:0:0:0: [sda] CDB: 
Write(10): 2a 00 00 03 ff c0 00 00 08 00
Feb 13 23:54:32 pbx user.err kernel: end_request: I/O error, dev sda, sector 
262080
--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] Forgotten WEB access password

2013-12-20 Thread Darrick Hartman
David,

You can simply delete the .htpasswd file located in
/oldroot/mnt/asturw/stat/var/www/admin

That will revert it back to the stock one found in /stat/var/www/admin (which 
is astlinux).  Note that if you have other user passwords, you may want to save 
a backup of that file and copy the lines after the admin user back into the 
.htpasswd file in /oldroot/mnt/asturw/stat/var/www/admin after it gets 
re-created (which will happen after you re-set the admin password to something 
other than astlinux.

You may need to re-start lighttpd, but I don't believe that's the case.

Darrick

From: David McQuie [mailto:da...@mcquie.com]
Sent: Friday, December 20, 2013 10:41 PM
To: astlinux-users@lists.sourceforge.net
Subject: [Astlinux-users] Forgotten WEB access password


I have forgotten the web admin password  used to access the web interface for 
the machine that I maintain where I work.

I can get in on the CLI using ssh however I mostly prefer the web gui.

Is there a way to erase the web interface admin password so that I can get in 
ans use the web gui again.

Thanks.

David

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

[Astlinux-users] AstLinux 1.1.3 Released

2013-09-27 Thread Darrick Hartman
The AstLinux Team has released AstLinux 1.1.3.  All current users are 
encouraged to upgrade as this release addresses several security and bugfix 
issues.


AstLinux 1.1.3 adds:

* An Asterisk Operator Panel (FOP2) via a new Add-On Package facility

* Logrotate automatically configured to control logging

* The latest Prosody which now works with Asterisk 1.8 res_jabber and supports 
XMPP PubSub

* Web Interface enhancements

* Package upgrades providing security and bug fixes



A full changelog can be viewed in the release pages:



http://www.astlinux.org/release/113-asterisk-1151

http://www.astlinux.org/release/113-asterisk-18231



New AstLinux Documentation Topics:



Asterisk Flash Operator Panel 2

http://doc.astlinux.org/userdoc:tt_asterisk-fop2



Distribute Asterisk Events using XMPP PubSub

http://doc.astlinux.org/userdoc:tt_distribute_events_xmpp_pubsub



External Music on Hold Source

http://doc.astlinux.org/userdoc:tt_external_moh_source

--The AstLinux Team
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] disabling ACPI on boot up i586 generic

2013-07-09 Thread Darrick Hartman
Lach,

Can you please answer Lonnie's original question?  What are you trying to solve 
by turning off ACPI?  Normally, we don't see that as something you'd want/need 
to turn off.  If it should be turned off, we'd like to know why so we can make 
that as an option for other users moving forward.

Thanks,

Darrick

From: Lachlan Dunlop [mailto:lachdun...@gmail.com]
Sent: Tuesday, July 09, 2013 5:42 PM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] disabling ACPI on boot up i586 generic

Lonnie,

Yes the kernel level stuff. Thx!

The bios on my computer will not let me turn off ACPI.  I can set the state to 
S1 or S3  and that is all.

all good now.

lach


On Tue, Jul 9, 2013 at 5:06 PM, Lonnie Abelbeck 
li...@lonnie.abelbeck.commailto:li...@lonnie.abelbeck.com wrote:
Lach,

Can you be more specific what you are trying to solve ?

ACPI is usually enabled/disabled in the BIOS, are you trying to define a kernel 
option like acpi=off ?  If the latter you need to edit 
/oldroot/cdrom/os/astlinux-.run.conf and add to the KCMD= variable.

You must first issue: mount -o rw,remount /oldroot/cdrom to be writable.

Lonnie


On Jul 9, 2013, at 4:07 PM, Lachlan Dunlop wrote:

 Hello,

 I am trying how to figure out to configure Astlinux 1.1.0 to disable ACPI on 
 boot.

 Thx for any help.

 lach

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.netmailto:Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.orgmailto:pay...@krisk.org.

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

[Astlinux-users] AstLinux 1.1.2 Released

2013-07-01 Thread Darrick Hartman
The AstLinux Team has released AstLinux 1.1.2.  All current users are 
encouraged to upgrade as this release addresses several security and bugfixes.

AstLinux 1.1.2 adds: 
* LDAP client tools, 
* Asterisk res_snmp.so module used together with the snmpd service,
* latest Broadcom tg3 network driver, 
* firewall time-schedule-host-block plugin,
*  Web Interface enhancements and many package upgrades providing security and 
bug fixes.

A full changelog can be viewed in the release pages:
http://www.astlinux.org/release/112-asterisk-1140
http://www.astlinux.org/release/112-asterisk-18220

New AstLinux Documentation Topics:

Asterisk SNMP Monitoring
http://doc.astlinux.org/userdoc:tt_asterisk_snmp_monitoring 

LDAP Client
http://doc.astlinux.org/userdoc:tt_ldap_client 


http://www.astlinux.org 
http://doc.astlinux.org 

--The AstLinux Team

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Asterisk 11

2013-06-12 Thread Darrick Hartman
Michael,

Asterisk 11 has been stable.  I believe there are some benefits to using 
Asterisk 11 if you are using XMPP.  As always, check the Asterisk upgrade.txt 
file when switching between versions.

We've been using Asterisk 11 for well over a month at our office with no issues.

Darrick

-Original Message-
From: Michael Knill [mailto:michael.kn...@ipcsolutions.com.au] 
Sent: Tuesday, June 11, 2013 9:48 PM
To: AstLinux Users Mailing List
Subject: [Astlinux-users] Asterisk 11

Hi group

Just wondering if I should be deploying Asterisk 11 in production yet?
I am especially interested in the Jabber integration now that we have XMPP in 
Astlinux.

I realise there are a few caveats and I may need to change some of my dial 
plan. Im not using Macros and have made the switch to subroutines!

Some feedback would be great.

Regards
Michael Knill





--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Astlinux Users Vitelity Provider

2013-06-12 Thread Darrick Hartman
We've seen issues with Comcast more so than Vitelity. We have several clients 
using Vitelity without issue. We use ulaw exclusively. You might want to open a 
ticket. They've been helpful when we've had issues, most of which have been 
routing between providers.

Darrick

Sent from my mobile device. Please excuse my brevity.

-Original Message-
From: Ionel Chila [ionelch...@yahoo.com]
Received: Wednesday, 12 Jun 2013, 10:29PM
To: AstLinux Users Mailing List [astlinux-users@lists.sourceforge.net]
Subject: [Astlinux-users] Astlinux Users  Vitelity Provider

Any of you using Vitelity as their VoIP provider? I know this is not an 
Astlinux issue.
Lonnie I know you use Vitelity. What is you configuration? Any guidance please?

My voice quality on Vitelity is going downhill, very gorgly and jittery. What 
codec will Vitelity support to give the best voice quality?  What codec do you 
use in your configuration?  Any other configuration consideration to improve 
voice quality?
I have decent bandwidth and latency from my Comcast ISP.

Cheers and always appreciated
Ionel Chila
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] installing astlinux under centos

2013-06-01 Thread Darrick Hartman
Those two links discuss installing the DEVELOPMENT environment which is used to 
make AstLinux images.  It is not for installing on CentOS.  AstLinux is itself 
an OS.  It does not lay on top of an OS.

What you're asking is not something you'll be able to do with AstLinux.

Darrick

From: zaheer...@talktalk.net [mailto:zaheer...@talktalk.net]
Sent: Saturday, June 01, 2013 6:57 PM
To: astlinux-users@lists.sourceforge.net
Subject: Re: [Astlinux-users] installing astlinux under centos

these 2 links are talking about running/installing astlinux under 
centos/ubuntu???:

http://doc.astlinux.org/devdoc:documentation
http://www.fredshack.com/docs/astlinux.html

If astlinux can be installed/run under centos on a PC, then it should run in a 
virtualised environment under centos/ubuntu???

I don't really need the firmware update features, revert to previous. I have 
installed asterisk 1.8.4.4 on my vps and wanted to have the Astlinux GUI to 
monitor/programme it. Is there any way of installing the ASTLINUX GUI manually 
after I have installed asterisk manually and getting it to edit .conf files 
like the tool below.

If I could then it would be all I need. (Full virtualisation is possible with 
KVM/Xen HVM but I only have a OpenVZ at the minute). If I had full 
virtualisation VPS, I would probably use Askozia as it's so much easier to 
programme.



-Original Message-
From: Lonnie Abelbeck 
li...@lonnie.abelbeck.commailto:li...@lonnie.abelbeck.com
To: AstLinux Users Mailing List 
astlinux-users@lists.sourceforge.netmailto:astlinux-users@lists.sourceforge.net
Sent: Sun, 2 Jun 2013 0:28
Subject: Re: [Astlinux-users] installing astlinux under centos

AstLinux in a VM requires full virtualization like VMware or VirtualBox.








I don't see how it could work with OpenVZ without major hacking, and then




features like firmware updates, revert-to-previous, etc. would no longer work.




AstLinux has it's own boot-loader RUNNIX which then kexec's the .run image along




with the initrd .  I don't know much about OpenVZ, but I don't see how this




double boot would work in OpenVZ.








Lonnie
















On Jun 1, 2013, at 4:05 PM, 
zaheer...@talktalk.netmailto:zaheer...@talktalk.net wrote:








 hi,









 My aim was to run it on centos as a hosted pbx on an OpenVZ based VPS much in




the way that we can run trixbox, elastix, PIAF, etc under centos in an OpenVZ




environment.  After all we can run asterisk under centos, we can run freepbx




front end under centos. Astlinux is the same, isn't it (I hope that's not




blasphemy!), it is asterisk with a the astlinux front end. So why can we not




install it under centos, in the same was a asterisk with freepbx???









 If anyone knows how to get it working or has created a openVZ 'template',




please let me know

















--




Get 100% visibility into Java/.NET code with AppDynamics Lite




It's a free troubleshooting tool designed for production




Get down to code-level detail for bottlenecks, with 2% overhead.




Download for free and get started troubleshooting in minutes.




http://p.sf.net/sfu/appdyn_d2d_ap2




___




Astlinux-users mailing list




Astlinux-users@lists.sourceforge.netmailto:Astlinux-users@lists.sourceforge.net




https://lists.sourceforge.net/lists/listinfo/astlinux-users








Donations to support AstLinux are graciously accepted via PayPal to




pay...@krisk.orgmailto:pay...@krisk.org.



--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] arduino

2013-05-06 Thread Darrick Hartman
Dominko,

How are you planning to use this? What would be the benefit to the overall 
project?

Darrick

-Original Message-
From: Dominko Vrljic [dominko_vrl...@yahoo.com]
Received: Monday, 06 May 2013, 6:23AM
To: AstLinux Users Mailing List [astlinux-users@lists.sourceforge.net]
Subject: [Astlinux-users] arduino


Hi all! I am playing with astlinux and arduino uno device 
(http://arduino.cc/en/Main/arduinoBoardUno)
I am traying to establish serail communication with arduino over USB cable.
Obvious I need driver: cdc_acm.ko.
Is it posslible include this driver in next release of astlinux?
Regards,
Dominko


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.
--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] arduino

2013-05-06 Thread Darrick Hartman
If you can prove that it can be done over usb, then it's something we could 
consider adding.  Until then, I don't think it's good to use for your testing 
purposes.

Darrick

From: Dominko Vrljic [mailto:dominko_vrl...@yahoo.com]
Sent: Monday, May 06, 2013 4:08 PM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] arduino

Lonnie,

imho, you should not compare  Raspberry Pi and Arduino.
You can compare Raspberry Pi and Alix board for example.
Garage Door Project is implamanted by GPIO interfaces on Rasberry Pi. But Alix 
board also has GPIO. Jateway boards also.
Arduino is microcontroller and can run more differnet project then Alix board 
by GPIO.
Communication between arduino and astlinux is a thing I have yet to learn.
The most examples found on interent is with Arduino Ethernet Shield, additional 
board with ethernet interface.
But I think it can be achived by USB only.

Regards,

Dominko






From: Lonnie Abelbeck 
li...@lonnie.abelbeck.commailto:li...@lonnie.abelbeck.com
To: AstLinux Users Mailing List 
astlinux-users@lists.sourceforge.netmailto:astlinux-users@lists.sourceforge.net
Sent: Monday, May 6, 2013 7:28 PM
Subject: Re: [Astlinux-users] arduino

Dominko,

Thinking about this some more, at least with the Raspberry Pi, using 
XMPP/Jabber to trigger relay events from Asterisk seems like a more general 
approach, without needing any USB cable connected to AstLinux.

Recent versions of AstLinux support the Prosody XMPP server as well as the 
shell command sendxmpp (or Asterisk 11 JabberSend function) XMPP client which 
could send a jabber message as a command.
http://doc.astlinux.org/userdoc:tt-xmpp-server#xmpp_command_line_client
The Raspberry Pi could run another Prosody server or some sort of XMPP/Jabber 
client.  Different JID's could allow different permission levels by where and 
which are allowed as buddies.

Here is an example after a quick google search:

Raspberry Pi Garage Door Project using the XMPP/Jabber protocol
http://www.youtube.com/watch?v=97oZNOBbrfQ

I have never tried this sort of thing, but it seems doable.  I'm not sure if 
the arduino can run XMPP.

Lonnie


On May 6, 2013, at 10:04 AM, Lonnie Abelbeck wrote:

 Hi Dominko,

 Interesting, it seems enabling CONFIG_USB_ACM=m would do the trick...

 But, say you have /dev/ttyACM0 as a serial device in AstLinux, are there 
 scripts to control the arduino or would you also require other binaries ?

 I understood the USB port was used by the SDK for programming the arduino, 
 but can it be also used for data transactions ?

 Lonnie



 On May 6, 2013, at 7:29 AM, Dominko Vrljic wrote:

 My initial plan is make alam system with arduino and astlinux. Astlinux will 
 call my mobile phone in case of alarm event.
 But, arduino will generally extend astlinux functionality widely: Home 
 Automation, sensor reading and even Industry Automation.
 On internet you can found lot of information about raspberry pi and arduino 
 integration. I think all can be applied to Astlinux.

 Dominko


 From: Darrick Hartman 
 dhart...@djhsolutions.commailto:dhart...@djhsolutions.com
 To: dominko_vrl...@yahoo.commailto:dominko_vrl...@yahoo.com 
 dominko_vrl...@yahoo.commailto:dominko_vrl...@yahoo.com; 
 astlinux-users@lists.sourceforge.netmailto:astlinux-users@lists.sourceforge.net
  
 astlinux-users@lists.sourceforge.netmailto:astlinux-users@lists.sourceforge.net
 Sent: Monday, May 6, 2013 1:31 PM
 Subject: RE: [Astlinux-users] arduino

 Dominko,

 How are you planning to use this? What would be the benefit to the overall 
 project?

 Darrick

 -Original Message-
 From: Dominko Vrljic 
 [dominko_vrl...@yahoo.commailto:dominko_vrl...@yahoo.com]
 Received: Monday, 06 May 2013, 6:23AM
 To: AstLinux Users Mailing List 
 [astlinux-users@lists.sourceforge.netmailto:astlinux-users@lists.sourceforge.net]
 Subject: [Astlinux-users] arduino


 Hi all! I am playing with astlinux and arduino uno device 
 (http://arduino.cc/en/Main/arduinoBoardUno)
 I am traying to establish serail communication with arduino over USB cable.
 Obvious I need driver: cdc_acm.ko.
 Is it posslible include this driver in next release of astlinux?
 Regards,
 Dominko


 --
 Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
 Get 100% visibility into your production application - at no cost.
 Code-level diagnostics for performance bottlenecks with 2% overhead
 Download for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap1
 ___
 Astlinux-users mailing list
 Astlinux-users@lists.sourceforge.netmailto:Astlinux-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/astlinux-users

 Donations to support AstLinux are graciously accepted via PayPal to 
 pay...@krisk.org.mailto:pay...@krisk.org

Re: [Astlinux-users] is there a way to use ? symbol in Password, I have newest Astlinux and all passwords with ? are not accepted.

2013-04-29 Thread Darrick Hartman
Nedi,

Are you talking about the pppoe password or in Asterisk? Not clear if you mean 
your ISP or SIP provider.


Sent from my mobile device. Please excuse my brevity.

-Original Message-
From: nedi [n...@gmx.ch]
Received: Monday, 29 Apr 2013, 6:55AM
To: Astlinux [astlinux-users@lists.sourceforge.net]
Subject: [Astlinux-users] is there a way to use ? symbol in Password, I have 
newest Astlinux and all passwords with ? are not accepted.

Hi,
is there a way to use  ? symbol in Password, I get those password from 
provider an I have newest Astlinux but all passwords with ? in Password are not 
connected I think ? is not accepted.
Regards Nedi

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.
--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] QoS and Traffic Shaping

2013-03-03 Thread Darrick Hartman
Dan,

I've often found that on faster internet connections, the traffic shaping 
really isn't necessary.  It's hard to fill a 4Mb/s pipe unless you have 
multiple people working remotely off a server in your office (or people are 
doing bittorrent.  I usually only turn on traffic shaping if there is a problem.

Having said that, it shouldn't hurt anything to shape just the outbound traffic.

Darrick


From: d...@ryson.org [d...@ryson.org]
Sent: Sunday, March 03, 2013 10:42 AM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] QoS and Traffic Shaping


Hi Michael,



Sorry to be unclear...



Late last week, when the symptom was exhibiting itself (when one of my 
co-workers trying to download half of the Internet), I defeated Traffic Shaping 
altogether using the pulldown option menu on the Firewall page.  This pulldown, 
which includes selections for htb and hfsc, also has a Disabled option.  
Last week, the moment we set this pulldown to Disabled, the incoming audio 
dropouts completely went away.



At present, with Lonnie's recent suggestion, I've reset this pulldown to htb, 
and entered a Downlink Speed of 0 K bits-per-second.



Cordially,



Dan



-Original Message-
From: Michael Knill michael.kn...@ipcsolutions.com.au
Sent: Saturday, March 2, 2013 11:55pm
To: AstLinux Users Mailing List astlinux-users@lists.sourceforge.net
Subject: Re: [Astlinux-users] QoS and Traffic Shaping


Hi Dan

When you say that you defeated the Traffic Shaping altogether, did you set it 
to 0K or something else?

Regards
Michael Knill




On 03/03/2013, at 7:59 AM, Dan Ryson d...@ryson.org wrote:

 Hello Lonnie,

 Thanks for the advice. I'll give your 0 K bits-per-second Downlink
 setting a try. I suspect that'll work for us based on the following
 observation, made shortly after I send my most recent e-mail.

 While downloading a bunch of files at a high bandwidth and listening to
 drop-outs on incoming voice traffic, we tried a wide range of Downlink
 speeds, from 500 K all the way up to 30,000 K. (Our advertised rate is
 27/7.) Because the severity of drop-outs lessened but persisted at the
 higher rate settings, we tried defeating Traffic Shaping all together.
 As soon as we did, the dropouts were eliminated. (Kind of ironic...)

 Dan



 On 03/01/2013 04:48 PM, Lonnie Abelbeck wrote:
 Hi Dan,

 I would suggest you try setting the Downlink Speed: to 0 K 
 bits-per-second, and give that a try.

 This special case will disable all downlink 'shaping', which for the 
 downlink is simply dropping packets coming in faster than the rate specified.

 The only real true 'shaping' can be done on the Uplink where packets are 
 prioritized before being sent. Even with the Uplink Speed at the 
 advertised rate, there is about 25% headroom for VoIP traffic built-in. For 
 example, with a 4 Mbps UP connection and Uplink Speed: set to 4000 K 
 bits-per-second, HTTP (low priority) traffic UP will be limited to about 3 
 Mbps and about 1 Mbps headroom is reserved for VoIP.

 My guess is your such low Downlink Speed and the new more accurate 
 downlink shaping, it is dropping downlink VoIP packets when that threshold 
 is met.

 Previous to AstLinux 1.1.0 the method used to shape the downlink did not 
 work properly for all ethernet NIC's, the current method works for all NIC's 
 we have access to test.

 In general, some may disagree with me, but 'shaping' Downlink traffic by 
 dropping packets in a VoIP environment seems like a bad idea. Of course 
 there may be special cases when shaping Downlink traffic is fine, 
 particularly if it is primarily TCP traffic and not VoIP.

 Personally on my Cable Modem - AstLinux setup, my Downlink Speed: is set 
 to 0 K bits-per-second and my Uplink Speed: is set to my typical real 
 speed when traffic shaping is disabled. I use htb as well.

 Lonnie




 On Feb 28, 2013, at 11:39 AM, Dan Ryson wrote:

 All,

 I'm reviving this old thread to inquire whether recent changes in 1.1.0
 traffic shaping (outlined below) might affect how best to adjust specific
 QOS settings.

 ChangeLog 1.1.0_1 includes this little nugget:

 AIF traffic-shaping, incoming (ingress) traffic shaping now uses avrate
 for more accurate shaping.
 Note: This new approach is somewhat more aggressive than previously,
 increasing the limit may be desired.

 I'm asking because we're experiencing a new symptom whenever someone in the
 office downloads large files at high speeds. We experience periodic (every
 1.5 seconds or so) audio dropouts on incoming voices only. This is a new
 symptom for us that we would be delighted to fix.

 We're using htb with what we believe to be very conservative settings:

 * UP/DOWN speeds are set at 30% of advertised ISP values. (We've tried
 less radical settings too.)
 * VoIP UDP Ports are defined to match those specified in RTP.conf
 * DSCP markings are set in sip.conf as Lonnie recommended below

 Any thoughts?

 Thanks,

 Dan

 -Original 

Re: [Astlinux-users] [Astlinux-devel] AstLinux 1.1.0 Released

2013-02-26 Thread Darrick Hartman
Tom,

The 1.4 firmware upgrades are there for AstLinux 1.1.0 because some code was 
added to force VIA users over to the Generic i586 platform.  Astlinux 1.1.0 
will be the last image for Asterisk 1.4.x and the last for VIA (wrap and 
net4801).

Does that make sense?

Darrick

From: Tom Chadwin [mailto:nnpait.servi...@googlemail.com]
Sent: Tuesday, February 26, 2013 4:31 AM
To: 'AstLinux Users Mailing List'
Subject: Re: [Astlinux-users] [Astlinux-devel] AstLinux 1.1.0 Released

Thanks, James. I will grasp the nettle soon. I promise.

A clarification: 1.4 is not officially supported under 1.1. However, I've just 
done a GUI upgrade on a 1.0.6/1.4 backup box, and it has upgraded to 1.1. So, 
is there a 1.1/1.4 image in the repository, despite the fact that it is 
unsupported?

I'm a little confused.

Thanks

Tom


From: James Babiak [mailto:ja...@routed.com]
Sent: 08 February 2013 12:30
To: nnpait.servi...@googlemail.commailto:nnpait.servi...@googlemail.com; 
AstLinux Users Mailing List
Subject: Re: [Astlinux-users] [Astlinux-devel] AstLinux 1.1.0 Released

Tom,

I was in the same boat as you. Then, about six to eight months ago, I bit the 
bullet and transitioned from 1.4 to 1.8. Overall, the process was extremely 
smooth. Asterisk provides documentation on configuration changes. They claim 
that some things need to be removed/changed in your dialplan because they won't 
work anymore (ie: macros), but they still work! The biggest change I had to 
make was deliminator characters in my configuration. But all-in-all, it only 
took me about 15 minutes to get everything working properly. I haven't looked 
at 11 yet.

--James
On Fri, Feb 8, 2013 at 3:40 AM, Tom Chadwin 
nnpait.servi...@googlemail.commailto:nnpait.servi...@googlemail.com wrote:
In that case, can someone point me towards a decent reference site for 
migrating from 1.4 to either supported version (and give me an idea as to which 
version it would be most sensible to select)? I've been put off upgrading in 
the past because I couldn't get better info than there are lots of changes, 
and macros are gone.

Tom


From: Darrick Hartman 
[mailto:dhart...@djhsolutions.commailto:dhart...@djhsolutions.com]
Sent: 07 February 2013 20:16
To: 
asterisk-users-boun...@lists.digium.commailto:asterisk-users-boun...@lists.digium.com;
 AstLinux Developers Mailing List 
(astlinux-de...@lists.sourceforge.netmailto:astlinux-de...@lists.sourceforge.net);
 'AstLinux Users Mailing List'
Subject: [Astlinux-devel] AstLinux 1.1.0 Released

The AstLinux Team is pleased to announce the release of AstLinux 1.1.0.  This 
is a slightly more significant upgrade from previous version updates.

Some of the key additions include:

--Prosody, an XMPP/Jabber Server
--Asterisk Calendar integration
--A more complete implementation of perl
--Lua scripting language

We also made the decision to no longer officially support Asterisk 1.4.  While 
it's possible to build images using the Custom Build Engine at 
http://build.asterisk.org, we strongly suggest moving to either Asterisk 1.8 or 
Asterisk 11.

Several changes were made in the supported target boards as well.  Both the 
net4801 and WRAP have been dropped.  The code in AstLinux 1.1.0 will also 
migrate current VIA and VIA-C7 users to the Generic i586 platform.  This 
migration will happen automatically and transparently when upgrading from 1.1.0 
to later versions.

Links to release pages with the full changelog are below:

Asterisk 11 http://www.astlinux.org/release/110-asterisk-1121
Asterisk 1.8 http://www.astlinux.org/release/110-asterisk-18201

The AstLinux Team

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.netmailto:Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.orgmailto:pay...@krisk.org.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] AstLinux 1.1.0 Released

2013-02-08 Thread Darrick Hartman
Please see the posts made earlier today. The troubleshooting steps are there. 
It's most likely a config problem or an incompatibility issue with an add on.

Sent from my mobile device. Please excuse my brevity.

-Original Message-
From: Ionel Chila [ionelch...@yahoo.com]
Received: Friday, 08 Feb 2013, 4:58PM
To: AstLinux Users Mailing List [astlinux-users@lists.sourceforge.net]
Subject: Re: [Astlinux-users] AstLinux 1.1.0 Released

Good work as always.  The Asterisk 11 switch / upgrade didn't work for me :(  I 
can't even start asterisk :(  How can I start troubleshooting?

Thanks in advance



From: Darrick Hartman dhart...@djhsolutions.com
To: asterisk-users-boun...@lists.digium.com 
asterisk-users-boun...@lists.digium.com; AstLinux Developers Mailing List 
(astlinux-de...@lists.sourceforge.net) astlinux-de...@lists.sourceforge.net; 
'AstLinux Users Mailing List' astlinux-users@lists.sourceforge.net
Sent: Thursday, February 7, 2013 2:16 PM
Subject: [Astlinux-users] AstLinux 1.1.0 Released

The AstLinux Team is pleased to announce the release of AstLinux 1.1.0.  This 
is a slightly more significant upgrade from previous version updates.

Some of the key additions include:

--Prosody, an XMPP/Jabber Server
--Asterisk Calendar integration
--A more complete implementation of perl
--Lua scripting language

We also made the decision to no longer officially support Asterisk 1.4.  While 
it’s possible to build images using the Custom Build Engine at 
http://build.asterisk.org, we strongly suggest moving to either Asterisk 1.8 or 
Asterisk 11.

Several changes were made in the supported target “boards” as well.  Both the 
net4801 and WRAP have been dropped.  The code in AstLinux 1.1.0 will also 
migrate current VIA and VIA-C7 users to the Generic i586 platform.  This 
migration will happen automatically and transparently when upgrading from 1.1.0 
to later versions.

Links to release pages with the full changelog are below:

Asterisk 11 http://www.astlinux.org/release/110-asterisk-1121
Asterisk 1.8 http://www.astlinux.org/release/110-asterisk-18201

The AstLinux Team

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.netmailto:Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.orgmailto:pay...@krisk.org.

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

[Astlinux-users] AstLinux 1.1.0 Released

2013-02-07 Thread Darrick Hartman
The AstLinux Team is pleased to announce the release of AstLinux 1.1.0.  This 
is a slightly more significant upgrade from previous version updates.

Some of the key additions include:

--Prosody, an XMPP/Jabber Server
--Asterisk Calendar integration
--A more complete implementation of perl
--Lua scripting language

We also made the decision to no longer officially support Asterisk 1.4.  While 
it's possible to build images using the Custom Build Engine at 
http://build.asterisk.org, we strongly suggest moving to either Asterisk 1.8 or 
Asterisk 11.

Several changes were made in the supported target boards as well.  Both the 
net4801 and WRAP have been dropped.  The code in AstLinux 1.1.0 will also 
migrate current VIA and VIA-C7 users to the Generic i586 platform.  This 
migration will happen automatically and transparently when upgrading from 1.1.0 
to later versions.

Links to release pages with the full changelog are below:

Asterisk 11 http://www.astlinux.org/release/110-asterisk-1121
Asterisk 1.8 http://www.astlinux.org/release/110-asterisk-18201

The AstLinux Team
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] Asterisk 11

2013-01-19 Thread Darrick Hartman
David

Thanks for pointing out those specifics. Most of that is standard practice when 
migrating between major versions. It's always good to have the reminder though.

Darrick

Sent from my mobile device. Please excuse my brevity.

-Original Message-
From: David Kerr [da...@kerr.net]
Received: Saturday, 19 Jan 2013, 9:40AM
To: AstLinux Users Mailing List [astlinux-users@lists.sourceforge.net]
Subject: [Astlinux-users] Asterisk 11

I've started to test moving from Asterisk 1.8 to 11 on Astlinux and thought I 
would note a few things that I have discovered so far...

1) If you have any non-standard modules you will need to get new versions. e.g. 
res_fax_digium.so and codec_g729.so.  Asterisk 11 will crash on startup if you 
have the wrong fax module (you should temporarily turn off safe asterisk until 
you complete your migration... I got into a loop of 
crash/restart/crash/restart).  It will load the g729 (free version is what I 
used) but it won't work. In both cases versions for Asterisk 11 are available 
and do work.

2) Google talk/voice support has changed. New Motif and XMPP config files 
needed.  There can be no errors in motif.conf (like if you use their sample 
file which sets up jabber/talk/voice contexts that don't exist in xmpp.conf).  
The motif module will not load if there are any errors, need to clean out the 
.conf file to only have what you need.

3) Related to (2)... the jabber status command is now xmpp show connections 
which is set in the prefs tab of the web interface (you need to change it from 
jabber show connections).

4) There are many more .conf files in general.  I'm still going through them 
all.  But Astlinux has no easy way (that I can see) to help merge in new .conf 
files.  Once you have a kd with asterisk directory it replaces all the default 
conf files, not just ones that you may have modified.

Other than that, I have it running and seems to be working fine.

David
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

[Astlinux-users] AstLinux 1.0.6 Released

2012-12-14 Thread Darrick Hartman
The AstLinux Team is happy to announce the release of AstLinux 1.0.6 with 
support for Asterisk 1.8.18.1 and Asterisk 1.4.44.  Asterisk 11 images are 
available at http://build.astlinux.org

For a full changelog and more details about these releases, please visit 
http://www.astlinux.org

-The AstLinux Team
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] NAT rule

2012-12-11 Thread Darrick Hartman
Tom,

You may also need to have your gateway/router device have a route to the 
OpenVPN subnet that identifies the Astlinux box as the gateway for the OpenVPN 
subnet.

Darrick

-Original Message-
From: Tom Chadwin [mailto:nnpait.servi...@googlemail.com] 
Sent: Tuesday, December 11, 2012 10:35 AM
To: 'AstLinux Users Mailing List'
Subject: Re: [Astlinux-users] NAT rule

Hi Lonnie

To clarify: if I set the Astlinux box up as a VPN server (probably OpenVPN road 
warrior), and I connect to that remotely, will I be able to reach other 
machines on the remote LAN, even though they do not have the Astlinux box set 
as their default gateway/route?

Thanks

Tom


-Original Message-
From: Tom Chadwin [mailto:nnpait.servi...@googlemail.com]
Sent: 10 December 2012 16:29
To: 'AstLinux Users Mailing List'
Subject: RE: [Astlinux-users] NAT rule

Understood. No, we have no VPNs set up on the Astlinux box - the firewall on 
the main line (which was down) is the VPN endpoint. I shall look at setting up 
an OpenVPN for this very situation in the future. Thanks for the suggestion.

Thanks again

Tom


-Original Message-
From: Lonnie Abelbeck [mailto:li...@lonnie.abelbeck.com]
Sent: 10 December 2012 16:27
To: AstLinux Users Mailing List
Cc: Tom Chadwin
Subject: Re: [Astlinux-users] NAT rule

Tom,

I see what you are trying to do, but the source address of your NAT EXT-LAN 
packet to the PC will be the address the PC sends the reply to, and that will 
no doubt go via your default gateway... which is down.

Though, if you had a VPN server enabled on the AstLinux box then you should be 
able to reach your internal PC.  PPTP Server may be the easiest for a quick 
temporary solution, but OpenVPN Server or IPSec Mobile would be a better long 
term solution.

Lonnie


On Dec 10, 2012, at 9:57 AM, Tom Chadwin wrote:

 Hi Lonnie
 
 OK, so that's not the explanation of why my RDP session would not
connect.
 Basic networking question follows:
 
 This Astlinux box is not the gateway for our Windows boxes. Does this 
 mean that, even if I set a port-forward up right on the Astlinux box 
 (which I think I did), there is no way to get the Windows box to send 
 it's reply via the Astlinux box, rather than via the normal gateway 
 (which in this instance was down, which is the problem I am trying to
solve)?
 
 Thanks for all the help
 
 Tom
 
 
 -Original Message-
 From: Lonnie Abelbeck [mailto:li...@lonnie.abelbeck.com]
 Sent: 10 December 2012 15:47
 To: AstLinux Users Mailing List
 Cc: Tom Chadwin
 Subject: Re: [Astlinux-users] NAT rule
 
 Hi Tom,
 
 The Firewall tab's NAT EXT: entry specifies which external IP the 
 rule applies to, by default it is 0/0 which is any external IP.  You 
 probably only have one external IP address.
 
 So, something like this would work for RDP
 --
 NAT EXT-LAN Protocol: TCP  Src: 0/0  Port: 3389  Dst: 192.168.100.10
Port:
 3389 NAT EXT: 0/0
 
 { Restart Firewall } - _x_ Confirm
 --
 
 For the advanced, special case where your external interface has more 
 than one static IP address defined via the Advanced variable 
 EXTIP_ALIAS
 (user.conf):
 
 EXTIP_ALIAS=1.2.3.11
 
 In this case, in addition to the static external IP address defined in 
 the Network tab (assume 1.2.3.10), the 1.2.3.11 address will also be
'aliased'
 to the same external interface.  For this case when NAT'ing, you can
use:
 --
 NAT EXT: 1.2.3.10
 -- or --
 NAT EXT: 1.2.3.11
 -- or --
 NAT EXT: 0/0
 --
 to specify if the NAT rule should apply to only 1.2.3.10, or only
 1.2.3.11 or both 0/0.
 
 Lonnie
 
 
 On Dec 10, 2012, at 8:04 AM, Tom Chadwin wrote:
 
 Hello all
 
 Just lost main connection to a remote site, but the Astlinux box 
 (also on the LAN) on its own line is up and reachable. I'm therefore 
 trying to set up a port forward on the Astlinux box to allow me to 
 RDP from here to a Windows box on the LAN.
 
 Have added a NAT EXTLAN rule. This brings up another field 
 labelled NAT EXT, with the default value of 0/0. What is this?
 Should I enter something here? I cannot establish the RDP session 
 yet, so something isn't
 working.
 
 Thanks
 
 Tom
 
 
 
 --
  LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free 
 Trial Remotely access PCs and mobile devices and provide instant 
 support Improve your efficiency, and focus on delivering more 
 value-add services Discover what IT Professionals Know. Rescue 
 delivers http://p.sf.net/sfu/logmein_12329d2d
 ___
 Astlinux-users mailing list
 Astlinux-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/astlinux-users
 
 Donations to support AstLinux are graciously accepted via PayPal to
pay...@krisk.org.
 
 



--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely 
access PCs and mobile devices and provide 

Re: [Astlinux-users] AstLinux 1.0.5

2012-12-04 Thread Darrick Hartman
It is up. I may have failed to announce that.


Sent from my mobile device. Please excuse my brevity.

-Original Message-
From: Fernando F. [digitaldis...@gmail.com]
Received: Tuesday, 04 Dec 2012, 10:53am
To: AstLinux Users Mailing List [astlinux-users@lists.sourceforge.net]
Subject: [Astlinux-users] AstLinux 1.0.5

How come there has not been an official release of  1.0.5?

Thank You,

Fernando Fuentes
DIGITALVOIPNET.COMhttp://DIGITALVOIPNET.COM


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] ALIX Recommendations.

2012-11-18 Thread Darrick Hartman
The Vega gateway is what we've been working with. The model number depends on 
your needs. They are built like a tank.

Sent from my mobile device. Please excuse my brevity.

-Original Message-
From: David J [da...@styleflare.com]
Received: Sunday, 18 Nov 2012, 12:44pm
To: AstLinux Users Mailing List [astlinux-users@lists.sourceforge.net]
Subject: Re: [Astlinux-users] ALIX Recommendations.


Any particular model you can suggest

Thanks

On Nov 18, 2012 1:39 PM, Darrick Hartman 
dhart...@djhsolutions.commailto:dhart...@djhsolutions.com wrote:
Sangoma makes nice sip gateway devices. For analog implementations, we are 
going this direction over an internal card.

Sent from my mobile device. Please excuse my brevity.

-Original Message-
From: Michael Keuter [li...@mksolutions.infomailto:li...@mksolutions.info]
Received: Sunday, 18 Nov 2012, 11:56am
To: AstLinux Users Mailing List 
[astlinux-users@lists.sourceforge.netmailto:astlinux-users@lists.sourceforge.net]
Subject: Re: [Astlinux-users] ALIX Recommendations.


Am 18.11.2012 um 17:41 schrieb David J:

 Thanks.

 What about if I do an analog sip gateway instead of a sangoma card? Do you 
 think that route makes sense?

That should work, and will be a lot cheaper, when you can you use an Alix 2D13.
But I never tested it, cause I don't have analog trunks.

 On Nov 18, 2012 11:40 AM, Michael Keuter 
 li...@mksolutions.infomailto:li...@mksolutions.info wrote:

 Am 18.11.2012 um 17:05 schrieb David | StyleFlare:

  I am currently running a Soekris net 5501 with Astlinux and a Sangoma
  4port Card.
  It works great, I am planning to build another board for my home office
  with an analog card for 2 lines.
 
  I was wondering if I could use an ALIX board and a sangoma card?
 
  Any recommendations?
 
  Thanks.


 Hi David,

 the Alix 2Dxx boards don't have PCI or PCIe. The only Alix board with PCI is 
 the 1D
 http://pcengines.ch/alix1d.htm

 But this is not supported by the AstLinux Alix image, maybe the geni586 
 (-serial) will work.
 But then you will lose the LED/sensor/Watchdog/etc. support.

 Maybe the Jetway boards will fit better for you, although they are more 
 expensive than the Alix.

 Michael

 http://www.mksolutions.info





 --
 Monitor your physical, virtual and cloud infrastructure from a single
 web console. Get in-depth insight into apps, servers, databases, vmware,
 SAP, cloud infrastructure, etc. Download 30-day Free Trial.
 Pricing starts from $795 for 25 servers or applications!
 http://p.sf.net/sfu/zoho_dev2dev_nov
 ___
 Astlinux-users mailing list
 Astlinux-users@lists.sourceforge.netmailto:Astlinux-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/astlinux-users

 Donations to support AstLinux are graciously accepted via PayPal to 
 pay...@krisk.orgmailto:pay...@krisk.org.
 --
 Monitor your physical, virtual and cloud infrastructure from a single
 web console. Get in-depth insight into apps, servers, databases, vmware,
 SAP, cloud infrastructure, etc. Download 30-day Free Trial.
 Pricing starts from $795 for 25 servers or applications!
 http://p.sf.net/sfu/zoho_dev2dev_nov___
 Astlinux-users mailing list
 Astlinux-users@lists.sourceforge.netmailto:Astlinux-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/astlinux-users

 Donations to support AstLinux are graciously accepted via PayPal to 
 pay...@krisk.orgmailto:pay...@krisk.org.


Michael

http://www.mksolutions.info





--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.netmailto:Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.orgmailto:pay...@krisk.org.
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux

Re: [Astlinux-users] recomendation

2012-11-14 Thread Darrick Hartman
Just so I understand this clearly, you're trying to run ESXi on that Jetway 
Atom board?  I don't think that's a supported piece of hardware, is it?

Darrick

From: Fernando F. [mailto:digitaldis...@gmail.com]
Sent: Wednesday, November 14, 2012 7:46 AM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] recomendation

Michael,

I am using the steps on http://doc.astlinux.org/userdoc:tt_vmware
As soon as I fire up astlinux it boots and in the process of cpying in to RAM 
the whole ESXi server crashes.
The ESXi server is default settings. So I am not sure what is going on.

Any pointers?

Thanks!

Thank You,

Fernando Fuentes
DIGITALVOIPNET.COMhttp://DIGITALVOIPNET.COM



On Wed, Nov 14, 2012 at 4:18 AM, Michael Keuter 
li...@mksolutions.infomailto:li...@mksolutions.info wrote:

Am 14.11.2012 um 06:02 schrieb Fernando F.:

 Team

 So my project with the Jetway NF9HQL-525 Dual Core Atom failed. I was hoping 
 to run ESXi 5.1 and every time I try to boot ast-linux it kernel panic so I 
 decided to just fully load astlinux to CF and go that route...

 I am seeking recommendations from the list...

 Is this board over kill for just Ast-Linux?
 Should I attempt to replace my pfsense box with astlinux?

 Any recommendations or thoughts?

 Fernando Fuentes
 DIGITALVOIPNET.COMhttp://DIGITALVOIPNET.COM
I have a few AstLinux installations running on VMWare vSphere 5, so in general 
it works.
Maybe there was a problem in creating the correct virtual harddisk image for 
VMWare ...
Have you tried the image before on a normal Windows/Mac/Linux PC?

Michael

http://www.mksolutions.info





--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.netmailto:Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.orgmailto:pay...@krisk.org.

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] Bridging eth ports

2012-11-14 Thread Darrick Hartman
Fernando,

Yes, this is possible, but that sounds a lot like a switch with poor 
performance ;).  Take a look at the examples in /stat/etc/rc.conf.  You'll need 
to have the appropriate variables added to user.conf, but it should be pretty 
straightforward.  Again, use /stat/etc/rc.conf as an example, do NOT edit that 
file.

If you can't figure it out by tomorrow, I'm sure someone else can respond with 
the exact variables.  Once you have the bridge (br0) created, it should show up 
in the web interface and allow you to manipulate settings on that interface.

Again, I really think you'd be better off with a 5 port switch because bridging 
those eth devices will come with a penalty in performance.

Darrick

From: Fernando F. [mailto:digitaldis...@gmail.com]
Sent: Wednesday, November 14, 2012 11:14 PM
To: AstLinux Users Mailing List
Subject: [Astlinux-users] Bridging eth ports

Is it possible to bridge the eth ports on astlinux?
I am trying to bridge eth1,2,3 to eth0

Thank You,

Fernando Fuentes
DIGITALVOIPNET.COMhttp://DIGITALVOIPNET.COM

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

[Astlinux-users] Website temporarily down

2012-09-16 Thread Darrick Hartman
I apologize for the unplanned downtime on the websites and the sporadic access 
over the last 2 days.  The server itself is fine and has been moved to a new 
location.  After the keeper of the domain registration enters the new IP 
address of the server, we'll be set.

Regards,

Darrick
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] [Astlinux-devel] AstLinux 1.0.4 Released

2012-08-17 Thread Darrick Hartman
Tom,

I believe with 2.6 you need to specify the echo canceler used.  In the past, if 
none was specified a default was used.  That behavior changed and you must now 
specify one in the DAHDI system.conf

Examples: echocanceller=hwec,channels (if you have hardware ec) .  Other 
options include mg2, kb1

Hope that gets you in the right direction.

Darrick

-Original Message-
From: Tom Chadwin [mailto:nnpait.servi...@googlemail.com] 
Sent: Friday, August 17, 2012 3:23 AM
To: 'AstLinux Users Mailing List'
Subject: Re: [Astlinux-users] [Astlinux-devel] AstLinux 1.0.4 Released

 Any DAHDI syslog errors with AstLinux 1.0.4 ?

Looks like it might be the echo canceller:

wctdm24xxp :00:0e.0: Error pinging DSP (2)

This error is not present in 1.0.2.

 From the asterisk prompt dahdi restart any errors with AstLinux 1.0.4 ?

ingrampbx*CLI dahdi restart
Destroying channels and reloading DAHDI configuration.
Initial softhangup of all DAHDI channels complete.
Final softhangup of all DAHDI channels complete.
  == Unregistered channel -2
  == Unregistered channel 1
  == Unregistered channel 2
  == Parsing '/etc/asterisk/chan_dahdi.conf': Found [Aug 17 09:04:55] 
WARNING[2919]: chan_dahdi.c:1313 dahdi_open: Unable to specify channel 1: 
Device or resource busy
-- Reconfigured channel 1, FXS Kewlstart signalling
-- Reconfigured channel 2, FXS Kewlstart signalling
-- Automatically generated pseudo channel
  == Parsing '/etc/asterisk/users.conf': Found

Not sure if that WARNING is a concern. I have no other DAHDI boxes with which 
to compare.

 From the CLI prompt show-union, any dahdi files/modules shown ?

Not exactly DAHDI, but the echo canceller again:

/oldroot/mnt/asturw/lib
/oldroot/mnt/asturw/lib/firmware
/oldroot/mnt/asturw/lib/firmware/zaptel-fw-vpmadt032.bin

 Possibly dahdi_tool from the CLI might shed some light.  Compare 
 results
1.0.2 vs. 1.0.4

1.0.2 and 1.0.4 both give:

Current Alarms: No alarms.
Sync Source:Internally clocked
IRQ Misses:   3
Bipolar Viol: 0
Tx/Rx Levels: 0/  0
Total/Conf/Act:   4/  2/  2

 Possibly a DAHDI config error effects you with DAHDI 2.6 and not with
DAHDI 2.5.  Maybe a UK thing.

Possibly. No idea what, though. I'll check my DAHDI config.

Thanks for the help. Any other ideas? Do you think the Error pinging DSP
could point towards something? Could the VPMADT032 have failed? I had major 
problems with that module back at Astlinux 0.7.2, and it related to the driver 
for that module.

Thanks

Tom


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat 
landscape has changed and how IT managers can respond. Discussions will include 
endpoint security, mobile security and the latest in malware threats. 
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] [Astlinux-devel] AstLinux 1.0.4 Released

2012-08-17 Thread Darrick Hartman
Tom,

Glad I could help.  I couldn't remember the other day what the exact change was 
in the 2.5 to 2.6 transition.

Darrick

-Original Message-
From: Tom Chadwin [mailto:nnpait.servi...@googlemail.com] 
Sent: Friday, August 17, 2012 8:18 AM
To: 'AstLinux Users Mailing List'
Subject: Re: [Astlinux-users] [Astlinux-devel] AstLinux 1.0.4 Released

Solved.

Darrick, 100% correct. Added the following to dahdi/system.conf:

echocanceller=hwec,1-2

Audio now working. Many apologies for the non-Astlinux issue, and many, many 
thanks for the help fixing it anyway.

Thanks

Tom


-Original Message-
From: Darrick Hartman [mailto:dhart...@djhsolutions.com]
Sent: 17 August 2012 12:52
To: 'AstLinux Users Mailing List'
Subject: Re: [Astlinux-users] [Astlinux-devel] AstLinux 1.0.4 Released

Tom,

I believe with 2.6 you need to specify the echo canceler used.  In the past, if 
none was specified a default was used.  That behavior changed and you must now 
specify one in the DAHDI system.conf

Examples: echocanceller=hwec,channels (if you have hardware ec) .  Other 
options include mg2, kb1

Hope that gets you in the right direction.

Darrick

-Original Message-
From: Tom Chadwin [mailto:nnpait.servi...@googlemail.com]
Sent: Friday, August 17, 2012 3:23 AM
To: 'AstLinux Users Mailing List'
Subject: Re: [Astlinux-users] [Astlinux-devel] AstLinux 1.0.4 Released

 Any DAHDI syslog errors with AstLinux 1.0.4 ?

Looks like it might be the echo canceller:

wctdm24xxp :00:0e.0: Error pinging DSP (2)

This error is not present in 1.0.2.

 From the asterisk prompt dahdi restart any errors with AstLinux 1.0.4 ?

ingrampbx*CLI dahdi restart
Destroying channels and reloading DAHDI configuration.
Initial softhangup of all DAHDI channels complete.
Final softhangup of all DAHDI channels complete.
  == Unregistered channel -2
  == Unregistered channel 1
  == Unregistered channel 2
  == Parsing '/etc/asterisk/chan_dahdi.conf': Found [Aug 17 09:04:55]
WARNING[2919]: chan_dahdi.c:1313 dahdi_open: Unable to specify channel 1:
Device or resource busy
-- Reconfigured channel 1, FXS Kewlstart signalling
-- Reconfigured channel 2, FXS Kewlstart signalling
-- Automatically generated pseudo channel
  == Parsing '/etc/asterisk/users.conf': Found

Not sure if that WARNING is a concern. I have no other DAHDI boxes with which 
to compare.

 From the CLI prompt show-union, any dahdi files/modules shown ?

Not exactly DAHDI, but the echo canceller again:

/oldroot/mnt/asturw/lib
/oldroot/mnt/asturw/lib/firmware
/oldroot/mnt/asturw/lib/firmware/zaptel-fw-vpmadt032.bin

 Possibly dahdi_tool from the CLI might shed some light.  Compare 
 results
1.0.2 vs. 1.0.4

1.0.2 and 1.0.4 both give:

Current Alarms: No alarms.
Sync Source:Internally clocked
IRQ Misses:   3
Bipolar Viol: 0
Tx/Rx Levels: 0/  0
Total/Conf/Act:   4/  2/  2

 Possibly a DAHDI config error effects you with DAHDI 2.6 and not with
DAHDI 2.5.  Maybe a UK thing.

Possibly. No idea what, though. I'll check my DAHDI config.

Thanks for the help. Any other ideas? Do you think the Error pinging DSP
could point towards something? Could the VPMADT032 have failed? I had major 
problems with that module back at Astlinux 0.7.2, and it related to the driver 
for that module.

Thanks

Tom



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat 
landscape has changed and how IT managers can respond. Discussions will include 
endpoint security, mobile security and the latest in malware threats. 
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat 
landscape has changed and how IT managers can respond. Discussions will include 
endpoint security, mobile security and the latest in malware threats. 
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat 
landscape has changed and how IT managers can respond. Discussions will include 
endpoint security, mobile security and the latest

Re: [Astlinux-users] Wireless DECT / VoIP SIP phones?

2012-08-13 Thread Darrick Hartman
David,

I've used a few of the Gigaset A580's in a small environment where paging 
wasn't really an issue.  Seemed fine and seemed to be well constructed.

The one thing that I can confirm is the Aastra DECT handsets that came with the 
57iCT and 480iCT's are best used to hold doors open.  They come with a 12 month 
warranty but routinely stop working around 13 months.  The batteries are very 
difficult to obtain also.  It's a product that should just go away.

Darrick

From: Ron Byer Lists [mailto:ronb-li...@netweave.com]
Sent: Monday, August 13, 2012 4:19 PM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] Wireless DECT / VoIP SIP phones?

David,

I've used both the snom m9 and the Panasonic TGP500 a bit.  I've also deployed 
the Aastra DECT handsets that accompany the [9]480i CT.

the m9 is a small/light handset, not quite cheap feeling, but much 
lighter/smaller than the Panasonic (or the Aastra handsets, for that matter).
the m9 uses a completely different technology base that the snom deskphones, so 
don't expect any common-ality between them.

I can't speak completely for the intercom capabilities, but I seem to recall 
that you can intercom between the handsets, but not generically through 
Asterisk. Also, you cannot dynamically change the ring tone using the SIP 
Headers approach. They have expressed a desire to do so, but that was two years 
ago on the m3.

I have had some troubles in some situations with getting the snom m9 to work 
reliably with certain routers. It's a mystery why it works in some cases and 
not others, but the phone has a bit of a tendency to lose registration and just 
sit there. A reboot always helps. I have deployed the Panasonic in some cases 
where the m9 doesn't play well.

That being said, the Panasonic uses a *completely* different registration 
methodology than your typical SIP Phone. A typical SIP phone will be configured 
to resend a registration ever so often, and, if so configured, asterisk will 
send down options packets every so often. This keeps the port path through the 
router open and fresh.

The Panasonic TGP family sends ONE registration at the dawn of time, and sends 
42 byte SIP heartbeats every 30-90 seconds, for which there are no responses 
either defined or expected. Many times if these packets don't reach the 
asterisk pbx, the phone is blissfully unaware and will still say it is 
registered.  It's ironic that I started using the Panasonic  as a stop-gap for 
the m9... I currently have a semi-large installation where the customer 
acquired a bunch of TGP550's (handset + deskset), and after some period of 
time: could be days, weeks, months, the phone just decides to stop sending the 
heartbeat, and, 90 seconds later the router closes the path, and the phone has 
to be rebooted.  I do have the attention of a 2nd/3rd level support tech within 
Panasonic looking at pcap files regarding this, but my confidence level is not 
high at present that it will be resolved in my lifetime.

Some users like the m9 handset because it is light and small. Others like the 
meatier Panasonic or Aastra. Personal preference.

Hope this helps,

Ron

On 8/13/2012 4:36 PM, David Kerr wrote:
Does anyone have any experience with wireless DECT phones for VoIP / Asterisk.  
A google search has turned up Snom M9r, Siemens Gigaset A580 IP, Panasonic 
KX-TGP500.  The Gigaset is significantly cheaper than the other two but I can't 
find a good review/comparison of them all.  One feature that I would want to 
use in the future, though maybe not initially, is intercom/paging... which 
means support for additional SIP header with answer-after=0 appended.  It is 
not clear whether any of them will work with this, the only documentation I can 
find suggests that the Snom might work... but only if it is told that the IP 
PBX is the Snom ONE.

Thoughts, or other alternatives.

David




--

Live Security Virtual Conference

Exclusive live event will cover all the ways today's security and

threat landscape has changed and how IT managers can respond. Discussions

will include endpoint security, mobile security and the latest in malware

threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/




___

Astlinux-users mailing list

Astlinux-users@lists.sourceforge.netmailto:Astlinux-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/astlinux-users



Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.orgmailto:pay...@krisk.org.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. 

[Astlinux-users] AstLinux 1.0.4 Released

2012-08-11 Thread Darrick Hartman
The AstLinux Team is happy to announce the release of 1.0.4. 

New in this release:

-- Asterisk 1.4.44 and 1.8.14.1

-- DAHDI, dahdi-linux 2.6.1 and dahdi-tools 2.6.1

-- wanpipe, version bump to 3.5.27

-- rhino, version bump to 0.99.6b2. Support is now enabled again by default.

-- libPRI, upstream patch to add layer 2 persistence option to customize the 
layer 2 behavior on BRI PTMP lines. (Thanks to Michael Keuter)

-- PHP version bump to 5.3.14 to address security issues.

-- Security fixes for OpenSSL

-- miniupnpd added (disabled by default) to support Universal Plug and Play. 
(Many thanks to David Kerr)

-- mtr added. Network diagnostic tool that combines ping and traceroute.

-- Updates to the web interface including the addition of a MeetMe tab, 
firewall enhancements and UPnP support.

For the complete changelog and to download the install images go to the 
following pages:

http://www.astlinux.org/release/104-asterisk-18141
http://www.astlinux.org/release/104-asterisk-1444


The AstLinux Team

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Fwd: accessing usb card from net5501

2012-06-23 Thread Darrick Hartman
Using genkd is deprecated.  If you read the instructions on the 
http://doc.astlinux.org website, you'll see genunion is the preferred method. 
 This allows you to use the internal flash card for both the operating system 
and persistent storage.

Unionfs has been the preferred and only officially supported persistent storage 
method since version 0.6.  You can use a second storage device, but you'll have 
to specify the path to that device.  (since the internal CF slot is seen as 
/dev/sda in the 1.0.x release series, your USB drive is probably showing up as 
/dev/sdb-you'll have to check on your system).

Darrick

From: Fernando F. [mailto:digitaldis...@gmail.com]
Sent: Saturday, June 23, 2012 8:35 AM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] Fwd: accessing usb card from net5501

My permanent storage runs from a usb drive but I did not ran the astlinux 
setup I first let it astlinux come up prompting me to go through the setup 
of the type of storage I wanted and at that point I console in and from there I 
setup the usb drive using genkd... Than I reboot astlinux and went through the 
setup and it automatically found my usb drive for permanent storage.

Thank You,

Fernando Fuentes
DIGITALVOIPNET.COMhttp://DIGITALVOIPNET.COM



On Sat, Jun 23, 2012 at 12:06 AM, Jamshaid Anwar 
jimy4u2...@gmail.commailto:jimy4u2...@gmail.com wrote:
-- Forwarded message --
From: Jamshaid Anwar jimy4u2...@gmail.commailto:jimy4u2...@gmail.com
Date: Sat, Jun 23, 2012 at 10:05 AM
Subject: accessing usb card from net5501
To: soekris-t...@lists.soekris.commailto:soekris-t...@lists.soekris.com,
soekris-tech-ow...@lists.soekris.commailto:soekris-tech-ow...@lists.soekris.com,
soekris-tech-requ...@lists.soekris.commailto:soekris-tech-requ...@lists.soekris.com


hellow
i have successfully installed astlinux image on net5501, now in order
to write things on system, i was trying to make this usb port work. i
plug a usb in the port and then give the command 'genkd' . but i get
this type of error ...


pbx ~ # usb 1-1: new high speed USB device using ehci_hcd and address 3
scsi3 : usb-storage 1-1:1.0
scsi 3:0:0:0: Direct-Access Kingston DT 101 II PMAP PQ: 0 ANSI: 0 CCS
sd 3:0:0:0: [sdc] 7936000 512-byte logical blocks: (4.06 GB/3.78 GiB)
sd 3:0:0:0: [sdc] Write Protect is off
sd 3:0:0:0: [sdc] Assuming drive cache: write through
sd 3:0:0:0: [sdc] Assuming drive cache: write through
sdc: sdc1
sd 3:0:0:0: [sdc] Assuming drive cache: write through
sd 3:0:0:0: [sdc] Attached SCSI removable disk

pbx ~ # genkd
A filesystem on /dev/sda1 is mounted. Aborting.
pbx ~ #



can i have any help with this ??



regards,
Jamshaid Anwar

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.netmailto:Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.orgmailto:pay...@krisk.org.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] Astlinux on VIA Technologies' Neo-ITX

2012-06-14 Thread Darrick Hartman
If a small business can't afford the cost of a $200 ALIX system, I doubt they 
have a need for a phone system.  You'll be spending more in phones.

Bottom-line, I don't see us supporting ARM processor in the foreseeable future. 
 It is an interesting product though.

Darrick

-Original Message-
From: Peter Loron [mailto:pet...@standingwave.org] 
Sent: Tuesday, June 12, 2012 5:42 PM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] Astlinux on VIA Technologies' Neo-ITX

Depends on the business. I suspect many of these would make nice fanless 
appliance servers for small groups that only need to handle a small number of 
calls at the same time.

-Pete

On Jun 12, 2012, at 2:28 PM, Darrick Hartman wrote:

 All of these other cheap devices are interesting, but not very practical in a 
 business use setting.
 
 -Original Message-
 From: Peter Loron [mailto:pet...@standingwave.org] 
 Sent: Tuesday, June 12, 2012 3:39 PM
 To: AstLinux Users Mailing List
 Subject: Re: [Astlinux-users] Astlinux on VIA Technologies' Neo-ITX
 
 Given the rapid increase in cheap commodity ARM devices (including HP 
 servers, Raspberry PI, Beagle, etc) it would seem advantageous to get the 
 platform ready for ARM...
 
 -Pete
 
 On Jun 12, 2012, at 12:14 PM, Kristian Kielhofner wrote:
 
 It's theoretically possible but none of the toolchain and
 cross-compiler support for ARM CPUs has been tested.  It would take a
 lot of work...
 
 On Tue, Jun 12, 2012 at 3:08 PM, jeffrey owen jeffpo...@gmail.com wrote:
 Will Astlinux run on this:  
 http://www.engadget.com/2012/06/12/via-technologies-apc-up-for-pre-order-ships-in-july/
 
 
 
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. Discussions 
 will include endpoint security, mobile security and the latest in malware 
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 Astlinux-users mailing list
 Astlinux-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/astlinux-users
 
 Donations to support AstLinux are graciously accepted via PayPal to 
 pay...@krisk.org.


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Astlinux on VIA Technologies' Neo-ITX

2012-06-14 Thread Darrick Hartman
Several of us share that opinion. The net5501 in particular is so fussy with 
the cf card, it's a problem.

Sent from my mobile device. Please excuse my brevity.

-Original Message-
From: The Cadillac Kid [eldorado...@yahoo.com]
Received: Thursday, 14 Jun 2012, 5:52pm
To: AstLinux Users Mailing List [astlinux-users@lists.sourceforge.net]
Subject: Re: [Astlinux-users] Astlinux on VIA Technologies' Neo-ITX

With the cost of Atom systems coming down so much now, I am rethinking the 
whole idea of even using Soekris boards..  although they are ROCK STABLE! in 
the field..  at some point I know CompactFlash is going to be EOL'd making the 
net5501 close to useless (the SATA on it is not real).  the Net6501 is Nice but 
Pricey..  I have installed several Atom Boards in a semi fanless environment 
(no Chip fans, but one variable speed case fan)..  I find variable speed fans 
have a LONG LIFE in the field assuming the room the system is in is not 100 
degrees or more..  even with one atom system Cooked in a 110 degree switch 
room it didnt seem to flinch

I can build a Jetway NF99FL-525 system with 4 gigs of RAM, 8 GB CF card, and a 
2 slot case for just about the same or slightly more than a Net5501  board, 
case, power...

-Christopher


From: Darrick Hartman dhart...@djhsolutions.com
To: 'AstLinux Users Mailing List' astlinux-users@lists.sourceforge.net
Sent: Wednesday, June 13, 2012 8:44 AM
Subject: Re: [Astlinux-users] Astlinux on VIA Technologies' Neo-ITX

If a small business can't afford the cost of a $200 ALIX system, I doubt they 
have a need for a phone system.  You'll be spending more in phones.

Bottom-line, I don't see us supporting ARM processor in the foreseeable future. 
 It is an interesting product though.

Darrick

-Original Message-
From: Peter Loron 
[mailto:pet...@standingwave.orgmailto:pet...@standingwave.org]
Sent: Tuesday, June 12, 2012 5:42 PM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] Astlinux on VIA Technologies' Neo-ITX

Depends on the business. I suspect many of these would make nice fanless 
appliance servers for small groups that only need to handle a small number of 
calls at the same time.

-Pete

On Jun 12, 2012, at 2:28 PM, Darrick Hartman wrote:

 All of these other cheap devices are interesting, but not very practical in a 
 business use setting.

 -Original Message-
 From: Peter Loron 
 [mailto:pet...@standingwave.orgmailto:pet...@standingwave.org]
 Sent: Tuesday, June 12, 2012 3:39 PM
 To: AstLinux Users Mailing List
 Subject: Re: [Astlinux-users] Astlinux on VIA Technologies' Neo-ITX

 Given the rapid increase in cheap commodity ARM devices (including HP 
 servers, Raspberry PI, Beagle, etc) it would seem advantageous to get the 
 platform ready for ARM...

 -Pete

 On Jun 12, 2012, at 12:14 PM, Kristian Kielhofner wrote:

 It's theoretically possible but none of the toolchain and
 cross-compiler support for ARM CPUs has been tested.  It would take a
 lot of work...

 On Tue, Jun 12, 2012 at 3:08 PM, jeffrey owen 
 jeffpo...@gmail.commailto:jeffpo...@gmail.com wrote:
 Will Astlinux run on this:  
 http://www.engadget.com/2012/06/12/via-technologies-apc-up-for-pre-order-ships-in-july/



 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 Astlinux-users mailing list
 Astlinux-users@lists.sourceforge.netmailto:Astlinux-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/astlinux-users

 Donations to support AstLinux are graciously accepted via PayPal to 
 pay...@krisk.orgmailto:pay...@krisk.org.


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.netmailto:Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.orgmailto:pay...@krisk.org.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security

Re: [Astlinux-users] Astlinux on VIA Technologies' Neo-ITX

2012-06-12 Thread Darrick Hartman
All of these other cheap devices are interesting, but not very practical in a 
business use setting.

-Original Message-
From: Peter Loron [mailto:pet...@standingwave.org] 
Sent: Tuesday, June 12, 2012 3:39 PM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] Astlinux on VIA Technologies' Neo-ITX

Given the rapid increase in cheap commodity ARM devices (including HP servers, 
Raspberry PI, Beagle, etc) it would seem advantageous to get the platform ready 
for ARM...

-Pete

On Jun 12, 2012, at 12:14 PM, Kristian Kielhofner wrote:

 It's theoretically possible but none of the toolchain and
 cross-compiler support for ARM CPUs has been tested.  It would take a
 lot of work...
 
 On Tue, Jun 12, 2012 at 3:08 PM, jeffrey owen jeffpo...@gmail.com wrote:
 Will Astlinux run on this:  
 http://www.engadget.com/2012/06/12/via-technologies-apc-up-for-pre-order-ships-in-july/
 


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] AstLinux Monitoring

2012-05-24 Thread Darrick Hartman
Michael,

I use zabbix to monitor my systems. It's pretty easy to setup and has flexible 
alerting options.

Darrick

Sent from my mobile device. Please excuse my brevity.

-Original Message-
From: Michael Knill [michael.kn...@ipcsolutions.com.au]
Received: Thursday, 24 May 2012, 6:22pm
To: astlinux-users@lists.sourceforge.net [astlinux-users@lists.sourceforge.net]
Subject: [Astlinux-users] AstLinux Monitoring

To the group

Just wondering if anyone monitors their systems and if so what do you use? It 
would be nice to not have to build a client into the system.
Is just Syslog adequate?

Thanks
Mike
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

[Astlinux-users] AstLinux 1.0.3 Release

2012-05-24 Thread Darrick Hartman
The AstLinux Team officially announces the release of AstLinux 1.0.3.  All 
users (except Rhino card users--read below) should upgrade to this release.  
There are several security updates as well as other feature improvements.

Key updates include:

-- Asterisk 1.4.44 and 1.8.11.1

-- DAHDI, dahdi-linux 2.6.0 and dahdi-tools 2.6.0 (including dahdi_hfcs)

-- wanpipe, version bump to 3.5.25, build libsangoma, DAHDI 2.6.x support

-- OpenVPN Server, added optional support for User/Pass authentication in 
addition to the certificate.

-- inadyn (Dynamic DNS) support for pairNIC

-- Security fixes for OpenSSL

Rhino users should build an image at http://build.astlinux.org and select 
Enable Rhino from the build options.  That will default the build to DAHDI 
2.5 which is compatible with the current Rhino drivers.

As always, please see the changelog for more details.

http://www.astlinux.org/release/103-asterisk-18111
http://www.astlinux.org/release/103-asterisk-1444 

The AstLinux Team

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] APC UPS Daemon

2012-05-18 Thread Darrick Hartman
Upgrade. It's fixed in 1.0.3 which is up but not on the website. Note that 
Rhino support was removed. More details when the changelog is published.

Sent from my mobile device. Please excuse my brevity.

-Original Message-
From: d...@ryson.org [d...@ryson.org]
Received: Friday, 18 May 2012, 7:28pm
To: AstLinux Users Mailing List [astlinux-users@lists.sourceforge.net]
Subject: [Astlinux-users] APC UPS Daemon


Hello,



I'm not sure how long it's been missing, but I just noticed that the trusty APC 
UPS Daemon section is no longer showing up on the Status page. It's not the end 
of the world but I've found it to be helpful from time to time.



I tried to restart the daemon using the web interface and got an Action 
Failed response in bright red.  Attempts to run it from the command line 
result in cannot execute binary file but root has execute permission.



The UPS does appear to be talking to the USB subsystem...



cat /proc/bus/usb/devices



T:  Bus=03 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#=  2 Spd=1.5 MxCh= 0
D:  Ver= 1.10 Cls=00(ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=051d ProdID=0002 Rev= 0.06
S:  Manufacturer=American Power Conversion
S:  Product=Smart-UPS 1000 FW:600.3.D USB FW:1.5
S:  SerialNumber=AS0444130183
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 30mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=00 Prot=00 Driver=usbhid
E:  Ad=81(I) Atr=03(Int.) MxPS=   6 Ivl=100ms



I'm running AstLinux 1.0.2



Any thoughts?



Dan
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] 8 port gateway

2012-05-16 Thread Darrick Hartman
The Sangoma gateways look interesting.  I haven’t pulled the trigger on one 
yet, but I echo the Grandstream concerns.  The Audiocodes devices have been 
pretty solid so far for us too.

Darrick

From: Michael Keuter [mailto:li...@mksolutions.info]
Sent: Wednesday, May 16, 2012 10:43 AM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] 8 port gateway

Hi James,

Thanks for your honest words :-).
Any experiences with the Cisco/Linksys SPA8000?

Sent from my iPad

Michael

Am 16.05.2012 um 16:51 schrieb James Babiak 
ja...@routed.commailto:ja...@routed.com:
Michael,

In a word, yes.

In two words, !$%! yes.

They are cheap, but so is the build quality. They routinely fail, don't follow 
specs properly, and are all-in-all a crap product (IMHO).

One humorous note is that the 24-port model is just three boards from the 
8-port models glued inside a larger chassis with a cable going across them.

-James
On Wed, May 16, 2012 at 6:19 AM, Michael Keuter 
li...@mksolutions.infomailto:li...@mksolutions.info wrote:

Am 14.05.2012 um 22:12 schrieb James Babiak:

 Claude,

 We use the Audiocodes MediaPac ATAs. The 1xx series as an 8-port model 
 (MP-118) that supports FXS, FXO or a combination. They are are a little more 
 complex to provision then the 2xx series (which I don't believe has an 8-port 
 model), but are very reliable. They are pricey though. Fully compatible with 
 Asterisk/Astlinux. Obviously the device itself doesn't run Astlinux, but it 
 could be run in combination with it. I've never used integrated FXS/FXO 
 cards, always external units, so I can't speak on that.

 Just don't by a Grandstream!

 -James
Hi James,

do you bad experiences with the Grandstream ATAs/Gateways?

Michael

http://www.mksolutions.info





--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.netmailto:Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.orgmailto:pay...@krisk.org.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.netmailto:Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.orgmailto:pay...@krisk.org.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] Kernel Panic : not syncing : machine check from unkown source

2012-05-13 Thread Darrick Hartman
Twanny,

Can you clarify your original statement?  You said you tried to set it to see 
more tabs.  How did you do that?  What steps did you take?

Was it working properly before that?

Darrick

-Original Message-
From: Lonnie Abelbeck [mailto:li...@lonnie.abelbeck.com] 
Sent: Sunday, May 13, 2012 8:29 AM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] Kernel Panic : not syncing : machine check from 
unkown source

Twanny,

This appears to be a problem with your disk media.

My hunch is your dd'ed the AstLinux flash image to your hard disk.  While some 
have reported this technique to work, the disk geometry of the flash image will 
not doubt be different from the actual physical disk geometry of a real hard 
drive.

AstLinux is intended to run from a flash based drive to some sort; Compact 
Flash card (CF), SATA flash module, IDE flash module, USB flash drive, etc...

You mentioned that your hardware is not able to boot from a USB flash drive, 
that implies it is quite old.  Here are my suggestions:

1) Without spending any money, confirm AstLinux is the solution for you, one 
method to give it a try is to use a VM for testing...

Convert AstLinux install files to VirtualBox
http://doc.astlinux.org/userdoc:tt_virtualbox

Convert AstLinux install files to VMware
http://doc.astlinux.org/userdoc:tt_vmware

2) After testing AstLinux, and determining it is the solution for you, you may 
want to spend a few dollars/euros:

A) Replace your hard drive with a IDE to CF card adapter (assuming you already 
have the equipment to create CF cards from your desktop)  For example something 
like

IDE 44-pin to Dual Compact Flash Adapter
http://www.amazon.com/Syba-Connectivity-44-pin-Compact-Adapter/dp/B0036DDXUM

B) You can spend more for a small flash based embedded computer, such as

PC Engines alix2d13
http://www.pcengines.ch/alix2d13.htm

If this is going to run 24/7, the power savings over an old PC is not 
insignificant.


Lonnie


On May 13, 2012, at 2:27 AM, Twanny Azzopardi wrote:

 Thanks for astlinux!
 
 Imanaged to install on an x86 board. I tried to set so that I can see more 
 tabs and now the machine starts rebooting with the error in subject.
 
 Regards.



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Disable DHCP from CLI

2012-04-19 Thread Darrick Hartman
Tom,

This is a feature that we implemented for that very reason.  I installed 
AstLinux on a network that had a Windows DHCP server.  A Windows network works 
much better if it's allow to do DHCP.

In the rc.conf (/mnt/kd/rc.conf if you have a single file, or 
/mnt/kd/rc.conf.d/user.conf if using the rc.conf.d directory) specify 
NODHCP=ethX where ethX is the network adapter on the LAN side.

James said this in his email, but he also said to stop dnsmasq.  I would not 
leave that in a stopped state.  Stop dnsmasq as he described, make this change, 
then issue the gen-rc-conf command at the CLI to re-create the /tmp/etc/rc.conf 
file (which is linked to from /etc/rc.conf and generated at startup).  Finally 
restart dnsmasq for the changes to take effect. (or reboot).

The default behavior of providing dhcp leases is fine as long as the lan is not 
shared by a Windows domain controller. 

Darrick

-Original Message-
From: Tom Chadwin [mailto:nnpait.servi...@googlemail.com] 
Sent: Thursday, April 19, 2012 10:23 AM
To: 'AstLinux Users Mailing List'
Subject: [Astlinux-users] Disable DHCP from CLI

Hello all

This must be quite a common request. How do I disable DHCP before I connect
Astlinux to a network? I obviously can't use the GUI, so how do I do it from
the command line? I won't tell you the nickname one of my colleagues gave
Astlinux after I mistakenly connected it to a live LAN once and it started
issuing DHCP addresses in conflict with our domain controllers.

Thanks

Tom

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Disable DHCP from CLI

2012-04-19 Thread Darrick Hartman
James,

Yes, editing the gui.network.conf file would be best, if that exists.  If it's 
not there, using user.conf is recommended.  I will admit that a setting in 
user.conf would over-ride anything in gui.foo.conf since the rc.conf file is 
generated in alpha-numerical order from the files in /mnt/kd/rc.conf.d/

Darrick

From: James Babiak [mailto:ja...@routed.com]
Sent: Thursday, April 19, 2012 3:27 PM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] Disable DHCP from CLI

True - my comment about stopping dnsmasq was meant as a temporary stopgap 
solution so he could plug it in to the network without worrying about the box 
responding to DHCP requests. IE: stop dnsmasq, plug in network cable, assign 
IP, access web interface to make permanent changes - not as a permanent 
solution.

Regarding your suggestion about using rc.conf or user.conf, wouldn't it be 
better to edit the gui.network.conf file? This way it would be read by the GUI 
when he logged into it and he could revert those changes if necessary through 
it down the road. If he created a supplemental config file, he would then need 
to manually edit/remove it later, and the web interface wouldn't be in sync.

-James
On Thu, Apr 19, 2012 at 3:13 PM, Darrick Hartman 
dhart...@djhsolutions.commailto:dhart...@djhsolutions.com wrote:
Tom,

This is a feature that we implemented for that very reason.  I installed 
AstLinux on a network that had a Windows DHCP server.  A Windows network works 
much better if it's allow to do DHCP.

In the rc.conf (/mnt/kd/rc.conf if you have a single file, or 
/mnt/kd/rc.conf.d/user.conf if using the rc.conf.d directory) specify 
NODHCP=ethX where ethX is the network adapter on the LAN side.

James said this in his email, but he also said to stop dnsmasq.  I would not 
leave that in a stopped state.  Stop dnsmasq as he described, make this change, 
then issue the gen-rc-conf command at the CLI to re-create the /tmp/etc/rc.conf 
file (which is linked to from /etc/rc.conf and generated at startup).  Finally 
restart dnsmasq for the changes to take effect. (or reboot).

The default behavior of providing dhcp leases is fine as long as the lan is not 
shared by a Windows domain controller.

Darrick

-Original Message-
From: Tom Chadwin 
[mailto:nnpait.servi...@googlemail.commailto:nnpait.servi...@googlemail.com]
Sent: Thursday, April 19, 2012 10:23 AM
To: 'AstLinux Users Mailing List'
Subject: [Astlinux-users] Disable DHCP from CLI

Hello all

This must be quite a common request. How do I disable DHCP before I connect
Astlinux to a network? I obviously can't use the GUI, so how do I do it from
the command line? I won't tell you the nickname one of my colleagues gave
Astlinux after I mistakenly connected it to a live LAN once and it started
issuing DHCP addresses in conflict with our domain controllers.

Thanks

Tom

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.netmailto:Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.orgmailto:pay...@krisk.org.

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] Adaptive-ban not working?

2012-04-13 Thread Darrick Hartman
the log file is only parsed every so many minutes. Is the IP blocked after 5 
minutes?

Sent from my mobile device. Please excuse my brevity.

-Original Message-
From: Ionel Chila [ionelch...@yahoo.com]
Received: Friday, 13 Apr 2012, 6:08pm
To: Ast Linux Users Mailing List [astlinux-users@lists.sourceforge.net]
Subject: [Astlinux-users] Adaptive-ban not working?

My settings are to ban a host after 6 tries but it doesn't look like is banning 
it :-)

# The number of log failures to ban host
# --
ADAPTIVE_BAN_COUNT=6


And yes is enabled :-)
# To actually enable this plugin make ENABLED=1:
# --
ENABLED=1

 Any ideas???


Apr 13 07:37:58 HOME-PBX local0.notice asterisk[1069]: NOTICE[1125]: 
chan_sip.c:22461 in handle_request_invite: Call from '' (72.55.156.56:5060) to
 extension '67234303429347' rejected because extension not found in context 
'default'.
Apr 13 07:37:58 HOME-PBX local0.notice asterisk[1069]: NOTICE[1125]: 
chan_sip.c:22461 in handle_request_invite: Call from '' (72.55.156.56:5060) to 
extension '00441212790870' rejected because extension not found in context 
'default'.
Apr 13 07:38:00 HOME-PBX local0.notice asterisk[1069]: NOTICE[1125]: 
chan_sip.c:22461 in handle_request_invite: Call from '' (72.55.156.56:5060) to 
extension '011441212790875' rejected because extension not found in context 
'default'.
Apr 13 07:38:02 HOME-PBX local0.notice asterisk[1069]: NOTICE[1125]: 
chan_sip.c:22461 in handle_request_invite: Call from '' (72.55.156.56:5060) to 
extension '000441212790875' rejected because extension not found in context 
'default'.
Apr 13 07:38:04 HOME-PBX local0.notice asterisk[1069]: NOTICE[1125]: 
chan_sip.c:22461 in handle_request_invite: Call from '' (72.55.156.56:5060) to 
extension '900441212790876' rejected because extension not found in context 
'default'.
Apr 13 07:38:06 HOME-PBX local0.notice asterisk[1069]: NOTICE[1125]: 
chan_sip.c:22461 in handle_request_invite: Call from '' (72.55.156.56:5060) to 
extension '9011441212790877' rejected because extension not found in context 
'default'.
Apr 13 07:38:08 HOME-PBX local0.notice asterisk[1069]: NOTICE[1125]: 
chan_sip.c:22461 in handle_request_invite: Call from '' (72.55.156.56:5060) to 
extension '+011441212790874' rejected because extension not found in context 
'default'.
Apr 13 07:38:10 HOME-PBX local0.notice asterisk[1069]: NOTICE[1125]: 
chan_sip.c:22461 in handle_request_invite: Call from '' (72.55.156.56:5060) to 
extension '+00441212790876' rejected because extension not found in context 
'default'.
Apr 13 07:38:12 HOME-PBX local0.notice asterisk[1069]: NOTICE[1125]: 
chan_sip.c:22461 in handle_request_invite: Call from '' (72.55.156.56:5060) to 
extension '+000441212790873' rejected because extension not found in context 
'default'.
Apr 13 07:38:14 HOME-PBX local0.notice asterisk[1069]: NOTICE[1125]: 
chan_sip.c:22461 in handle_request_invite: Call from '' (72.55.156.56:5060) to 
extension '+441212790872' rejected because extension not found in context 
'default'.
Apr 13 07:38:16 HOME-PBX local0.notice asterisk[1069]: NOTICE[1125]: 
chan_sip.c:22461 in handle_request_invite: Call from '' (72.55.156.56:5060) to 
extension '+9011441212790875' rejected because extension not found in context 
'default'.
Apr 13 07:38:18 HOME-PBX local0.notice asterisk[1069]: NOTICE[1125]: 
chan_sip.c:22461 in handle_request_invite: Call from '' (72.55.156.56:5060) to 
extension '+900441212790874' rejected because extension not found in context 
'default'.
Apr 13 07:38:20 HOME-PBX local0.notice asterisk[1069]: NOTICE[1125]: 
chan_sip.c:22461 in handle_request_invite: Call from '' (72.55.156.56:5060) to 
extension '0441212790873' rejected because extension not found in context 
'default'.
Apr 13 07:38:22 HOME-PBX local0.notice asterisk[1069]: NOTICE[1125]: 
chan_sip.c:22461 in handle_request_invite: Call from '' (72.55.156.56:5060) to 
extension '8011441212790878' rejected because extension not found in context 
'default'.
Apr 13 07:38:24 HOME-PBX local0.notice asterisk[1069]: NOTICE[1125]: 
chan_sip.c:22461 in handle_request_invite: Call from '' (72.55.156.56:5060) to 
extension '001441212790877' rejected because extension not found in context 
'default'.
Apr 13 07:38:26 HOME-PBX local0.notice asterisk[1069]: NOTICE[1125]: 
chan_sip.c:22461 in handle_request_invite: Call from '' (72.55.156.56:5060) to 
extension '01441212790873' rejected because extension not found in context 
'default'.
Apr 13 07:38:28 HOME-PBX local0.notice asterisk[1069]: NOTICE[1125]: 
chan_sip.c:22461 in handle_request_invite: Call from '' (72.55.156.56:5060) to 
extension '++441212790878' rejected because extension not found in context 
'default'.
Apr 13 07:38:30 HOME-PBX local0.notice asterisk[1069]: NOTICE[1125]: 
chan_sip.c:22461 in handle_request_invite: Call from '' (72.55.156.56:5060) to 
extension 

Re: [Astlinux-users] Incoming mail/spam

2012-04-04 Thread Darrick Hartman
Tom,

I'm not aware of a good way to do this in iptables.  It's really needs to be 
done by an SMTP service.  Usually systems like this are fronted by a mechanism 
like amavisd that intercepts the smtp traffic, filters it through various 
mechanisms (spamassassin et al) and finally hands it over to the real SMTP 
server.  The load on some of those mechanisms can be pretty high and very 
susceptible to attacks.  

You might consider one of two things: 

1). Use a 3rd party filtering service and only accept SMTP traffic from their 
IP addresses (this usually gives you some buffering as well if you have an 
internet connection that goes down).  Most are reasonably priced, typically a 
couple of $$ per mailbox.

2). Use a more full-featured firewall such as an Astaro gateway.  These things 
are slick, but definitely cost more than free.

I don't see us adding this as a feature in AstLinux.

Darrick

-Original Message-
From: Tom Chadwin [mailto:nnpait.servi...@googlemail.com] 
Sent: Wednesday, April 04, 2012 2:28 AM
To: 'AstLinux Users Mailing List'
Subject: [Astlinux-users] Incoming mail/spam

Hello all

As some of you might have gathered, I'm trying to find out whether we can
replace our firewalls with AstLinux. Most features we need probably are
present in Astlinux, with two notable exceptions.

Firstly, our current firewall is a web proxy and filter. I don't think this
role will ever be fulfilled by AstLinux (though AIF's to-do lists it -
http://rocky.eld.leidenuniv.nl/joomla/index.php?option=com_contentview=arti
cleid=48Itemid=79). I am therefore investigating OpenDNS as a potential
filtering route.

However, the one remaining function for which our current firewall is
invaluable is SMTP-level spam protection. We are currently only using two
techniques available on the box (RBL and greylisting, no content scanning at
all), but that is blocking around 45,000 spams a day, and letting in our
approx. 1000 legit emails. These numbers show you how crucial this function
is for us.

I've had a very quick look at Arno's Firewall, and can see no mention of
these features. Is this something anyone has looked at? Or can anyone
suggest an approach which might help us?

Many thanks as always

Tom


--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Crash after upgrade 0.7.10 - 1.0.2

2012-03-04 Thread Darrick Hartman
Try removing the /mnt/kd/wanpipe dir before upgrading. Make a backup first, but 
something likely changed between versions of wanpipe. You can then copy 
/stat/etc/wanpipe to that location, after a successful upgrade.

Sent from my mobile device. Please excuse my brevity.

-Original Message-
From: Tom Mazzotta [tmazzo...@titanmicro.com]
Received: Sunday, 04 Mar 2012, 1:04pm
To: AstLinux Users Mailing List [astlinux-users@lists.sourceforge.net]
Subject: Re: [Astlinux-users] Crash after upgrade 0.7.10 - 1.0.2

Lonnie,

Your procedure to revert back to 0.7 worked perfectly. Thanks so much! I
suggest that this info be added to the wiki.

To answer your question, NO, I did not run the wancfg_dahdi script. Now
that I have the 0.7 system back on line, I will examine the Sangoma config
files, and try running the script on 1.0.2.

-tm

On 3/4/12 1:37 PM, Lonnie Abelbeck li...@lonnie.abelbeck.com wrote:

Tom,

My first suggestion was going to be for you to start fresh as you have
done with a 1.0.2 CF image.  I see some udev stuff in your logs that
should not be there.  Possibly a dirty unionfs partition.

So, you are booting fine with a fresh AstLinux 1.0.2 and Sangoma card
installed?

Did you use the wancfg_dahdi script to reconfigure the card?

I have limited knowledge with the Sangoma stuff, Michael Keuter has used
both 1.0.1 and 1.0.2 with Sangoma BRI cards with DAHDI just fine.  Though
the latest wanpipe drivers have changed from what 0.7.10 uses.

Lonnie


On Mar 4, 2012, at 12:26 PM, Tom Mazzotta wrote:

 Thanks for the quick reply! FYI, in the interim, I have been trying to
get a fresh install of 1.0.2 running on a different CF card. After
restoring a basic config b/u from 0.7, the problem I run into is that
the system is unable to create any dahdi channels. Any suggestions here?

 -Original Message-
 From: Lonnie Abelbeck [mailto:li...@lonnie.abelbeck.com]
 Sent: Sunday, March 04, 2012 1:21 PM
 To: AstLinux Users Mailing List
 Subject: Re: [Astlinux-users] Crash after upgrade 0.7.10 - 1.0.2

 Hi Tom,

 First, to get your phones working again...

 Reboot and at the 'boot' prompt type shell.

 runnix# cd /mnt/base/os

 runnix# ls *ver

 You should see 'Xver' and 'ver'. cat Xver should be astlinux-0.7.10

 You want to exchange these two files, so *exactly* type

 runnix# mv ver Tver
 runnix# mv Xver ver
 runnix# mv Tver Xver

 runnix# sync
 runnix# exit

 Important, now at the boot prompt type xrunnix

 It should now boot with runnix-0.3.3 and astlinux-0.7.10

 After it boots properly, from the CLI

 $ upgrade-RUNNIX-image revert

 This should make runnix-0.3.3 the default again, so a box reboot should
work without any problems.

 I suspect your issues are with your Sangoma card, let me look at your
logs some more.

 Lonnie




 On Mar 4, 2012, at 9:59 AM, Tom Mazzotta wrote:

 I just upgraded my system from 0.7.10 using the CLI. Screen capture
from PuTTY below:

 pbx ~ # upgrade-run-image check
 http://mirror.astlinux.org/firmware-1.x
 Current version is: astlinux-0.7.10,  Newest available version is:
 astlinux-1.0.2 pbx ~ # upgrade-run-image upgrade
 http://mirror.astlinux.org/firmware-1.x
 Successful upgrade to: astlinux-1.0.2 [after reboot] pbx ~ #
 upgrade-RUNNIX-image check http://mirror.astlinux.org/runnix4
 Current version is: runnix-0.3.3,  Newest available version is:
 runnix-0.4-5339 pbx ~ # upgrade-RUNNIX-image upgrade
 http://mirror.astlinux.org/runnix4
 Successful upgrade to: runnix-0.4-5339 pbx ~ # reboot pbx ~ #

 All appeared OK, however, the system crashes during the boot process.
Using my console cable connected to the Soekris, the last thing I see:

 BUG: unable to handle kernel NULL pointer dereference at 0054
 IP: [c11fbb0c] tc_fill_qdisc+0x7f/0x22d *pde = 
 Oops:  [#1] PREEMPT
 last sysfs file: /sys/module/x_tables/initstate Modules linked in:
 sch_ingress sch_sfq sch_htb xt_dscp xt_CLASSIFY xt_length xt_recent
 xt_tcpudp ipt_MASQUERADE nf_nat_ftp iptable_nat nf_nat
 nf_conntrack_ipv4 nf_defrag_ipv4 xt_TCPMSS ipt_LOG ipt_REJECT
 iptable_mangle xt_multiport xt_state xt_limit xt_conntrack
 nf_conntrack_ftp nf_conntrack iptable_filter ip_tables x_tables
 pc87360 hwmon_vid hwmon bridge stp llc wanec af_wanpipe wanpipe
 wanrouter dahdi sdladrv geodewdt cs5535_mfgpt geode_rng geode_aes
 via_rhine mii rtc cs5535_gpio

 Pid: 1046, comm: tc Not tainted 2.6.35.13-astlinux #1 /
 EIP: 0060:[c11fbb0c] EFLAGS: 00010283 CPU: 0 EIP is at
 tc_fill_qdisc+0x7f/0x22d
 EAX: dfa30010 EBX: c13602b0 ECX:  EDX: 
 ESI: dec8b200 EDI: dfa3 EBP: deccbbf8 ESP: deccbb9c
 DS: 007b ES: 007b FS:  GS: 0033 SS: 0068 Process tc (pid: 1046,
 ti=decca000 task=decd1ac0 task.ti=decca000)
 Stack:
  df9bc760 dfa3 fff1 0001  deccbbb4
 deccbbb4 0 df9c3001 fff1 deccbc98 deccbc24 0246 df99c4a4
 0202 0202 0 dec8b200 00d0 df809680 deccbc04 dec8b200
 0416 df9c3000 deccbc20 Call Trace:
 [c11fcba3] ? T.765+0x5d/0xce
 [c11fcc34] ? 

[Astlinux-users] AstLinux 1.0.2 Release

2012-02-27 Thread Darrick Hartman
The AstLinux team is happy to announce the release of version 1.0.2.  This 
release features several security updates.  All current users are encouraged to 
upgrade as soon as possible.  Please see the documentation at 
http://doc.astlinux.org for upgrade details or the official release pages.

Updates:
Asterisk (1.8.9.2)
DAHDI (2.5.0.2)
Rhino(0.99.5b1)
Wanpipe (3.5.24)
 The Sangoma BRI/Hybrid cards (A500 + B700) are now supported via DAHDI

Security Fixes:
PHP(5.3.10)
OpenSSL(0.9.8t)

New Features:
A Test SMTP Mail Relay feature was added to verify msmtp configuration

See the change log on either of these release pages for more details

http://www.astlinux.org/release/102-asterisk-1892 
http://www.astlinux.org/release/102-asterisk-1443 

Enjoy,
The AstLinux Team

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


[Astlinux-users] AstLinux 1.0.2 coming soon

2012-02-24 Thread Darrick Hartman
I'm uploading images for the 1.0.2 release.  The official release announcement 
and web page will be published later today.  Just wanted to give our users the 
early notification since this version will be immediately available from the 
upgrade utility (web or cli) after the upload finishes.

Darrick

--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] AstLinux 1.01 Released

2012-01-16 Thread Darrick Hartman
have you modified the kcmd? Do you have a keydisk or are you only using asturw?

-Original Message-
From: d...@ryson.org [d...@ryson.org]
Received: Monday, 16 Jan 2012, 1:44pm
To: AstLinux Users Mailing List [astlinux-users@lists.sourceforge.net]
CC: AstLinux Users Mailing List [astlinux-users@lists.sourceforge.net]
Subject: Re: [Astlinux-users] AstLinux 1.01 Released


Lonnie,



I'll upgrade Runnix, double check the ver and Xver files, in hopes of getting 
back in sync.



Thanks for the reminder about the different repos. We were upgrading from 
0.7.10/Asterisk 1.8 so used the http://mirror.astlinux.org/ast18-firmware-1.x 
repo.



Really, I wasn't trying to tempt fate!



Dan



-Original Message-
From: Lonnie Abelbeck li...@lonnie.abelbeck.com
Sent: Monday, January 16, 2012 2:12pm
To: AstLinux Users Mailing List astlinux-users@lists.sourceforge.net
Subject: Re: [Astlinux-users] AstLinux 1.01 Released


Dan,

Yes, there are also /oldroot/cdrom/ver and /oldroot/cdrom/Xver files that need 
swapped if you went under the hood and swapped the runnix files.

Probably the safest is to do now is a Runnix upgrade via the System tab to 
get the latest RUNNIX for that 0.7.10 AstLinux version, and then ignore what 
the previous RUNNIX is displayed until you do a upgrade-RUNNIX-image upgrade 
http://mirror.astlinux.org/runnix4; when you want to give 1.0.1 a try again.


Both AstLinux 0.7.x and 1.0.x can use either Asterisk 1.4 or Asterisk 1.8, that 
is your choice, but are different images, different repos.

If your 0.7.10 is Asterisk 1.4, you should upgrade to AstLinux 1.0.1 using the 
http://mirror.astlinux.org/firmware-1.x; to use Asterisk 1.4.

If at a later date you want to upgrade to Asterisk 1.8, you can do that within 
the 1.0.x series. One step at a time, please. :-)

Lonnie



On Jan 16, 2012, at 12:48 PM, d...@ryson.org wrote:

 Lonnie,

 Thanks for coming to my rescue (yet again).

 I wonder if by not using the proper method to revert to runnix-0.4, I've 
 managed to get the Web Interface out of sync. When I ask it to Show 
 Installed, I get this reply:

 Current version is: runnix-0.4-5339, Previous saved version is: runnix-0.3.3

 However, I suspect I'm running the older runnix, since the first thing logged 
 was use of Busybox v1.12.4.

 At this point, shall I use the System tab to Revert to Previous to get back 
 in sync? At this point, I'm not sure which version Previous is referring 
 to. I'd like to revert to runnix-0.3.3 but that's what I'm running.

 Thanks for agreeing to take a look at the log. I'll send it to you shortly.

 Sorry, I'm not sure what you meant by this question, Is is possible you 
 upgraded to a different version of Asterisk than you had previously? But 
 perhaps this will answer it:

 • I had been running 0.7.10.
 • I changed the Repository URL in the Web interface to this:
 • http://mirror.astlinux.org/ast18-firmware-1.x
 • When I clicked Check for New firmware, I was advised that I was running 
 0.7.10 and new version 1.0.1 was available.
 • After reverting to previous and checking Show Installed, I now get this:
 • Current version is: astlinux-0.7.10, Previous saved version is: 
 astlinux-1.0.1
 • However, from the CLI, I verified that Asterisk 1.8.7.1 is operating. Isn't 
 that what is supposed to be in 1.0.0? Specifically, core show version reveals 
 this:
 • Asterisk 1.8.7.1 built by dhartman @ centos32 on a i686 running Linux on 
 2011-10-18 03:34:39 UTC

 Dan


 -Original Message-
 From: Lonnie Abelbeck li...@lonnie.abelbeck.com
 Sent: Monday, January 16, 2012 12:28pm
 To: AstLinux Users Mailing List astlinux-users@lists.sourceforge.net
 Subject: Re: [Astlinux-users] AstLinux 1.01 Released

 Hi Dan,

 The proper method to revert to runnix-0.3 from runnix-0.4 after you upgraded 
 was to simply use the System tab -

 RUNNIX Bootloader Upgrade:

 [ Revert to Previous ] - Runnix - _x_ Confirm

 If you did the above at the same time you reverted from AstLinux 1.0.1 to 
 AstLinux 0.7.10 in the System tab all would have been good.

 In your case, when you reverted to AstLinux 0.7.10 and were able to boot via 
 xrunnix you could have also used the same System tab method to make it 
 stick.

 Tom's suggestion should only be used as a last resort, ie, when AstLinux 
 can't be booted because of a RUNNIX / AstLinux mismatch.

 Back to your original issue...

 It seems to me your hardware is being recognized properly by AstLinux 1.0.1, 
 since you booted and SSH and HTTPS worked.

 Feel free to privately email your logs to me, that would help.

 Is is possible you upgraded to a different version of Asterisk than you had 
 previously?

 Lonnie



 On Jan 16, 2012, at 9:20 AM, d...@ryson.org wrote:

  AstLinux Team,
 
  Thank your for your tireless efforts. I know it's often said, but it truly 
  bears repeating.
 
  I also appreciate the clear, unambiguous upgrade instructions, which I 
  followed explicitly when making the effort to upgrade from 0.7.10 to 

Re: [Astlinux-users] AstLinux 1.01 Released

2012-01-16 Thread Darrick Hartman
Dan

If you didn't modify it, we shouldn't need to worry about it. I thought you may 
have been manually specifying the partition in the kcmd file. That device node 
would have changed with the 1.0.1 upgrade.

In otherwords, nevermind.

Sent from my Android phone using TouchDown (www.nitrodesk.com)

-Original Message-
From: d...@ryson.org [d...@ryson.org]
Received: Monday, 16 Jan 2012, 2:09pm
To: AstLinux Users Mailing List [astlinux-users@lists.sourceforge.net]
CC: astlinux-users@lists.sourceforge.net [astlinux-users@lists.sourceforge.net]
Subject: Re: [Astlinux-users] AstLinux 1.01 Released


Hi Darrick,



No keydisk; I'm only using asturw.  Sorry; I'm not sure what kcmd is, so I 
doubt I ever modified it.  What's the best way to check?



Dan



-Original Message-
From: Darrick Hartman dhart...@djhsolutions.com
Sent: Monday, January 16, 2012 2:59pm
To: astlinux-users@lists.sourceforge.net 
astlinux-users@lists.sourceforge.net
Subject: Re: [Astlinux-users] AstLinux 1.01 Released


have you modified the kcmd? Do you have a keydisk or are you only using asturw?

-Original Message-
From: d...@ryson.org [d...@ryson.org]
Received: Monday, 16 Jan 2012, 1:44pm
To: AstLinux Users Mailing List [astlinux-users@lists.sourceforge.net]
CC: AstLinux Users Mailing List [astlinux-users@lists.sourceforge.net]
Subject: Re: [Astlinux-users] AstLinux 1.01 Released


Lonnie,



I'll upgrade Runnix, double check the ver and Xver files, in hopes of getting 
back in sync.



Thanks for the reminder about the different repos. We were upgrading from 
0.7.10/Asterisk 1.8 so used the http://mirror.astlinux.org/ast18-firmware-1.x 
repo.



Really, I wasn't trying to tempt fate!



Dan



-Original Message-
From: Lonnie Abelbeck li...@lonnie.abelbeck.com
Sent: Monday, January 16, 2012 2:12pm
To: AstLinux Users Mailing List astlinux-users@lists.sourceforge.net
Subject: Re: [Astlinux-users] AstLinux 1.01 Released


Dan,

Yes, there are also /oldroot/cdrom/ver and /oldroot/cdrom/Xver files that need 
swapped if you went under the hood and swapped the runnix files.

Probably the safest is to do now is a Runnix upgrade via the System tab to 
get the latest RUNNIX for that 0.7.10 AstLinux version, and then ignore what 
the previous RUNNIX is displayed until you do a upgrade-RUNNIX-image upgrade 
http://mirror.astlinux.org/runnix4; when you want to give 1.0.1 a try again.


Both AstLinux 0.7.x and 1.0.x can use either Asterisk 1.4 or Asterisk 1.8, that 
is your choice, but are different images, different repos.

If your 0.7.10 is Asterisk 1.4, you should upgrade to AstLinux 1.0.1 using the 
http://mirror.astlinux.org/firmware-1.x; to use Asterisk 1.4.

If at a later date you want to upgrade to Asterisk 1.8, you can do that within 
the 1.0.x series. One step at a time, please. :-)

Lonnie



On Jan 16, 2012, at 12:48 PM, d...@ryson.org wrote:

 Lonnie,

 Thanks for coming to my rescue (yet again).

 I wonder if by not using the proper method to revert to runnix-0.4, I've 
 managed to get the Web Interface out of sync. When I ask it to Show 
 Installed, I get this reply:

 Current version is: runnix-0.4-5339, Previous saved version is: runnix-0.3.3

 However, I suspect I'm running the older runnix, since the first thing logged 
 was use of Busybox v1.12.4.

 At this point, shall I use the System tab to Revert to Previous to get back 
 in sync? At this point, I'm not sure which version Previous is referring 
 to. I'd like to revert to runnix-0.3.3 but that's what I'm running.

 Thanks for agreeing to take a look at the log. I'll send it to you shortly.

 Sorry, I'm not sure what you meant by this question, Is is possible you 
 upgraded to a different version of Asterisk than you had previously? But 
 perhaps this will answer it:

 • I had been running 0.7.10.
 • I changed the Repository URL in the Web interface to this:
 • http://mirror.astlinux.org/ast18-firmware-1.x
 • When I clicked Check for New firmware, I was advised that I was running 
 0.7.10 and new version 1.0.1 was available.
 • After reverting to previous and checking Show Installed, I now get this:
 • Current version is: astlinux-0.7.10, Previous saved version is: 
 astlinux-1.0.1
 • However, from the CLI, I verified that Asterisk 1.8.7.1 is operating. Isn't 
 that what is supposed to be in 1.0.0? Specifically, core show version reveals 
 this:
 • Asterisk 1.8.7.1 built by dhartman @ centos32 on a i686 running Linux on 
 2011-10-18 03:34:39 UTC

 Dan


 -Original Message-
 From: Lonnie Abelbeck li...@lonnie.abelbeck.com
 Sent: Monday, January 16, 2012 12:28pm
 To: AstLinux Users Mailing List astlinux-users@lists.sourceforge.net
 Subject: Re: [Astlinux-users] AstLinux 1.01 Released

 Hi Dan,

 The proper method to revert to runnix-0.3 from runnix-0.4 after you upgraded 
 was to simply use the System tab -

 RUNNIX Bootloader Upgrade:

 [ Revert to Previous ] - Runnix - _x_ Confirm

 If you did the above at the same time you reverted from

[Astlinux-users] AstLinux 1.01 Released

2012-01-14 Thread Darrick Hartman
The AstLinux Team would like to announce the release of 1.0.1.  This version is 
available with either Asterisk 1.4.43 or Asterisk 1.8.8.3.  A full changelog 
and upgrade (or new install) instructions are available on our website.  Please 
follow the upgrade instructions carefully when upgrading from a release prior 
to 1.0.

http://www.astlinux.org

Please note that this release includes a change in the way PATA (ide) devices 
are handled by the kernel.  Those devices are now handled by libata which 
references the drives as /dev/sdx instead of /dev/hdx.

As always, please report any issues (and comments) to the AstLinux mailing list 
on Sourceforge. (link available at the above website).

The AstLinux Team


--
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


[Astlinux-users] Uploading 1.0.1 images

2012-01-12 Thread Darrick Hartman
The 1.0.1 images are being uploaded as I write this.  The website will be 
updated later today, but don't be surprised when you see 1.0.1 when you do an 
upgrade-run-image.  Also note that you should also upgrade runnix at the same 
time.  There were a few changes in the way ide drives are handled.  All drives 
are now recognized as /dev/sdx .

More details will be posted with the official release email.

Darrick


--
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] runnix very slow--AstLinux 1.0.0

2011-12-22 Thread Darrick Hartman
This might be crazy, but have you tried replacing your ide cable?

Sent from my Android phone using TouchDown (www.nitrodesk.com)

-Original Message-
From: Lonnie Abelbeck [li...@lonnie.abelbeck.com]
Received: Wednesday, 21 Dec 2011, 2:54pm
To: AstLinux Users Mailing List [astlinux-users@lists.sourceforge.net]
Subject: Re: [Astlinux-users] runnix very slow--AstLinux 1.0.0

Shamus,

This is very weird, to me this is a 'syslinux' issue, but may be caused by a 
corrupted download as Michael suggested.  If you normally use a c7 image, try a 
geni685 image instead or vice versa.

Other than that, your 0.7 runnix bootloader is using syslinux 3.35, while the 
new runnix uses syslinux 3.86.  We have been shipping syslinux 3.86 for fresh 
0.7 images for some time.  No reports like this.

Question, after syslinux finally boots runnix, do things work as expected after 
that?

Very weird...  Like the clock speed is 1000x slower.

Lonnie




On Dec 21, 2011, at 9:29 AM, Shamus Rask wrote:

 I have now tried with a Transcend, Lexar and SanDisk Ultra--all 4GB, all 
 producing the same results. Boot time is  25m.

 I have posted two videos to YouTube... boring I know, but may provide some 
 intelligence? The first video is of starting to boot into AstLinux 1.0.0--I 
 stop it after the Loading runnix... prompt appears. The second video is of 
 booting into my working copy of AstLinux 0.7. There is a noticeable 
 difference!
 AstLinux 1.0.0: http://www.youtube.com/watch?v=GizF9Z4Znv0
 AStLinux 0.7: http://www.youtube.com/watch?v=qd0lOpmgdW8

 cheers,
Shamus


 On 2011-12-21, at 3:44 AM, astlinux-users-requ...@lists.sourceforge.net wrote:


 Message: 5
 Date: Wed, 21 Dec 2011 09:44:27 +0100
 From: Michael Keuter li...@mksolutions.info
 Subject: Re: [Astlinux-users] runnix very slow--AstLinux 1.0.0
 To: AstLinux Users Mailing List astlinux-users@lists.sourceforge.net
 Message-ID: b9a8142f-3e91-46c1-bb33-b47f7b74e...@mksolutions.info
 Content-Type: text/plain; charset=windows-1252


 Am 21.12.2011 um 01:31 schrieb Shamus Rask:

 Lonnie,

 This is on a new CF card; I've (wisely now) kept my production card safe. 
 That being said, I've just tried two experiments to see if there would be 
 any differences and eliminate some possible variables:
  ? experiment 1: using a second spare CF card of different make (Lexar 
 vs. Transcend), use Mac to flash image
  ? experiment 2: try using physdiskwrite on WinXP to flash image 
 instead of Mac.

 In each case, the same result was seen--over 25m to boot.

 I tried editing syslinux.cfg as per your suggestion and again, no 
 improvement. I'm really scratching my head on this one!

 cheers,
   Shamus

 Do you have a chance to try a SanDisk CF card (I only use Ultra II cards).

 Michael

 http://www.mksolutions.info


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create
new or port existing apps to sell to consumers worldwide. Explore the
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.
--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] runnix very slow--AstLinux 1.0.0

2011-12-22 Thread Darrick Hartman
Shamus,

Not all flash cards are created equal. Some have better quality control than 
others. I've been happy with the industrial cards from  Transcend and Emphase 
(as well as the direct plug devices from Emphase)

Not all of the consumer grade flash cards are designed for this type of use.

Darrick

-Original Message-
From: Shamus Rask [mailto:sha...@srask.ca] 
Sent: Thursday, December 22, 2011 9:20 PM
To: astlinux-users@lists.sourceforge.net
Subject: Re: [Astlinux-users] runnix very slow--AstLinux 1.0.0

Thanks... unfortunately I have a Mac and it doesn't include hdparm.

Thinking more about my testing of the cloned drive, I'm not convinced that it 
is the card that is the problem. I've ordered another CF-IDE adaptor as well as 
an SD-IDE adaptor and will test again with those when they arrive (early 
January). I will report back on my findings.

cheers,
   Shamus

On 2011-12-22, at 1:49 PM, astlinux-users-requ...@lists.sourceforge.net wrote:

 Message: 7
 Date: Thu, 22 Dec 2011 19:49:09 +0100
 From: Michael Keuter li...@mksolutions.info
 Subject: Re: [Astlinux-users] runnix very slow--AstLinux 1.0.0
 To: AstLinux Users Mailing List astlinux-users@lists.sourceforge.net
 Message-ID: 3536d92d-e023-4685-995a-e2f35678e...@mksolutions.info
 Content-Type: text/plain; charset=us-ascii
 
 
 Am 22.12.2011 um 19:00 schrieb Shamus Rask:
 
 I just cloned my working CF card (Lexar 4GB Platinum II 80x) to one of my 
 newer CF cards (Lexar 4GB ) with the following:
 imac:~ shamus$ dd if=/dev/disk2 of=/dev/disk1
 dd: /dev/disk2: Device not configured
 6061608+0 records in
 6061608+0 records out
 3103543296 bytes transferred in 1909.268174 secs (1625515 bytes/sec)
 
 On testing the clone, I was able to get past the syslinux and runnix 
 prompts, but it never succesfully booted. 
 
 What I've found is that the problem has reoccured with the cloned card 
 running the good copy--from this I can only assume it is the card type and 
 nothing to do with Syslinux or runnix! Does it make sense that a newer, 
 faster card would work slower? Is there anyway from the CLI that I can probe 
 a card to find out more detailed information that would allow me to discern 
 between the two types?
 
 I should have done this test earlier... sorry!!!
 
 cheers... and apologies,
   Shamus
 
 Infos: hdparm /dev/sda
 Speed-Test: hdparm -t /dev/sda
 
 Michael
 
 http://www.mksolutions.info
 

--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] runnix very slow--AstLinux 1.0.0

2011-12-21 Thread Darrick Hartman
The generic images should work.

What we're running into is a difference in device drivers for the disk 
interface.  We have a few possible ideas, but it may be a few days before we 
have something that Shamus can test.

Basically, there are two different kernel driver stacks that can be used to 
address Parallel ATA (PATA) also called IDE devices.  The newer one has some 
issues with specific hardware.  We may need to revert back to the deprecated 
legacy drivers or find a way to make both play nicely together.

Darrick

-Original Message-
From: Michael Keuter [mailto:li...@mksolutions.info] 
Sent: Wednesday, December 21, 2011 9:49 AM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] runnix very slow--AstLinux 1.0.0


Am 21.12.2011 um 16:29 schrieb Shamus Rask:

 I have now tried with a Transcend, Lexar and SanDisk Ultra--all 4GB, all 
 producing the same results. Boot time is  25m.
 
 I have posted two videos to YouTube... boring I know, but may provide some 
 intelligence? The first video is of starting to boot into AstLinux 1.0.0--I 
 stop it after the Loading runnix... prompt appears. The second video is of 
 booting into my working copy of AstLinux 0.7. There is a noticeable 
 difference!
 AstLinux 1.0.0: http://www.youtube.com/watch?v=GizF9Z4Znv0
 AStLinux 0.7: http://www.youtube.com/watch?v=qd0lOpmgdW8
 
 cheers,
   Shamus
 
 Did you always tried to dd the identical image?
 It could be that the downloaded image is corrupt. Try to download another from
 
 http://mirror.astlinux.org/downloads/img/geni586/
 
 You could also try the 1.0-5293 ones for testing.

Aah, sorry, you need the C7 ones NOT the geni586:

http://mirror.astlinux.org/downloads/img/

Michael

http://www.mksolutions.info





--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Astlinux-users Digest, Vol 65, Issue 7

2011-12-20 Thread Darrick Hartman
Shamus,

If you only have /mnt/kd/rc.conf you would edit that file.  (the directory 
takes precedence if it exists).

You should be able to find the DMA_DEV variable in there. You should uncomment 
it and set it to:

DMA_DEV=/dev/hda

The entire device would be addressed as DMA.

Darrick

-Original Message-
From: Shamus Rask [mailto:sha...@srask.ca] 
Sent: Tuesday, December 20, 2011 7:57 AM
To: Darrick Hartman
Cc: astlinux-users
Subject: Re: Astlinux-users Digest, Vol 65, Issue 7

Darrick,

My apologies for the mis-spelling earlier!

Doing an fdisk -l, I see that I have 2 partitions:
  /dev/hda1  FAT16  *boot
  /dev/hda2  Linux

I do not see an rc.conf.d directory in /mnt/kd, I only see a rc.conf file. Is 
this where I should be adding DMA...?

thanks,
   Shamus

On 2011-12-19, at 11:10 PM, astlinux-users-requ...@lists.sourceforge.net wrote:

 Message: 6
 Date: Tue, 20 Dec 2011 03:42:26 +
 From: Darrick Hartman dhart...@djhsolutions.com
 Subject: Re: [Astlinux-users] runnix very slow--AstLinux 1.0.0
 To: astlinux-users astlinux-users@lists.sourceforge.net
 Message-ID:
   55e7150a40c10e438433b27abd41dfe70d1e6...@server.djh.local
 Content-Type: text/plain; charset=us-ascii
 
 Shamus,
 
 Try enabling DMA.  I've seen that on some systems in the past.
 
 Add:
 
 DMA_DEV=/dev/sda
 
 to the /mnt/kd/rc.conf.d/user.conf file
 
 (assuming your image is installed to /dev/sda)  If it's on a different 
 device, use that instead.
 
 Please report back if it makes a difference.  I believe it will resolve the 
 issue.
 
 Darrick

--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] runnix very slow--AstLinux 1.0.0

2011-12-19 Thread Darrick Hartman
Shamus,

Try enabling DMA.  I've seen that on some systems in the past.

Add:

DMA_DEV=/dev/sda

to the /mnt/kd/rc.conf.d/user.conf file

(assuming your image is installed to /dev/sda)  If it's on a different device, 
use that instead.

Please report back if it makes a difference.  I believe it will resolve the 
issue.

Darrick

-Original Message-
From: Shamus Rask [mailto:sha...@srask.ca] 
Sent: Monday, December 19, 2011 8:51 PM
To: astlinux-users
Subject: [Astlinux-users] runnix very slow--AstLinux 1.0.0

First of all... a huge congratulations and thank you to Lonnie, Derek and the 
other developers for reaching the 1.0 milestone--thank you!!!

I've downloaded and copied 1.0.0-Asterisk-1.8.7.1 (Generic i586) onto a CF card 
and loaded this into my existing PBX. The box is currently running 
AstLinux-0.7.10 (Asterisk 1.4.42, runnix 0.3.2). I've found that the new image 
take ~30m to boot on the box--by comparison my current release takes  1m. 

When I watch the CLI following POST, I see that the following is what is taking 
the time:
   boot:
   Loading runnix..
   Loading runnix.img.

This is consistent between reboots.

Is there anything I can do to optimize runnix in any way? My box is Via C7 
based.

cheers,
   Shamus

--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


[Astlinux-users] AstLinux 1.0.0 release

2011-12-17 Thread Darrick Hartman
The AstLinux Team is happy to announce the release of AstLinux 1.0.0.  This 
release includes significant changes and improvements over past releases.  
Specific upgrade and new installation instructions are available at:  
http://www.astlinux.org 

Some of the highlights include:

* Using eglibc instead of uClibc. This allows binary compatibility with add-ons 
that are provided as binary only (G.729 CODEC, Fax for Asterisk etc).
* Newer Kernel which better supports newer hardware
* Support for Jabber/Gtalk
* Removed mISDN support (the zaphfc DAHDI driver is included for single port 
ISDN cards)

A full changelog is available on the release pages.  We provide versions with 
Asterisk 1.8 and 1.4.  

Because this is a major version change, there are some special considerations 
when upgrading.  Please read the instructions very carefully to ensure no step 
is skipped.

http://doc.astlinux.org/userdoc:upgrade-0.7 

Please report any issues with the release back to the AstLinux mailing list.

Enjoy,

The AstLinux Team

--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] new installation from Mac OSX Lion

2011-10-31 Thread Darrick Hartman
Shamus,

If you're seeing that rc.modules is read only, you do not have a unionfs 
partition (which you will need to make changes to that file).

You can try:

  modprobe r8169

To see if that is in-fact, the correct module for that board (I'm pretty sure 
it is since I have one of the Jetway with a C7).

Also, to be clear, the new runnix-4 files are not usable with the 0.7.x branch 
at all.  The 1.0.x branch needs a new version of runnix because the version of 
squashfs changed (and is not backwards compatible).

Darrick

From: Shamus Rask [mailto:sha...@srask.ca]
Sent: Monday, October 31, 2011 9:02 AM
To: astlinux-users
Subject: Re: [Astlinux-users] new installation from Mac OSX Lion

I was able to go and purchase a different 4GB CF card yesterday and tried 
again--same result. This got me thinking that maybe my motherboard was having 
some sort of other issue with the current release. I downloaded AstLinux 0.7.7 
(prior to current RUNNIX release) and tried again... this time, success! I 
think the culprit is RUNNIX, but have no way to be certain at this point.

That being said, I've run into a new problem. My motherboard uses a RealTek 
chip for the GigE ports (Jetway mini-ITX board based on VIA C7). Using the VIA 
C7 image, the Ethernet ports are not initialized. Logging in from the CLI, I 
see that R8169 is commented out in /etc/rc.modules, but when I try to uncomment 
I get an error saying the file is read-only.

Two questions:
1. Are the R8169 drivers included in the VIA C7 image?
2. If so, how do I got about modifying files so that the correct drivers are 
modprobed?

many thanks,
   Shamus





Shamus,



Yes, the file structure looks good.  The .Trashes and .Spotlight-V100 
files/dirs cause no harm.



Time to try a new CF card.



Lonnie

--
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World#153; now supports Android#153; Apps 
for the BlackBerryreg; PlayBook#153;. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] New RUNNIX question ( was Re: new installation from Mac OSX Lion)

2011-10-31 Thread Darrick Hartman
John,

There is a process to do remote upgrades, but you will need to be very careful 
with order of operations (or you could have a problem).

When everything is ready, we will publish that information in the wiki.

Darrick

From: John Novack [mailto:jnov...@stromberg-carlson.org]
Sent: Monday, October 31, 2011 1:47 PM
To: AstLinux Users Mailing List
Cc: Darrick Hartman
Subject: New RUNNIX question ( was Re: [Astlinux-users] new installation from 
Mac OSX Lion)



Darrick Hartman wrote:

Also, to be clear, the new runnix-4 files are not usable with the 0.7.x branch 
at all.  The 1.0.x branch needs a new version of runnix because the version of 
squashfs changed (and is not backwards compatible).

Darrick

Does this mean that, going forward, remote upgrade(s) will not be possible, and 
any machines using the current version of RUNNIX will be stuck at -0.7.X??

John Novack


--
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World#153; now supports Android#153; Apps 
for the BlackBerryreg; PlayBook#153;. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

[Astlinux-users] 0.7.10 Release

2011-10-23 Thread Darrick Hartman
The AstLinux Team would like to announce the release of 0.7.10.  This is a 
security/maintenance release.  All current users are encouraged to upgrade.

Links to the releases with the changelog are here:

http://www.astlinux.org/release/0710-asterisk-1871
http://www.astlinux.org/release/0710-asterisk-1442

Current users can upgrade using the web interface or from the command line.

upgrade-run-image check http://mirror.astlinux.org/firmware (or ast18-firmware)
 (will report 0.7.10 as newest version available)
upgrade-run-image upgrade http://mirror.astlinux.org/firmware (or 
ast18-firmware)


The AstLinux Team
--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


[Astlinux-users] Announcing AstLinux 1.0-svn-5224 beta release

2011-10-23 Thread Darrick Hartman
The AstLinux Team would like to announce the first beta release from the new 
build environment.  This is a significant change from the current stable series 
of releases.  

Major changes include:

Moving to eGlibc instead of uClibc.  This provides binary compatibility with 
Glibc (meaning the g729_codec, fax for Asterisk and any other binary blobs from 
Digium should work--g729_codec has been tested to work).

New kernel (2.6.35.x which is a long-term stable release).  This should help us 
support newer hardware that was not supported in the older version).

Unfortunately, the move to the newer kernel means MISDNv1 no longer is 
supported.  Those who are using MISDNv1 should join the -devel mailing list and 
discuss options with the developers.

A full changelog and a list of new install images are available here:

http://www.astlinux.org/release/10-svn-5224-asterisk-1871
http://www.astlinux.org/release/10-svn-5224-asterisk-1442

Since this is a beta release, we strongly suggest NOT installing this on a 
production system.  The runnix bootloader also MUST be updated.  The new 
'runnix-4' is included in the above install images.  We strongly recommend 
using those rather than attempting to upgrade.  After more testing has been 
completed, an upgrade procedure will be documented and published.

A majority of the coding was done by Lonnie Abelbeck.  Michael Keuter was 
highly involved with testing and researching.

Please help us through the testing process by installing these images on test 
systems and reporting back to the mailing list.


The AstLinux Team
--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Is it safe to upgrade?

2011-10-21 Thread Darrick Hartman
John,

I believe what he meant is if it was safe to upgrade to that specific version 
which hasn't been officially announced.  The answer is yes.  0.7.10 is safe to 
use.  I just need to upload the new install images.  The upgrade firmware is in 
the repository at mirror.astlinux.org/firmware (or ast18-firmware for Asterisk 
1.8 images).

Darrick

From: John Novack [mailto:jnov...@stromberg-carlson.org]
Sent: Friday, October 21, 2011 9:00 PM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] Is it safe to upgrade?

I have used it many times, on quite a few machines, some 3000 miles away.

Besides, you can revert back one version at any time

Very Safe

John Novack

Fernando Fuentes wrote:
AstLinux Team,

I am very excited about the new release Current version is: astlinux-0.7.9, 
Newest available version is: astlinux-0.7.10
This my first time to do a upgrade vi the firmware update gui.
Is this a safe process?

TIA!




--

The demand for IT networking professionals continues to grow, and the

demand for specialized networking skills is growing even more rapidly.

Take a complimentary Learning@Cisco Self-Assessment and learn

about Cisco certifications, training, and career opportunities.

http://p.sf.net/sfu/cisco-dev2dev




___

Astlinux-users mailing list

Astlinux-users@lists.sourceforge.netmailto:Astlinux-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/astlinux-users



Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.orgmailto:pay...@krisk.org.



--



Dog is my Co-pilot
--
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] chan_gtalk.so and res_jabber.so

2011-10-10 Thread Darrick Hartman
There are several requirements which we could not get working on the old build 
environment.  We (mostly Lonnie and Michael) have made significant progress on 
our new build environment which should make adding those modules easier in the 
future.

Probably a month or so away from having an official release based on that work, 
but we should have some testing images available in the not so distant future.

The first images would be a duplicate (functionality wise) of what is included 
now.  New features would be added after we've stabilized the new environment.

Darrick


From: Fernando Fuentes [digitaldis...@gmail.com]
Sent: Sunday, October 09, 2011 1:24 PM
To: AstLinux Users Mailing List
Subject: [Astlinux-users] chan_gtalk.so and res_jabber.so

Why are this modules not included in the asterisk version of astlinux?
Just curious. I try to load them and the system does not have them present.

Thanks
--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] VPN config

2011-10-07 Thread Darrick Hartman
David,

Yes, it would be a great idea to use something other than 192.168.0.0/24 or 
192.168.1.0/24.  I have a scheme where each of my clients gets a different 
subnet (unless they had something previously configured).  Figure when I run 
out of subnets, I'll have bigger problems ;)

Darrick


From: David Kerr [da...@kerr.net]
Sent: Friday, October 07, 2011 9:51 AM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] VPN config

Now that I have OpenVPN running, it occurs to me that I might run into a 
problem.  If I am at a friends house whose local network is also 192.168.1.xx 
and my network at home is 192.168.1.xx then the OpenVPN client would get 
confused/would not know what to do. Right?

If this is the case, and as 192.168.1.xx is a very common subnet -- being the 
default for a lot of consumer routers, then it would make sense for me to 
change my home network to something a little more obscure like 192.168.yy.xx 
where yy is a random number in the, oh lets say 128 to 255 range.  Or even take 
it into the 10.xx.yy.zz subnet?

Thoughts?

David
--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] VPN config

2011-10-07 Thread Darrick Hartman
David,

You can easily set DHCP reservations as long as you have the MAC address of the 
devices.  AstLinux supports that nicely.

Network Tab -- Configure DNS Hosts.

Enter your information and dnsmasq will handle it from there.

Darrick


From: David Kerr [da...@kerr.net]
Sent: Friday, October 07, 2011 10:09 AM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] VPN config

I thought so.  Its going to be a headache... I have 20+ devices with hardcoded 
IP's in the 192.168.1.xx subnet... and yes, these are things that I don't want 
to be on DHCP, like printers, cameras, wireless access points, NAS server, VoIP 
to Analog, etc.  Maybe there are a couple of things I could switch to DHCP, but 
still a lot left.  Yuk.

David

On Fri, Oct 7, 2011 at 11:01 AM, Darrick Hartman 
dhart...@djhsolutions.commailto:dhart...@djhsolutions.com wrote:
David,

Yes, it would be a great idea to use something other than 
192.168.0.0/24http://192.168.0.0/24 or 192.168.1.0/24http://192.168.1.0/24. 
 I have a scheme where each of my clients gets a different subnet (unless they 
had something previously configured).  Figure when I run out of subnets, I'll 
have bigger problems ;)

Darrick


From: David Kerr [da...@kerr.netmailto:da...@kerr.net]
Sent: Friday, October 07, 2011 9:51 AM

To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] VPN config

Now that I have OpenVPN running, it occurs to me that I might run into a 
problem.  If I am at a friends house whose local network is also 192.168.1.xx 
and my network at home is 192.168.1.xx then the OpenVPN client would get 
confused/would not know what to do. Right?

If this is the case, and as 192.168.1.xx is a very common subnet -- being the 
default for a lot of consumer routers, then it would make sense for me to 
change my home network to something a little more obscure like 192.168.yy.xx 
where yy is a random number in the, oh lets say 128 to 255 range.  Or even take 
it into the 10.xx.yy.zz subnet?

Thoughts?

David

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.netmailto:Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.orgmailto:pay...@krisk.org.

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] VPN config

2011-10-06 Thread Darrick Hartman
David,

OpenVPN will be easier to work with than IPSec for this purpose (especially if 
you are on a dynamic IP at your house).  The IPSec Road Warrior support works 
fine for one dynamic end point.

There are several resources for using OpenVPN (including a gui) on OS X.  I 
believe Lonnie has a Mac so he can probably make further suggestions.

Darrick


From: David Kerr [da...@kerr.net]
Sent: Thursday, October 06, 2011 12:55 PM
To: AstLinux Users Mailing List
Subject: [Astlinux-users] VPN config

What VPN settings should I use on my Astlinux gateway if I want to connect my 
Apple MacBook's onto my local network when outside of the house?  The built in 
VPN client in OS X gives me three choices for VPN... L2TP over IPSec or 
PPTP or Cisco IPSec.  Looking at the Astlinux network tab I see a PPTP 
option which seems fairly easy to setup, but there are two IPSec options which 
look more complicated, I don't know which to select, nor whether either would 
work.

Any advice / suggestions?

Thanks
David
--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] Bug in Re Registration

2011-10-06 Thread Darrick Hartman
Releasing 0.7.10 is on the short list.  Hope to have those out by Monday.

From: Michael Keuter [li...@mksolutions.info]
Sent: Thursday, October 06, 2011 12:51 PM
To: AstLinux Users Mailing List
Cc: Darrick Hartman
Subject: Re: [Astlinux-users] Bug in Re Registration

Am 06.10.2011 um 19:40 schrieb Michael Keuter:
 Am 06.10.2011 um 18:41 schrieb Fernando Fuentes:

 Today I was able to replicate this issue on two Alix systems.

 If astlinux is connected inside a NAT network and the Firewall providing the 
 NAT loses the wan asterisk is unable to re register even if the wan in the 
 firewall comes back up. The only solution is to reboot. Any body experience 
 this issue before?

 My info:

 Hostname:pbx  IPv4 Address:  10.30.2.53
 DNS: nameserver 10.30.2.1
 System Time: Thursday, Oct 06 11:37:42 CDT 2011   RAM Memory:251 MB, 
 Free 131 MB
 System Uptime:   4 minLoad Average:  0.09, 0.22, 0.10
 AstLinux Release:astlinux-0.7.9 - Asterisk 1.8.4.4Runnix 
 Release:runnix-0.3.3
 GUI Version: 1.7.26



 Thank You

 That could be related to what is described here:

 http://pbxinaflash.com/forum/archive/index.php?t-9179.html

 Here you tried if you have the same behaviour with an Asterisk 1.4.x version?

 Michael

 http://www.mksolutions.info


Update: https://issues.asterisk.org/jira/browse/ASTERISK-18000

That should be fixed in 1.8.7.0
Maybe Darrick can release 0.7.10 now which includes 1.8.7.0, now that 
kernel.org is up again.

Michael

http://www.mksolutions.info





--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Alix LED's

2011-09-30 Thread Darrick Hartman
Rob,

Yes.  You are in for a somewhat tedious manual process.  You'll need to 
manually download and extract the proper files into the os directory.

Darrick

From: Rob Hillis [r...@hillis.dyndns.org]
Sent: Friday, September 30, 2011 6:43 PM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] Alix LED's

On 01/10/11 02:01, Michael Keuter wrote:
 Am 30.09.2011 um 12:50 schrieb Rob Hillis:
 I notice in this script that it looks at the command line for the type
 of hardware it's running on.  For some reason when I initially
 installed, I installed the net5501 version, though I'm running on an
 ALIX 2-3.  Is changing the hardware type as simple as modifying
 /oldroot/cdrom/os/astlinx-*.run.conf and replacing astlinux=net5501 with
 astlinux=alix or do I need to replace the firmware image too?

 Yes you should change it, because there are also other differences.

Forgive me if I'm being thick - do you mean I should change the command
line, or change the firmware?  If I change the firmware, what's the best
way of doing that?  (an upgrade through the GUI will just fetch the
net5501 update, won't it?)



--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] No network device found

2011-09-22 Thread Darrick Hartman
No.  The Asterisk fax (and g729 codec) modules are provided as binary blobs 
which are not compatible with AstLinux.

Darrick

From: Fernando Fuentes [mailto:digitaldis...@gmail.com]
Sent: Thursday, September 22, 2011 10:26 AM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] No network device found

Is it possible to use Asterisk Free Fax in AstLinux?
On Wed, Sep 21, 2011 at 3:41 PM, Lonnie Abelbeck 
li...@lonnie.abelbeck.commailto:li...@lonnie.abelbeck.com wrote:
Julian,

Hmmm, that doesn't make sense... I assume you dd'ed the gunzip'ed image...

http://mirror.astlinux.org/downloads/img/geni586/astlinux-0.7.9-asterisk-1.4.42.img.gz

to a flash card?

Are you accessing the AstLinux console with a USB keyboard and monitor?

Lonnie


On Sep 21, 2011, at 2:58 PM, Julian Lyndon-Smith wrote:

 yeah, I get a
 findfs: unable to resolve LABEL=RUNNIX
 Runnix Drive could not be found

 when I type initial-setup status

 Julian

 On 20 September 2011 16:59, Michael Keuter 
 li...@mksolutions.infomailto:li...@mksolutions.info wrote:
 Yup, R6040 is in the lspci output

 Fine.

 how do I enable this ? I've tried modifying the rc,modules file but it
 is readonly

 I had the same problem on an old 386 :-).
 Please try this (change hda if needed) in the CLI:

 initial-setup status
 initial-setup format combined /dev/hda
 reboot

 initial-setup configure /dev/hda
 reboot

 mv /etc/rc.modules /etc/rc.modules.orig
 nano /etc/rc.modules

 #add only this entries
 r6040
 rtc

 save and reboot

 Then run the setup in the WebGUI to create a partition for persistent 
 storage:
 http://doc.astlinux.org/userdoc:new-install

 Also, is there an astlinux around for asterisk 10 ?

 Julian

 Michael

 http://www.mksolutions.info

 --
 All the data continuously generated in your IT infrastructure contains a
 definitive record of customers, application performance, security
 threats, fraudulent activity and more. Splunk takes this data and makes
 sense of it. Business sense. IT sense. Common sense.
 http://p.sf.net/sfu/splunk-d2dcopy1
 ___
 Astlinux-users mailing list
 Astlinux-users@lists.sourceforge.netmailto:Astlinux-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/astlinux-users

 Donations to support AstLinux are graciously accepted via PayPal to 
 pay...@krisk.orgmailto:pay...@krisk.org.




 --
 Julian Lyndon-Smith
 IT Director, Dot R Limited

 I don't care if it works on your machine!  We are not shipping your machine!

 The kangaroo dances: http://www.youtube.com/watch?v=MAWl5iYOaUg

 --
 All the data continuously generated in your IT infrastructure contains a
 definitive record of customers, application performance, security
 threats, fraudulent activity and more. Splunk takes this data and makes
 sense of it. Business sense. IT sense. Common sense.
 http://p.sf.net/sfu/splunk-d2dcopy1
 ___
 Astlinux-users mailing list
 Astlinux-users@lists.sourceforge.netmailto:Astlinux-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/astlinux-users

 Donations to support AstLinux are graciously accepted via PayPal to 
 pay...@krisk.orgmailto:pay...@krisk.org.




--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.netmailto:Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.orgmailto:pay...@krisk.org.

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] No network device found

2011-09-20 Thread Darrick Hartman
Hi Julian,

Do you know what network device it is using?  Can you boot up a live CD/usb 
verion of Linux and post back an lspci -vv and an lsmod ?

Darrick

-Original Message-
From: Julian Lyndon-Smith [mailto:aster...@dotr.com] 
Sent: Tuesday, September 20, 2011 10:00 AM
To: AstLinux Users Mailing List
Subject: [Astlinux-users] No network device found

Trying to load astlinux onto this device :

http://robosavvy.com/store/product_info.php/cPath/39/products_id/1704

All seems ok with the exception that it doesn't seem to find the network port.

Any clues ?

Julian

--
Julian Lyndon-Smith
IT Director, Dot R Limited

I don't care if it works on your machine!  We are not shipping your machine!

The kangaroo dances: http://www.youtube.com/watch?v=MAWl5iYOaUg

--
All the data continuously generated in your IT infrastructure contains a 
definitive record of customers, application performance, security threats, 
fraudulent activity and more. Splunk takes this data and makes sense of it. 
Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] astlinux on android

2011-08-29 Thread Darrick Hartman
That's not going to happen.  It's a totally different platform with a totally 
different processor.  Your best bet would be to use the tablet for display 
purposes with the system running on something else.

-Original Message-
From: Julian Lyndon-Smith [mailto:aster...@dotr.com] 
Sent: Monday, August 29, 2011 4:29 AM
To: AstLinux Users Mailing List
Subject: [Astlinux-users] astlinux on android

Have anyone considered porting astlinux over to the android platform - imagine 
having a xoom or galaxy tab with asterisk running. Would be great for demos ;)

Julian

--
Julian Lyndon-Smith
IT Director, Dot R Limited

I don't care if it works on your machine!  We are not shipping your machine!

The kangaroo dances: http://www.youtube.com/watch?v=MAWl5iYOaUg

--
EMC VNX: the world's simplest storage, starting under $10K The only unified 
storage solution that offers unified management Up to 160% more powerful than 
alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Astlinux PPPoE restart issues

2011-08-29 Thread Darrick Hartman
-Original Message-
From: Michael Keuter [mailto:li...@mksolutions.info] 
Sent: Monday, August 29, 2011 9:58 AM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] Astlinux PPPoE restart issues

Hi list,

I have some issues with PPPoE restart on several boxes in the field 
which use PPPoE in Germany.
When I click Restart PPPoE in the status tab, the PPPoE connection 
sometimes stays open and after a while the status tab shows no PPPoE 
status available.

Because this worked well for years, I guess we introduced this issue 
around the tine when we included the PPTP server in Astlinux 0.7.7 in 
March 2011.

I tested this already with Lonnie. What I found out with manual 
testing, that I need to run

- pppoe-stop
- Now wait at least 160 second (otherwise I get errors that a duplicate 
MAC address is trying to connect (this seems to be provider related)).
- pppoe-start

The length of the timeout (delay) seems to be very important.

Then it seems to work most of the time.
The issues appears in Germany for standard ADSL lines from German 
Telekom (T-Com/T-Online) and Hansenet/Alice.

Does anyone else from the list saw those issues? I found those issues, 
when I was trying put the automatic forced disconnect every 24h by the 
provider into the night hours by a cron job.

Michael

Does noone use PPPoE?

I never use the restart function.  Only have 2 places that have PPPOE and 
hope to have that number down to zero before too much longer (if the ISP 
finally moves away from it as planned).  Some of the issues you are seeing 
appear to be dependent on the ISP.  Adding a sleep step in your init may be a 
way to go.  I suppose we could add a variable PPPOE_RESTART_SLEEP which would 
be defined at zero by default would be an option.

Darrick

--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] version 0.7.9

2011-07-21 Thread Darrick Hartman
I can confirm that the generic i586 image (serial version at least) and the VIA 
C7 versions are complete (for Asterisk 1.8.4.4)  There shouldn't have been any 
changes to the config files that would affect these modules between 0.7.8 and 
0.7.9.

Darrick

-Original Message-
From: Lonnie Abelbeck [mailto:li...@lonnie.abelbeck.com] 
Sent: Thursday, July 21, 2011 8:19 AM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] version 0.7.9

Dominko,

What image device type are you using, net5501, alix, etc. (or what is astlinux= 
from cat /proc/cmdline)

Which Asterisk version?

Using 0.7.9-Asterisk-1.4.42 for a net5501, looks fine.
--
pbx ~ # ls -alt /lib/modules/2.6.27.57-astlinux/extra/
drwxrwxr-x1 root root  380 Jul 10 01:57 ..
drwxrwxr-x1 root root  420 Jul 10 01:40 .
-rw-rw-r--1 root root   181797 Jul 10 01:40 avmfritz.ko
-rw-rw-r--1 root root   610297 Jul 10 01:40 hfcmulti.ko
-rw-rw-r--1 root root   231627 Jul 10 01:40 hfcpci.ko
-rw-rw-r--1 root root   269157 Jul 10 01:40 hfcsmini.ko
-rw-rw-r--1 root root   231147 Jul 10 01:40 hfcsusb.ko
-rw-rw-r--1 root root   278523 Jul 10 01:40 l3udss1.ko
-rw-rw-r--1 root root  1508193 Jul 10 01:40 mISDN_capi.ko
-rw-rw-r--1 root root   996327 Jul 10 01:40 mISDN_core.ko
-rw-rw-r--1 root root   104203 Jul 10 01:40 mISDN_debugtool.ko
-rw-rw-r--1 root root   645909 Jul 10 01:40 mISDN_dsp.ko
-rw-rw-r--1 root root   105564 Jul 10 01:40 mISDN_dtmf.ko
-rw-rw-r--1 root root   197306 Jul 10 01:40 mISDN_isac.ko
-rw-rw-r--1 root root   119708 Jul 10 01:40 mISDN_l1.ko
-rw-rw-r--1 root root   304339 Jul 10 01:40 mISDN_l2.ko
-rw-rw-r--1 root root   249481 Jul 10 01:40 mISDN_x25dte.ko
-rw-rw-r--1 root root   192607 Jul 10 01:40 netjetpci.ko
-rw-rw-r--1 root root   338147 Jul 10 01:40 sedlfax.ko
-rw-rw-r--1 root root   214671 Jul 10 01:40 w6692pci.ko
-rw-rw-r--1 root root   298059 Jul 10 01:40 xhfc.ko
--

Lonnie


On Jul 21, 2011, at 6:15 AM, Dominko Vrljic wrote:

 Michael, There's a big difference in kernel modules between these versions.
 pbx ~ # ls -alt /lib/modules/2.6.27.57-astlinux/extra/
 drwxrwxr-x1 root root  380 May 19 13:34 ..
 -rw-rw-r--1 root root   996039 May 19 13:16 mISDN_core.ko
 -rw-rw-r--1 root root   197178 May 19 13:16 mISDN_isac.ko
 -rw-rw-r--1 root root   119076 May 19 13:16 mISDN_l1.ko
 -rw-rw-r--1 root root   302511 May 19 13:16 mISDN_l2.ko
 drwxrwxr-x1 root root  420 May 19 13:16 .
 -rw-rw-r--1 root root   188237 May 19 13:16 avmfritz.ko
 -rw-rw-r--1 root root   611980 May 19 13:16 hfcmulti.ko
 -rw-rw-r--1 root root   225823 May 19 13:16 hfcpci.ko
 -rw-rw-r--1 root root   268661 May 19 13:16 hfcsmini.ko
 -rw-rw-r--1 root root   231087 May 19 13:16 hfcsusb.ko
 -rw-rw-r--1 root root   278003 May 19 13:16 l3udss1.ko
 -rw-rw-r--1 root root  1512141 May 19 13:16 mISDN_capi.ko
 -rw-rw-r--1 root root   103955 May 19 13:16 mISDN_debugtool.ko
 -rw-rw-r--1 root root   644193 May 19 13:16 mISDN_dsp.ko
 -rw-rw-r--1 root root   105540 May 19 13:16 mISDN_dtmf.ko
 -rw-rw-r--1 root root   248829 May 19 13:16 mISDN_x25dte.ko
 -rw-rw-r--1 root root   193327 May 19 13:16 netjetpci.ko
 -rw-rw-r--1 root root   344041 May 19 13:16 sedlfax.ko
 -rw-rw-r--1 root root   215639 May 19 13:16 w6692pci.ko
 -rw-rw-r--1 root root   298991 May 19 13:16 xhfc.ko
 for version 0.7.8 and
 pbx ~ # ls -alt /lib/modules/2.6.27.57-astlinux/extra/
 drwxrwxr-x1 root root  380 Jul 11 00:58 ..
 drwxrwxr-x1 root root  100 Jul 11 00:40 .
 -rw-rw-r--1 root root   996039 Jul 11 00:40 mISDN_core.ko
 -rw-rw-r--1 root root   197178 Jul 11 00:40 mISDN_isac.ko
 -rw-rw-r--1 root root   119076 Jul 11 00:40 mISDN_l1.ko
 for version 0.7.9
 
 Did you have made any upgrade with isdn hardver?
 
 Regards,
 Dominko
 
 
 --- On Thu, 7/21/11, Michael Keuter li...@mksolutions.info wrote:
 
 From: Michael Keuter li...@mksolutions.info
 Subject: Re: [Astlinux-users] version 0.7.9
 To: AstLinux Users Mailing List 
 astlinux-users@lists.sourceforge.net
 Date: Thursday, July 21, 2011, 7:43 AM
 I have tried to upgrade my pbx to
 version 0.7.9 but ISDN PCI card
 does not work now.
 Here is some output from console:
 
 pbx ~ # /etc/init.d/misdn-init restart
 ---
   Unloading module(s) for your misdn-cards:
 ---
 /sbin/rmmod hfcpci
 ERROR: Module hfcpci does not exist in /proc/modules
 WARNING: Deprecated config file /etc/modprobe.conf, all
 config files
 

Re: [Astlinux-users] Disable serial console (grub.conf?)

2011-07-14 Thread Darrick Hartman
You could also run iaxmodem on the hylafax server then connect to the hylafax 
server via iax from Asterisk


-Original Message-
From: Izaak Branderhorst [mailto:iz...@ckut.ca] 
Sent: Thursday, July 14, 2011 2:22 PM
To: astlinux-users@lists.sourceforge.net
Subject: Re: [Astlinux-users] Disable serial console (grub.conf?)

hey,

good point- i'll try a USB-serial converter.

why do i need socat?  it allows one to forward serial ports over the network.

i.e., i have a network communications closet with some analog lines, a couple 
switches, and an ALIX running astlinux.

we have a fax line running to that closet which i'd like to connect to a server 
running hylafax.  unfortunately, the only computer in that closet is the ALIX, 
and astlinux doesn't run hylafax easily.  however, it can run socat.  i can use 
socat to forward a serial port over the network to a server in a different part 
of the building.  :)


On 11-07-14 03:16 PM, Lonnie Abelbeck wrote:
 Izaak,

 AstLinux does not use grub, but rather our own RUNNIX as a bootloader.

 I'd suggest using a USB-Serial dongle (PL2303 is supported) to get another 
 serial port.

 Not sure why you need socat though. ;-)

 Lonnie


 On Jul 14, 2011, at 1:44 PM, Izaak Branderhorst wrote:

 hi all,

 i'm wondering how i would go about releasing my ALIX's serial port
 (/dev/ttyS0) for other uses (i.e. forwarding using socat to another 
 computer).

 i have already installed socat - installed the astlinux development 
 environment on my workstation and compiled the bundled (but disabled 
 by
 default) socat package (P.S. it's old! socat 1.4.0.3 is from 2004).

 anyways, i believe, since the kernel gets console=ttyS0,38400n8 
 passed to it, i am getting strange output loops (with what looks like 
 a login
 screen) when i open the serial connection.

 i see the option in grub.conf but i am unfamiliar with how grub is 
 installed in astlinux, i.e. there is no grub-install binary if i were 
 to change the configuration.

 thanks for any advice.

 --
 Izaak Branderhorst
 IT coordinator, CKUT 90.3FM
 http://www.ckut.ca
 3647 University st., Mtl QC H3A 2B3
 514.448.4041 x8881
 iz...@ckut.ca


 -
 - AppSumo Presents a FREE Video for the SourceForge Community 
 by Eric Ries, the creator of the Lean Startup Methodology on Lean 
 Startup Secrets Revealed. This video shows you how to validate your 
 ideas, optimize your ideas and identify your business strategy.
 http://p.sf.net/sfu/appsumosfdev2dev
 ___
 Astlinux-users mailing list
 Astlinux-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/astlinux-users

 Donations to support AstLinux are graciously accepted via PayPal to 
 pay...@krisk.org.



 --
  AppSumo Presents a FREE Video for the SourceForge Community 
 by Eric Ries, the creator of the Lean Startup Methodology on Lean 
 Startup Secrets Revealed. This video shows you how to validate your 
 ideas, optimize your ideas and identify your business strategy.
 http://p.sf.net/sfu/appsumosfdev2dev
 ___
 Astlinux-users mailing list
 Astlinux-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/astlinux-users

 Donations to support AstLinux are graciously accepted via PayPal to 
 pay...@krisk.org.


--
Izaak Branderhorst
IT coordinator, CKUT 90.3FM
http://www.ckut.ca
3647 University st., Mtl QC H3A 2B3
514.448.4041 x8881
iz...@ckut.ca


--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


[Astlinux-users] AstLinux 0.7.9 Release

2011-07-14 Thread Darrick Hartman
The AstLinux Team would like to announce the immediate availability of the 
0.7.9 release.  This release includes either Asterisk 1.4.42 or
Asterisk 1.8.4.4.  All current users are encouraged to upgrade to this release 
to take advantage of bug fixes and other updates to Asterisk.

A full changelog is available at http://www.astlinux.org

Current users can upgrade from the web interface or from the commandline.

From the CLI:

(Asterisk 1.4)
  upgrade-run-image check http://mirror.astlinux.org/firmware
  --should report astlinux-0.7.9
  upgrade-run-image upgrade http://mirror.astlinux.org/firmware

(Asterisk 1.8)
  upgrade-run-image check http://mirror.astlinux.org/ast18-firmware
  --should report astlinux-0.7.9
  upgrade-run-image upgrade http://mirror.astlinux.org/ast18-firmware

--
The AstLinux Team
http://www.astlinux.org

--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Android IPSec VPN

2011-07-12 Thread Darrick Hartman
Just root your phone and use openvpn. Cyanogenmod includes it by default.

Sent from my Android phone using TouchDown (www.nitrodesk.com)

-Original Message-
From: Dmitry Komarov [d...@dmit.lv]
Received: Tuesday, 12 Jul 2011, 1:18pm
To: AstLinux Users Mailing List [astlinux-users@lists.sourceforge.net]
Subject: [Astlinux-users] Android IPSec VPN

Hello,

has anyone tried to configure built-in Android IPSec client to work with 
AstLinux? PPTP works fine.

Best Regards,
Dmitry

On Jul 12, 2011, at 02:59 , Lonnie Abelbeck wrote:

 Dmitry,

 Did you follow this link:

 http://doc.astlinux.org/userdoc:tt_asterisk-gui

 Did you restart asterisk for the manager.conf changes to be applied?

 Also, take a look at the template sample /stat/etc/asterisk/manager.conf, 
 in the [general] section, make sure 'enabled', 'webenabled', etc. are defined 
 the same in your manager.conf.

 Lonnie


 On Jul 11, 2011, at 4:07 PM, Dmitry Komarov wrote:

 Hello,

 would someone please suggest how to configure Asterisk GUI for astlinux? I 
 have set password in manager.conf but when I login I get the following error:

 The GUI does not have necessary privileges.
 Please check the manager permissions for the user !

 Thank you in advance,
 Best Regards
 Dmitry


 --
 All of the data generated in your IT infrastructure is seriously valuable.
 Why? It contains a definitive record of application performance, security
 threats, fraudulent activity, and more. Splunk takes this data and makes
 sense of it. IT sense. And common sense.
 http://p.sf.net/sfu/splunk-d2d-c2
 ___
 Astlinux-users mailing list
 Astlinux-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/astlinux-users

 Donations to support AstLinux are graciously accepted via PayPal to 
 pay...@krisk.org.


--
AppSumo Presents a FREE Video for the SourceForge Community by Eric
Ries, the creator of the Lean Startup Methodology on Lean Startup
Secrets Revealed. This video shows you how to validate your ideas,
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.
--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] Gtalk / Google Voice on Astlinux 0.7.7 ?

2011-06-17 Thread Darrick Hartman
On 06/17/2011 09:16 AM, Geoff Bowditch wrote:
 Michael,
 Thanks for the quick reply. How hard would it be to build iksemel into
 astlinux? Or is this planned for some future release?
 
 Thanks,
 geoff.

Geoff,

We do not have plans to add it to the current build system.  We're
working on what will be the next generation of our build system.  Right
now, I'd rather see us focus our efforts on that instead of putting
resources into something that may not carry forward into future releases.

Darrick

--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


[Astlinux-users] AstLinux 0.7.8 Release

2011-05-20 Thread Darrick Hartman
The AstLinux Team would like to announce the immediate availability of
the 0.7.8 release.  This release includes either Asterisk 1.4.41 or
Asterisk 1.8.4.  All current users are encouraged to upgrade to this
release to take advantage of bug fixes and other updates to Asterisk.

Please note that there is a bug in Asterisk 1.8.4 that will prevent
Cisco 79xx phones from registering.

A full changelog is available at http://www.astlinux.org

Current users can upgrade from the web interface or from the commandline.

From the CLI:

(Asterisk 1.4)
  upgrade-run-image check http://mirror.astlinux.org/firmware
  --should report astlinux-0.7.8
  upgrade-run-image upgrade http://mirror.astlinux.org/firmware

(Asterisk 1.8)
  upgrade-run-image check http://mirror.astlinux.org/ast18-firmware
  --should report astlinux-0.7.8
  upgrade-run-image upgrade http://mirror.astlinux.org/ast18-firmware


--
The AstLinux Team
http://www.astlinux.org

--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


  1   2   3   4   5   6   >