RE: [asterisk-users] New Issue

2007-02-07 Thread David Ruggles
I'm still not seeing chan_zap in menu option three.

I copied the source directories from /root/downloads/asterisk (where I had
put them) to /usr/src/ and then did what you suggested below and I got the
same result.

I'm going to try make uninstalling all the packages deleted all source
directories and starting over from the downloads. If you any other
suggestions I'll do them.

TIA!!

Thanks,

David Ruggles
CCNA MCSE (NT) CNA A+
Network EngineerSafe Data, Inc.
(910) 285-7200  [EMAIL PROTECTED]



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Cosmin Prund
Sent: Tuesday, February 06, 2007 6:17 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] New Issue


Try it like this:

cd /usr/src/asterisk-1.4.0
make clean
./configure --with-zaptel=/usr/src/zaptel-1.4
make menuconfig
make all
make install

David Ruggles wrote:
 Sorry about that I must have been in the wrong directory. I also have
1.4.0
 and I tried it again and it worked. Chan_zap is not listed there, I'll
start
 poking around and see if I stumble across anything. Do you know where the
 expected location is? I don't have a problem moving the source.

 Thanks,

 David Ruggles
 CCNA MCSE (NT) CNA A+
 Network Engineer  Safe Data, Inc.
 (910) 285-7200[EMAIL PROTECTED]
   

___
--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] New Issue

2007-02-07 Thread Cosmin Prund
the ./configure thing requires the sources of zaptel, not asterisk. 
Are you sure they're passing the zaptel sources?


Well... i'm out of ideas. If it doesn't work you might want to re-post 
your thread (specifically say you don't see chan_zap in make menuconfig) 
and start with a new message (send) - don't reply to an existing message 
and change it's subject line. When you first posted this message you 
hijacked a thread called Mysterious tables starting with stats_. 
People using threaded mail readers might not even see your question! I 
saw your question because the thread about Mysterious stats_ tables 
looked interesting...


David Ruggles wrote:

I'm still not seeing chan_zap in menu option three.

I copied the source directories from /root/downloads/asterisk (where I had
put them) to /usr/src/ and then did what you suggested below and I got the
same result.

I'm going to try make uninstalling all the packages deleted all source
directories and starting over from the downloads. If you any other
suggestions I'll do them.

TIA!!

Thanks,

David Ruggles
CCNA MCSE (NT) CNA A+
Network EngineerSafe Data, Inc.
(910) 285-7200  [EMAIL PROTECTED]



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Cosmin Prund
Sent: Tuesday, February 06, 2007 6:17 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] New Issue


Try it like this:

cd /usr/src/asterisk-1.4.0
make clean
./configure --with-zaptel=/usr/src/zaptel-1.4
make menuconfig
make all
make install

David Ruggles wrote:
  

Sorry about that I must have been in the wrong directory. I also have


1.4.0
  

and I tried it again and it worked. Chan_zap is not listed there, I'll


start
  

poking around and see if I stumble across anything. Do you know where the
expected location is? I don't have a problem moving the source.

Thanks,

David Ruggles
CCNA MCSE (NT) CNA A+
Network EngineerSafe Data, Inc.
(910) 285-7200  [EMAIL PROTECTED]
  



___
--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] New Issue

2007-02-07 Thread Tzafrir Cohen
On Wed, Feb 07, 2007 at 04:46:46PM +0200, Cosmin Prund wrote:
 the ./configure thing requires the sources of zaptel, 

Actually, it requires zaptel.h in the pointed place, or in the default
place (as installed by the install target). Note that zaptel = 1.2
installs zaptel.h to /usr/include/linux, whereas zaptel 1.4 installs it
to /usr/include/zaptel .

-- 
   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] New Issue

2007-02-07 Thread Steve Murphy
In most cases, if I follow these steps, I get a working asterisk with
zaptel:

in asterisk, 1.4 and trunk:

make distclean

