Re: [asterisk-users] Amazing show uptime

2008-09-12 Thread Christopher Hoff
Maybe that robot in his office doubles as a time machine.

___
 
Chris Hoff
Telecommunications Administrator
SEI LLC
Voice  +1 701 298 8865 Ext 2189
Mobile +1 701 361 5976
Fax +1 701 298 8860
Email [EMAIL PROTECTED]
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Doug Lytle
Sent: Friday, September 12, 2008 8:25 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Amazing show uptime

Stephen Davies wrote:

 Why don't you guys believe that my Asterisk has just been up for 38
years?


Because Mark was born in 1977 and he's 31.

http://en.wikipedia.org/wiki/Mark_Spencer

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 http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


[asterisk-users] Error when compiling Zaptel in Sabayon (essentially Gentoo)

2008-08-14 Thread Christopher Hoff
I'm just wondering if anyone has seen this/fixed this before.

I'm trying to compile Zaptel 1.4.11 in Sabayon Linux.  It keeps failing out 
when I attempt to make after running configure.  It looks like it might be a 
problem with the kernel sources, but they are there and the symlink is pointing 
to the correct directory.  Does anyone have any suggestions for correcting 
this?  I've pasted the output of make below.

Thanks!
Chris

localhost zaptel-1.4.11 # make
make[1]: Entering directory `/usr/src/zaptel-1.4.11/menuselect'
make[2]: Entering directory `/usr/src/zaptel-1.4.11/menuselect'
gcc -g -c -D_GNU_SOURCE -Wall -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 
-I/usr/include/libpng12 -I/usr/include/pixman-1  -c -o menuselect.o 
menuselect.c
gcc -g -c -D_GNU_SOURCE -Wall -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 
-I/usr/include/libpng12 -I/usr/include/pixman-1  -c -o strcompat.o 
strcompat.c
gcc -g -c -D_GNU_SOURCE -Wall -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 
-I/usr/include/libpng12 -I/usr/include/pixman-1  -c -o menuselect_curses.o 
menuselect_curses.c
make[3]: Entering directory `/usr/src/zaptel-1.4.11/menuselect/mxml'
if test -f config.status; then \
./config.status --recheck; \
./config.status; \
else \
./configure; \
fi
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking for cp... /bin/cp
checking for ln... /bin/ln
checking for mkdir... /bin/mkdir
checking for nroff... /usr/bin/nroff
checking for rm... /bin/rm
checking for strdup... yes
checking for vsnprintf... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mxml.list
config.status: creating mxml.pc
config.status: creating config.h
touch config.h
gcc -O -Wall -O -Wall-c mxml-attr.c
gcc -O -Wall -O -Wall-c mxml-entity.c
gcc -O -Wall -O -Wall-c mxml-file.c
gcc -O -Wall -O -Wall-c mxml-index.c
gcc -O -Wall -O -Wall-c mxml-node.c
gcc -O -Wall -O -Wall-c mxml-search.c
gcc -O -Wall -O -Wall-c mxml-set.c
gcc -O -Wall -O -Wall-c mxml-private.c
gcc -O -Wall -O -Wall-c mxml-string.c
/bin/rm -f libmxml.a
/usr/bin/ar crvs libmxml.a mxml-attr.o mxml-entity.o mxml-file.o mxml-index.o 
mxml-node.o mxml-search.o mxml-set.o mxml-private.o mxml-string.o
a - mxml-attr.o
a - mxml-entity.o
a - mxml-file.o
a - mxml-index.o
a - mxml-node.o
a - mxml-search.o
a - mxml-set.o
a - mxml-private.o
a - mxml-string.o
ranlib libmxml.a
make[3]: Leaving directory `/usr/src/zaptel-1.4.11/menuselect/mxml'
gcc -o menuselect menuselect.o strcompat.o menuselect_curses.o mxml/libmxml.a 
mxml/libmxml.a -lncurses
make[2]: Leaving directory `/usr/src/zaptel-1.4.11/menuselect'
make[1]: Leaving directory `/usr/src/zaptel-1.4.11/menuselect'
make[1]: Entering directory `/usr/src/zaptel-1.4.11'
make -C /lib/modules/2.6.26-sabayon/build ARCH=i386 
SUBDIRS=/usr/src/zaptel-1.4.11/kernel HOTPLUG_FIRMWARE=yes 
KBUILD_OBJ_M=pciradio.o tor2.o torisa.o wcfxo.o wct1xxp.o wctdm.o wcte11xp.o 
wcusb.o zaptel.o ztd-eth.o ztd-loc.o ztdummy.o ztdynamic.o zttranscode.o 
wct4xxp/ wctc4xxp/ xpp/ wctdm24xxp/ wcte12xp/ modules
make[2]: Entering directory `/usr/src/linux-2.6.26-sabayon'
gcc -o /usr/src/zaptel-1.4.11/kernel/makefw 
/usr/src/zaptel-1.4.11/kernel/makefw.c
/usr/src/zaptel-1.4.11/kernel/makefw /usr/src/zaptel-1.4.11/kernel/pciradio.rbt 
radfw  /usr/src/zaptel-1.4.11/kernel/radfw.h
Loaded 42096 bytes from file
  CC [M]  /usr/src/zaptel-1.4.11/kernel/pciradio.o
