Displaying 20 results from an estimated 1000 matches similar to: "Conference with MOH or input from computer Mic."
2003 Dec 30
7
Programming an unlocked ADSI phone?
What kind of channelbank/FXS port are you connecting to?
I've seen problems connecting to some of the older versions of the
Adtran Total Access 750's. I wouldn't doubt there would be problems on
other channelbanks with older firmwares. Of course, no firmware on CAC
AB1's
I have the AAstra 480, Adtran 750 Channelbank (updated firmware), T100P
card, and it worked fine on the
2003 Dec 03
4
Forwarding a call to another FXO port
Greetings,
I'm trying to setup an option in my greetingmenu that would allow the caller to select this particular option for emergency calls. That option would dial out on an available PSTN line to a cell phone number.
Currently it is setup as such
exten => 9,1,Dial(Zap/g1/<CELLPHONENUMBER> where <CELLPHONENUMBER> is the number it is calling out to.
When option 9 is
2003 Dec 26
2
Festival Time and Temperature application
I've searched through the lists, but can't seem to find a reference to
someone that said they had a time and temperature application for *.
Voip-info wiki would be a good place for it as a Festival example!!!
Can someone remind me where it's at?
TIA.
Tim Thompson
2003 Nov 24
2
Pressing 0 in Voicemail causes * to hangup
I tried it w/ mine as well and it hung up on me because I just have
Voicemail running not Voicemail2.
It seems as though you have Voicemail2 because it's trying to play the
Unavialable message.
Just a thought though.
Does it do the samething w/
[qout-phillyq]
exten => 0,1,Voicemail(u1)
exten => 0,2,Goto(default,s,1)
Tim Thompson
http://www.amatechtel.com
(806) 722-2227
2003 Dec 29
1
E100P pinouts anyone?
Just cross pairs 1-2 and 4-5
1 <--> 4
2 <--> 5
Never done an E1, but I think it's the same for a T1 4 wire cable.
Tim Thompson
Commercial Sales Engineer
http://www.amatechtel.com
(806) 722-2227
-----Original Message-----
From: bam [mailto:bam@cqm.co.uk]
Sent: Monday, December 29, 2003 9:12 AM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] E100P pinouts
2010 Sep 24
1
How to change the lengend in a DA figure
Dear all:
I have encountered a problem recently:
I used to plot figure, and using code
"main="......", xlab=".....",ylab="....."
to change the legend. But recently I was using R to perform Discriminant Function analysis, and I want to change the group names also add a title to the figure, but I am not sure how to make it work, could you please help me with my
2004 Aug 05
4
<<< MEETME_AGI_BACKGROUND inside MEET ME>>>
Howdie:
I've been reading some old threads and still have a couple of questions
about applying the AGI_BACKGROUND script inside a Conference. Perhaps
someone can save me a bit of fidd'lin.
Am I right in assuming that the MEETME_AGI_BACKGROUND script **WILL WORK**
on SIP conferenced channels **WITHOUT** an **ACTIVE** zap channel-- AS LONG
AS THERE IS A DIGIUM CARD INSTALLED IN THE
2011 Feb 04
1
rbinom and probability
Hello compadRes,
I'm developing a script that selects "cells" over a certain metabolic rate to kill them. A rate between 9 and 12 means that the cells are candidates for death.
I'll show you what I mean:
# a would be a vector of cell metabolic rates.
a<-c(8, 7, 9, 6, 10, 11, 4, 5, 6)
#now identify which cells will be candidates for death, namely those cells with metabolic
2005 Jul 06
2
app_conference and AGI
Hi,
i was successful in compiling app_conference and setting up an
conference was quite easy. :-)
Does anyone knows if it is possible to have an IVR accessable from
inside the conference. So, if i dialed into an conference i want to be
able to press '*' and then the actual discussion is muted for me and i
and menu is read to me. Something like the ${MEETME_AGI_BACKGROUND} in
MeetMe.
2002 Apr 29
2
Lotos 1-2-3 date to POSIXct
I have some data that was created for import into a Lotus 1-2-3 spreadsheet
and on of the columns is time. The
time is akin to Julian were the value 1 is mapped "01-Jan-00 12:00:00 AM" in
Lotus 1-2-3. Is there a function in an R package that can convert this
numeric vector to a POSIXct vector?
With best wishes and kind regards I am
Sincerely,
Corey A. Moffet
Instructor
Department
2008 Feb 21
2
Problems with aggregate
Hello list,
I'm new to this list, so please forgive my ignorance. I have searched
R-help for some hints into what might be my problem, but I truly have no
idea where to go from here.
I have an object of approximately 15,000 rows and 2 columns. There are
many duplicates in the first column, all with different corresponding
values in the second column. For example (2 is duplicated):
2002 Jan 28
4
Type III Sums of Squares
I am trying to reproduce an analysis done in SAS from which Type III Sums of
squares are used. How can you get Type III sums of squares in an aov similar
to what SAS provides?
With best wishes and kind regards I am
Sincerely,
Corey A. Moffet
Instructor
Department of Range, Wildlife, and Fisheries Management
Mail Stop 2125
Texas Tech University
Lubbock, Texas 79409-2125
(806) 742-2843 Voice
2009 Sep 17
1
Changing or Adding a Line to the Extensions.conf in Asterisk
I have a Asterisk PBX System with Redhat Linux Fedora 4, Webmin version
1.400 and I am simply trying to configure into the "Extensions.conf"
script an entry that will add to the "Auto-Attendant" a line that will
allow a "Caller" to enter a "0" (Zero) will then ring the extension(s)
of the "Operator" to speak directly with the "OPERATOR"
2002 Apr 17
4
Problem w/ axis and distortion in a plotting function
I have a function for plotting soil texture that I am having a problem with.
The function is:
plot.psd <- function(sand, clay, ...) {
conv.ter <- function(x, y) {
x.con <- 100 - x - y*cos(1/3*pi)
y.con <- y*sin(1/3*pi)
data.frame(x=x.con, y=y.con)
}
plot(conv.ter(sand, clay), xlim = c(0,100), ylim = c(0,100*sin(1/3*pi)),
axes = FALSE, xlab="",
2006 Mar 10
0
Rails/Ruby users in the Lubbock area
We are looking for persons on the Lubbock Texas area who are working
with Ruby and Rails. If there is anyone out there, can you reply?
--
Posted via http://www.ruby-forum.com/.
2011 Jun 09
2
Problem with a if statement inside a function
I have a really long functions, and at the end of the function, I am using a
if statement
to tag certain keywords based on whether they have certain values contained
in them.
However, the if statement doesn't seem to work.
When I had split up the commands into various functions, it worked fine, but
I'm not sure
what going on now that it's combined into a single function.
myfunc
2003 Dec 02
0
Configuring new system for a non-profitorganization
What they are probably marketing is putting in their own equipment out
there. I install a product that does exactly that. A paradyne jet
fusion. It takes care of the part of which channels are data and which
are voice.
If it's anything like these, the lines will come out on pairs. You will
then have to use channelbank and FXO/FXS cards to get it into your phone
system.
The jet Fusion
2003 Dec 09
2
Cheap Learning Environment
Hello all,
Like many of you I'm sure have done, I'd like to build an * box at home
for testing/educational purposes (and to eventually have one killer
fancy schmancy phone system for my SOHO).
If I have two standard phone lines in my house, what is the cheapest
hardware solution to interface them with *?
Thanks!
Kris
-------------- next part --------------
An HTML
2003 Dec 25
1
Calling from * to fwd
Hi i was trying to call 17009978275 which is my Fwd line on my notebook from Asterisk and i keep getting this message on the console.
-- Executing Dial("Zap/2-1", "IAX2/@iaxtel.com/17009978275@iaxtel") in new stack
-- Called @iaxtel.com/17009978275@iaxtel
WARNING[1150495040]: File chan_iax2.c, Line 4547 (socket_read): I don't know how to authenticate rob to
2003 Dec 29
4
asterisk crash
Hello all
I just checked out the latest
zaptel/zapata/libpri/asterisk/asterisk-addons from the cvs and ran through
the entire make procedures. Everything seemed to go fine however now when
I attempt to start asterisk, it says ok but it seems to be immediately
crashing. The following messages are displayed in my
/var/log/asterisk/messages file for the time right around the crash:
Dec 29