Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] FreeSWITCH running on OpenWrt


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
carlos.talbot at gmail...
Guest





PostPosted: Wed Apr 01, 2009 1:52 pm    Post subject: [Freeswitch-users] FreeSWITCH running on OpenWrt Reply with quote

Is there an interest in running FreeSWITCH on OpenWRT? I recently managed to compile and run a version for a MIPs based router, the Planex MZK-W04NU. This router has 32MB ram, 8MB flash, runs at 400MHz, draft N support (2.4GHZ), based on 2.6 kernels, a usb port and sells for about 60 bucks online. I used a 2GB USB flash drive for the FreeSWITCH directory and SWAP space.

I was planning to setup a wiki page on compiling and configuring.

regards,

Carlos
Back to top
msc at freeswitch.org
Guest





PostPosted: Wed Apr 01, 2009 2:04 pm    Post subject: [Freeswitch-users] FreeSWITCH running on OpenWrt Reply with quote

2009/4/1 Carlos Talbot <carlos.talbot@gmail.com (carlos.talbot@gmail.com)>
Quote:

Is there an interest in running FreeSWITCH on OpenWRT? I recently managed to compile and run a version for a MIPs based router, the Planex MZK-W04NU. This router has 32MB ram, 8MB flash, runs at 400MHz, draft N support (2.4GHZ), based on 2.6 kernels, a usb port and sells for about 60 bucks online. I used a 2GB USB flash drive for the FreeSWITCH directory and SWAP space.

Just curious - is there a use case for doing this, other than the hobbyist who does it because it's cool?
 
Quote:

I was planning to setup a wiki page on compiling and configuring.

Please do. We like to see all the different places and ways that people use FreeSWITCH.

-MC
 
Quote:


regards,

Carlos

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Back to top
rupa at rupa.com
Guest





PostPosted: Wed Apr 01, 2009 2:09 pm    Post subject: [Freeswitch-users] FreeSWITCH running on OpenWrt Reply with quote

2009/4/1 Michael Collins <msc@freeswitch.org (msc@freeswitch.org)>
Quote:
2009/4/1 Carlos Talbot <carlos.talbot@gmail.com (carlos.talbot@gmail.com)>
Quote:

Is there an interest in running FreeSWITCH on OpenWRT? I recently managed to compile and run a version for a MIPs based router, the Planex MZK-W04NU. This router has 32MB ram, 8MB flash, runs at 400MHz, draft N support (2.4GHZ), based on 2.6 kernels, a usb port and sells for about 60 bucks online. I used a 2GB USB flash drive for the FreeSWITCH directory and SWAP space.


Just curious - is there a use case for doing this, other than the hobbyist who does it because it's cool?




I could see using it as a standalone product for (very) small businesses or as a home gateway+phone. 

Guess the biggest issue would be lack of reasonable local storage for voicemail.

--
-Rupa
Back to top
carlos.talbot at gmail...
Guest





PostPosted: Wed Apr 01, 2009 2:12 pm    Post subject: [Freeswitch-users] FreeSWITCH running on OpenWrt Reply with quote

Until I figure out how much of a load it can handle for now it's just an experiment. Smile

I was motivated by two factors:

- Kristin had ported FreeSWITCH to Astlinux, another uClib embedded environment. This sparked my interest in getting it to work on OpenWRT
- Asterisk has been running on OpenWRT for a while so I wanted to see how difficult it would be to bring in FreeSWITCH.

Carlos

2009/4/1 Michael Collins <msc@freeswitch.org (msc@freeswitch.org)>
Quote:
2009/4/1 Carlos Talbot <carlos.talbot@gmail.com (carlos.talbot@gmail.com)>
Quote:

Is there an interest in running FreeSWITCH on OpenWRT? I recently managed to compile and run a version for a MIPs based router, the Planex MZK-W04NU. This router has 32MB ram, 8MB flash, runs at 400MHz, draft N support (2.4GHZ), based on 2.6 kernels, a usb port and sells for about 60 bucks online. I used a 2GB USB flash drive for the FreeSWITCH directory and SWAP space.