/usr/src/zaptel-1.4.11/kernel/pciradio.c: In function âpciradio_remove_oneâ:
/usr/src/zaptel-1.4.11/kernel/pciradio.c:1866: warning: passing argument 3 of 
âpci_free_consistentâ discards qualifiers from pointer target type
/usr/src/zaptel-1.4.11/kernel/pciradio.c: In function âpciradio_init_oneâ:
/usr/src/zaptel-1.4.11/kernel/pciradio.c:1787: warning: passing argument 3 of 
âpci_free_consistentâ discards qualifiers from pointer target type

Re: [asterisk-users] asterisk-users Digest, Vol 49, Issue 21

2008-08-08 Thread Christopher Hoff
I'm not sure, but I don't think he's going to be back in the office until the 
19th of August.  :P

___
 
Chris Hoff
Telecommunications Administrator
SEI LLC
Voice  +1 701 298 8865 Ext 2189
Mobile +1 701 361 5976
Fax +1 701 298 8860
Email [EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Friday, August 08, 2008 12:07 PM
To: asterisk-users@lists.digium.com
Subject: Re: [asterisk-users]asterisk-users Digest, Vol 49, Issue 21

Sarò in vacanza fino a martedì 19 agosto con scarsa possibilità di accedere a 
e-mail e telefono. Per richieste urgenti, vi prego di contattare Wildix srl al 
numero di telefono 0461 74 30 891 o all'indirizzo e-mail [EMAIL PROTECTED], 
altrimenti vi risponderò al mio rientro.

Dimitri Osler

I will be on vacation until Tuesday 19th of August with limited access to voice 
and e-mail. If you have any urgent requests, please contact Wildix srl at 0039 
0461 74 30 891 or [EMAIL PROTECTED], otherwise I will answer to your e-mail on 
my return.

Dimitri Osler





___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] Newbie in China: Red alaram in Zaptel for E1

2008-07-29 Thread Christopher Hoff
If you're interested, our working circuit in Chengdu with a China
Telecom PRI is configured as:

/etc/zaptel.conf:

span=1,0,0,ccs,hdb3
bchan=1-15,17-31
dchan=16
loadzone = cn
defaultzone=cn

/etc/asterisk/zapata.conf (just including the pertinent lines):

switchtype=euroisdn
signalling=pri_cpe
group = 1
channel=1-15,17-31




Chris
___
 
Chris Hoff
Telecommunications Administrator
SEI LLC
Voice  +1 701 298 8865 Ext 2189
Mobile +1 701 361 5976
Fax +1 701 298 8860
Email [EMAIL PROTECTED]
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve
Underwood
Sent: Tuesday, July 29, 2008 8:40 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Newbie in China: Red alaram in Zaptel for
E1

Hi John,

In China you will generally get either MFC/R2 or EuroISDN. MFC/R2 is 
much more common.

The only oddity with EuroISDN is that it often provided without CRC4. 
That doesn't make a lot of sense, but there it is. MFC/R2 seems to be 
universally provided without CRC4 in China.

You said you are sure the card is OK. How did you determine that? Have 
you tried a loopback cable between two its its ports? Are you sure the 
cable you have used is OK?

Regards,
Steve


Lee, John (Sydney) wrote:
 
  I tried the suggestion on
  http://www.voip-info.org/wiki/view/Asterisk+MFC+R2 but the red
