[asterisk-users] Asterisk on OpenWrt (first time user)

2015-03-20 Thread Sebastian Kemper
Hello list,

I'm hoping that you could read through this mail and give me some tips
on how to improve my setup (functionality, security, really anything).
It's my first Asterisk installation and meant for simple home use.

I installed Asterisk 11 on an OpenWrt Barrier Breaker router. Currently
it's configured for Ekiga so I can test. In a few weeks I'll change to a
Telco SIP provider for a PSTN connect.

My Ekiga test calls are successful. So it does seem to work :)

The router is configured like this:

- has a user 'asteriskpbx' so Asterisk doesn't run as root
- has a USB stick for logs and CDRs
- has a LAN port which I removed from the regular LAN VLAN and put into
  its own VLAN; only the hardware SIP phone is connected; there's no
  forwarding to and from this network
- firewall allows SIP and RTP packets from the outside, but only from
  Ekiga.net

The main config file:

[directories]
astdbdir = /mnt/usb/asterisk/dbdir
astlogdir = /mnt/usb/asterisk/logdir

[options]
systemname = my.dynamic.domain.com  
runuser = asteriskpbx   
rungroup = asteriskpbx  
defaultlanguage = de   
documentation_language = en_US  
live_dangerously = no   

[compat]
pbx_realtime=1.6
res_agi=1.6
app_set=1.6

Here's the SIP setup:

[general]
context=unauthenticated
allowguest=no
srvlookup=no
udpbindaddr=0.0.0.0
tcpenable=no
localnet=172.16.28.0/24
alwaysauthreject=yes
language=de

register = MyEkigaUser:myekigap...@ekiga.net/MyEkigaUser

[my-codecs](!)
allow=!all,alaw

[home-phone](!,my-codecs)
acl=voice_vlan
directmedia=no
type=friend
host=dynamic
context=LocalSets

[MyPhoneMacAddress](home-phone)
secret=MyPhonePassword

[ekiga_inbound](my-codecs)
acl=acl_ekiga_inbound
type=peer
host=ekiga.net
context=from-ekiga

[ekiga_outbound](my-codecs)
acl=acl_ekiga_outbound
type=peer
host=ekiga.net
defaultuser=MyEkigaUser
remotesecret=MyEkigaPass
fromuser=MyEkigaUser
fromdomain=ekiga.net

This is my dialplan:

[LocalSets]
exten = 101,1,Dial(SIP/MyPhoneMacAddress,30)
exten = 500,1,Dial(SIP/ekiga_outbound/500,30)
exten = 501,1,Set(GROUP(users)=CallsToProvider)
 same = n,NoOp(There are ${GROUP_COUNT(CallsToProvider)} calls for 
account CallsToProvider.)
 same = n,GotoIf($[${GROUP_COUNT(CallsToProvider)}  
1]?denied:continue)
 same = n(denied),NoOp(There are too many calls up already. Hang up.)
 same = n,HangUp()
 same = n(continue),NoOp(Continue processing call as normal here ...)
 same = n,Dial(SIP/ekiga_outbound/501,30)
exten = 520,1,Dial(SIP/ekiga_outbound/520,30)

; For later when dialing out via the PSTN connect
;
; Apparently the German RegTP says that local numbers are at least
; 4 digits long. So the following will catch all calls (1234, 0242113,
; 003412314 etc.). Lets strip everything except numbers from the
; extension, though. And only allow 1 call at a time.
;
;   exten = _.,1,Set(GROUP(users)=CallsToProvider)
;same = n,NoOp(There are ${GROUP_COUNT(CallsToProvider)} calls from 
LocalSets to sip_provider_out.)
;same = n,GotoIf($[${GROUP_COUNT(CallsToProvider)}  
1]?denied:continue)
;same = n(denied),NoOp(There are too many calls up already. Hang up.)
;same = n,HangUp()
;same = n(continue),NoOp(Continue processing call as normal here ...)
;same = n,Set(SAFE_EXTEN=${FILTER(0-9,${EXTEN})})
;same = n,Set(CALLERID(name)=area code + number)
;same = n,Set(CALLERID(num)=area code + number)
;same = n,Dial(SIP/sip_provider_out/${SAFE_EXTEN},30)
;
; Emergeny numbers (110, 112 and 115):
;
;   exten = _11[025],1,Set(CALLERID(name)=area code + number)
;same = n,Set(CALLERID(num)=area code + number)
;same = n,Dial(SIP/sip_provider_out/${EXTEN})

