Stephen
2005-Apr-14 08:17 UTC
[Asterisk-Users] Toshiba CTX100 integration with PABX for two site
Hi All, I need to connect two sites with asterisk integrated with Toshiba ctx100. Currently both have 4co and 8 extensions. Site A starts the extension with 8xx and Site B starts the extension with 1xx. How can I integrate two sites with asterisk that is transparent to users (which mean users at site B only needs to dial 8xx via asterisk and extension at site A rings and vice versa) ? Do I need two asterisk servers at both ends with FXO cards and FXS cards with loop back to Toshiba Co line ? Thanks and Regards, Stephen
Henry Devito
2005-Apr-14 11:16 UTC
[Asterisk-Users] Toshiba CTX100 integration with PABX for two site
I have done this with CTX's you need analog cards in your ctx. and fxo cards in the * servers. Email me off list I am a Toshiba Dealer. ----- Original Message ----- From: "Stephen" <myvoip@gmail.com> To: <asterisk-users@lists.digium.com> Sent: Thursday, April 14, 2005 10:17 AM Subject: [Asterisk-Users] Toshiba CTX100 integration with PABX for two site> Hi All, > > I need to connect two sites with asterisk integrated with Toshiba ctx100. > Currently both have 4co and 8 extensions. > > Site A starts the extension with 8xx and Site B starts the extension with > 1xx. > > How can I integrate two sites with asterisk that is transparent to users > (which mean users at site B only needs to dial 8xx via asterisk and > extension at site A rings and vice versa) ? > > Do I need two asterisk servers at both ends with FXO cards and FXS cards > with loop back to Toshiba Co line ? > > Thanks and Regards, > Stephen > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Brian Leyton
2005-Apr-14 14:14 UTC
[Asterisk-Users] Toshiba CTX100 integration with PABX for two site
Stephen wrote:> > I need to connect two sites with asterisk integrated with Toshiba ctx100. > Currently both have 4co and 8 extensions. > > Site A starts the extension with 8xx and Site B starts the extension with1xx.> > How can I integrate two sites with asterisk that is > transparent to users (which mean users at site B only needs > to dial 8xx via asterisk and extension at site A rings and > vice versa) ? > > Do I need two asterisk servers at both ends with FXO cards > and FXS cards with loop back to Toshiba Co line ?I don't know all of the details yet, but I am embarking on a similar project with 2 Toshibas and a Panasonic soon. I've got a test setup right now with 2 asterisks and an x100p card. I'm sure it can be done though, if we can solve the one problem mentioned below. You could do this with only FXO ports in the Asterisk, but then callers would have to dial an extension, wait for Asterisk to pick up, then dial more digits. The smoother way to do it is with both FXS and FXO on each side (using FXO for incoming calls, and FXS for outgoing). This way your Asterisk's FXS port provides dialtone to the Toshiba, and you just need to grab the right trunk on the Toshiba (by dialing 8 or whatever), then the remaining digits get passed to Asterisk for further routing. Very simple & easy. The only problem right now is that Toshiba station cards don't provide hardware disconnect supervision, so when the Toshiba hangs up, Asterisk doesn't know this & leaves the call connected indefinitely. The Toshiba can be programmed to send a DTMF "D" tone upon disconnect, but I haven't found any way to have Asterisk recognize this as disconnect notification. I'm still hoping for a solution to that problem, but I haven't found one yet. I assume that it will require some additional code in the Zaptel drivers to accomplish this. Brian Leyton IT Manager Commercial Petroleum Equipment
Brian Leyton
2005-Apr-14 14:45 UTC
[Asterisk-Users] Toshiba CTX100 integration with PABX for two site
Henry Devito wrote:> > I have done this with CTX's you need analog cards in your > ctx. and fxo cards in the * servers. Email me off list I am > a Toshiba Dealer.Good point - I missed the fact that he doesn't have analog station ports. Those cards aren't too terribly expensive though. I might even have a couple laying around if the RSTU2 from a DK-424 will work in a CTX. Brian Leyton IT Manager Commercial Petroleum Equipment
Brian Leyton
2005-Apr-14 16:38 UTC
[Asterisk-Users] Toshiba CTX100 integration with PABX for two site
Henry Devito wrote:> You don't want to use RSTU2's unless you want echo. RSTU3's > are a little better but BSTU's are what you need.Will I have the same echo problem with RSTU2 on a DK-424? I don't think I have another choice other than T1. I've been testing with an x100p connected to a station port on the DK-424, and I don't hear any echo, but my testing has all been local so far. Brian Leyton IT Manager Commercial Petroleum Equipment
David Brodbeck
2005-Apr-18 10:48 UTC
[Asterisk-Users] Toshiba CTX100 integration with PABX for two site
> -----Original Message----- > From: Henry Devito [mailto:hdevito@mchsi.com]> I am currently working on the coding to provide D tone > disconnect.Keep us posted; I need this too. My * application is currently only IVR and voicemail, so I can work around it by setting the voice mail app to end a message after detecting silence, but that's kind of a hack.