[Asterisk-Users] Help with E1 configuration

2004-09-16 Thread HengWee Chin
Hi,
 I currently have a E100P card installed on my machine and the E1 
subscription will be activated pretty soon. However, I have no idea how to 
configure asterisk to make inbound and outbound call using the E1. 
Especially for extensions.conf. Below is the configuration I used for 
zaptel.conf and zapata.conf. Is it possible if someone can verify if the 
configuration for zaptel and zapata is correct?

  zaptel.conf
 ---
 span=1,1,0,ccs,hdb3
 bchan=1-15,17-31
 dchan=16
 zapata.conf
 ---
  switchtype=euroisdn
  signalling=pri_cpe
  group=1
  context=default
  channel=1-15,17-31
 I have 1 block of 10 DID numbers that will be subscribed together with E1. 
I am not able to find any sample for the extensions.conf to do inbound and 
outbound call. Is it possible for someone could post a sample of how the 
configuration would look like. Any setting missing for callerid support?

 PS: I already have an existing asterisk system running on analog ports. 
This is just an upgrade.

 Thanks in advanced.
 Regards,
 Chin
_
Fast. Clear. Easy. The new MSN Search. http://search.msn.com.sg/
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Help with E1 configuration

2004-09-16 Thread Scott Stingel
zaptel.conf looks good - you may require a ,crc4 at the end of the span
line, depending on your provider.  I have loadzone=us in mine as well.
Change appropriately for yours.

zapata.conf also looks good.  I would also add the following, before the
channel declaration:

immediate=no
pridialplan=unknown
usecallerid=yes

Setting immediate=no allows your calls to be answered and routed according
to the DID entries you make in your extensions.conf file (the dialplan).
Setting it to yes would cause the s extension to be used instead.

So you need entries in the dialplan for each DID, under the context
[default] which you have defined in zapata.  That will take care of
inbound calls.

Outbound calls:  Since you've defined group 1 as including all channels of
your PRI, you can use the Dial command and use a g1 instead of a specific
Zap channel, to allow asterisk to choose an available channel.

All of this is covered on the Wiki: 
http://www.voip-info.org/tiki-index.php?page=Asterisk 

Good luck with your project!

Scott M. Stingel
President,
Emerging Voice Technology, Inc.
Palo Alto California  London England
www.evtmedia.com 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of HengWee Chin
Sent: Thursday, September 16, 2004 4:24 AM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] Help with E1 configuration

Hi,

  I currently have a E100P card installed on my machine and the E1
subscription will be activated pretty soon. However, I have no idea how to
configure asterisk to make inbound and outbound call using the E1. 
Especially for extensions.conf. Below is the configuration I used for
zaptel.conf and zapata.conf. Is it possible if someone can verify if the
configuration for zaptel and zapata is correct?

   zaptel.conf
  ---
  span=1,1,0,ccs,hdb3
  bchan=1-15,17-31
  dchan=16

  zapata.conf
  ---
   switchtype=euroisdn
   signalling=pri_cpe
   group=1
   context=default
   channel=1-15,17-31


  I have 1 block of 10 DID numbers that will be subscribed together with E1.

I am not able to find any sample for the extensions.conf to do inbound and
outbound call. Is it possible for someone could post a sample of how the
configuration would look like. Any setting missing for callerid support?

  PS: I already have an existing asterisk system running on analog ports. 
This is just an upgrade.

  Thanks in advanced.

  Regards,
  Chin

_
Fast. Clear. Easy. The new MSN Search. http://search.msn.com.sg/

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
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
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Help with E1 configuration

2004-09-16 Thread HengWee Chin
Thanks for the info, however, I have no idea how to configure 
extenions.conf. For example, for 1 block of 10 DID.

1) I want to redirect the call from 1 particular DID number to a particular 
FXS port or to a SIP Phone.How can I do that? If I am not wrong, the 
incoming call to a particular DID number could be coming from any of the 30 
channel.

2) Do I need to configure anything for the D-Channel?
3) How do I know I need to reset the line?
Thank you for your help.

From: Leo Ann Boon [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] Help with E1 configuration
Date: Thu, 16 Sep 2004 21:59:26 +0800
MIME-Version: 1.0
Received: from innovax.com.sg ([202.73.35.234]) by mc6-f25.hotmail.com with 
Microsoft SMTPSVC(5.0.2195.6713); Thu, 16 Sep 2004 06:59:29 -0700
Received: from [192.168.1.45] (192.168.0.130)by innovax.com.sg with [XMail 
1.12 (Win32/Ix86) ESMTP Server]id S347AD for [EMAIL PROTECTED] from 
[EMAIL PROTECTED];Thu, 16 Sep 2004 21:59:27 +0800
X-Message-Info: JGTYoYF78jHVrAq/T4xfKK/XXLsbar6B
Message-ID: [EMAIL PROTECTED]
User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040626)
X-Accept-Language: en-us, en
References: [EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 16 Sep 2004 13:59:30.0004 (UTC) 
FILETIME=[62CBE940:01C49BF5]


HengWee Chin wrote:
Hi,
 I currently have a E100P card installed on my machine and the E1 
subscription will be activated pretty soon. However, I have no idea how to 
configure asterisk to make inbound and outbound call using the E1. 
Especially for extensions.conf. Below is the configuration I used for 
zaptel.conf and zapata.conf. Is it possible if someone can verify if the 
configuration for zaptel and zapata is correct?

Your settings are pretty much OK - you will probably need to add crc at the 
end. Have you actually tested the E100P with your telco? AFAIK, it's not 
IDA approved in Singapore. When you commision the line, make sure you have 
the telco guys on standby. You'll probably need to make a few calls to get 
them to reset the line.

  zaptel.conf
 ---
 span=1,1,0,ccs,hdb3
 bchan=1-15,17-31
 dchan=16
 zapata.conf
 ---
  switchtype=euroisdn
  signalling=pri_cpe
  group=1
  context=default
  channel=1-15,17-31
 I have 1 block of 10 DID numbers that will be subscribed together with 
E1. I am not able to find any sample for the extensions.conf to do inbound 
and outbound call. Is it possible for someone could post a sample of how 
the configuration would look like. Any setting missing for callerid 
support?

 PS: I already have an existing asterisk system running on analog ports. 
This is just an upgrade.

 Thanks in advanced.
 Regards,
 Chin
_
Fast. Clear. Easy. The new MSN Search. http://search.msn.com.sg/
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users
_
Download MSN Messenger emoticons and display pictures. 
http://ilovemessenger.msn.com/?mkt=en-sg

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