[from-ekiga]
exten = MyEkigaUser,1,Dial(SIP/MyPhoneMacAddress,30)

The AMI Manager is disabled, as is CLI access for anybody except root:

[general]
default_perm = deny
[root]
permit = all

Named ACLs:

[voice_vlan]
deny=0.0.0.0/0.0.0.0
permit=172.16.28.0/255.255.255.0

[acl_ekiga_inbound]
deny=0.0.0.0/0.0.0.0
permit=86.64.162.35

[acl_ekiga_outbound]
deny=0.0.0.0/0.0.0.0

Only load necessary modules:

[modules]
autoload=no
load = chan_sip.so
load = res_rtp_asterisk.so
load = app_dial.so
load = pbx_config.so
load = app_cdr.so
load = cdr_csv.so
load = func_strings
load = func_groupcount.so

Any tips/hints/suggestions appreciated. Thanks for reading!

Kind regards,
Sebastian

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or 

Re: [asterisk-users] Asterisk on OpenWRT

2009-07-28 Thread David Cook
On Mon, 27 Jul 2009, Jeff LaCoursiere wrote:

1) The latest 8.09 kamikaze no longer supports the Broadcom radios, so ...

Because of closed-source drivers the Broadcom chips only work on the 2.4
series kernels. OpenWRT does make a 2.4 kernel version _and_ a 2.6 kernel
version. Use the 2.4 and the radios work fine.

2) I suppose this should have been clear to me from the start, but without 
an external (or hacked internal) storage of some kind, running asterisk on
Make sure you have the right version number within the Linksys model. They
changed drastically the RAM/Flash in the units (downward) as the production
ran on. There are some charts online to go by. But the skinny is use a
WRT54GS v4 or lower. V1.1  2 were the good ones with double the RAM. 

3) OpenWRT seems to be less stable and not as mature as dd-wrt, which I 
I guess this is someone subjective and OpenWRT is somewhat in flux with 2
products under the same brand right now.

White Russian was the previous release which is still available. Used
predominantly NVRAM configs and had a smaller audience of platforms that it
would support. It did however have a great GUI with lots of features.

Kamikaze is the new version which has moved to more traditional config
files and has an objective to be more platform agnostic.

As a long-time White Russian user I admit the GUI has a long way to go
before it can be considered a replacement for the White Russian version. I
myself have never encountered stability problems with either version.

Not sure how much DD-WRT has improved. A few years back OpenWRT was the
clear winner (in my mind - no flames please) and I haven't re-evaluated the
competition lately.

-dbc. 


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Asterisk on OpenWRT

2009-07-28 Thread Zoaaaaa

I have played with DD-WRT on linksys wrt54g version 5 last week (2 
different ones, they are the model with less memory so i needed to use 
the micro version). I tried to use it as a repeater. (might have 
something to do with it)

