RE: [Asterisk-Users] Installing X100P

2004-07-21 Thread Wiley E. Siler
That did it.  I have the wcfxo running and channeled.  Now I just have
to beat my dial pan.  I can dial internally to all my SIPs but outbound
and inbound off the X100P are still not running.  Do I just do this...

Define [incoming] in extensions
[incoming]
exten = 1234567,1,Dial(SIP/2000) ; 1234567 = a local incoming call
number?
exten = 1234567,2,Congestion

Is this correct?

Thanks for the help!

Wiley


-Original Message-
From: Seth Remington [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 20, 2004 7:41 PM
To: [EMAIL PROTECTED]
Subject: RE: [Asterisk-Users] Installing X100P

Install the kernel-source RPM off of the RH9 CD.

-Seth

On Tue, 2004-07-20 at 20:28, Wiley E. Siler wrote:
 The error I receive when I run make
 
 Thanks,
 Wiley
  
 
 -Original Message-
 From: Wiley E. Siler
 Sent: Tuesday, July 20, 2004 4:12 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [Asterisk-Users] Installing X100P
 
 Could this have to do with the fact that I do not have a copy of the 
 redhat source code in the palce specified immediately at the top of 
 Makefile?  The writer makes reference to Redhat breaking stuff and 
 that the headers...  Here is is...
 
 # Okay, the people at RedHat have to break everything they can 
 possibly even attempt to.
 # So, we have to look in /usr/src/linux-2.4/include for header files 
 given their brain dead # crappy installation.  (Mind you, I'm a RedHat

 user myself, so I suppose I'm just as # stupid as they are).  Everyone

 else who is mildly sane of course links /usr/include/linux # to their 
 working kernel source directory, the way God himself does, of course #

 (assuming He's running Linux -- which we all know He must).
 
 
 Well, I do not have a copy of those src files lcoated there.  I 
 installed from Redha 9.0 cds.  Do I need to get a copy of the linux 
 kernal source before I compile the zaptel stuff?
 
 Thanks,
 Wiley
 
 
 -Original Message-
 From: Seth Remington [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 20, 2004 2:09 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [Asterisk-Users] Installing X100P
 
 You have to compile and install zaptel *before* asterisk for that to 
 work. You don't have to change your version, just make install in 
 zaptel source directory and then make clean  make install in 
 asterisk source directory.
 
 -Seth
 
 On Tue, 2004-07-20 at 13:54, Wiley E. Siler wrote:
  I attempted to install an X100P card but it was not correctly 
  recognized by my Redhat 9 install.  I had a test install running 
  without any cards which was working great minus the outward dialing 
  since no cards existed.  Now that I have a card, I want to add it to

  the system.  Do I have to scratch the whole current install in order

  to get the X100P running on my system or is there a way to get it 
  installed as is?  I really do not want to change my version of 
  Asterisk since it is running well at this point.  Is it possible to 
  just update and add the card?
   
  Thanks,
  Wiley
   
 --
 Seth Remington
 SaberLogic, LLC
 661-B Weber Drive
 Wadsworth, Ohio 44281
 Phone: (330)335-6442
 Fax: (330)336-8559
 
 ___
 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
--
Seth Remington
SaberLogic, LLC
661-B Weber Drive
Wadsworth, Ohio 44281
Phone: (330)335-6442
Fax: (330)336-8559

___
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] Installing X100P

2004-07-21 Thread Yiannis Costopoulos
The extension of an incoming call through the X100P is s. So,

[incoming]
exten = s,1,Answer
exten = s,2,Dial(SIP/200)
exten = s,3,Hangup

[outgoing]
exten = _9.,1,Dial(ZAP/g1/${EXTEN,1})


You need to dial 9 from your SIP phone to get an outside line and then the
number you wish to dial.
g1 stands for group 1. Add this into your zapata.conf under the X100P.

Yiannis.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Wiley E.
Siler
Sent: 21 July 2004 08:30
To: [EMAIL PROTECTED]
Subject: RE: [Asterisk-Users] Installing X100P


That did it.  I have the wcfxo running and channeled.  Now I just have
to beat my dial pan.  I can dial internally to all my SIPs but outbound
and inbound off the X100P are still not running.  Do I just do this...

Define [incoming] in extensions
[incoming]
exten = 1234567,1,Dial(SIP/2000) ; 1234567 = a local incoming call
number?
exten = 1234567,2,Congestion

Is this correct?

Thanks for the help!

Wiley


-Original Message-
From: Seth Remington [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 20, 2004 7:41 PM
To: [EMAIL PROTECTED]
Subject: RE: [Asterisk-Users] Installing X100P

Install the kernel-source RPM off of the RH9 CD.

-Seth

On Tue, 2004-07-20 at 20:28, Wiley E. Siler wrote:
 The error I receive when I run make

 Thanks,
 Wiley


 -Original Message-
 From: Wiley E. Siler
 Sent: Tuesday, July 20, 2004 4:12 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [Asterisk-Users] Installing X100P

 Could this have to do with the fact that I do not have a copy of the
 redhat source code in the palce specified immediately at the top of
 Makefile?  The writer makes reference to Redhat breaking stuff and
 that the headers...  Here is is...

 # Okay, the people at RedHat have to break everything they can
 possibly even attempt to.
 # So, we have to look in /usr/src/linux-2.4/include for header files
 given their brain dead # crappy installation.  (Mind you, I'm a RedHat

 user myself, so I suppose I'm just as # stupid as they are).  Everyone

 else who is mildly sane of course links /usr/include/linux # to their
 working kernel source directory, the way God himself does, of course #

 (assuming He's running Linux -- which we all know He must).


 Well, I do not have a copy of those src files lcoated there.  I
 installed from Redha 9.0 cds.  Do I need to get a copy of the linux
 kernal source before I compile the zaptel stuff?

 Thanks,
 Wiley


 -Original Message-
 From: Seth Remington [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 20, 2004 2:09 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [Asterisk-Users] Installing X100P

 You have to compile and install zaptel *before* asterisk for that to
 work. You don't have to change your version, just make install in
 zaptel source directory and then make clean  make install in
 asterisk source directory.

 -Seth

 On Tue, 2004-07-20 at 13:54, Wiley E. Siler wrote:
  I attempted to install an X100P card but it was not correctly
  recognized by my Redhat 9 install.  I had a test install running
  without any cards which was working great minus the outward dialing
  since no cards existed.  Now that I have a card, I want to add it to

  the system.  Do I have to scratch the whole current install in order

  to get the X100P running on my system or is there a way to get it
  installed as is?  I really do not want to change my version of
  Asterisk since it is running well at this point.  Is it possible to
  just update and add the card?
 
  Thanks,
  Wiley
 
 --
 Seth Remington
 SaberLogic, LLC
 661-B Weber Drive
 Wadsworth, Ohio 44281
 Phone: (330)335-6442
 Fax: (330)336-8559

 ___
 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
--
Seth Remington
SaberLogic, LLC
661-B Weber Drive
Wadsworth, Ohio 44281
Phone: (330)335-6442
Fax: (330)336-8559

___
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

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

RE: [Asterisk-Users] Installing X100P

2004-07-20 Thread Celedonio Albarran








Compile zaptel



Edit /etc/zaptel.conf and
/etc/asterisk/zaptel.conf



modprobe zaptel

modprobe wcfxo

ztcfg



start asterisk









From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Wiley E. Siler
Sent: Tuesday, July 20, 2004 1:55
PM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users]
Installing X100P







I attempted to install an X100P card but it was not
correctly recognized by my Redhat 9 install. I had a test install running
without any cards which was working great minus the outward dialing since no
cards existed. Now that I have a card, I want to add it to the
system. Do I have to scratch the whole current install in order to get
the X100P running on my system or is there a way to get it installed as
is? I really do not want to change my version of Asterisk since it is
running well at this point. Is it possible to just update and add the
card?











Thanks,





Wiley
















Re: [Asterisk-Users] Installing X100P

2004-07-20 Thread Seth Remington
You have to compile and install zaptel *before* asterisk for that to
work. You don't have to change your version, just make install in
zaptel source directory and then make clean  make install in
asterisk source directory.

-Seth

On Tue, 2004-07-20 at 13:54, Wiley E. Siler wrote:
 I attempted to install an X100P card but it was not correctly
 recognized by my Redhat 9 install.  I had a test install running
 without any cards which was working great minus the outward dialing
 since no cards existed.  Now that I have a card, I want to add it to
 the system.  Do I have to scratch the whole current install in order
 to get the X100P running on my system or is there a way to get it
 installed as is?  I really do not want to change my version of
 Asterisk since it is running well at this point.  Is it possible to
 just update and add the card?
  
 Thanks,
 Wiley
  
-- 
Seth Remington
SaberLogic, LLC
661-B Weber Drive
Wadsworth, Ohio 44281
Phone: (330)335-6442
Fax: (330)336-8559

___
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] Installing X100P

2004-07-20 Thread Wiley E. Siler



When I run make I get all kinds of errors. So far I 
ahve yet to get past that problem and when I look for /etc/zaptel.conf and 
/etc/asterisk/zaptel.com these fiels do not exist.

W



From: Celedonio Albarran 
[mailto:[EMAIL PROTECTED] Sent: Tuesday, July 20, 2004 12:57 
PMTo: [EMAIL PROTECTED]Subject: RE: 
[Asterisk-Users] Installing X100P


Compile 
zaptel

Edit /etc/zaptel.conf 
and /etc/asterisk/zaptel.conf

modprobe 
zaptel
modprobe 
wcfxo
ztcfg

start 
asterisk




From: 
[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Wiley E. SilerSent: Tuesday, July 20, 2004 1:55 
PMTo: 
[EMAIL PROTECTED]Subject: [Asterisk-Users] Installing 
X100P


I attempted to install an X100P card 
but it was not correctly recognized by my Redhat 9 install. I had a test 
install running without any cards which was working great minus the outward 
dialing since no cards existed. Now that I have a card, I want to add it 
to the system. Do I have to scratch the whole current install in order to 
get the X100P running on my system or is there a way to get it installed as 
is? I really do not want to change my version of Asterisk since it is 
running well at this point. Is it possible to just update and add the 
card?



Thanks,

Wiley




RE: [Asterisk-Users] Installing X100P

2004-07-20 Thread Wiley E. Siler
I have tried this repeatedly and I get errors and no output.  I tried
with the CVS version and the download rfom ftp.digium.com.  I have the
output of the make command but it is 109k in text file.  Can I post an
email with a zip file or is that not allowed?

Wiley

s 

-Original Message-
From: Seth Remington [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 20, 2004 2:09 PM
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] Installing X100P

You have to compile and install zaptel *before* asterisk for that to
work. You don't have to change your version, just make install in
zaptel source directory and then make clean  make install in
asterisk source directory.

-Seth

On Tue, 2004-07-20 at 13:54, Wiley E. Siler wrote:
 I attempted to install an X100P card but it was not correctly 
 recognized by my Redhat 9 install.  I had a test install running 
 without any cards which was working great minus the outward dialing 
 since no cards existed.  Now that I have a card, I want to add it to 
 the system.  Do I have to scratch the whole current install in order 
 to get the X100P running on my system or is there a way to get it 
 installed as is?  I really do not want to change my version of 
 Asterisk since it is running well at this point.  Is it possible to 
 just update and add the card?
  
 Thanks,
 Wiley
  
--
Seth Remington
SaberLogic, LLC
661-B Weber Drive
Wadsworth, Ohio 44281
Phone: (330)335-6442
Fax: (330)336-8559

___
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] Installing X100P

2004-07-20 Thread Wiley E. Siler
Could this have to do with the fact that I do not have a copy of the
redhat source code in the palce specified immediately at the top of
Makefile?  The writer makes reference to Redhat breaking stuff and that
the headers...  Here is is...

# Okay, the people at RedHat have to break everything they can possibly
even attempt to.
# So, we have to look in /usr/src/linux-2.4/include for header files
given their brain dead
# crappy installation.  (Mind you, I'm a RedHat user myself, so I
suppose I'm just as
# stupid as they are).  Everyone else who is mildly sane of course links
/usr/include/linux
# to their working kernel source directory, the way God himself does, of
course
# (assuming He's running Linux -- which we all know He must).


Well, I do not have a copy of those src files lcoated there.  I
installed from Redha 9.0 cds.  Do I need to get a copy of the linux
kernal source before I compile the zaptel stuff?

Thanks,
Wiley


-Original Message-
From: Seth Remington [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 20, 2004 2:09 PM
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] Installing X100P

You have to compile and install zaptel *before* asterisk for that to
work. You don't have to change your version, just make install in
zaptel source directory and then make clean  make install in
asterisk source directory.

-Seth

On Tue, 2004-07-20 at 13:54, Wiley E. Siler wrote:
 I attempted to install an X100P card but it was not correctly 
 recognized by my Redhat 9 install.  I had a test install running 
 without any cards which was working great minus the outward dialing 
 since no cards existed.  Now that I have a card, I want to add it to 
 the system.  Do I have to scratch the whole current install in order 
 to get the X100P running on my system or is there a way to get it 
 installed as is?  I really do not want to change my version of 
 Asterisk since it is running well at this point.  Is it possible to 
 just update and add the card?
  
 Thanks,
 Wiley
  
--
Seth Remington
SaberLogic, LLC
661-B Weber Drive
Wadsworth, Ohio 44281
Phone: (330)335-6442
Fax: (330)336-8559

___
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] Installing X100P

2004-07-20 Thread Seth Remington
Install the kernel-source RPM off of the RH9 CD.

-Seth

On Tue, 2004-07-20 at 20:28, Wiley E. Siler wrote:
 The error I receive when I run make
 
 Thanks,
 Wiley
  
 
 -Original Message-
 From: Wiley E. Siler 
 Sent: Tuesday, July 20, 2004 4:12 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [Asterisk-Users] Installing X100P
 
 Could this have to do with the fact that I do not have a copy of the
 redhat source code in the palce specified immediately at the top of
 Makefile?  The writer makes reference to Redhat breaking stuff and that
 the headers...  Here is is...
 
 # Okay, the people at RedHat have to break everything they can possibly
 even attempt to.
 # So, we have to look in /usr/src/linux-2.4/include for header files
 given their brain dead # crappy installation.  (Mind you, I'm a RedHat
 user myself, so I suppose I'm just as # stupid as they are).  Everyone
 else who is mildly sane of course links /usr/include/linux # to their
 working kernel source directory, the way God himself does, of course #
 (assuming He's running Linux -- which we all know He must).
 
 
 Well, I do not have a copy of those src files lcoated there.  I
 installed from Redha 9.0 cds.  Do I need to get a copy of the linux
 kernal source before I compile the zaptel stuff?
 
 Thanks,
 Wiley
 
 
 -Original Message-
 From: Seth Remington [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 20, 2004 2:09 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [Asterisk-Users] Installing X100P
 
 You have to compile and install zaptel *before* asterisk for that to
 work. You don't have to change your version, just make install in
 zaptel source directory and then make clean  make install in
 asterisk source directory.
 
 -Seth
 
 On Tue, 2004-07-20 at 13:54, Wiley E. Siler wrote:
  I attempted to install an X100P card but it was not correctly 
  recognized by my Redhat 9 install.  I had a test install running 
  without any cards which was working great minus the outward dialing 
  since no cards existed.  Now that I have a card, I want to add it to 
  the system.  Do I have to scratch the whole current install in order 
  to get the X100P running on my system or is there a way to get it 
  installed as is?  I really do not want to change my version of 
  Asterisk since it is running well at this point.  Is it possible to 
  just update and add the card?
   
  Thanks,
  Wiley
   
 --
 Seth Remington
 SaberLogic, LLC
 661-B Weber Drive
 Wadsworth, Ohio 44281
 Phone: (330)335-6442
 Fax: (330)336-8559
 
 ___
 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
-- 
Seth Remington
SaberLogic, LLC
661-B Weber Drive
Wadsworth, Ohio 44281
Phone: (330)335-6442
Fax: (330)336-8559

___
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