similar to: T100P HDLC configuration

Displaying 20 results from an estimated 500 matches similar to: "T100P HDLC configuration"

2004 May 28
1
Problems with PPP internet T1
Hello all, We have a TE405P set up with span 1 running to a channel bank, a PRI running into span 2, and a PPP internet T1 running into span 3. We have the first 2 spans up and running without a problem. We have hdlc compiled into the kernel and after making the appropriate changes to zaptel.conf and loading the zaptel, wct4xxp, and hldc modules we can bring up the third span with the internet
2004 Jun 07
1
hdlc setup routing question
Hello All, I am battling a problem I don't know how to fix... Here is the scenario: Fractionated T1 with 1-6 channels voice, 21-24 channels data. Comes into a box with Digium T100P, splits off data channes with HDLC, to devicec pvc0, This works fine, but I have a routing problem getting to my machines! Here is the current set up... sethdlc hdlc0 fr lmi ansi sethdlc hdlc0 create 44
2004 Jul 01
5
Inter-Tel Eclipse2 (IP PhonePlus)
Hello All, Just looking some comments from gurus about this proprietary systems and phones: Inter-Tel Eclipse2 Model name: IP PhonePlus I did not find anything useful or reasonable about their products on their website or even in Internet.... except sales. -- Thanks and regards, Vasyl Rublyov
2004 May 14
2
Data through T1, nethdlc
Hello all, My set up is a fractionated t1, with 1-6 voice channels, 21-24 data channels. I have a t100P installed in a amd 1500 with 512meg. Question: In order to set up the data channels, is the following correct? 1) compile new kernel with generic hdlc support 2) compile hdlc from hq.pm.waw.pl/hdlc 3) uncomment KFLAGS+=DConfig_ZAPATA_NET in zaptel makefile 4) compile zaptel, 5 compile rest
2004 May 24
5
mpg123
When I start * I get 6 mpg123 processes start as well. Is this normal? Often after a couple of days these mpg123 processes start to consume cpu and I have to kill them off. I do not have a sound card in the server and I have noload => chan_oss.so Simon
2005 Aug 23
8
HDLC/Zaptel/Kernel 2.6.11(.9)
All, I'm having a heck of a time getting hdlc to work on kernel 2.6.11.9 .. I compiled hdlc, hdlc_gen, hdlc_cisco, hdlc_raw, into the kernel (note into, and not 'modules'). System comes up, I configured zaptel.conf span=1,0,0,esf,b8zs nethdlc=1-24 modprobe wct4xxp ztcfg sethdlc hdlc0 cisco ifconfig hdlc0 up All of this works fine, believe it or not. I have a T1 cross plugged
2003 Oct 03
3
monitoring the asterisk and safe restart
Hi List, I am sorry that I may bring the old question to the community. My question is 1. How can we determine if asterisk is working normally or not ? what kind watchdog process do we have at this moment ? 2. In case the running asterisk is mulfucntion, is there any available way to auto restart asterisk ?? Please advise if you could. Thanks.
2016 Jul 29
2
[ORC JIT] Exposing IndirectStubsManager from CompileOnDemandLayer.h
Hi Sean, This is great, but it couples LogicalDylib too tightly to CompileOnDemandLayer. Does this alternative implementation of getLogicalModuleResourcesForSymbol work for you (unfortunately I don't have a local test case for this yet): LogicalModuleResources* getLogicalModuleResourcesForSymbol(const std::string &Name, bool
2016 Jul 28
2
[ORC JIT] Exposing IndirectStubsManager from CompileOnDemandLayer.h
I needed to be able to update stub pointers for hot functions that get recompiled in a lazy JIT that uses CompileOnDemandLayer. In order to do this I added a method that allows pointers to be updated but does not expose any of the other internals of the COD layer. Does anyone have a cleaner way to do this? Has something to facilitate this already been added? Would it be possible to merge this
2003 Nov 02
3
Fw: a bit frightened, guys
Hi, I believe the issues raised by this message are the same as mine, more on a commercial sense than for self use, but mostly the same. I've seen posts where real-life installations are mentioned, but not a reference to how Asterisk is working on production (and productive) environments. Any experiences would be very welcome I believe, not only on pure technical, but wider, sense. Thanks
2016 Jul 29
0
[ORC JIT] Exposing IndirectStubsManager from CompileOnDemandLayer.h
+Lang Hames <lhames at gmail.com>, Master Regent of the Three <No, Two sir> JITs On Thu, Jul 28, 2016 at 12:31 PM Sean Ogden via llvm-dev < llvm-dev at lists.llvm.org> wrote: > I needed to be able to update stub pointers for hot functions that get > recompiled in a lazy JIT that uses CompileOnDemandLayer. In order to do > this I added a method that allows pointers to
2016 Jul 29
0
[ORC JIT] Exposing IndirectStubsManager from CompileOnDemandLayer.h
It does work. I just tested it on my JIT. Thanks! As for the part that couples them too tightly, would you recommend I just keep my own specialized version of CompileOnDemandLayer.h that includes this functionality, or do you have any ideas for a cleaner way to do this? I've noticed a couple of people asking for support for updating stub pointers for functions that are optimized at runtime,
2016 Jul 30
1
[ORC JIT] Exposing IndirectStubsManager from CompileOnDemandLayer.h
Hi Sean, As for the part that couples them too tightly, would you recommend I just > keep my own specialized version of CompileOnDemandLayer.h that includes > this functionality, or do you have any ideas for a cleaner way to do this? My apologies - I wasn't very clear in my description of the issue. The only sense in which your original patch was tightly coupled was that it had
2009 Sep 01
1
Digium PRI cards for data usage?
Greetings- I'm wondering if the Digium PRI cards can be used for data (Cisco HDLC, PPP, etc) or if they're for voice circuits only. I haven't been able to find any information on this. All documentation direct from Digium seems to indicate their hardware is for voice applications only. Sangoma's cards work in either voice or data mode but of course this is configured in their
2017 Aug 10
2
Kubernetes v1.7.3 and GlusterFS Plugin
short copy from a kubectl describe pod... Events: FirstSeen LastSeen Count From SubObjectPath Type Reason Message --------- -------- ----- ---- ------------- -------- ------ ------- 5h 54s 173 kubelet, k8s-bootcamp-rbac-np-worker-6263f70 Warning FailedMount (combined from similar events): MountVolume.SetUp failed for volume "pvc-fa4b2621-7dad-11e7-8a44-062df200059f" : glusterfs:
2017 Aug 10
2
Kubernetes v1.7.3 and GlusterFS Plugin
Just created the container from here: https://github.com/gluster/gluster-containers/tree/master/CentOS And used stock Kubernetes 1.7.3, hence the included volume plugin and Heketi version 4. Humble Devassy Chirammal <humble.devassy at gmail.com> schrieb am Do., 10. Aug. 2017, 18:49: > ?Thanks .. Its the same option. Can you let me know your glusterfs client > package version ?? >
2005 Aug 19
5
Linux Trademarked?
http://www.theinquirer.net/?article=25529 what's everyone's thoughts on this one? -- My "Foundation" verse: Isa 54:17 No weapon that is formed against thee shall prosper; and every tongue that shall rise against thee in judgment thou shalt condemn. This is the heritage of the servants of the LORD, and their righteousness is of me, saith the LORD. -- carpe ductum --
2017 Aug 10
2
Kubernetes v1.7.3 and GlusterFS Plugin
Ok, thanks. Humble Devassy Chirammal <humble.devassy at gmail.com> schrieb am Do., 10. Aug. 2017, 19:04: > On Thu, Aug 10, 2017 at 10:25 PM, Christopher Schmidt <fakod666 at gmail.com> > wrote: > >> Just created the container from here: >> https://github.com/gluster/gluster-containers/tree/master/CentOS >> >> And used stock Kubernetes 1.7.3, hence the
2004 Aug 31
1
T100P Configuration for Mixed Voice & Data
I need to know how to setup the data side of the T1 on my Linux Box. I have found information about configuring a PRI and HDLC but nothing about the Frame-Relay type setup for data. The following is information from our T1 provider. Network T1: Framing = ESF Line code = B8ZS Build out = 0-133ft(DSX)/0dB(CSU) Clock = network Pulse-density-enforce = off alarm-option = on alarm-delay = 15
2007 Feb 19
1
Problems with CentOS ztdummy kernel 2.6
Hi List, I am having some trouble with installing the latest version of ztdummy on a CentOS Kernel 2.6 system. I have installed a few Asterisk systems on Slackware Kernel 2.4.x without any issues, unfortunately there is no choice about this distro, or kernel as it has been preinstalled by someone else. And so I am in the dark with an unfamiliar distro and kernel. I am fairly sure the