So far i read reports on great succes everywhere, my experience are not 
as good, the machines become highly unstable and i experienced heavy 
packetloss at random times. Encryption didn't work at all.
Maybe other versions (with more memory or faster CPU's) are better, but 
my results were a disaster and i would not consider running Asterisk on 
top of that.

Joachim

David Cook wrote:
 On Mon, 27 Jul 2009, Jeff LaCoursiere wrote:

   
 1) The latest 8.09 kamikaze no longer supports the Broadcom radios, so ...

 
 Because of closed-source drivers the Broadcom chips only work on the 2.4
 series kernels. OpenWRT does make a 2.4 kernel version _and_ a 2.6 kernel
 version. Use the 2.4 and the radios work fine.

   
 2) I suppose this should have been clear to me from the start, but without 
 an external (or hacked internal) storage of some kind, running asterisk on
 
 Make sure you have the right version number within the Linksys model. They
 changed drastically the RAM/Flash in the units (downward) as the production
 ran on. There are some charts online to go by. But the skinny is use a
 WRT54GS v4 or lower. V1.1  2 were the good ones with double the RAM. 

   
 3) OpenWRT seems to be less stable and not as mature as dd-wrt, which I 
 
 I guess this is someone subjective and OpenWRT is somewhat in flux with 2
 products under the same brand right now.

 White Russian was the previous release which is still available. Used
 predominantly NVRAM configs and had a smaller audience of platforms that it
 would support. It did however have a great GUI with lots of features.

 Kamikaze is the new version which has moved to more traditional config
 files and has an objective to be more platform agnostic.

 As a long-time White Russian user I admit the GUI has a long way to go
 before it can be considered a replacement for the White Russian version. I
 myself have never encountered stability problems with either version.

 Not sure how much DD-WRT has improved. A few years back OpenWRT was the
 clear winner (in my mind - no flames please) and I haven't re-evaluated the
 competition lately.

 -dbc. 


 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 AstriCon 2009 - October 13 - 15 Phoenix, Arizona
 Register Now: http://www.astricon.net

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
   


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Asterisk on OpenWRT

2009-07-28 Thread SIP
I've had similar results to you. Packet loss even when not transcoding.
Overall poor performance across the board. We considered it a failed
experiment.

N.

Zoa wrote:
 I have played with DD-WRT on linksys wrt54g version 5 last week (2 
 different ones, they are the model with less memory so i needed to use 
 the micro version). I tried to use it as a repeater. (might have 
 something to do with it)

 So far i read reports on great succes everywhere, my experience are not 
 as good, the machines become highly unstable and i experienced heavy 
 packetloss at random times. Encryption didn't work at all.
 Maybe other versions (with more memory or faster CPU's) are better, but 
 my results were a disaster and i would not consider running Asterisk on 
 top of that.

 Joachim

 David Cook wrote:
   
 On Mon, 27 Jul 2009, Jeff LaCoursiere wrote:

   
 
 1) The latest 8.09 kamikaze no longer supports the Broadcom radios, so ...

 
   
 Because of closed-source drivers the Broadcom chips only work on the 2.4
 series kernels. OpenWRT does make a 2.4 kernel version _and_ a 2.6 kernel
 version. Use the 2.4 and the radios work fine.

   
 
 2) I suppose this should have been clear to me from the start, but without 
 an external (or hacked internal) storage of some kind, running asterisk on
 
   
 Make sure you have the right version number within the Linksys model. They
 changed drastically the RAM/Flash in the units (downward) as the production
 ran on. There are some charts online to go by. But the skinny is use a
 WRT54GS v4 or lower. V1.1  2 were the good ones with double the RAM. 

   
 
 3) OpenWRT seems to be less stable and not as mature as dd-wrt, which I 
 
   
 I guess this is someone subjective and OpenWRT is somewhat in flux with 2
 products under the same brand right now.

 White Russian was the previous release which is still available. Used
 predominantly NVRAM configs and had a smaller audience of platforms that it
 would support. It did however have a great GUI with lots of features.

 Kamikaze is the new version which has moved to more traditional config
 files and has an objective to be more platform agnostic.

 As a long-time White Russian user I admit the GUI has a long way to go
 before it can be considered a replacement for the White Russian version. I
 myself have never encountered stability problems with either version.

 Not sure how much DD-WRT has improved. A few years back OpenWRT was the
 clear winner (in my mind - no flames please) and I haven't re-evaluated the
 competition lately.

 -dbc. 


 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 AstriCon 2009 - October 13 - 15 Phoenix, Arizona
 Register Now: http://www.astricon.net

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
   
 


 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 AstriCon 2009 - October 13 - 15 Phoenix, Arizona
 Register Now: http://www.astricon.net

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
   


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Asterisk on OpenWRT

2009-07-28 Thread Jeff LaCoursiere

The trick does seem to make sure you have the right hardware platform 
underneath.  I have high hopes for the Netgear boxes that should be in my 
hands tomorrow.  Will report...