Just curious - is there a use case for doing this, other than the hobbyist who does it because it's cool?
 
Quote:

I was planning to setup a wiki page on compiling and configuring.


Please do. We like to see all the different places and ways that people use FreeSWITCH.

-MC
 
Quote:


regards,

Carlos

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org




_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Back to top
stevecrozz at gmail.com
Guest





PostPosted: Wed Apr 01, 2009 2:24 pm    Post subject: [Freeswitch-users] FreeSWITCH running on OpenWrt Reply with quote

Sounds like a fun project. I wouldn't worry too much about the lack of local storage space for voicemail. You can easily mount remote filesystems to increase storage capacity. I've done so using openwrt for my own projects using shfs, nfs, and next I want to try s3fs.

--Stephen

2009/4/1 Carlos Talbot <carlos.talbot@gmail.com (carlos.talbot@gmail.com)>
Quote:
Until I figure out how much of a load it can handle for now it's just an experiment. Smile

I was motivated by two factors:

- Kristin had ported FreeSWITCH to Astlinux, another uClib embedded environment. This sparked my interest in getting it to work on OpenWRT
- Asterisk has been running on OpenWRT for a while so I wanted to see how difficult it would be to bring in FreeSWITCH.

Carlos

2009/4/1 Michael Collins <msc@freeswitch.org (msc@freeswitch.org)>

Quote:
2009/4/1 Carlos Talbot <carlos.talbot@gmail.com (carlos.talbot@gmail.com)>

Quote:

Is there an interest in running FreeSWITCH on OpenWRT? I recently managed to compile and run a version for a MIPs based router, the Planex MZK-W04NU. This router has 32MB ram, 8MB flash, runs at 400MHz, draft N support (2.4GHZ), based on 2.6 kernels, a usb port and sells for about 60 bucks online. I used a 2GB USB flash drive for the FreeSWITCH directory and SWAP space.


Just curious - is there a use case for doing this, other than the hobbyist who does it because it's cool?
 
Quote:

I was planning to setup a wiki page on compiling and configuring.


Please do. We like to see all the different places and ways that people use FreeSWITCH.

-MC
 
Quote:


regards,

Carlos

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org







_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org






_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Back to top
cesar.bermudez at gmai...
Guest





PostPosted: Wed Apr 01, 2009 3:41 pm    Post subject: [Freeswitch-users] FreeSWITCH running on OpenWrt Reply with quote

where can see and buy that router?

2009/4/1 Carlos Talbot <carlos.talbot@gmail.com (carlos.talbot@gmail.com)>
Quote:

Is there an interest in running FreeSWITCH on OpenWRT? I recently managed to compile and run a version for a MIPs based router, the Planex MZK-W04NU. This router has 32MB ram, 8MB flash, runs at 400MHz, draft N support (2.4GHZ), based on 2.6 kernels, a usb port and sells for about 60 bucks online. I used a 2GB USB flash drive for the FreeSWITCH directory and SWAP space.

I was planning to setup a wiki page on compiling and configuring.

regards,

Carlos

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Back to top
rupa at rupa.com
Guest





PostPosted: Wed Apr 01, 2009 4:22 pm    Post subject: [Freeswitch-users] FreeSWITCH running on OpenWrt Reply with quote

s3fs would be ideal if this is a turnkey solution.  still need local storage (flash) for the sqlite databases, but that shouldn't be very hard. 

2009/4/1 Stephen Crosby <stevecrozz@gmail.com (stevecrozz@gmail.com)>
Quote:
Sounds like a fun project. I wouldn't worry too much about the lack of local storage space for voicemail. You can easily mount remote filesystems to increase storage capacity. I've done so using openwrt for my own projects using shfs, nfs, and next I want to try s3fs.

--Stephen


2009/4/1 Carlos Talbot <carlos.talbot@gmail.com (carlos.talbot@gmail.com)>
Quote:
Until I figure out how much of a load it can handle for now it's just an experiment. Smile

I was motivated by two factors:

- Kristin had ported FreeSWITCH to Astlinux, another uClib embedded environment. This sparked my interest in getting it to work on OpenWRT
- Asterisk has been running on OpenWRT for a while so I wanted to see how difficult it would be to bring in FreeSWITCH.

