Displaying 20 results from an estimated 2000 matches similar to: "IVR Demo / Create file / Move file / Demo all"
2010 Jan 30
8
MATH
I want to create a script for IVR that compiles responses, aggregates
them to a total number.
Then, run an equation based on the result.
Press 1 for X (X is a positive number 500)
Press 2 for Y (Y is a positive number 200)
Press 3 for Z (Z is a positive number 300)
Press 20 to calculate the results
= 500+200+300 =1000
then,
exten => s,n,Read(NUMBER,,1000)
exten => s,n,SayDigits(${NUMBER})
2009 Oct 16
5
IVR
Ladies and Gentlemen,
We already have an Asterisk Call center suite installed at our contact
center. Now we wish to commence IVR services. We are offering Health
Information Services. Can someone help us to develop this Addon / Solution?
Best regards.
--
?????? ????? ????? ???? ???????
Nazir Ahmed Vaid
Cell:+92300-8277778
eHealth Services (Pvt) Ltd.
http://www.ehealth-services.com
NexSource
2005 Jun 09
4
Lingo(.com) and Asterisk
Hello,
A long Google search didn't turn any clear answer. Does somebody use
Asterisk in combination with Lingo?
Thank you,
Bas
2017 Nov 10
2
R and LINGO?
Hei
Im struggling with this problem:
b) Another company wants to compose the optimal project portfolio based on the following 5-
year project proposals. In the table, the cash flow for each project in each year is shown.
Project 1 Project 2 Project 3 Project 4 Project 5 Project 6
1st year of the project -58 -32 -18 -31 -33 -39
2nd year of the project 17 17 11 4 21 30
3rd year of the project 26 30
2013 Apr 08
3
extensions.conf / test DID
I am trying to make sure my DID and SIP account details are working
properly and engaging the extensions.conf and dial plan.
I have a successful SIP session registered:
Connected to Asterisk 11.3.0 currently running on Asterisk (pid = 922)
Asterisk*CLI> sip show registry
Host dnsmgr Username Refresh
State Reg.Time
sip3.voipvoip.com:5060
2010 Jun 16
1
R and LINGO?
Good Evening
Does anyone in the R-help list have experience writing an R wrapper that interfaces with the commercial packages LINGO and/or LINDO.api from R?
I have a set of nonlinear/mixed integer problems that solve nicely with LINGO but I would like to use R to set the problems up and analyze/plot the solutions dynamaically. I have searched the archives and have not found any R packages that
2018 May 30
2
Scripting the next UID/GID number to use
On Wed, 30 May 2018 10:03:19 +0200
Marco Gaiarin via samba <samba at lists.samba.org> wrote:
> Mandi! Andrew Bartlett via samba
> In chel di` si favelave...
>
> > > newid="dn:
> > > CN=$domainNETBios,CN=ypservers,CN=ypServ30,CN=RpcServices,CN=System,$domainDN
> > > changetype: modify replace: $1
> > > $1: $2"
> >
> >
2005 Jan 16
1
Guatemala DID's?
I'm looking for a company that offers Guatemala DID's. I saw that Lingo does,
but Lingo isn't easily compatible w/ Asterisk, so they're a last resort.
Thanks in advanced, Phil Astin.
2009 Jun 04
4
Binning or grouping data
Newbie here. Many apologies in advance for using the incorrect lingo. I'm
new to statistics and VERY new to R.
I'm attempting to "group" or "bin" data together in order to analyze them as
a combined group rather than as discrete set. I'll provide a simple example
of the data for illustrative purposes.
Patient ID | Charges | Age | Race
1 |
2010 Jan 17
1
Dial String command after audio background
exten => s,1,Answer()
exten => s,n,Background(astcc-please-enter-your)
exten => s,n,Background(zip-code)
exten => s,n,WaitExten(5)
exten => s,n,Read(NUMBER,,5)
exten => s,n,SayDigits(${NUMBER})
exten => 22042,n,Dial(SIP/sipvendor/11111111111,120,A(ginger3))
exten => 22601,n,Dial(SIP/sipvendor/11111111111,120,A(ginger3)) ;
xxxxx/ winchester
exten =>
2007 Sep 14
6
DECT SIP phones
Hi folks:
I know it's come up a few times before, but I need some more detail.
I'm looking for a SIP DECT (cordless) phone for North American
installations. I've heard only of the Siemens Gigaset S450/C450 phones.
Apparently these aren't sold for use in NAm, even though they're
supposed to be legal (in the United States, anyway).
On top of that, I understand they have some
2006 May 22
10
US telco lingo
Could someone explain to a non-US dummy the following phrases I have seen on
the list.
"I can provide you with tier 1 termination 6/6. I can blend or NPANXX
breakout."
"We provide US48 termination, blended rate for 1 MOU and above is .008 with
6/6."
What is 6/6?
What is US48?
What is blended?
What is MOU?
What is NPANXX breakout?
-------------- next part --------------
2009 Nov 17
4
Installing a PHP class
Guys,
Web/php stuff is outta my area to say the least. I need to setup a php class
called Advanced Graphing Class. It has php, font and js files that need to be
made available.
How and where do I set this up to be available to any virtual host that uses it?
A link to where this is documented would be great, I have been searching obviuolsy
using the wrong lingo...
Thanks!
jlc
2000 Sep 08
6
-1 and friends
Yo All!
Well I work on a diverse number of OS's with a diverse number of
clients. Some use F-Secure, SecureCRT, PuTTY, SSH.COM. OpenSSH, etc.
with a wide variety of versions between each, some from source,
some from rpms, etc... Basically a lot of legacy stuff that no one
has the time to update.
In fact I am working on a couple of OpenSSH config problems in the
last few days. Sometimes we
2004 Jun 10
2
Primustel a.k.a. Lingo $20/month unlimited service
Hi all,
I just saw this article about this new offer from Lingo.com:
http://www.techweb.com/wire/story/TWB20040607S0008
$20 monthly plan with unlimited local and long-distance calling in North
America (US & Canada) and Western Europe. Plus first three months free and
free equipment. It doesn't say what hardware they send you.
Sounds like a very good deal.
I searched the list and
2006 Jan 19
5
TIP: Using field_error_proc to add style attributes to form elements
I just put this up on the wiki, and thought I''d share in case it''s
useful to anyone else. This is handy if you don?t want to wrap your
input elements inside a div when an error occurs, but instead want to
add some sort of CSS style to fields with errors:
ActionView::Base.field_error_proc = Proc.new do |html_tag, instance|
msg = instance.error_message
error_style =
2009 Jun 10
2
How to extract from a matrix based on indices in a vector?
Sorry, there may be some lingo for describing the extraction problem I have,
but I don't know it.
I have a matrix of 2 rows and N columns, and a vector of N 1s and 2s.
Matrix M:
1 2 3 4 ... N
1 A C D G ...
2 B D F H ...
Vector v:
1 2 2 1 2 1 1 ... N
I'd like to apply v to M to get
Vector w:
A D F G ...
2003 Dec 20
3
ivr key press?
I'm testing an ivr implementation (first time) using:
exten => 620,1,Wait,1
exten => 620,2,Answer
exten => 620,3,DigitTimeout,5
exten => 620,4,ResponseTimeout,10
exten => 620,5,Background(npi-greeting) ; "Thanks for calling press 1 for"
exten => 1,1,Goto(npi-directory,s,1)
For initial testing, I've arbitrarily mapped this onto ext 620 (will
change that later
2009 Nov 07
6
Location
Where is everyone located?
I am in Washington DC.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091106/7c73847d/attachment.htm
2010 Nov 14
8
dial plan and sip
Here is a very very basic config. But, not working (:
I simply want to dial the DID that is registered with the SIP provider.
then, as you can see the call should dial the 703111 number
Hints please?
sip.conf
;register => 908366554:396444 at carrier.jazzey.com
register => 908366554:396444 at sip.jazzey.com
[jazzey]
type=friend
host=sip.jazzey.com
username=908366554
secret=396444