[asterisk-users] switchtype QSIG and Asterisk implementation

2009-02-25 Thread Vieri
Hi,

Is Asterisk fully QSIG-compliant?

I currently have an Alcatel 4400 connected to Asterisk 1.2 and 1.4.
Zaptel versions are 1.2.26 and 1.4.11.

I am using switchtype=euroisdn and all works fine.
However, it seems that Alcatel's latest firmware has dropped support for 
euroisdn which is really despicable. So now I need to see if I can migrate to 
QSIG which is supported by Alcatel.

However, I've searched for QSIG + Asterisk on the web and came up with some 
posts saying that Asterisk may not fully implement QSIG (eg.: 
http://threebit.net/mail-archive/asterisk-users/msg14000.html).

Are the latest Asterisk versions (both 1.2 and 1.4, not to mention 1.6) 
QSIG-compliant or are there known issues?

Is anyone here happily running a LegacyPBX---QSIG_PRI---ASTERISK system?

I've read this page and it seems that the author did not succeed in setting up 
QSIG between Alcatel 4400 and Asterisk:
http://www.voip-info.org/wiki/view/Alcatel+4400+via+PRI

Thanks,

Vieri



  

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


Re: [asterisk-users] switchtype QSIG and Asterisk implementation

2009-02-25 Thread Tzafrir Cohen
On Wed, Feb 25, 2009 at 01:02:10AM -0800, Vieri wrote:
 Hi,
 
 Is Asterisk fully QSIG-compliant?
 
 I currently have an Alcatel 4400 connected to Asterisk 1.2 and 1.4.
 Zaptel versions are 1.2.26 and 1.4.11.

ISDN is implemented is Asterisk and in libpri. What version of libpri do
you use? What version of Asterisk, exactly?

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

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


Re: [asterisk-users] switchtype QSIG and Asterisk implementation

2009-02-25 Thread Vieri

--- On Wed, 2/25/09, Tzafrir Cohen tzafrir.co...@xorcom.com wrote:

  Hi,
  
  Is Asterisk fully QSIG-compliant?
  
  I currently have an Alcatel 4400 connected to Asterisk
 1.2 and 1.4.
  Zaptel versions are 1.2.26 and 1.4.11.
 
 ISDN is implemented is Asterisk and in libpri. What version
 of libpri do
 you use? What version of Asterisk, exactly?

1) libpri 1.2.5 with Asterisk 1.2.30

2) libpri 1.4.5 with Asterisk 1.4.21.2




  

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


Re: [asterisk-users] switchtype QSIG and Asterisk implementation

2009-02-25 Thread Olivier
2009/2/25 Vieri rentor...@yahoo.com


 However, it seems that Alcatel's latest firmware has dropped support for
 euroisdn


1. That is very surprising as I would classify QSIG to a private
PBX-to-private PBX protocol, not a private PBX-to-public ISDN.
If this classification is true, it would be a commercial suicide for
Alcatel to narrow its targeted customers to those living in countries where
Alcatel PBX are mostly sold by Telcos (in think it's the case in Italy but
not in France, for instance) as those are the only ones that can change
protocol used to interconnect with public ISDN.

So if, euroisdn support has been dropped in the PBX you're trying to
inconnect with, that may come from the company that installed this PBX and
deliberately choosed to drop euroisdn feature, for a reason.

2. Alcatel 4400 is a very old product. I'm also surprised it still gets
software updates though it was possible to upgrade it to an OmniPCX which is
the current Alcatel PBX.


3. Anyway, how is your current setup ?
Public ISDN  --BRI or PRI --- Asterisk ---BRI or PRI --- Alcatel 4400


4. From my poor understanding of libpri, Asterisk complies with parts of
QSIG standards. I tried hard to find a doc describing Asterisk QSIG features
but couldn't find anything.
___
-- 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

Re: [asterisk-users] switchtype QSIG and Asterisk implementation

2009-02-25 Thread Artifex Maximus
Hi,

On Wed, Feb 25, 2009 at 10:02 AM, Vieri rentor...@yahoo.com wrote:
 Is Asterisk fully QSIG-compliant?

 I currently have an Alcatel 4400 connected to Asterisk 1.2 and 1.4.
 Zaptel versions are 1.2.26 and 1.4.11.
That is a good question. I had the same dilemma here. Finally I am
using my OXE via Q.SIG but does not know call transfer and other
functions are implemented or not. I have found same documents as you.
Unfortunately no useful help even here nor Alcatel forums. For making
clear I am not bitching and many many thanks and respect for every
help I have received from here just I did not received any useful
answer on this topic yet.

The libpri 1.4.9 have some new features but no details. From changelog:

2008-10-17 16:13 + [r636]  Matthew Fredrickson cres...@digium.com

* pri.c, pri_internal.h, pri_q931.h, q931.c, pri_facility.c,
  pri_facility.h, libpri.h: Merging in additional Q.SIG features in
  #13454. Includes Q.SIG physical/logical channel mapping support,
  extended coding of Q.SIG name operations (calling name), and call
  rerouting support via added dialplan application.

What added dialplan application means in this context? New parameter
to dial? Might a new function?

Bye,
a

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


Re: [asterisk-users] switchtype QSIG and Asterisk implementation

2009-02-25 Thread Vieri


--- On Wed, 2/25/09, Olivier oza-4...@myamail.com wrote:

 So if, euroisdn support has been dropped in the PBX
 you're trying to
 inconnect with, that may come from the company that
 installed this PBX and
 deliberately choosed to drop euroisdn feature, for a
 reason.

I trust this company and they are saying that Alcatel suggested us to switch 
to QSIG because EuroISDN is not supported.
This company is asking Alcatel to fix this issue and we're waiting for a 
feedback.

 2. Alcatel 4400 is a very old product. I'm also
 surprised it still gets
 software updates though it was possible to upgrade it to an
 OmniPCX which is
 the current Alcatel PBX.

Our system is an omnipcx enterprise oxe (we still know it as a 4400).

 3. Anyway, how is your current setup ?
 Public ISDN  --BRI or PRI --- Asterisk ---BRI
 or PRI --- Alcatel 4400

Public ISDN -- Asterisk -- PRI -- Alcatel 4400




  

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


[asterisk-users] Switchtype

2007-08-07 Thread Jeremy Mann
In Zapata.conf, if my PRI is NI-2 configured, do I still use 
switchtype=national ?


This e-mail, facsimile, or letter and any files or attachments transmitted with 
it contains information that is confidential and privileged. This information 
is intended only for the use of the individual(s) and entity(ies) to whom it is 
addressed. If you are the intended recipient, further disclosures are 
prohibited without proper authorization. If you are not the intended recipient, 
any disclosure, copying, printing, or use of this information is strictly 
prohibited and possibly a violation of federal or state law and regulations. If 
you have received this information in error, please notify Texas Health 
Management Group immediately at 1-817-310-4999. Texas Health Management Group, 
its subsidiaries, and affiliates hereby claim all applicable privileges related 
to this information.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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

Re: [asterisk-users] Switchtype

2007-08-07 Thread Erik Anderson
On 8/7/07, Jeremy Mann [EMAIL PROTECTED] wrote:

 In Zapata.conf, if my PRI is NI-2 configured, do I still use
 switchtype=national ?

Yup:

http://www.voip-info.org/wiki-Asterisk+config+zapata.conf#ISDNPRISwitchConfiguration

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


[asterisk-users] switchtype and signalling query

2007-03-30 Thread Simon Alman

Hi Guys

I'm configuring a TE212P card and have the following two entries in my 
/etc/asterisk/zapata.conf


switchtype=dms100
signalling=pri_cpe

When I reload asterisk I get the following messages:

