Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

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

[asterisk-users] Installation Question


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
JCasale at activenetwe...
Guest





PostPosted: Tue May 13, 2008 3:56 pm    Post subject: [asterisk-users] Installation Question Reply with quote

I am about to start my first Asterisk installation and will only
be using IP phones (either Snom's or Aastra's), I have a local voip
Supplier provisioning 1/2 a dozen did's for me. I am hoping to set this
up inside Xen on a CentOS pv guest. I understand from reading old posts
since I am not needing any hardware peripheral cards that this should be
acceptable. Can I omit the Zaptel and Libpri portions of the install
in lieu of not needing the hardware support?

Thanks!
jlc
Back to top
stotaro at totarotechn...
Guest





PostPosted: Tue May 13, 2008 4:59 pm    Post subject: [asterisk-users] Installation Question Reply with quote

On Tue, May 13, 2008 at 4:56 PM, Joseph L. Casale
<JCasale at activenetwerx.com> wrote:
Quote:
I am about to start my first Asterisk installation and will only
be using IP phones (either Snom's or Aastra's), I have a local voip
Supplier provisioning 1/2 a dozen did's for me. I am hoping to set this
up inside Xen on a CentOS pv guest. I understand from reading old posts
since I am not needing any hardware peripheral cards that this should be
acceptable. Can I omit the Zaptel and Libpri portions of the install
in lieu of not needing the hardware support?

Thanks!
jlc


Sure if you don't need ztdummy, or is there a newfangled way around that?

Thanks,
Steve Totaro
Back to top
abalashov at evaristes...
Guest





PostPosted: Tue May 13, 2008 5:22 pm    Post subject: [asterisk-users] Installation Question Reply with quote

Joseph L. Casale wrote:

Quote:
I am about to start my first Asterisk installation and will only
be using IP phones (either Snom's or Aastra's), I have a local voip
Supplier provisioning 1/2 a dozen did's for me. I am hoping to set this
up inside Xen on a CentOS pv guest. I understand from reading old posts
since I am not needing any hardware peripheral cards that this should be
acceptable. Can I omit the Zaptel and Libpri portions of the install
in lieu of not needing the hardware support?

Correct.

But you will need ztdummy if you want to use MeetMe() conferencing,
which is part of zaptel. However, libpri would still not be required.

If you don't care about conferencing, no zaptel needed.

--
Alex Balashov
Evariste Systems
Web : http://www.evaristesys.com/
Tel : (+1) (678) 954-0670
Direct : (+1) (678) 954-0671
Mobile : (+1) (706) 338-8599
Back to top
JCasale at activenetwe...
Guest





PostPosted: Tue May 13, 2008 5:24 pm    Post subject: [asterisk-users] Installation Question Reply with quote

Quote:
Sure if you don't need ztdummy, or is there a newfangled way around that?

Thanks,
Steve Totaro

Hi Steve,
I read the wiki and see this provides "timing" for Asterisk. Can you point
me toward a description of what exactly this does? I was checking out the
tutorial at http://www.hotbutteredit.com/video/voip/asterisk/asterisk_install.htm
and noticed they never compiled either this or the Libpri which is what prompted
me to assume I may not need it in my scenario.

Appreciate the help!
jlc
Back to top
asterisk.org at sedwar...
Guest





PostPosted: Tue May 13, 2008 5:59 pm    Post subject: [asterisk-users] Installation Question Reply with quote

On Tue, 13 May 2008, Alex Balashov wrote:

Quote:
Joseph L. Casale wrote:

Quote:
I am about to start my first Asterisk installation and will only
be using IP phones (either Snom's or Aastra's), I have a local voip
Supplier provisioning 1/2 a dozen did's for me. I am hoping to set this
up inside Xen on a CentOS pv guest. I understand from reading old posts
since I am not needing any hardware peripheral cards that this should be
acceptable. Can I omit the Zaptel and Libpri portions of the install
in lieu of not needing the hardware support?

