Syed Nasruddin
2008-Jul-14 11:00 UTC
[asterisk-users] How to integerate 2 TDM cards on same machine.
Hi, I have been using single TDM800P card. It is a small card with 4FXO and 4FXS ports. I have been using it for sometime without any problem. I am using Asterisk 1.4.18.1. Now due to greater requirement to handle more calls our office has bought another larger card TDM2401E which has 24 FXO ports. I have installed it on the same machine. Would like to know following about its configuration. 1. Same Zaptel Driver will be used which is catering for my TDM800P card?? 2. My zaptel.conf has following current config: loadzone=us, defaultzone=us, fxoks=1-4, fxsks=5-8. What changes do I have to make to this file to accommodate 24 FXO ports of another card. 3. My Zapata.conf has following config: Signaling=fxo_ks ................. Channel => 1-4 Signaling=fxs_ks .................... Channel => 5-8 Can you please tell me what changed to do with this file in order to accomdate 24-FXO port card. 4. Thanks for your help. Regards Syed Nasruddin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080714/c85b4523/attachment.htm
Noah Miller
2008-Jul-14 19:02 UTC
[asterisk-users] How to integerate 2 TDM cards on same machine.
Hi Syed -> I have been using single TDM800P card. It is a small card with 4FXO and 4FXS > ports. I have been using it for sometime without any problem. I am using > Asterisk 1.4.18.1. Now due to greater requirement to handle more calls our > office has bought another larger card TDM2401E which has 24 FXO ports. I > have installed it on the same machine. Would like to know following about > its configuration. > > Same Zaptel Driver will be used which is catering for my TDM800P card?? > My zaptel.conf has following current config: loadzone=us, defaultzone=us, > fxoks=1-4, fxsks=5-8.Just add in the extra channels: fxoks=9-32. Be sure to check the order the cards are loading with zttool. If the 2401E is loading first, it will actually be channels 1-24, and the 800 will be channels 25-32. Also, test to make sure your machine is capable of this setup. Each of these cards will generate 1000 interrupts per second. Most modern motherboards should be able to handle this, but some older ones may choke under this load. - Noah
Syed Nasruddin
2008-Jul-15 02:45 UTC
[asterisk-users] How to integerate 2 TDM cards on same machine.
thanks Noah, zttool shows that TDM800P is loaded first and TDM2401E is loaded second. now problem is ports are not being configured by asterisk. i have done following changes in two files zaptel.onf and zapata.conf. zaptel.conf loadzone=us, defaultzone=us, fxoks=1-4, fxsks=5-8, fxsks=9-32(or should this be fxoks???) zapata.conf signalling=fxoks ............ channels =>1-4 signalling=fxsks ............ channels => 5-8 signalling=fxsks ............ channels => 9-32 please see the bold lines. since FXO ports use FXS signalling so i used fxsks. is this right or wrong. are these changes have to be made in both the files as i have done or only in zaptel.conf waiting for information thanks syed nasruddin ________________________________ From: asterisk-users-bounces at lists.digium.com on behalf of Noah Miller Sent: ???? 7/15/2008 12:02 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] How to integerate 2 TDM cards on same machine. Hi Syed -> I have been using single TDM800P card. It is a small card with 4FXO and 4FXS > ports. I have been using it for sometime without any problem. I am using > Asterisk 1.4.18.1. Now due to greater requirement to handle more calls our > office has bought another larger card TDM2401E which has 24 FXO ports. I > have installed it on the same machine. Would like to know following about > its configuration. > > Same Zaptel Driver will be used which is catering for my TDM800P card?? > My zaptel.conf has following current config: loadzone=us, defaultzone=us, > fxoks=1-4, fxsks=5-8.Just add in the extra channels: fxoks=9-32. Be sure to check the order the cards are loading with zttool. If the 2401E is loading first, it will actually be channels 1-24, and the 800 will be channels 25-32. Also, test to make sure your machine is capable of this setup. Each of these cards will generate 1000 interrupts per second. Most modern motherboards should be able to handle this, but some older ones may choke under this load. - Noah _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com <http://www.api-digital.com/> -- AstriCon 2008 - September 22 - 25 Phoenix, Arizona Register Now: http://www.astricon.net <http://www.astricon.net/> asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/ms-tnef Size: 6880 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20080715/ef2dfdc5/attachment.bin
Noah Miller
2008-Jul-15 04:52 UTC
[asterisk-users] How to integerate 2 TDM cards on same machine.
Hi Syed -> zttool shows that TDM800P is loaded first and TDM2401E is loaded second. now problem is > ports are not being configured by asterisk. i have done following changes in two files > zaptel.onf and zapata.conf. > > zaptel.conf > loadzone=us, defaultzone=us, > fxoks=1-4, fxsks=5-8, fxsks=9-32(or should this be fxoks???) > > zapata.conf > signalling=fxoks > channels =>1-4 > > signalling=fxsks > channels => 5-8 > > signalling=fxsks > channels => 9-32 > > please see the bold lines. since FXO ports use FXS signalling so i used fxsks. is this right or > wrong. are these changes have to be made in both the files as i have done or only in zaptel.conf > > waiting for informationAlmost there. Your zaptel.conf is correct (sorry I gave you the wrong signalling before). In zapata.conf, your signalling lines should look like: signalling=fxo_ks channels => 1-4 signalling=fxs_ks channels => 5-32 - Noah
Syed Nasruddin
2008-Jul-15 09:48 UTC
[asterisk-users] How to integerate 2 TDM cards on same machine.
Thanks Noah. It is now properly running. Thanks again regards Syed Nasruddin -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Noah Miller Sent: Tuesday, July 15, 2008 9:53 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] How to integerate 2 TDM cards on same machine. Hi Syed -> zttool shows that TDM800P is loaded first and TDM2401E is loadedsecond. now problem is> ports are not being configured by asterisk. i have done followingchanges in two files> zaptel.onf and zapata.conf. > > zaptel.conf > loadzone=us, defaultzone=us, > fxoks=1-4, fxsks=5-8, fxsks=9-32(or should this be fxoks???) > > zapata.conf > signalling=fxoks > channels =>1-4 > > signalling=fxsks > channels => 5-8 > > signalling=fxsks > channels => 9-32 > > please see the bold lines. since FXO ports use FXS signalling so iused fxsks. is this right or> wrong. are these changes have to be made in both the files as i havedone or only in zaptel.conf> > waiting for informationAlmost there. Your zaptel.conf is correct (sorry I gave you the wrong signalling before). In zapata.conf, your signalling lines should look like: signalling=fxo_ks channels => 1-4 signalling=fxs_ks channels => 5-32 - Noah _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2008 - September 22 - 25 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users