View previous topic :: View next topic |
Author |
Message |
plugworld at micnes.com Guest
|
Posted: Wed Dec 04, 2013 4:08 am Post subject: [asterisk-users] Asterisk SIP server on windows |
|
|
Hi all,
I need to build an application that will be an SIP server program that will run on Linux and Windows.
The sip server need only some features such as be able to :
<![if !supportLists]>- <![endif]>Register sip endpoints
<![if !supportLists]>- <![endif]>Answer a call and play a local file
<![if !supportLists]>- <![endif]>Make a dial from one channel to another.
I know asterisk can be stripped to exactly fit my needs. I would like to know if there is a way to build it on windows after it has been stripped.
Or do I have other alternatives out there ? |
|
Back to top |
|
|
webaccounts at jgoettg... Guest
|
Posted: Wed Dec 04, 2013 5:50 am Post subject: [asterisk-users] Asterisk SIP server on windows |
|
|
It all depends on what you are trying to do. In terms of reliability and maintainability I would
not try to use a windows desktop machine. There are a couple of alternatives. Could you describe
the desired functionality?
jg
--
_____________________________________________________________________
-- 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 update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
asterisk_list at earth... Guest
|
Posted: Wed Dec 04, 2013 6:01 am Post subject: [asterisk-users] Asterisk SIP server on windows |
|
|
On Wednesday 04 December 2013, Ruddy Gbaguidi wrote:
Quote: | Hi all,
I need to build an application that will be an SIP server program that will
run on Linux and Windows.
The sip server need only some features such as be able to :
- Register sip endpoints
- Answer a call and play a local file
- Make a dial from one channel to another.
I know asterisk can be stripped to exactly fit my needs. I would like to
know if there is a way to build it on windows after it has been stripped.
Or do I have other alternatives out there ?
|
Installing Asterisk natively on Windows is a bit like training a gerbil to
bark, in terms of effort and reward. The easiest way to get Asterisk to run on
a machine that normally would run Windows, is from a live USB distribution.
--
AJS
Answers come *after* questions.
--
_____________________________________________________________________
-- 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 update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
BryantZ at zktech.com Guest
|
Posted: Wed Dec 04, 2013 7:56 am Post subject: [asterisk-users] Asterisk SIP server on windows |
|
|
On Wednesday 04 December 2013, Ruddy Gbaguidi wrote:
Quote: | Hi all,
I need to build an application that will be an SIP server program that will
run on Linux and Windows.
The sip server need only some features such as be able to :
- Register sip endpoints
- Answer a call and play a local file
- Make a dial from one channel to another.
I know asterisk can be stripped to exactly fit my needs. I would like to
know if there is a way to build it on windows after it has been stripped.
Or do I have other alternatives out there ?
|
Ruddy
If you can use windows 8.1 Pro 64bit. You can use hyper-v and run a virtual linux machine (Or the Free Hyper-V Server 2012 R2), VM Ware also works well. Load asterisk on that and you are set. This is how we run it at a few very small customers as well as my development machines and it works great. Best linux builds for Hyper-V we currently have found to be Ubuntu and Suse.
As both a windows and linux guy I have to concur that loading Asterisk on windows directly is like putting a V8 on a moped. You may get there, but it won't be pretty; It's a lot of work, and it would be hell to maintain. (We do not trust it for production applications)
In all seriousness I have a Asterisk build running on windows and it is stable but it is a lot of work to get it there and since it is not maintained by the community it is a full task to keep it up to date. We use it for in process testing of code that we develop with MS visual studio. If not for that I would not bother with Asterisk on Windows there would be no value in it. Especially since the current version of Asterisk now works so well in virtual environments.
Good luck
Bryant |
|
Back to top |
|
|
dan at keshercommunica... Guest
|
Posted: Wed Dec 04, 2013 8:03 am Post subject: [asterisk-users] Asterisk SIP server on windows |
|
|
From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Ruddy Gbaguidi
Sent: 04 December 2013 09:08
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: [asterisk-users] Asterisk SIP server on windows
Hi all,
I need to build an application that will be an SIP server program that will run on Linux and Windows.
The sip server need only some features such as be able to :
<![if !supportLists]>- <![endif]>Register sip endpoints
<![if !supportLists]>- <![endif]>Answer a call and play a local file
<![if !supportLists]>- <![endif]>Make a dial from one channel to another.
I know asterisk can be stripped to exactly fit my needs. I would like to know if there is a way to build it on windows after it has been stripped.
Or do I have other alternatives out there ?
Servers that can run Asterisk are so cheap nowadays, unless you are talking about huge volumes of traffic.
I’d recommend getting a server and putting on Centos which is tried and tested.
You’ll waste less time that way and avoid any unforeseen problems.
Or look for a cloud server to do the job for you. |
|
Back to top |
|
|
plugworld at micnes.com Guest
|
Posted: Wed Dec 04, 2013 9:12 am Post subject: [asterisk-users] Asterisk SIP server on windows |
|
|
This is about an call center application we are building and that need
an embedded PBX.
We would then like to have that platform run on Windows and Linux.
Are there ways to easy ship linux application embedded in virtual
machine so they can run on windows ?
Le 2013-12-04 08:02, Dan Journo a écrit :
Quote: | FROM: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] ON BEHALF OF Ruddy
Gbaguidi
SENT: 04 December 2013 09:08
TO: 'Asterisk Users Mailing List - Non-Commercial Discussion'
SUBJECT: [asterisk-users] Asterisk SIP server on windows
Hi all,
I need to build an application that will be an SIP server program that
will run on Linux and Windows.
The sip server need only some features such as be able to :
- Register sip endpoints
- Answer a call and play a local file
- Make a dial from one channel to another.
I know asterisk can be stripped to exactly fit my needs. I would like
to know if there is a way to build it on windows after it has been
stripped.
Or do I have other alternatives out there ?
Servers that can run Asterisk are so cheap nowadays, unless you are
talking about huge volumes of traffic.
I'd recommend getting a server and putting on Centos which is tried and
tested.
You'll waste less time that way and avoid any unforeseen problems.
Or look for a cloud server to do the job for you.
|
--
_____________________________________________________________________
-- 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 update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
BryantZ at zktech.com Guest
|
Posted: Wed Dec 04, 2013 9:28 am Post subject: [asterisk-users] Asterisk SIP server on windows |
|
|
Ruddy
If you can target windows 8.0 pro or 8.1 pro you can ship a Hyper-V image. (This same image would work with Hyper-V on, Hyper-V Server 2012/2012r2 and Windows Server 2012/2012r2.
You would need to write some kind of configuration editor or documentation to customize the image to the users network environment.
You could automate the entire process if you were so inclined.
You can fully automate the Hyper-V side of things using PowerShell or Dot.Net
The Linux side of things can be automated in a number of ways. We personally wrote a windows program that collects information from the user and posts it to our databases. The default image then has a script that pulls the info down (images uses DHCP to start) and re-writes the asterisk configs.
This process is not a small task but if you have the time and budge it can work very well.
Thanks
Bryant Zimmerman (ZK Tech Inc.)
616-855-1030 Ext. 2003 |
|
Back to top |
|
|
covici at ccs.covici.com Guest
|
Posted: Wed Dec 04, 2013 11:06 am Post subject: [asterisk-users] Asterisk SIP server on windows |
|
|
Use freeswitch instead, it does run on Windows.
Ruddy Gbaguidi <plugworld@micnes.com> wrote:
Quote: | This is about an call center application we are building and that need
an embedded PBX.
We would then like to have that platform run on Windows and Linux.
Are there ways to easy ship linux application embedded in virtual
machine so they can run on windows ?
Le 2013-12-04 08:02, Dan Journo a écrit :
Quote: | FROM: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] ON BEHALF OF Ruddy
Gbaguidi
SENT: 04 December 2013 09:08
TO: 'Asterisk Users Mailing List - Non-Commercial Discussion'
SUBJECT: [asterisk-users] Asterisk SIP server on windows
Hi all,
I need to build an application that will be an SIP server program that
will run on Linux and Windows.
The sip server need only some features such as be able to :
- Register sip endpoints
- Answer a call and play a local file
- Make a dial from one channel to another.
I know asterisk can be stripped to exactly fit my needs. I would like
to know if there is a way to build it on windows after it has been
stripped.
Or do I have other alternatives out there ?
Servers that can run Asterisk are so cheap nowadays, unless you are
talking about huge volumes of traffic.
I'd recommend getting a server and putting on Centos which is tried
and tested.
You'll waste less time that way and avoid any unforeseen problems.
Or look for a cloud server to do the job for you.
|
--
_____________________________________________________________________
-- 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 update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
--
_____________________________________________________________________
-- 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 update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
EWieling at nyigc.com Guest
|
Posted: Wed Dec 04, 2013 11:20 am Post subject: [asterisk-users] Asterisk SIP server on windows |
|
|
Telephony, especially VoIP telephony, is hard. A PBX will be complicated and difficult to understand and manage regardless of which operating system the PBX runs on.
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of covici@ccs.covici.com
Sent: Wednesday, December 04, 2013 11:06 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Asterisk SIP server on windows
Use freeswitch instead, it does run on Windows.
--
_____________________________________________________________________
-- 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 update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
|