j

On Tue, 28 Jul 2009, SIP wrote:

 I've had similar results to you. Packet loss even when not transcoding.
 Overall poor performance across the board. We considered it a failed
 experiment.

 N.

 Zoa wrote:
 I have played with DD-WRT on linksys wrt54g version 5 last week (2
 different ones, they are the model with less memory so i needed to use
 the micro version). I tried to use it as a repeater. (might have
 something to do with it)

 So far i read reports on great succes everywhere, my experience are not
 as good, the machines become highly unstable and i experienced heavy
 packetloss at random times. Encryption didn't work at all.
 Maybe other versions (with more memory or faster CPU's) are better, but
 my results were a disaster and i would not consider running Asterisk on
 top of that.

 Joachim

 David Cook wrote:

 On Mon, 27 Jul 2009, Jeff LaCoursiere wrote:



 1) The latest 8.09 kamikaze no longer supports the Broadcom radios, so ...



 Because of closed-source drivers the Broadcom chips only work on the 2.4
 series kernels. OpenWRT does make a 2.4 kernel version _and_ a 2.6 kernel
 version. Use the 2.4 and the radios work fine.



 2) I suppose this should have been clear to me from the start, but without
 an external (or hacked internal) storage of some kind, running asterisk on


 Make sure you have the right version number within the Linksys model. They
 changed drastically the RAM/Flash in the units (downward) as the production
 ran on. There are some charts online to go by. But the skinny is use a
 WRT54GS v4 or lower. V1.1  2 were the good ones with double the RAM.



 3) OpenWRT seems to be less stable and not as mature as dd-wrt, which I


 I guess this is someone subjective and OpenWRT is somewhat in flux with 2
 products under the same brand right now.

 White Russian was the previous release which is still available. Used
 predominantly NVRAM configs and had a smaller audience of platforms that it
 would support. It did however have a great GUI with lots of features.

 Kamikaze is the new version which has moved to more traditional config
 files and has an objective to be more platform agnostic.

 As a long-time White Russian user I admit the GUI has a long way to go
 before it can be considered a replacement for the White Russian version. I
 myself have never encountered stability problems with either version.

 Not sure how much DD-WRT has improved. A few years back OpenWRT was the
 clear winner (in my mind - no flames please) and I haven't re-evaluated the
 competition lately.

 -dbc.


 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 AstriCon 2009 - October 13 - 15 Phoenix, Arizona
 Register Now: http://www.astricon.net

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users




 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 AstriCon 2009 - October 13 - 15 Phoenix, Arizona
 Register Now: http://www.astricon.net

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 AstriCon 2009 - October 13 - 15 Phoenix, Arizona
 Register Now: http://www.astricon.net

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Asterisk on OpenWRT

2009-07-27 Thread Jeff LaCoursiere

On Fri, 24 Jul 2009, David Cook wrote:

 Yeah, have it running on several units. It's really quite simple now.

 - Goto System - Packages
 - Scroll down to Update Package List and wait a few seconds for that puppy
 to refresh.
 - You now should have a list of installed packages followed by a very long
 list of available packages.
 - Find the asterisk version you want in the list and install it.
 - The asterisk package is just that, asterisk only. You will need
 asterisk-sounds for basic voicemail/ivr functions and you will also need
 the asterisk-voicemail package. Obviously either pick the 14 or the 16
 tree as appropriate.

 -dbc.

I played with this some over the weekend, and found some interesting 
things:

1) The latest 8.09 kamikaze no longer supports the Broadcom radios, so 
though it installs and runs fine as a *router* on Linksys WRT54Gv2 (and 
others based on Broadcom chipsets), there is no support for wifi!  Bummer.

2) I suppose this should have been clear to me from the start, but without 
an external (or hacked internal) storage of some kind, running asterisk on 
some of these boxes won't have room for the sounds or voicemail storage. 
In fact on my WRT54Gv2, I don't seem to have room even for the base 
package.  I get error (code 4096) when I attempt to install the 
asterisk1.4.23 package.  A bit of googling seems to show that this means 
there is not enough room... this box has 4MB flash and 16MB RAM.