alarm is
  still on.

  An output of 'head -n 1 /proc/zaptel/*' after the fact might help us

 help
  you. Did you re-run ztcfg after editing zaptel.conf ?
 Thanks Tzafrir
  
 (zaptel.conf)
 span=1,1,0,cas,hdb3
 cas=1-15:
 cas=17-31:
 dchan=16
 # service zaptel restart
 Unloading zaptel hardware drivers:ERROR: Module zaptel is in use
 .
 Loading zaptel framework:  [  OK  ]
 Waiting for zap to come online...OK
 Loading zaptel hardware modules: tor2.
  wct4xxp.
  wcte12xp.
  wct1xxp.
  wcte11xp.
  wctdm24xxp.
  wcfxo.
  wctdm.
  wcusb.
 Running ztcfg: [  OK  ]
 # head -n 1 /proc/zaptel/*
 == /proc/zaptel/1 ==
 Span 1: TE4/0/1 T4XXP (PCI) Card 0 Span 1 (MASTER) HDB3/ RED
 == /proc/zaptel/2 ==
 Span 2: TE4/0/2 T4XXP (PCI) Card 0 Span 2
 == /proc/zaptel/3 ==
 Span 3: TE4/0/3 T4XXP (PCI) Card 0 Span 3
 == /proc/zaptel/4 ==
 Span 4: TE4/0/4 T4XXP (PCI) Card 0 Span 4
 # ztcfg -v
 Zaptel Version: 1.4.11
 Echo Canceller: MG2
 Configuration
 ==
 SPAN 1: CAS/HDB3 Build-out: 0 db (CSU)/0-133 feet (DSX-1)
 Channel map:
 Channel 01: CAS / User (Default) (Slaves: 01)
 Channel 02: CAS / User (Default) (Slaves: 02)
 [...]
 Channel 15: CAS / User (Default) (Slaves: 15)
 Channel 16: D-channel (Default) (Slaves: 16)
 Channel 17: CAS / User (Default) (Slaves: 17)
 [...]
 Channel 31: CAS / User (Default) (Slaves: 31)
 31 channels to configure.
 # cat /proc/zaptel/1
 Span 1: TE4/0/1 T4XXP (PCI) Card 0 Span 1 (MASTER) HDB3/ RED
1 TE4/0/1/1 CAS RED
2 TE4/0/1/2 CAS RED
 [...]
  
 Any thoughts?

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


Re: [asterisk-users] zaptel 1.4.11 install

2008-06-18 Thread Christopher Hoff
All I did was download the file separately and send it over to the
server with WinSCP.  Just toss it in /usr/src/zaptel/firmware.

___
 
Chris Hoff
Telecommunications Administrator
SEI LLC
Voice  +1 701 298 8865 Ext 2189
Mobile +1 701 361 5976
Fax +1 701 298 8860
Email [EMAIL PROTECTED]
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jerry Geis
Sent: Wednesday, June 18, 2008 10:41 AM
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] zaptel 1.4.11 install

when installing zaptel it is trying to download the fw-oct6114 file.
This is a remote install and the firewall is not open to download this
file.

How do I get around this???
I can put needed files on the machine - the machine just cant download 
them by itself.

THanks,

Jerry

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

___
-- 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] Problems configuring a PRI...

2008-06-10 Thread Christopher Hoff
I'm trying to get a Qwest PRI configured and working with my lab
Asterisk server. They said that the switchtype is 5ess and the signaling
is pri_cpe. My entries into zaptel.conf are: 

span=1,0,0,esf,b8zs 
bchan=1-23 
dchan=24 
loadzone = us 
defaultzone=us 
channels=1-23 


And my entries in zapata.conf are: 

language=en 
context=telco-incoming 
switchtype=5ess 
signalling=pri_cpe 
rxwink=300 
usecallerid=yes 
hidecallerid=no 
callwaiting=no 
usecallingpres=yes 
callwaitingcallerid=yes 
threewaycalling=yes 
transfer=yes 
canpark=yes 
cancallforward=yes 
callreturn=yes 
echocancel=yes 
echocancelwhenbridged=yes 
rxgain=0.0 
txgain=0.0 
callgroup=1 
pickupgroup=1 
immediate=no 
group = 1 
switchtype = 5ess 
signalling = pri_cpe 
group = 1 
channel = 1-23 

I'm not able to make/receive calls, and the error I'm receiving is: 

[Jun 10 11:32:37] WARNING[31768]: chan_zap.c:2393 pri_find_dchan: No
D-channels available! Using Primary channel 24 as D-channel anyway! 
== Primary D-Channel on span 1 down 

Qwest says that the PRI is fine. I have a green light on the PRI card. 

Help!

 

___

 

Chris Hoff

Telecommunications Administrator

SEI LLC

Voice  +1 701 298 8865 Ext 2189

Mobile +1 701 361 5976

Fax +1 701 298 8860

Email [EMAIL PROTECTED]

 

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