-- Reloading module 'chan_zap.so' (Zapata Telephony)
  == Parsing '/etc/asterisk/zapata.conf': Found
[Mar 30 17:48:42] WARNING[2985]: chan_zap.c:11072 process_zap: 
Ignoring switchtype
[Mar 30 17:48:42] WARNING[2985]: chan_zap.c:11072 process_zap: 
Ignoring signalling

However pri show span 1 shows the right values set for both:

ast1*CLI pri show span 1
Primary D-channel: 24
Status: Provisioned, In Alarm, Down, Active
Switchtype: Nortel DMS100
Type: CPE
Window Length: 0/7
Sentrej: 0
SolicitFbit: 0
Retrans: 0
Busy: 0
Overlap Dial: 0
T200 Timer: 1000
T203 Timer: 1
T305 Timer: 3
T308 Timer: 4000
T309 Timer: -1
T313 Timer: 4000
N200 Counter: 3
Should I be concerned as to the Warnings ? I'm not quite at the stage 
where I can test my setup yet and wanted to check before I get there.


Many thanks for your time.

Simon


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] switchtype and signalling query

2007-03-30 Thread Doug Lytle

Simon Alman wrote:

Hi Guys

I'm configuring a TE212P card and have the following two entries in my 
/etc/asterisk/zapata.conf


switchtype=dms100
signalling=pri_cpe

When I reload asterisk I get the following messages:

-- Reloading module 'chan_zap.so' (Zapata Telephony)
  == Parsing '/etc/asterisk/zapata.conf': Found
[Mar 30 17:48:42] WARNING[2985]: chan_zap.c:11072 process_zap: 
Ignoring switchtype
[Mar 30 17:48:42] WARNING[2985]: chan_zap.c:11072 process_zap: 
Ignoring signalling


On a reload, it is ignored since it is already set up.  It's normal.

Doug


--
Ben Franklin quote:

Those who would give up Essential Liberty to purchase a little Temporary Safety, 
deserve neither Liberty nor Safety.


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] switchtype and signalling query

2007-03-30 Thread Simon Alman

Cool, thanks for the info.

Simon

Doug Lytle wrote:

Simon Alman wrote:

Hi Guys

I'm configuring a TE212P card and have the following two entries in 
my /etc/asterisk/zapata.conf


switchtype=dms100
signalling=pri_cpe

When I reload asterisk I get the following messages:

-- Reloading module 'chan_zap.so' (Zapata Telephony)
  == Parsing '/etc/asterisk/zapata.conf': Found
[Mar 30 17:48:42] WARNING[2985]: chan_zap.c:11072 process_zap: 
Ignoring switchtype
[Mar 30 17:48:42] WARNING[2985]: chan_zap.c:11072 process_zap: 
Ignoring signalling


On a reload, it is ignored since it is already set up.  It's normal.

Doug




___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] switchtype and signalling query

2007-03-30 Thread Eric \ManxPower\ Wieling

Simon Alman wrote:

Hi Guys

I'm configuring a TE212P card and have the following two entries in my 
/etc/asterisk/zapata.conf


switchtype=dms100
signalling=pri_cpe

When I reload asterisk I get the following messages:

-- Reloading module 'chan_zap.so' (Zapata Telephony)
  == Parsing '/etc/asterisk/zapata.conf': Found
[Mar 30 17:48:42] WARNING[2985]: chan_zap.c:11072 process_zap: 
Ignoring switchtype
[Mar 30 17:48:42] WARNING[2985]: chan_zap.c:11072 process_zap: 
Ignoring signalling


Reload cannot change the switchtype or the signaling.  The message is 
just letting you know what config options you are using that cannot be 
changed during a reload.  You would have to unload chan_zap.so and load 
chan_zap.so or do a restart or stop and start of Asterisk to apply 
changes to those options.  At least in 1.2 and earlier you cannot add or 
remove channels with a reload either.  I don't think it gives you any 
error messages when it does not add/remove the channels. I don't know 
what limitations 1.4 has with regard to these things.

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] switchtype and signalling query