3) OpenWRT seems to be less stable and not as mature as dd-wrt, which I 
have been using for years.  The box I installed and was playing with this 
weekend, now running the latest kamikaze, locks up every few hours.  The 
web interface is nowhere near as featureful as dd-wrt.

So has anyone managed to squeeze asterisk onto an old Linksys WRT54G?

I just ordered two Netgear WGT634U which have USB ports.  Am hoping to 
attack this again with these units, with thumb drives for storing voice 
prompts, voice mail, and call recordings.  Amazing that for less than $30 
I hope to have a mini full featured PBX :):)

Cheers,

j


 Date: Fri, 24 Jul 2009 12:12:35 +0200
 From: abdelkader abdelkader2...@gmail.com
 Subject: [asterisk-users] Asterisk on OpenWRT

 Did anyone succeeded in installing Asterisk on OpenWRT system.

 pls help.


 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Asterisk on OpenWRT

2009-07-27 Thread Steve Totaro
On Mon, Jul 27, 2009 at 3:20 PM, drew einhorn drew.einh...@gmail.comwrote:

  So has anyone managed to squeeze asterisk onto an old Linksys WRT54G?
 

 Cisco/Linksys has sold a lot of different boxes under the WRT54G name.

 You need to be careful about exactly which model you are trying to use.
 Some of the newer models only have 2MB flash and are very cramped for
 space.

 DD-WRT has a good description of the hardware in various models.

 See:


 https://www.dd-wrt.com/wiki/index.php/Supported_Devices#Linksys_.28all_the_rest_that_is_not_re-engineered_til_today.29

 --
 Drew Einhorn

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 AstriCon 2009 - October 13 - 15 Phoenix, Arizona
 Register Now: http://www.astricon.net

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Linksys WRT54GS old style is a champ.
http://en.wikipedia.org/wiki/Linksys_WRT54G_series#WRT54GS

version 3 and under I have stockpiled.

-- 
Thanks,
Steve Totaro
+18887771888 (Toll Free)
+12409381212 (Cell)
+12024369784 (Skype)
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Asterisk on OpenWRT

2009-07-27 Thread drew einhorn
 So has anyone managed to squeeze asterisk onto an old Linksys WRT54G?


Cisco/Linksys has sold a lot of different boxes under the WRT54G name.

You need to be careful about exactly which model you are trying to use.
Some of the newer models only have 2MB flash and are very cramped for space.

DD-WRT has a good description of the hardware in various models.

See:

https://www.dd-wrt.com/wiki/index.php/Supported_Devices#Linksys_.28all_the_rest_that_is_not_re-engineered_til_today.29

-- 
Drew Einhorn

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Asterisk on OpenWRT

2009-07-25 Thread Michael Graves
On Fri, 24 Jul 2009 21:27:12 -0400, David Cook wrote:

I have installed them on a Linksys WRT54GL or WRT54GS v4/v3/v2/v1.1 devices.

My mother-in-law's runs fine and she doesn't notice the difference. I know
that is very subjective but to be honest I never looked at it for more than
home-use/1 line applications. Can't say I've had a problem that caused me to
look at its load level  transcoding. I can tell you she has been on the
phone and received VM at the same time so there are two concurrent sessions.

It means she keeps her number even though she moved to a retirement home
that is out-of-area-code so she's more than happy. Plus calling between us
is traditional 10-digit dialing although it is a SIP trunk - not that she
(or my family) notice any difference.


Yeah, I really like the embedded systems approach to Asterisk, but
there's a limit. Some hardware is just too constrained IMHO.

OTOH, have you been following what David Rowe and Village Telco has
been doing with the Mesh Potato? That's extremely cool stuff.

Michael
--
Michael Graves
mgravesatmstvp.com
http://www.mgraves.org
o713-861-4005
c713-201-1262
sip:mgra...@mstvp.onsip.com
skype mjgraves
Twitter mjgraves




___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] Asterisk on OpenWRT

2009-07-24 Thread abdelkader
Hello,

