Hi there, I'm currently working with a customer who has 25 Phones as part of their exisiting Telephone System which runs using a Samsung DCS70 PABX. They currently have a Single PRI coming in with a block of 100 Phone Numbers. I'm trying to connect them to our SIP Proxy so that we can connect their multiple sites together and provide a "local" telephone system using VoIP. After a search on google, I don't believe this PABX supports VoIP directly on it. Is there a way that anybody can recommend by which they don't have to phase out their PABX but can also make use of our SIP Proxy for Outgoing Calls? Cheers, Sahil
Should be easy enough. It is especially simple if they have enough bandwidth at each site. You can add additional PRI cards in the Samsungs and connect those to Asterisk servers. Then just used LCR in the Samsung to send dialed calls to appropriate trunks connected to asterisk. Then just set the Dial plan in asterisk to send the call to the appropriate place-the other asterisk servers. The other asterisk will use the DID capability to send the call to the appropriate phones. I have this set up using Toshiba PBX's in my lab and works great. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of sgup015@ec.auckland.ac.nz Sent: Wednesday, October 20, 2004 7:15 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Samsung DCS70 PABX Hi there, I'm currently working with a customer who has 25 Phones as part of their exisiting Telephone System which runs using a Samsung DCS70 PABX. They currently have a Single PRI coming in with a block of 100 Phone Numbers. I'm trying to connect them to our SIP Proxy so that we can connect their multiple sites together and provide a "local" telephone system using VoIP. After a search on google, I don't believe this PABX supports VoIP directly on it. Is there a way that anybody can recommend by which they don't have to phase out their PABX but can also make use of our SIP Proxy for Outgoing Calls? Cheers, Sahil _______________________________________________ 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
You've come to the right place :-)>From what you describe, you'd want to do something along these lines:[PSTN]----[Asterisk]----[Existing PBX] | | [SIP Proxy] You'd need two T1 cards in the Asterisk to make this work, one to connect to the PSTN, the other to connect to the PBX. Alternatively, you might be able to do this [PSTN]---[existing PBX]---[Asterisk]---[SIP proxy] In this case you'd only need one T1 card in the Asterisk, but you'd have to add another PRI card to the PBX (assuming it supports more than one T1 card).> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > sgup015@ec.auckland.ac.nz > Sent: October 20, 2004 8:15 AM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Samsung DCS70 PABX > > > Hi there, > I'm currently working with a customer who has 25 Phones as > part of their exisiting Telephone System which runs using a > Samsung DCS70 PABX. They currently have a Single PRI coming > in with a block of 100 Phone Numbers. > > I'm trying to connect them to our SIP Proxy so that we can > connect their multiple sites together and provide a "local" > telephone system using VoIP. > > After a search on google, I don't believe this PABX supports > VoIP directly on it. > > Is there a way that anybody can recommend by which they don't > have to phase out their PABX but can also make use of our SIP > Proxy for Outgoing Calls? > > Cheers, > Sahil > _______________________________________________ > 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 --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.775 / Virus Database: 522 - Release Date: 08/10/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.775 / Virus Database: 522 - Release Date: 08/10/2004
If it has a spare PRI port then build up an * server with an E100 card and connect using an ISDN crossover cable. If the Samsung can support analog trunks you could stick in a TDM400 with a couple of FXO ports. Craig ----- Original Message ----- From: <sgup015@ec.auckland.ac.nz> To: <asterisk-users@lists.digium.com> Sent: Wednesday, October 20, 2004 8:14 PM Subject: [Asterisk-Users] Samsung DCS70 PABX Hi there, I'm currently working with a customer who has 25 Phones as part of their exisiting Telephone System which runs using a Samsung DCS70 PABX. They currently have a Single PRI coming in with a block of 100 Phone Numbers. I'm trying to connect them to our SIP Proxy so that we can connect their multiple sites together and provide a "local" telephone system using VoIP. After a search on google, I don't believe this PABX supports VoIP directly on it. Is there a way that anybody can recommend by which they don't have to phase out their PABX but can also make use of our SIP Proxy for Outgoing Calls? Cheers, Sahil _______________________________________________ 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
What about [PSTN] -pri- [Asterisk] --T1/ip-- [Asterisk] -pri- PBX I would need DIDs coming in from the PSTN to be forwarded over a 3mbps (MLPPP T1) connection to another Asterisk which would regenerate the PRI back to the PBX. -Matt
The only TIE lines a 280 supports are dumb tie lines. I am a Toshiba dealer Email me off list for details, yes I did set this up in the lab. -----Original Message----- From: Brian Roy [mailto:mister.roy@gmail.com] Sent: Wednesday, October 20, 2004 9:17 PM To: hdevito@qwest.net Subject: Re: [Asterisk-Users] Samsung DCS70 PABX Henry, Are you do E&M Tie lines on the the Toshiba? We have a Toshiba 280 that I would like to integrate with but I'm a little fuzzy on the the Tie lines that Toshiba supports. Please let me know if you are using them. Thanks, -Brian On Wed, 20 Oct 2004 07:40:35 -0500, Henry Devito <hdevito@qwest.net> wrote:> Should be easy enough. It is especially simple if they have enough > bandwidth at each site. You can add additional PRI cards in the Samsungs > and connect those to Asterisk servers. Then just used LCR in the Samsungto> send dialed calls to appropriate trunks connected to asterisk. Then justset> the Dial plan in asterisk to send the call to the appropriate place-the > other asterisk servers. The other asterisk will use the DID capability to > send the call to the appropriate phones. I have this set up using Toshiba > PBX's in my lab and works great. > > > > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > sgup015@ec.auckland.ac.nz > Sent: Wednesday, October 20, 2004 7:15 AM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Samsung DCS70 PABX > > Hi there, > I'm currently working with a customer who has 25 Phones as part of their > exisiting Telephone System which runs using a Samsung DCS70 PABX. They > currently have a Single PRI coming in with a block of 100 Phone Numbers. > > I'm trying to connect them to our SIP Proxy so that we can connect their > multiple sites together and provide a "local" telephone system using VoIP. > > After a search on google, I don't believe this PABX supports VoIP directly > on > it. > > Is there a way that anybody can recommend by which they don't have tophase> out > their PABX but can also make use of our SIP Proxy for Outgoing Calls? > > Cheers, > Sahil > _______________________________________________ > 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 > > _______________________________________________ > 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 >