Koozali.org: home of the SME Server

VOIP - anyone doing it with SME?

Mick Owen

VOIP - anyone doing it with SME?
« on: October 23, 2003, 07:52:50 PM »
Will shortly be establishing a permanent VPN using SME between two sites via a T1 and would like to take advantage of VOIP technology to minimise terrestial call charges.
 Is anyone using SME to do this? I'd be interested to hear experiences, equipment used etc.

Kevin McClain

Re: VOIP - anyone doing it with SME?
« Reply #1 on: October 24, 2003, 03:55:10 PM »
Isn't that exactly the reason Mitel bought out e-smith?
Quote from the e-smith.com website:
"The 6000 MAS can also be deployed easily and cost-effectively as a teleworking solution for any Mitel Networks Integrated Communications Platform."Mick Owen wrote:
>
> Will shortly be establishing a permanent VPN using SME
> between two sites via a T1 and would like to take advantage
> of VOIP technology to minimise terrestial call charges.
>  Is anyone using SME to do this? I'd be interested to hear
> experiences, equipment used etc.

Robb

Re: VOIP - anyone doing it with SME?
« Reply #2 on: October 24, 2003, 04:38:05 PM »
Yes I know this is cheeky considering Mitel is a phone system provider, but I have deployed asterisk (www.asterisk.org) pbx on to a sme 5.6 box, it runs quite well, but I had to install the kernel headers and other packages to get it working


I bought the cards I needed from the main asterisk sponser @  www.digium.com

Robb

Jeff C

Re: VOIP - anyone doing it with SME?
« Reply #3 on: October 25, 2003, 07:01:10 PM »
Robb,

Any chance of getting a howto?

-jeff

robb

Re: VOIP - anyone doing it with SME?
« Reply #4 on: October 25, 2003, 08:32:12 PM »
Yes I would like to write one, does anyone know howto post a howto on contribs.org?

Robb

Jeff C

Re: VOIP - anyone doing it with SME?
« Reply #5 on: October 25, 2003, 08:40:53 PM »
Coincidentally, I am one of the admins on contribs.org :>  

When it's ready, just drop me a line or post here and I'll set up a directory for you.

-jeff

cydonia

VOIP - anyone doing it with SME?
« Reply #6 on: May 19, 2004, 05:07:45 AM »
did we ever get one?  even the beginnings of one...?

*crosses fingers

duncan

VOIP - anyone doing it with SME?
« Reply #7 on: May 19, 2004, 07:01:30 AM »

cydonia

VOIP - anyone doing it with SME?
« Reply #8 on: May 19, 2004, 11:22:56 AM »
Thanks.  i did search and find this but i guess i was expecting too much...:P.  VoIP is totally new to me, i would like to setup a connection to a friends house just for the learning experience.  No idea where to begin...

But, the thought did occur to me,  what is the benefit, from either a company, or individuals perspective of installing VoIP using SME Server?  Why not just use a client such as Skype?

cydonia

VOIP - anyone doing it with SME?
« Reply #9 on: May 19, 2004, 12:31:02 PM »
Duncan,

I followed your tutorial, only changes being that i ad to use openssl-devel-0.9.6b-35.7.i386.rpm instead of 28 that was in your list.

Anyway, all went well, until i got to here:

----
Asteriskpbx

cd /usr/src
export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot
cvs login

(The password is anoncvs)
----


I did it, and it prompted for password, which i entered.  It returned me to:
"[root@centralserver src]#"  so i typed in:

"cvs checkout zaptel libpri asterix"

But it came up with this:
===
[root@centralserver src]# cvs checkout zaptel libpri asterix
cvs server: cannot find module asterix' - ignored
cvs [checkout aborted]: cannot expand modules
[root@centralserver src]# cd asterix
bash: cd: asterix: No such file or directory
===



What am i doing wrong and how can i correct it?

Thanks.

duncan

VOIP - anyone doing it with SME?
« Reply #10 on: May 19, 2004, 12:33:29 PM »
For simple pc to pc calls Skype would be fine - however I have my asterisk machine integrated with our PABX. It allows one of the partners to work from home and bill calls to the office.

duncan

VOIP - anyone doing it with SME?
« Reply #11 on: May 19, 2004, 12:36:31 PM »
Try asterisk rather than asterix. You can ignore zaptel and libpri if you are not planning to install the digium cards.

cydonia

VOIP - anyone doing it with SME?
« Reply #12 on: May 19, 2004, 12:51:42 PM »
Quote from: "duncan"
Try asterisk rather than asterix. You can ignore zaptel and libpri if you are not planning to install the digium cards.



:P.  thanks Duncan.  damn you asterix.

cydonia

VOIP - anyone doing it with SME?
« Reply #13 on: May 19, 2004, 12:53:11 PM »
Quote from: "duncan"
For simple pc to pc calls Skype would be fine - however I have my asterisk machine integrated with our PABX. It allows one of the partners to work from home and bill calls to the office.



wow. thats awesome.  cant wait to get more into this.

Thanks for the howto.:)

cydonia

VOIP - anyone doing it with SME?
« Reply #14 on: May 19, 2004, 01:04:01 PM »
One last thing Duncan...

What hardware do you use/recommend?  Also where do you recommend i get it from?

Thanks.