Did anyone succeeded in installing Asterisk on OpenWRT system.

pls help.
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Asterisk on OpenWRT

2009-07-24 Thread David Cook
Yeah, have it running on several units. It's really quite simple now.

- Goto System - Packages
- Scroll down to Update Package List and wait a few seconds for that puppy
to refresh.
- You now should have a list of installed packages followed by a very long
list of available packages.
- Find the asterisk version you want in the list and install it.
- The asterisk package is just that, asterisk only. You will need
asterisk-sounds for basic voicemail/ivr functions and you will also need
the asterisk-voicemail package. Obviously either pick the 14 or the 16
tree as appropriate.

-dbc.

 Date: Fri, 24 Jul 2009 12:12:35 +0200
 From: abdelkader abdelkader2...@gmail.com
 Subject: [asterisk-users] Asterisk on OpenWRT
 
 Did anyone succeeded in installing Asterisk on OpenWRT system.

 pls help.


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Asterisk on OpenWRT

2009-07-24 Thread Jeff LaCoursiere

What router did you install it on?  Any stats on concurrent conversations 
/ transcoding?

Cheers,

j

On Fri, 24 Jul 2009, David Cook wrote:

 Yeah, have it running on several units. It's really quite simple now.

 - Goto System - Packages
 - Scroll down to Update Package List and wait a few seconds for that puppy
 to refresh.
 - You now should have a list of installed packages followed by a very long
 list of available packages.
 - Find the asterisk version you want in the list and install it.
 - The asterisk package is just that, asterisk only. You will need
 asterisk-sounds for basic voicemail/ivr functions and you will also need
 the asterisk-voicemail package. Obviously either pick the 14 or the 16
 tree as appropriate.

 -dbc.

 Date: Fri, 24 Jul 2009 12:12:35 +0200
 From: abdelkader abdelkader2...@gmail.com
 Subject: [asterisk-users] Asterisk on OpenWRT

 Did anyone succeeded in installing Asterisk on OpenWRT system.

 pls help.


 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Asterisk on OpenWRT

2009-07-24 Thread Steve Totaro
It also installed just fine on a very flaky Dell router that came free with
an order.

Check out the OpenWRT site, they have a matrix of compatible routers.

On Fri, Jul 24, 2009 at 1:54 PM, Steve Totaro 
stot...@first-notification.com wrote:

 I have played with it a while ago on a WRT54GS, the old style, pre vers 4
 or whenever they changed to two models, one running VxWorx and the other
 specified for Linux Enthusiasts.

 It is best to get an old one.  I am not positive that what I said above is
 totally correct as far as version or OS though, but OpenWRT has all the
 details there.

 I did a few tests running Asterisk for fun but was mainly looking at
 OpenVPN.

 I am sure you can search the wiki or google for real world stats.

 A little OpenVPN action, and no NAT.  It is a beautiful thing for a device
 that was ~$80 give or take back then.

 Thanks,
 Steve T


 On Fri, Jul 24, 2009 at 12:59 PM, Jeff LaCoursiere j...@jeff.net wrote:


 What router did you install it on?  Any stats on concurrent conversations
 / transcoding?

 Cheers,

 j

 On Fri, 24 Jul 2009, David Cook wrote:

  Yeah, have it running on several units. It's really quite simple now.
 
  - Goto System - Packages
  - Scroll down to Update Package List and wait a few seconds for that
 puppy
  to refresh.
  - You now should have a list of installed packages followed by a very
 long
  list of available packages.
  - Find the asterisk version you want in the list and install it.
  - The asterisk package is just that, asterisk only. You will need
  asterisk-sounds for basic voicemail/ivr functions and you will also
 need
  the asterisk-voicemail package. Obviously either pick the 14 or the
 16
  tree as appropriate.
 
  -dbc.
 
  Date: Fri, 24 Jul 2009 12:12:35 +0200
  From: abdelkader abdelkader2...@gmail.com
  Subject: [asterisk-users] Asterisk on OpenWRT
 
  Did anyone succeeded in installing Asterisk on OpenWRT system.
 
  pls help.
 
 
  ___
  -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




 --
 Thanks,
 Steve Totaro
 +18887771888 (Toll Free)
 +12409381212 (Cell)
 +12024369784 (Skype)