Correct.

But you will need ztdummy if you want to use MeetMe() conferencing,
which is part of zaptel. However, libpri would still not be required.

If you don't care about conferencing, no zaptel needed.

And MOH?

Thanks in advance,
------------------------------------------------------------------------
Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST
Newline Fax: +1-760-731-3000
Back to top
andres at paglayan.com
Guest





PostPosted: Tue May 13, 2008 8:22 pm    Post subject: [asterisk-users] Installation Question Reply with quote

On Tue, 2008-05-13 at 16:24 -0600, Joseph L. Casale wrote:

Quote:
Quote:
Sure if you don't need ztdummy, or is there a newfangled way around that?

Thanks,
Steve Totaro

Hi Steve,
I read the wiki and see this provides "timing" for Asterisk. Can you point
me toward a description of what exactly this does? I was checking out the
tutorial at http://www.hotbutteredit.com/video/voip/asterisk/asterisk_install.htm
and noticed they never compiled either this or the Libpri which is what prompted
me to assume I may not need it in my scenario.

Appreciate the help!
jlc

sorry for responding to a question not addressed to me,

you need ztdummy for timing and you need zaptel for ztdummy,
no other way around,
in some systems that may be not enough and you'll ever need an analog
card,
Quote:

_______________________________________________
-- 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080513/8cc0215f/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5537 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20080513/8cc0215f/attachment.bin
Back to top
bwentdg at pipeline.com
Guest





PostPosted: Tue May 13, 2008 9:45 pm    Post subject: [asterisk-users] Installation Question Reply with quote

I thought that the point that you had to have "a" timing source for *.
That source could be the "clock" off the T-1.
But if you didn't have something like your T1 to provide master clocking
ztdummy was "something" to provide the required "a source for timing".

Joseph L. Casale wrote:
Quote:
Quote:
Sure if you don't need ztdummy, or is there a newfangled way around that?

Thanks,
Steve Totaro


Hi Steve,
I read the wiki and see this provides "timing" for Asterisk. Can you point
me toward a description of what exactly this does? I was checking out the
tutorial at http://www.hotbutteredit.com/video/voip/asterisk/asterisk_install.htm
and noticed they never compiled either this or the Libpri which is what prompted
me to assume I may not need it in my scenario.

Appreciate the help!
jlc

_______________________________________________
-- 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


Back to top
stotaro at totarotechn...
Guest





PostPosted: Tue May 13, 2008 10:39 pm    Post subject: [asterisk-users] Installation Question Reply with quote

You don't "need" it except for a few applications such as meetme and IAX2..

I have come to always put some sort of timing hardware in a system
because ztdummy can be flaky under high use. A TDM400P with and FXS
module is usually what I suggest for fax, emergency phone, or whatever
else. It works great.

The timing thing is a common misconception and understandably so
because of the same naming. There are two different types of timing.
One is RTP (I think) and the other is the PSTN T1 timing you refer to.

Thanks,
Steve Totaro

On Tue, May 13, 2008 at 10:45 PM, Al Baker <bwentdg at pipeline.com> wrote:
Quote:
I thought that the point that you had to have "a" timing source for *.
That source could be the "clock" off the T-1.
But if you didn't have something like your T1 to provide master clocking
ztdummy was "something" to provide the required "a source for timing".



Joseph L. Casale wrote:
Quote:
Quote:
Sure if you don't need ztdummy, or is there a newfangled way around that?

Thanks,
Steve Totaro


Hi Steve,
I read the wiki and see this provides "timing" for Asterisk. Can you point
me toward a description of what exactly this does? I was checking out the
tutorial at http://www.hotbutteredit.com/video/voip/asterisk/asterisk_install.htm
and noticed they never compiled either this or the Libpri which is what prompted
me to assume I may not need it in my scenario.

Appreciate the help!
jlc

_______________________________________________
-- 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
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk 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