rm /usr/lib/asterisk/modules/*

then, get the zaptel source that corresponds to your version of
asterisk.
configure, make, make install it as root. If you try to use a 1.4 zaptel
with 1.2, prepare to be disappointed

Then in 1.2 asterisk, do a make, or in 1.4/trunk, do a configure ( with
--enable-dev-mode if you do this often), then make menuselect, make,
make install (as root). Check the zaptel module stuff in menuselect.

If you still don't have zaptel, consult your config.log, and look for
anything about zaptel. It might be informative. It should be finding
zaptel stuff.

murf



On Wed, 2007-02-07 at 18:43 +0200, Tzafrir Cohen wrote:
 On Wed, Feb 07, 2007 at 04:46:46PM +0200, Cosmin Prund wrote:
  the ./configure thing requires the sources of zaptel, 
 
 Actually, it requires zaptel.h in the pointed place, or in the default
 place (as installed by the install target). Note that zaptel = 1.2
 installs zaptel.h to /usr/include/linux, whereas zaptel 1.4 installs it
 to /usr/include/zaptel .
 
-- 
Steve Murphy
Software Developer
Digium


smime.p7s
Description: S/MIME cryptographic signature
___
--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] New Issue

2007-02-06 Thread David Ruggles
I'm missing chan_zap.so, I'm going to make and make install again as per:
http://www.voip-info.org/wiki-Asterisk+Zaptel+Installation

Thanks,

David Ruggles
CCNA MCSE (NT) CNA A+
Network EngineerSafe Data, Inc.
(910) 285-7200  [EMAIL PROTECTED]



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David Ruggles
Sent: Tuesday, February 06, 2007 3:55 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: [asterisk-users] New Issue


Now that ztcfg is working correctly I can't seem to get asterisk to answer a
call.

I did the make install and make samples so I have a lot of configuration
files that I know nothing about.

Here is contents of zapata.conf
[trunkgroups]

[channels]
context=incoming
signalling=fxs_ks
usecallerid=yes
hidecallerid=no
callwaiting=no
threewaycalling=yes
transfer=yes
echocancel=yes
echotraining=yes
channel = 1 

And the contents of extensions.conf
[general]
static=yes
writeprotect=no
clearglobalvars=no
[globals]
CONSOLE=Console/dsp ; Console interface for demo
IAXINFO=guest   ; IAXtel username/password
TRUNK=Zap/g2; Trunk interface
TRUNKMSD=1  ; MSD digits to strip
(usually 1 or 0)

[incoming]
exten = s,1,Answer()
exten = s,2,Echo()

This from TFOT, the general and globals sections of extensions came from the
sample. I started Asterisk using asterisk -cvvv and it doesn't seem to have
any errors, but I can't find where it parses zapata.conf. I do see it
parsing extensions.conf

What should I do?

TIA!!

Thanks,

David Ruggles
CCNA MCSE (NT) CNA A+
Network EngineerSafe Data, Inc.
(910) 285-7200  [EMAIL PROTECTED]


___
--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] New Issue

2007-02-06 Thread David Ruggles
Well that didn't work. I still don't have a zap channel driver. What else
can I try?

TIA!

Thanks,

David Ruggles
CCNA MCSE (NT) CNA A+
Network EngineerSafe Data, Inc.
(910) 285-7200  [EMAIL PROTECTED]



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David Ruggles
Sent: Tuesday, February 06, 2007 4:12 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: RE: [asterisk-users] New Issue


I'm missing chan_zap.so, I'm going to make and make install again as per:
http://www.voip-info.org/wiki-Asterisk+Zaptel+Installation

Thanks,

David Ruggles
CCNA MCSE (NT) CNA A+
Network EngineerSafe Data, Inc.
(910) 285-7200  [EMAIL PROTECTED]



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David Ruggles
Sent: Tuesday, February 06, 2007 3:55 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: [asterisk-users] New Issue


Now that ztcfg is working correctly I can't seem to get asterisk to answer a
call.

I did the make install and make samples so I have a lot of configuration
files that I know nothing about.

Here is contents of zapata.conf
[trunkgroups]

[channels]
context=incoming
signalling=fxs_ks
usecallerid=yes
hidecallerid=no
callwaiting=no
threewaycalling=yes
transfer=yes
echocancel=yes
echotraining=yes
channel = 1 

And the contents of extensions.conf
[general]
static=yes
writeprotect=no
clearglobalvars=no
[globals]
CONSOLE=Console/dsp ; Console interface for demo
IAXINFO=guest   ; IAXtel username/password
TRUNK=Zap/g2; Trunk interface
TRUNKMSD=1  ; MSD digits to strip
(usually 1 or 0)

[incoming]
exten = s,1,Answer()
exten = s,2,Echo()

This from TFOT, the general and globals sections of extensions came from the
sample. I started Asterisk using asterisk -cvvv and it doesn't seem to have
any errors, but I can't find where it parses zapata.conf. I do see it
parsing extensions.conf

What should I do?

TIA!!

Thanks,

David Ruggles
CCNA MCSE (NT) CNA A+
Network EngineerSafe Data, Inc.
(910) 285-7200  [EMAIL PROTECTED]


___
--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] New Issue

2007-02-06 Thread Cosmin Prund

Let's see if I remember this, it gave me a bit of trouble as well.
*after* you made sure you've got the zaptel driver in order, go to the 
src folder for asterysk and issue make menuconfig.
Go to 3 and see if you have the chan_zap listed there and with [*] 
prefix. If it's not listed it's because you've got the zaptel driver 
sources in an unexpected location. You'll need to manually specify the 
location of you zaptel driver (don't remember how) and then re-issue the 
make menuconfig. This time you'll see the zap chan driver available as 
an option at 3. Now exist the make menuconfig SAVING your changes. I 
didn't save (since I didn't make any changes) and my channel driver 
didn't build. I tried it again, saved the config and it worked.


Hope someone can fell the missing bit, the way to tell make where to 
find the zaptel source files.


David Ruggles wrote:

Well that didn't work. I still don't have a zap channel driver. What else
can I try?

TIA!

Thanks,

David Ruggles
CCNA MCSE (NT) CNA A+
Network EngineerSafe Data, Inc.
(910) 285-7200  [EMAIL PROTECTED]



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David Ruggles
Sent: Tuesday, February 06, 2007 4:12 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: RE: [asterisk-users] New Issue


I'm missing chan_zap.so, I'm going to make and make install again as per:
http://www.voip-info.org/wiki-Asterisk+Zaptel+Installation

Thanks,

David Ruggles
CCNA MCSE (NT) CNA A+
Network EngineerSafe Data, Inc.
(910) 285-7200  [EMAIL PROTECTED]



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David Ruggles
Sent: Tuesday, February 06, 2007 3:55 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: [asterisk-users] New Issue


Now that ztcfg is working correctly I can't seem to get asterisk to answer a
call.

I did the make install and make samples so I have a lot of configuration
files that I know nothing about.

Here is contents of zapata.conf
[trunkgroups]

[channels]
context=incoming
signalling=fxs_ks
usecallerid=yes
hidecallerid=no
callwaiting=no
threewaycalling=yes
transfer=yes
echocancel=yes
echotraining=yes
channel = 1 


And the contents of extensions.conf
[general]
static=yes
writeprotect=no
clearglobalvars=no
[globals]
CONSOLE=Console/dsp ; Console interface for demo
IAXINFO=guest   ; IAXtel username/password
TRUNK=Zap/g2; Trunk interface
TRUNKMSD=1  ; MSD digits to strip
(usually 1 or 0)

[incoming]
exten = s,1,Answer()
exten = s,2,Echo()

This from TFOT, the general and globals sections of extensions came from the
sample. I started Asterisk using asterisk -cvvv and it doesn't seem to have
any errors, but I can't find where it parses zapata.conf. I do see it
parsing extensions.conf

What should I do?

TIA!!

Thanks,

David Ruggles
CCNA MCSE (NT) CNA A+
Network EngineerSafe Data, Inc.
(910) 285-7200  [EMAIL PROTECTED]


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

  


___
--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] New Issue

2007-02-06 Thread David Ruggles
Thanks for the reply, but when I go to the asterisk source directory and
issue make menuconfig I get:
make: *** No rule to make target `menuconfig'. Stop.

The source I have is the latest tar file from the astrisk site.
Thanks,

David Ruggles
CCNA MCSE (NT) CNA A+
Network EngineerSafe Data, Inc.
(910) 285-7200  [EMAIL PROTECTED]



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Cosmin Prund
Sent: Tuesday, February 06, 2007 4:55 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] New Issue


Let's see if I remember this, it gave me a bit of trouble as well.
*after* you made sure you've got the zaptel driver in order, go to the 
src folder for asterysk and issue make menuconfig.
Go to 3 and see if you have the chan_zap listed there and with [*] 
prefix. If it's not listed it's because you've got the zaptel driver 
sources in an unexpected location. You'll need to manually specify the 
location of you zaptel driver (don't remember how) and then re-issue the 
make menuconfig. This time you'll see the zap chan driver available as 
an option at 3. Now exist the make menuconfig SAVING your changes. I 
didn't save (since I didn't make any changes) and my channel driver 
didn't build. I tried it again, saved the config and it worked.

Hope someone can fell the missing bit, the way to tell make where to 
find the zaptel source files.

David Ruggles wrote:
 Well that didn't work. I still don't have a zap channel driver. What else
 can I try?

 TIA!

 Thanks,

 David Ruggles
 CCNA MCSE (NT) CNA A+
 Network Engineer  Safe Data, Inc.
 (910) 285-7200[EMAIL PROTECTED]



 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of David
Ruggles
 Sent: Tuesday, February 06, 2007 4:12 PM
 To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
 Subject: RE: [asterisk-users] New Issue


 I'm missing chan_zap.so, I'm going to make and make install again as per:
 http://www.voip-info.org/wiki-Asterisk+Zaptel+Installation

 Thanks,

 David Ruggles
 CCNA MCSE (NT) CNA A+
 Network Engineer  Safe Data, Inc.
 (910) 285-7200[EMAIL PROTECTED]



 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of David
Ruggles
 Sent: Tuesday, February 06, 2007 3:55 PM
 To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
 Subject: [asterisk-users] New Issue


 Now that ztcfg is working correctly I can't seem to get asterisk to answer
a
 call.

 I did the make install and make samples so I have a lot of configuration
 files that I know nothing about.

 Here is contents of zapata.conf
 [trunkgroups]

 [channels]
 context=incoming
 signalling=fxs_ks
 usecallerid=yes
 hidecallerid=no
 callwaiting=no
 threewaycalling=yes
 transfer=yes
 echocancel=yes
 echotraining=yes
 channel = 1 

 And the contents of extensions.conf
 [general]
 static=yes
 writeprotect=no
 clearglobalvars=no
 [globals]
 CONSOLE=Console/dsp   ; Console interface for demo
 IAXINFO=guest ; IAXtel username/password
 TRUNK=Zap/g2  ; Trunk interface
 TRUNKMSD=1; MSD digits to strip
 (usually 1 or 0)

 [incoming]
 exten = s,1,Answer()
 exten = s,2,Echo()

 This from TFOT, the general and globals sections of extensions came from
the
 sample. I started Asterisk using asterisk -cvvv and it doesn't seem to
have
 any errors, but I can't find where it parses zapata.conf. I do see it
 parsing extensions.conf

 What should I do?

 TIA!!

 Thanks,

 David Ruggles
 CCNA MCSE (NT) CNA A+
 Network Engineer  Safe Data, Inc.
 (910) 285-7200[EMAIL PROTECTED]


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

   

___
--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] New Issue

2007-02-06 Thread Cosmin Prund
I'v got Asterisk 1.4.0 and it understands make menuconfig. Is your 
version older or newer? If it's older, maybe you can try the newer one. 
If it's newer - I'm out of ideas.


David Ruggles wrote:

Thanks for the reply, but when I go to the asterisk source directory and
issue make menuconfig I get:
make: *** No rule to make target `menuconfig'. Stop.

The source I have is the latest tar file from the astrisk site.
Thanks,

David Ruggles
CCNA MCSE (NT) CNA A+
Network EngineerSafe Data, Inc.
(910) 285-7200  [EMAIL PROTECTED]
  


___
--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] New Issue

2007-02-06 Thread David Ruggles
Sorry about that I must have been in the wrong directory. I also have 1.4.0
and I tried it again and it worked. Chan_zap is not listed there, I'll start
poking around and see if I stumble across anything. Do you know where the
expected location is? I don't have a problem moving the source.

Thanks,

David Ruggles
CCNA MCSE (NT) CNA A+
Network EngineerSafe Data, Inc.
(910) 285-7200  [EMAIL PROTECTED]



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Cosmin Prund
Sent: Tuesday, February 06, 2007 5:26 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] New Issue


I'v got Asterisk 1.4.0 and it understands make menuconfig. Is your 
version older or newer? If it's older, maybe you can try the newer one. 
If it's newer - I'm out of ideas.

David Ruggles wrote:
 Thanks for the reply, but when I go to the asterisk source directory and
 issue make menuconfig I get:
 make: *** No rule to make target `menuconfig'. Stop.

 The source I have is the latest tar file from the astrisk site.
 Thanks,

 David Ruggles
 CCNA MCSE (NT) CNA A+
 Network Engineer  Safe Data, Inc.
 (910) 285-7200[EMAIL PROTECTED]
   

___
--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] New Issue

2007-02-06 Thread Cosmin Prund

Try it like this:

cd /usr/src/asterisk-1.4.0
make clean
./configure --with-zaptel=/usr/src/zaptel-1.4
make menuconfig
make all
make install

David Ruggles wrote:

Sorry about that I must have been in the wrong directory. I also have 1.4.0
and I tried it again and it worked. Chan_zap is not listed there, I'll start
poking around and see if I stumble across anything. Do you know where the
expected location is? I don't have a problem moving the source.

Thanks,

David Ruggles
CCNA MCSE (NT) CNA A+
Network EngineerSafe Data, Inc.
(910) 285-7200  [EMAIL PROTECTED]
  


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