Re: [Asterisk-Users] Hot plug PCI?

2004-04-11 Thread Yury Bokhoncovich
Hello!

On Wed, 31 Mar 2004, Steve Underwood wrote:

 I haven't tried with a recent Compaq, but a couple of years ago the hot 
 plug slots were a joke. It was nearly impossible to swap a card without 
 disturbing the others in the chassis, and crashing the server. The cards 

Did you mean Compaq's hot-plug PCI?
IBM RS/6000 has REALLY hot-plug PCI slots at least circa 1997.
My friend had been working at that time with some RS/6000system (two
independent computers in big-tower cases and one shared disk-array in 
the same size case) and had succefully swaped those beast on my shocked 
eyes.:) There was AIX at work IIRC.

-- 
WBR, Yury Bokhoncovich, Senior System Administrator, NOC of F1 Group.
Phone: +7 (3832) 106228, ext.140, E-mail: [EMAIL PROTECTED]
Unix is like a wigwam -- no Gates, no Windows, and an Apache inside.


___
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] hdlc problems

2004-03-16 Thread Yury Bokhoncovich
Hello!

On Tue, 16 Mar 2004, Michael Welter wrote:

 I have the current version of sethdlc, but none of the protocol options 
 (hdlc, hdlc-eth, cisco, ppp) seem to work.  Is there a preferred 
 protocol for a direct connect?
 
 sethdlc hdlc0 hdlc

That's wrong!
Either you make use too old sethdlc or you miss error message.
I've got some problems with data HDLC layer some time ago but I had 
managed to make the stuff work.
Remember, kernel 2.4.20 and above differs in HDLC API with previous 
kernels. And this causes sethdlc utility was changed too. Old one just 
doesn't work at all. I've been using version 1.15 (author Krzysztof 
Halasa) and I had got it from the author's site ( 
http://hq.pm.waw.pl/hdlc/ ).
The right syntax for 2.4.25 kernel is:
/usr/local/sbin/sethdlc ${DEVICE} ${MODE}
this is the string from ifup-hdlc script from 
/etc/sysconfig/network-scripts
i.e.
/usr/local/sbin/sethdlc hdlc0 cisco #here's my case

there was also hdlc1 but now it has gone. Different T1/E1 subchannels can 
have different mode (i.e. hdlc0 could have Cisco mode and hdlc1 does pure 
PPP).

Hope I help. And yet, there is some cool Linux HDLC HOWTO from one Czech 
guy. Sorry, I have no it in bookmarks right now, use Google and kins to 
find out it.

 ifconfig hdlc0 172.16.2.53 netmask 255.255.0.0
 route add -host 172.16.2.54 hdlc0
 
 I give the satellite system the following commands:
 
 ifconfig eth0 down (was 172.16.2.52)
 sethdlc hdlc0 hdlc
 ifconfig hdlc0 172.16.2.54 netmask 255.255.0.0
 route add -host 172.16.2.53 hdlc0
 route del default gw 172.16.2.3
 route add default gw 172.16.2.53
 
 I tried the 'sethdlc hdlc0 t1' but it wouldn't take.
 
  From each system, I'm unable to ping the other system.  Is there 
 something else I should be doing?
 
 Thanks,
 
 

-- 
WBR, Yury Bokhoncovich, Senior System Administrator, NOC of F1 Group.
Phone: +7 (3832) 106228, ext.140, E-mail: [EMAIL PROTECTED]
Unix is like a wigwam -- no Gates, no Windows, and an Apache inside.


___
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] zaptel on Debian

2004-03-11 Thread Yury Bokhoncovich
Hello!

On Sat, 6 Mar 2004, Duane wrote:

 Hermann Wecke wrote:
  After trying and trying to compile and make Asterisk run on a Debian
  box, I gave up and picked another HD with RH 9 on it. No headaches. Only 1
  build was necessary to build and run *.

I guess using of /lib/modules/$(shell uname -r)/build is the best method 
for Makefile as it is recommended by kernel developers and saves against a 
lot of headaches. YMMV, e.g. I have had specified 
/lib/modules/2.4.22-ac2-ow1-xattr-acl-0.8.60-byg/build 
directly when compile NVIDIA drivers under another kernel.

-- 
WBR, Yury Bokhoncovich, Senior System Administrator, NOC of F1 Group.
Phone: +7 (3832) 106228, ext.140, E-mail: [EMAIL PROTECTED]
Unix is like a wigwam -- no Gates, no Windows, and an Apache inside.


___
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] wct1xxp module and the T100P

2004-03-11 Thread Yury Bokhoncovich
Hello!

On Wed, 3 Mar 2004 [EMAIL PROTECTED] wrote:

 Here's a question, though: does the wct1xxp module read from either
 zaptel.conf or zapata.conf when loaded?

AFAIK it does not. These settings are really exerting their action by 
auxiliary utilities like ztcfg after successful driver loading, see 
/etc/modules.conf:
===
post-install tor2 /sbin/ztcfg
post-install wcfxo /sbin/ztcfg
post-install wct1xxp /sbin/ztcfg
post-install wct4xxp /sbin/ztcfg
post-install wcfxs /sbin/ztcfg
post-install wcfxsusb /sbin/ztcfg
post-install torisa /sbin/ztcfg
===

-- 
WBR, Yury Bokhoncovich, Senior System Administrator, NOC of F1 Group.
Phone: +7 (3832) 106228, ext.140, E-mail: [EMAIL PROTECTED]
Unix is like a wigwam -- no Gates, no Windows, and an Apache inside.


___
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] Re: [Asterisk] GSM access

2003-11-24 Thread Yury Bokhoncovich
Hello!

AFAIK, gnokii utility has this command: {--call|-c} {all|voice|fax|data}
Never really touch this, JFYI.
And yet, there is always available analog sound channel via jack 
for external mic/phone.
Ah, btw, there are also non-portable GSM-phones like Nokia 22 and some 
Siemens (the latter maybe available as PCI cards), these phones are 
already equipped with both mic/ph jack and off-hook connector.

http://www.nokia.com/nokia/0,,46448,00.html
http://www.siemens-mobile.com/cds/frontdoor/0,2241,hq_en_0_954_rArNrNrNrN,00.html

On Mon, 24 Nov 2003, Robert Murray wrote:

 Hi Mark
 
 Did you or anyone else ever find a satisfactory solution to this?  Are there any 
 phones which provide voice through the serial connection?
 
 What about the nokia card phone - does it have open source drivers? 
 
 Cheers
 
 Rob
 
 On Sat, Jul 13, 2002 at 10:31:53AM -0500, Mark Spencer wrote:
  Does anyone (maybe in Europe) know how I could build a GSM compatible
  channel for Asterisk, so that one could call other mobile phones from
  Asterisk, or build a portable phone system, with GSM channels being used
  for outside access?
  
  Is there any hardware for PC's or a way to rig up a phone with a serial
  connection and a sound card to use it?
  
  Mark
  
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users
 

-- 
WBR, Yury Bokhoncovich, Senior System Administrator, NOC of F1 Group.
Phone: +7 (3832) 106228, ext.140, E-mail: [EMAIL PROTECTED]
Unix is like a wigwam -- no Gates, no Windows, and an Apache inside.


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users