Carlos

2009/4/1 Michael Collins <msc@freeswitch.org (msc@freeswitch.org)>

Quote:
2009/4/1 Carlos Talbot <carlos.talbot@gmail.com (carlos.talbot@gmail.com)>

Quote:

Is there an interest in running FreeSWITCH on OpenWRT? I recently managed to compile and run a version for a MIPs based router, the Planex MZK-W04NU. This router has 32MB ram, 8MB flash, runs at 400MHz, draft N support (2.4GHZ), based on 2.6 kernels, a usb port and sells for about 60 bucks online. I used a 2GB USB flash drive for the FreeSWITCH directory and SWAP space.


Just curious - is there a use case for doing this, other than the hobbyist who does it because it's cool?
 
Quote:

I was planning to setup a wiki page on compiling and configuring.


Please do. We like to see all the different places and ways that people use FreeSWITCH.

-MC
 
Quote:


regards,

Carlos

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org







_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org






_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org






_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org




--
-Rupa
Back to top
kristian.kielhofner at...
Guest





PostPosted: Thu Apr 02, 2009 12:31 am    Post subject: [Freeswitch-users] FreeSWITCH running on OpenWrt Reply with quote

Carlos,

I'm glad to see you've made some progress on your project.

Keep us updated!

2009/4/1 Carlos Talbot <carlos.talbot@gmail.com>:
Quote:

Is there an interest in running FreeSWITCH on OpenWRT? I recently managed to
compile and run a version for a MIPs based router, the Planex MZK-W04NU.
This router has 32MB ram, 8MB flash, runs at 400MHz, draft N support
(2.4GHZ), based on 2.6 kernels, a usb port and sells for about 60 bucks
online. I used a 2GB USB flash drive for the FreeSWITCH directory and SWAP
space.

I was planning to setup a wiki page on compiling and configuring.

regards,

Carlos

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org





--
Kristian Kielhofner
http://blog.krisk.org
http://www.submityoursip.com
http://www.astlinux.org
http://www.star2star.com

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
codecomplete at free.fr
Guest





PostPosted: Fri Apr 03, 2009 5:16 am    Post subject: [Freeswitch-users] FreeSWITCH running on OpenWrt Reply with quote

Carlos Talbot > Is there an interest in running FreeSWITCH on
OpenWRT? I recently managed to compile and run a version for a MIPs
based router, the Planex MZK-W04NU.

Great news Smile I'm interested in running FS on any of this type of
small hardware. Ideally, it should have a USB port so I can connect
Sangoma's U100 connector to handle one or two POTS lines.

Would the FS port you did handle this USB VoIP gateway?

Thanks.


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
carlos.talbot at gmail...
Guest





PostPosted: Fri Apr 03, 2009 4:39 pm    Post subject: [Freeswitch-users] FreeSWITCH running on OpenWrt Reply with quote

This would be ideal. I'm not sure though if the wanpipe kernel driver has been ported to openwrt (or non-x86 hardware for that matter).

FYI, I'm slowly working on the wiki and have faced some obstacles as openwrt.org decided to upgrade their servers this past week and have been offline for a good part of that...

Carlos

On Fri, Apr 3, 2009 at 5:07 AM, Fred <codecomplete@free.fr (codecomplete@free.fr)> wrote:
Quote:
Carlos Talbot > Is there an interest in running FreeSWITCH on
OpenWRT? I recently managed to compile and run a version for a MIPs
based router, the Planex MZK-W04NU.


Great news Smile I'm interested in running FS on any of this type of
small hardware. Ideally, it should have a USB port so I can connect
Sangoma's U100 connector to handle one or two POTS lines.

Would the FS port you did handle this USB VoIP gateway?

Thanks.



_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Back to top
carlos.talbot at gmail...
Guest





PostPosted: Wed Apr 08, 2009 9:52 am    Post subject: [Freeswitch-users] FreeSWITCH running on OpenWrt Reply with quote

Here's the first draft: http://wiki.freeswitch.org/wiki/OpenWrt

Carlos
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services