Alright, I'd like to start out by saying that this is just a proof of concept. The final configuration will include the purchase of a couple of TDM400P's so all flames for using cheap Winmodems please divert yourselves to /dev/null and don't waste my bandwidth or your time responding. I've noticed that all documentation online talks about how to configure a single x100p (or generic) in /etc/zaptel.conf and /etc/asterisk/zapata.conf. My question is I need to use two for a proof of concept at work. I have a lot of experience with a purely voip (voicepulse, voipjet, fwd, and iaxtel) so I feel I understand asterisk's flow and configuration really well. My question is, for using two x100p's are there any changes that need to happen from the basic x100p config I've seen online. Here's what I'm using: /etc/zaptel.conf defaultzone=us fxsks=1 /etc/asterisk/zapata.conf signalling=fxs_ks echocancel=yes echocancelwhenbridged=yes echotraining=400 callerid=asreceived group=1 context=recieved channel => 1 Examples would be appreciated. Thanks, Erik
On Mon, 2004-10-11 at 13:41 -0700, Erik Espinoza wrote:> Alright, I'd like to start out by saying that this is just a proof of > concept. The final configuration will include the purchase of a couple > of TDM400P's so all flames for using cheap Winmodems please divert > yourselves to /dev/null and don't waste my bandwidth or your time > responding. > > I've noticed that all documentation online talks about how to > configure a single x100p (or generic) in /etc/zaptel.conf and > /etc/asterisk/zapata.conf. My question is I need to use two for a > proof of concept at work. I have a lot of experience with a purely > voip (voicepulse, voipjet, fwd, and iaxtel) so I feel I understand > asterisk's flow and configuration really well. > > My question is, for using two x100p's are there any changes that need > to happen from the basic x100p config I've seen online. Here's what > I'm using:Since every zapata card generates 1k interupts per second and needs to be on it's own interupt, your demo with 2 cheap winmodems isn't going to be representative of your final config. -- Steven Critchfield <critch@basesys.com>
On Mon, 11 Oct 2004 13:41:29 -0700, Erik Espinoza <erik.espinoza@gmail.com> wrote:> I've noticed that all documentation online talks about how to > configure a single x100p (or generic) in /etc/zaptel.conf and > /etc/asterisk/zapata.conf. <snip> > > My question is, for using two x100p's are there any changes that need > to happen from the basic x100p config I've seen online. Here's what > I'm using: > > /etc/zaptel.conf > defaultzone=us > fxsks=1make that fxsks=1-2> > /etc/asterisk/zapata.conf > signalling=fxs_ks > echocancel=yes > echocancelwhenbridged=yes > echotraining=400 > callerid=asreceived > group=1 > context=recievedNote: you've got a typo in "received"> channel => 1make that channel => 1-2 rgds benjk -- Sunrise Telephone Systems, 9F Shibuya Daikyo Bldg., 1-13-5 Shibuya, Tokyo, Japan. NB: Spam filters in place. Messages unrelated to the * mailing lists may get trashed.
Sorry, I hit reply instead of reply all. Erik On Mon, 11 Oct 2004 16:03:51 -0500, Steven Critchfield <critch@basesys.com> wrote:> > > On Mon, 2004-10-11 at 14:07 -0700, Erik Espinoza wrote: > > > Since every zapata card generates 1k interupts per second and needs to > > > be on it's own interupt, your demo with 2 cheap winmodems isn't going to > > > be representative of your final config > > > > Am I to understand this that using two x100p's or more in one box is a > > no no? Or should I just change the interrupts? > > The list is there for a reason. The reply-to header is set to the list > to help keep messages on list and help others that might potentially > actually look for answers on their own. Taking a message off list > reduces the effect of answering the question. you also loose the benefit > of answering community questions such as being seen as a knowlegeable > person. The community doesn't get a chance to refute answers that are > incomplete or just wrong. > > All that is to basically let you know that I don't answer private mails > about asterisk unless there is a paycheck involved. > > > -- > Steven Critchfield <critch@basesys.com> > >