2007-03-30 Thread Tzafrir Cohen
On Fri, Mar 30, 2007 at 07:04:29PM -0500, Eric ManxPower Wieling wrote:

 At least in 1.2 and earlier you cannot add or 
 remove channels with a reload either.  I don't think it gives you any 
 error messages when it does not add/remove the channels. I don't know 
 what limitations 1.4 has with regard to these things.

Actually: 1.0 and earlier could not reload cha_zap.so at all. With 1.2
a limited reload and that warning was added.

With 1.4 there is a saner configuration format for chan_zap.so:
users.conf.

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Switchtype,Signalling,rxwink warnings

2006-10-14 Thread Forrest Beck

What's in zapata.conf?

On 10/13/06, Remi Quezada [EMAIL PROTECTED] wrote:

When I reload the asterisk I get the following warnings:

Oct 13 08:29:17 WARNING[10170]: chan_zap.c:10874 setup_zap: Ignoring
switchtype
Oct 13 08:29:17 WARNING[10170]: chan_zap.c:10874 setup_zap: Ignoring
signalling
Oct 13 08:29:17 WARNING[10170]: chan_zap.c:10874 setup_zap: Ignoring rxwink

Everything works fine as far as I know, I can dial and complete calls.
So why am I getting this warning.  Is there anyway to fix this?

Thanks,

Remi
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] Switchtype,Signalling,rxwink warnings

2006-10-13 Thread Remi Quezada

When I reload the asterisk I get the following warnings:

Oct 13 08:29:17 WARNING[10170]: chan_zap.c:10874 setup_zap: Ignoring 
switchtype
Oct 13 08:29:17 WARNING[10170]: chan_zap.c:10874 setup_zap: Ignoring 
signalling

Oct 13 08:29:17 WARNING[10170]: chan_zap.c:10874 setup_zap: Ignoring rxwink

Everything works fine as far as I know, I can dial and complete calls.  
So why am I getting this warning.  Is there anyway to fix this?


Thanks,

Remi
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Switchtype,Signalling,rxwink warnings

2006-10-13 Thread Doug Lytle

Remi Quezada wrote:

When I reload the asterisk I get the following warnings:

Oct 13 08:29:17 WARNING[10170]: chan_zap.c:10874 setup_zap: Ignoring 
switchtype
Oct 13 08:29:17 WARNING[10170]: chan_zap.c:10874 setup_zap: Ignoring 
signalling
Oct 13 08:29:17 WARNING[10170]: chan_zap.c:10874 setup_zap: Ignoring 
rxwink


Everything works fine as far as I know, I can dial and complete 
calls.  So why am I getting this warning.  Is there anyway to fix this?


If I recall correctly, it just means that the signalling, switchtype and 
rxwink is already set up and ignoring it on the reload.  Nothing to 
worry about.


Doug

--

Ben Franklin quote:

Those who would give up Essential Liberty to purchase a little Temporary Safety, 
deserve neither Liberty nor Safety.


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Switchtype,Signalling,rxwink warnings

2006-10-13 Thread Remi Quezada


switchtype=national
signalling=pri_cpe
rxwink=300

Forrest Beck wrote:

What's in zapata.conf?

On 10/13/06, Remi Quezada [EMAIL PROTECTED] wrote:

When I reload the asterisk I get the following warnings:

Oct 13 08:29:17 WARNING[10170]: chan_zap.c:10874 setup_zap: Ignoring
switchtype
Oct 13 08:29:17 WARNING[10170]: chan_zap.c:10874 setup_zap: Ignoring
signalling
Oct 13 08:29:17 WARNING[10170]: chan_zap.c:10874 setup_zap: Ignoring 
rxwink


Everything works fine as far as I know, I can dial and complete calls.
So why am I getting this warning.  Is there anyway to fix this?

Thanks,

Remi
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users




___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Switchtype,Signalling,rxwink warnings

