similar to: Requiring agent to confirm queue calls only when forwarded to external device

Displaying 20 results from an estimated 10000 matches similar to: "Requiring agent to confirm queue calls only when forwarded to external device"

2012 Feb 14
2
Asterisk + Avaya (CM5.2) H.323 trunk Link
Anyone have an H.323 trunk tied between their Avaya and Asterisk box that works? I am having some issues trying to get the two systems to connect. I am using the ooh323 channel to try to make the connection between the two system. I have all my configs if anyone would like to look over them. If I do a trace on Avaya I get a denial event 1191: Network Failure. Thanks! -------------- next part
2012 Aug 20
1
Asterisk 11 - BLF on Custom devices
In testing Asterisk 11, I've found that Asterisk doesn't seem to be sending BLF updates to SIP peers that have subscribed to a hint looking at a Custom device if that Custom device state is RINGING or RING_INUSE. All other states seem to be working correctly. The hint section of the dialplan is: [hints] exten => _3XX,hint,Custom:${EXTEN} Console shows the following for core show
2020 Jul 23
0
Queues - how to add back a agent without all other calls to agents stoping and re-starting
Hi All I have a problem with queues that I have been trying to solve for many months - the customer has now picked back up onto this and wanting a solution - any guidance, ideas or solutions welcome. This is the situation :- We have a number of agents in a ringall group, a call joins the queue and all handsets ring - great. An agent answers and handles the call - great. The call
2013 Apr 09
4
Converting matrix to data frame without losing an assigned dimname
Hello All, Would like to be able to convert a matrix to a dataframe without losing an assigned dimname. Here is an example that should illustrate what I'm talking about. tableData <- state.x77[c(7, 38, 20, 46), c(7, 1, 8)] names(dimnames(tableData)) <- c("State", "") tableData State Frost Population Area Connecticut 139 3100 4862
2002 Dec 18
1
samba to samba via LDAP
Hi all, I have lots of samba servers and want them to all authenticate against a single password file which will be a LDAP database. Where I want to be: Login to a domain called "FROST" that passes the username:passwd to a domain called "ACR" which checks LDAP. Where I'm at: I can login (from a W2K machine) to a test server called LIBIT which uses LDAP
2008 Jun 03
1
Model simplification using anova()
Hello all, I've become confused by the output produced by a call to anova(model1,model2). First a brief background. My model used to predict final tree height is summarised here: Df Sum Sq Mean Sq F value Pr(>F) Treatment 2 748.35 374.17 21.3096 7.123e-06 *** HeightInitial 1 0.31 0.31 0.0178 0.89519
2006 Feb 28
3
error on installation
My system: Suse 9.3 Prof. I downloaded Wine: wine-0.9.7-SuSELinux100.i586.rpm. I get the message libstdc++.so.6 not available. What can I do? Please note: I am not a linux expert. What little I know, I acquired by myself. Regards, suren -- The woods are lovely dark and deep But I have promises to keep And miles to go before I sleep And miles to go before I sleep (Robert Frost)
2007 Apr 21
7
Database Modeller (Mac)
Can anyone recommend a database modelling tool for the Mac? I''m building a new Rails app and want an interface to draw out the database''s entity relationship diagram, setup foreign keys and then output DDL at the end to MySQL. I''ve previously used DBDesigner, CASE Studio and some pricier enterprise software on Windows, but can''t find anything suitable for my
2002 Feb 20
2
Code for bivariate Poisson regression?
Dear RHelpers, Does anyone know of any R code to perform bivariate Poisson regression (including random effects)? Best wishes Simon Simon D.W. Frost, M.A., D.Phil. Department of Pathology University of California, San Diego Antiviral Research Center (Formerly: UCSD Treatment Center) 150 W. Washington St., Suite 100 San Diego, CA 92103 USA Tel: +1 619 543 8080 x275 Fax: +1 619 298 0177 Email:
2004 Nov 09
2
Data Censoring and Normality Tests
Hello, I would like to know if there is a function in R that will test for normality and handle censored data sets. Currently, I evaluate each censored data set by the extent to which a normal scores plot approximate a straight line. For complete data sets I use shapiro.test(). Below is an example of a censored data set. data1<-c(0.00, 0.00, 0.00, 5.86, 5.17, 8.17, 5.12, 4.92, 7.08,
2006 Jan 25
7
Xen reboots on booting
Hi, i have a problem with xen. the output of uname is:Linux xen 2.6.12-gentoo-r6 #9 SMP Mon Jan 23 18:13:25 CET 2006 i686 AMD Opteron(tm) Processor 844 AuthenticAMD GNU/Linux i user the SAME config of the kernel, for xen0 domain, and when i boot with xen0 kernel it reboots after this output... . . . ipt_recent v0.3.1: Stephen Frost <sfrost@snowman.net>.
2009 Jun 01
2
ggplot2 and Date class
I'm trying to plot a time series in ggplot, but a date column in my data frame is causing errors. Rather than provide my own data, I'll just refer to the scale_date example at: http://had.co.nz/ggplot2/scale_date.html , which reproduces the error. > df <- data.frame( date = seq(Sys.Date(), len=100, by="1 day")[sample(100, 50)], price = runif(50) ) > dt <- qplot(date,
2009 Dec 01
5
Is write(2) made durable atomically?
Will a write(2) to a ZFS file be made durable atomically? Under the hood in ZFS, writes are committed using either shadow paging or logging, as I understand it. So I believe that I mean to ask whether a write(2), pushed to ZPL, and pushed on down the stack, can be split into multiple transactions? Or, instead, is it guaranteed to be committed in a single transaction, and so committed atomically?
2006 Jan 04
5
multiple lowess line in one plot
I'm using this code to plot a smoothed line. These two columns of data really represent 4 groups and I'd like to plot a separate line for each group but have them all in the same plot. The R-Docs for lowess do not seem to indicate some type of "GROUPS=var_name" option. What would be the syntax for this? plot(AWGT ~ lipid ) lines(lowess(lipid , AWGT, f=.8)) -- Dean
2008 Sep 21
2
r format questions
Hi, 1) I have noticed that when I use the aggregate function it outputs numbers in the results. for example: aggregate by product group.1 Aggregate 1 ProductA 1000400.00 2 ProductB 23232323.00 3 Missing 232323.00 is there a way to suppress the numbers infront of aggregate outputs. I checked and they don't look like columns when I do a summary so I can't -1
2007 Sep 05
1
Issue with calling queues
Hi, I've just built my first asterisk server. Current information: OS Version: Linux asterisk.visinet.com.au 2.6.18-8.1.8.el5 #1 SMP Tue Jul 10 06:50:22 EDT 2007 i686 i686 i386 GNU/Linux Asterisk Build: Asterisk 1.4.11 Asterisk GUI-version Revision: 1479 $ Server Date & TimeZone: Thu Sep 6 02:37:11 EST 2007 I've used the Asterisk GUI for setup with two IP
2019 Apr 08
3
Samba 4.8.11 for rhel7/centos7 rpms
Hi everyone, In case anyone's interested, I've posted the rpm builds of samba 4.8.11 that I'm using on RHEL7.6. (I run these in VMs, serving as AD DCs for my SOHO). Comments most welcomed. http://nova.polymtl.ca/~coyote/dist/samba/samba-4.8.11 If you're on RHEL7/Centos7, you've got several repos to choose from: http://azzurro.ezplanet.net/el7
2001 Apr 28
9
DLL Error When Installing Programs
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> Running Codeweavers Preview 3 over Helix, X4, & kernel 2.4.2. <p>Notepad & sol run fine, but when I try to install a program like Netscape (just testing) I get the following error: <p><font color="#990000">Invoking /opt/wine/bin/wine.bin cc32d475.exe ...</font>
2006 Aug 28
0
patch for ssh-agent force confirm keys
Hi all Patch adds flag -C to ssh-agent which will force confirmation for any key added in agent (similar to ssh-add -c) Helps when forwarded agent authentication is used and each key should be confirmed before use catam --- ssh-agent.c 2006-08-28 14:02:12.000000000 +0300 +++ ssh-agent.c.orig 2006-08-28 13:36:05.000000000 +0300 @@ -111,9 +111,6 @@ /* Default lifetime (0 == forever) */
2023 Oct 16
1
ssh-agent hides sk "confirm user presence" message
On 16.10.23 04:59, Damien Miller wrote: > On Mon, 16 Oct 2023, openssh at tr.id.au wrote: >> When using the key without an agent, it prompts with a reminder to touch the key: >> >> $ ssh user at remote >> Confirm user presence for key ED25519-SK MD5:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX [...] >> But as soon as I add the key to an agent, it now hides that