-- 
Thanks,
Steve Totaro
+18887771888 (Toll Free)
+12409381212 (Cell)
+12024369784 (Skype)
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Asterisk on OpenWRT

2009-07-24 Thread Steve Totaro
I have played with it a while ago on a WRT54GS, the old style, pre vers 4 or
whenever they changed to two models, one running VxWorx and the other
specified for Linux Enthusiasts.

It is best to get an old one.  I am not positive that what I said above is
totally correct as far as version or OS though, but OpenWRT has all the
details there.

I did a few tests running Asterisk for fun but was mainly looking at
OpenVPN.

I am sure you can search the wiki or google for real world stats.

A little OpenVPN action, and no NAT.  It is a beautiful thing for a device
that was ~$80 give or take back then.

Thanks,
Steve T

On Fri, Jul 24, 2009 at 12:59 PM, Jeff LaCoursiere j...@jeff.net wrote:


 What router did you install it on?  Any stats on concurrent conversations
 / transcoding?

 Cheers,

 j

 On Fri, 24 Jul 2009, David Cook wrote:

  Yeah, have it running on several units. It's really quite simple now.
 
  - Goto System - Packages
  - Scroll down to Update Package List and wait a few seconds for that
 puppy
  to refresh.
  - You now should have a list of installed packages followed by a very
 long
  list of available packages.
  - Find the asterisk version you want in the list and install it.
  - The asterisk package is just that, asterisk only. You will need
  asterisk-sounds for basic voicemail/ivr functions and you will also
 need
  the asterisk-voicemail package. Obviously either pick the 14 or the
 16
  tree as appropriate.
 
  -dbc.
 
  Date: Fri, 24 Jul 2009 12:12:35 +0200
  From: abdelkader abdelkader2...@gmail.com
  Subject: [asterisk-users] Asterisk on OpenWRT
 
  Did anyone succeeded in installing Asterisk on OpenWRT system.
 
  pls help.
 
 
  ___
  -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




-- 
Thanks,
Steve Totaro
+18887771888 (Toll Free)
+12409381212 (Cell)
+12024369784 (Skype)
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Asterisk on OpenWRT

2009-07-24 Thread David Cook
I have installed them on a Linksys WRT54GL or WRT54GS v4/v3/v2/v1.1 devices.

My mother-in-law's runs fine and she doesn't notice the difference. I know
that is very subjective but to be honest I never looked at it for more than
home-use/1 line applications. Can't say I've had a problem that caused me to
look at its load level  transcoding. I can tell you she has been on the
phone and received VM at the same time so there are two concurrent sessions.

It means she keeps her number even though she moved to a retirement home
that is out-of-area-code so she's more than happy. Plus calling between us
is traditional 10-digit dialing although it is a SIP trunk - not that she
(or my family) notice any difference.

-dbc.

From: Jeff LaCoursiere j...@jeff.net
Subject: Re: [asterisk-users] Asterisk on OpenWRT

What router did you install it on?  Any stats on concurrent conversations /
transcoding?


On Fri, 24 Jul 2009, David Cook wrote:

 Yeah, have it running on several units. It's really quite simple now.

 - Goto System - Packages
 - Scroll down to Update Package List and wait a few seconds for that 
 puppy to refresh.
 - You now should have a list of installed packages followed by a 
 very long list of available packages.
 - Find the asterisk version you want in the list and install it.
 - The asterisk package is just that, asterisk only. You will need 
 asterisk-sounds for basic voicemail/ivr functions and you will also 
 need the asterisk-voicemail package. Obviously either pick the 14 or
the 16
 tree as appropriate.

 -dbc.

 Date: Fri, 24 Jul 2009 12:12:35 +0200
 From: abdelkader abdelkader2...@gmail.com
 Subject: [asterisk-users] Asterisk on OpenWRT

 Did anyone succeeded in installing Asterisk on OpenWRT system.

 pls help.


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users