2006-10-13 Thread Josué Conti
Your link is ISDN PRI?
Not use rxwink.

Regards

Josué
2006/10/13, Remi Quezada [EMAIL PROTECTED]:
switchtype=nationalsignalling=pri_cperxwink=300Forrest Beck wrote: What's in zapata.conf
? On 10/13/06, Remi Quezada [EMAIL PROTECTED] wrote: When I reload the asterisk I get the following warnings: Oct 13 08:29:17 WARNING[10170]: chan_zap.c:10874 setup_zap: Ignoring
 switchtype Oct 13 08:29:17 WARNING[10170]: chan_zap.c:10874 setup_zap: Ignoring signalling Oct 13 08:29:17 WARNING[10170]: chan_zap.c:10874 setup_zap: Ignoring rxwink
 Everything works fine as far as I know, I can dial and complete calls. So why am I getting this warning.Is there anyway to fix this? Thanks, Remi
 ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users ___ --Bandwidth and Colocation provided by 
Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
___--Bandwidth and Colocation provided by Easynews.com --asterisk-users mailing listTo UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Switchtype,Signalling,rxwink warnings

2006-10-13 Thread Eric \ManxPower\ Wieling

Remi Quezada wrote:

When I reload the asterisk I get the following warnings:

Oct 13 08:29:17 WARNING[10170]: chan_zap.c:10874 setup_zap: Ignoring 
switchtype
Oct 13 08:29:17 WARNING[10170]: chan_zap.c:10874 setup_zap: Ignoring 
signalling

Oct 13 08:29:17 WARNING[10170]: chan_zap.c:10874 setup_zap: Ignoring rxwink

Everything works fine as far as I know, I can dial and complete calls.  
So why am I getting this warning.  Is there anyway to fix this?


These settings cannot be changed on a reload, only on a unload/load.
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Switchtype

2006-07-01 Thread Jerry Jones
If available you almost always will wish to use NI2, especially if  
you like to see who is calling you



On Jun 30, 2006, at 2:01 PM, Aaron Paxson wrote:

I would work that out with your vendor, as the settings must be the  
same on both sides.


If national won't work for you, ask them if they can change to  
something else.


What kinds of connectivity issues?  Could be line problems too.
- Original Message -
From: James Hawks
To: asterisk-users@lists.digium.com
Sent: Friday, June 30, 2006 2:45 PM
Subject: [Asterisk-Users] Switchtype

Our PRI vendor is using a Nortel DMS500 switch. Which switch type  
should I use. I have been using national but we are having issues  
with our connectivity.



national

dms100

4ess

5ess

euroisdn

ni1

qsig



Thank You

James Hawks




___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Switchtype

2006-06-30 Thread James Hawks








Our PRI vendor is using a Nortel DMS500 switch. Which switch
type should I use. I have been using national but we are having issues with our
connectivity.



national

dms100

4ess

5ess

euroisdn

ni1

qsig





Thank You

James Hawks








___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Switchtype

2006-06-30 Thread Aaron Paxson



I would work that out with your vendor, as the 
settings must be the same on both sides.

If national won't work for you, ask them if they 
can change to something else. 

What kinds of connectivity issues? Could be 
line problems too.

  - Original Message - 
  From: 
  James Hawks 
  To: asterisk-users@lists.digium.com 
  
  Sent: Friday, June 30, 2006 2:45 PM
  Subject: [Asterisk-Users] 
Switchtype
  
  
  Our PRI vendor is using a Nortel 
  DMS500 switch. Which switch type should I use. I have been using national but 
  we are having issues with our connectivity.
  
  national
  dms100
  4ess
  5ess
  euroisdn
  ni1
  qsig
  
  
  Thank You
  James Hawks
  
  
  

  ___--Bandwidth and 
  Colocation provided by Easynews.com --Asterisk-Users mailing 
  listTo UNSUBSCRIBE or update options visit: 
  http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users