Displaying 6 results from an estimated 6 matches for "cpub".
Did you mean:
cpu
2004 Aug 17
6
dialplan woes
...tion one in the second menu it loop
back to the first menu. I don't know how to handle this, and I'm sure it
can be done. here is the section of extensions.conf that deals with it
exten => 6666,1,Wait,2 ; Allow for PRI to grab info in facility
exten => 6666,2,SetCallerID(Toll Free No Cpub)
exten => 6666,3,BackGround(greeting)
exten => 6666,4,BackGround(mainmenu)
exten => 6666,5,Wait,5
exten => 6666,6,Queue(tech)
exten => 1,1,SetCallerID(Toll Free No Cpub)
exten => 1,2,AGI(openclose.agi)
exten => 1,3,GotoIf($[${STATUS} = closed]?6:4)
exten => 1,4,GotoIf($[${...
2006 Jan 24
13
Nortel Meridian Opt 81C and PRI
We've been trying unsuccessfully to connect our Meridian Option 81C to a
TE110P via PRI. We've followed the directions in
asterisk-meridian-a1.pdf (link on
http://www.voip-info.org/wiki/view/Asterisk+legacy+integration), but it
doesn't seem to work on our 81C (even though many, many users report it
works very well on Option 11's).
Has anyone had any success in getting the above
2004 Aug 24
2
call queue help
Guys I am having some serious issues with my call queue and Management
is breathing down my neck pretty bad, and I am running out of ideas.
I have a single queue for my tech support department. I originally was
using the AgentCallbackLogin for them and it tested out great on our
testing weekends, but it hasn't worked out since. It would only let one
of them take calls at a time, no matter
2007 Feb 13
4
Nortel 81C MSDL Trunking to Asterisk TE110P, Nortel Resetting PRI Channels
...safe_asterisk
NPID_TBL_NUM 0
ESN NO
CNVT NO
SAT NO
RCLS INT
VTRK NO
DTRK YES
BRIP NO
DGTP PRI
ISDN YES
MODE PRA
IFC ESS5
SBN NO
PNI 00001
SRVC NNSF
NCNA YES
NCRD YES
CHTY BCH
CTYP CDP
INAC YES
ISAR NO
CPUB OFF
DAPC NO
BCOT 0
DSEL VOD
PTYP PRI
AUTO NO
DNIS NO
DCDR NO
ICOG IAO
SRCH LIN
TRMB YES
STEP
ACOD 7930
TCPP NO
PII NO
TARG
CLEN 1
BILN NO
OABS
INST
IDC NO
DCNO 0 *
NDNO 0
DEXT NO
ANTK
SIGO STD
ICIS YES
TIMR ICF 512
OGF 512
EOD 13952
NRD...
2012 Apr 24
3
xen acpi cpufreq driver
Hi,
i''m not sure if i understood the new acpi xen cpufreq driver - here''s the
output when loading xen_acpi_processor module in linux 3.4:
dom0 dmesg:
[ 32.728151] xen-acpi-processor: (CX): Hypervisor error (-22) for ACPI CPU8
[ 32.728156] xen-acpi-processor: (CX): Hypervisor error (-22) for ACPI CPU9
[ 32.728160] xen-acpi-processor: (CX): Hypervisor error (-22) for
2013 Sep 06
21
[PATCH v2 0/5] xl: allow for node-wise specification of vcpu pinning
Hi all,
This is the second take of a patch that I submitted some time ago for allowing
specifying vcpu pinning taking NUMA nodes into account. IOW, something like
this:
* "nodes:0-3": all pCPUs of nodes 0,1,2,3;
* "nodes:0-3,^node:2": all pCPUS of nodes 0,1,3;
* "1,nodes:1-2,^6": pCPU 1 plus all pCPUs of nodes 1,2
but not pCPU 6;
v1 was a single patch, this is