similar to: dialing 2 channels at thesametimewithdifferentcaller ID number?

Displaying 20 results from an estimated 3000 matches similar to: "dialing 2 channels at thesametimewithdifferentcaller ID number?"

2006 Jan 31
1
dialing 2 channels atthesametimewithdifferentcaller ID number?
> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Damon Estep > Sent: Tuesday, January 31, 2006 8:09 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: RE: [Asterisk-Users] dialing 2 channels > atthesametimewithdifferentcaller ID number? > > > >
2006 Jan 31
0
dialing 2 channelsatthesametimewithdifferentcaller ID number?
Don't feal bad about not reading. I yell at my 10 y.o. about it all the time. READ, NO more TV, READ!!! > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Damon Estep > Sent: Tuesday, January 31, 2006 10:23 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion >
2006 Jan 31
0
dialing 2 channels at the sametimewithdifferentcaller ID number?
> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Damon Estep > Sent: Tuesday, January 31, 2006 1:48 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: RE: [Asterisk-Users] dialing 2 channels at the > sametimewithdifferentcaller ID number? > >
2007 Oct 30
4
Postgresql and shell script
I have a shell script (sh) where I create a user and import data to a postgres database <snip> su -c "createuser -A -D -P $PG_user" postgres su -c "psql -d$PG_database -h localhost -U$PG_user -W -f postgresql.sql " postgres </snip> when the script executes those command, it ask for a password, how could I do this without have to enter the passwd, I would like that
2006 Feb 08
2
SV: GotoIf number exists in file. How can i do this?
Oh. So how can I do this? If I write something in PHP, how do I make it output to an Asterisk variabel? I need to set a variable in asterisk to TRUE or FALSE based on the result of the PHP-script. ________________________________ Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne av Morgan Gilroy Sendt: 8. februar 2006 15:28 Til:
2012 Feb 25
5
which is the fastest way to make data.frame out of a three-dimensional array?
foo <- rnorm(30*34*12) dim(foo) <- c(30, 34, 12) I want to make a data.frame out of this three-dimensional array. Each dimension will be a variabel (column) in the data.frame. I know how this can be done in a very slow way using for loops, like this: x <- rep(seq(from = 1, to = 30), 34) y <- as.vector(sapply(1:34, function(x) {rep(x, 30)})) month <- as.vector(sapply(1:12,
2008 Feb 19
3
simple usage of "for"
Hi list I have a data frame I would like to loop over. To begin with I would like crosstabulations using the first variabel in the data frame, which is called "meriter". > table(meriter[[1]], meriter[[3]]) ja nej Annan 0
2000 Sep 20
1
SV: sample from contingency table
I have had the same problem and I wrote this function rmulti <- function(n, size, p) { NrDim <- length(p) if(NrDim<2) stop("The simulated variabel has to be at least 2-dimensional") res <- matrix(data=NA, nrow=n, ncol=NrDim) p <- p/sum(p) TempSize <- size for(i in 1:NrDim) { TempP <- p[i]/sum(p[i:NrDim]) TempBin <- rbinom(n=n, size=TempSize,
2012 Mar 07
1
SELECT CASE in RODBC
Hi all, I have a problem with a variable created by a SELECT CASE statement. See the code below. I would like the variable "event" to be a character variabel as I want to UNION my two SELECTs - and the "event"-variable is a character variable in the first SELECT result. I have tried different ways: * used ' ' in stead of " " around the string I want as the
2006 Jan 30
0
dialing 2 channels at the same timewithdifferentcaller ID number?
> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Damon Estep > Sent: Monday, January 30, 2006 11:20 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: RE: [Asterisk-Users] dialing 2 channels at the same > timewithdifferentcaller ID number? > > >Exten
2005 Mar 28
2
AGI STREAM FILE command
Has anyone had success with the AGI STREAM FILE command with the CVS? I can't get it to work with the debian 1.0.5 package or the CVS on Redhat or Debian. It's not syntax, I'm doing that right. It doesn't give me an error when I use AGI DEBUG, it doesn't even give a response, just goes right on to the next command. I put a "SAY NUMBER 123 #" before and after
2005 Aug 30
2
How to use * and # as part of numberindialcommand
What is CFU and CFNR? > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Michel Koenen > Sent: Tuesday, August 30, 2005 1:46 AM > To: asterisk-users@lists.digium.com > Subject: RE: [Asterisk-Users] How to use * and # as part of > numberindialcommand > > > From: "Damon
2005 Aug 29
3
How to use * and # as part of number indialcommand
Michel Send me the same output for a dial string that only sends the *31* Is this an ISDN line? What type of card/signalling/switchtype are you using? It looks as if the PSTN switch accepts the *31* and then hangs up so you can make the NEXT call with the *31* feature enabled. If so I assume the *31* feature will be enabled for the next call on the ENTIRE SPAN if it is an ISDN trunk group. If
2003 Mar 12
1
Windows 2000 Pro can't join the Samba PDC
Hi all At first i'm using wizard in swat page to create samba as a pdc for my win 2000 pro client, and i follow the instruction in howto-collection.pdf. The doc file say that there are 2 ways of client join the domain. 1. "manually" add the trust machine account in the pdc 2. "on the fly" with adding command 'useradd' in the global parameter 'add user
2005 Jan 09
2
What is acceptable network latency forvoipconnection?
In the real world (or at least in my world) we use undersubscribed internet connections that come with a service level agreement (SLA) that guarantees that the jitter, delay, and packet loss with be within defined parameters in the service agreement. With most DSL and Cable you will not get a SLA, with the cheapest T1s you might get one, but the only penalty to the ISP if they do not meet is a
2006 Jan 26
6
* point to point t1 solution? / alternatives
This has been an interesting discussion for me (except for the sniping). The last post led me, out of curiosity, to this wiki entry: http://www.voip-info.org/wiki-Asterisk+TDMoE I was unaware of this feature, and it looks pretty good. I've been pondering replacing some T1's by leveraging IP capacity but of course have run up against the QoS issue. My idea was different... I
2009 Jul 08
3
Suggestion: Dimension-sensitive attributes
Hi, I agree with Henrik that his suggestion to have "dimension vector attributes" working like dimnames (see below) would be an extremely useful infrastructure adittion to R. If this is not considered for R-core, I am happy to try to implement this in a package, as a new class. And possibly do the same thing for data frames. Should you have any comments, ideas or suggestions about it,
2005 Sep 13
0
PRI zap channels not cleared when nomatchincontext for dialed number on inbound call
Yeah the "variable stays there" because the channel is never up to be cleared. If you do something like exten => _X.,1,Wait(1) exten => _X.,2,Hangup You will see the same behavior. Can you confirm?? I am running CVS from about a week ago... Alex > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com >
2007 Oct 29
1
time difference error
Hello! I have a problem making a new variabel in a dataframe that consists of a time difference. It seems that the new variable gets into the dataframe but I cant look at it anymoore. Here is what hapens. > tdiff<- difftime(Kontrolltid, Starttid, units="auto")> tdiffTime differences in mins [1] 168 NA NA 165 175 140 191 195 130 160 135 165 330 178 141 NA 119 90
2003 Feb 02
0
bitrate
Hi all, a hope, someone can help me: i have encode a wav-file into the ogg-format. Then i decode the ogg-file to a wav-file again. But the wav-file does not play in the MS-Mediaplayer and my own written J2audioPlayer. In WinAmp it`s all ok. The following wav-dataformats are running good: ACM, DVI/IMA, MU-LAW, PCM. The BitRate from my OGG-wav is: 1203537 kBit/s The BitRate from my PCM-wav is: