Danny Nicholas
2011-Jul-20 13:25 UTC
[asterisk-users] HELP - Client wants to reverse Asterisk Functionality
Hello,
I'm putting Asterisk in to replace an existing IVR and that PBX
system uses * to terminate number input instead of #. I thought it would be
a matter of simply making a new app_read that replaced \# with \* but this
didn't work. Any suggestions (besides bopping the client up side the head
for wanting this?).
Thanks
Danny Nicholas
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.digium.com/pipermail/asterisk-users/attachments/20110720/2c0cb147/attachment.htm>
Steve Edwards
2011-Jul-20 20:18 UTC
[asterisk-users] HELP - Client wants to reverse Asterisk Functionality
On Wed, 20 Jul 2011, Danny Nicholas wrote:> I?m putting Asterisk in to replace an existing IVR and that PBX system > uses * to terminate number input instead of #.How about an AGI executing some mix of get data, get option, stream file, or wait for digit and accumulate the digits yourself. -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000
Eric Wieling
2011-Jul-20 20:24 UTC
[asterisk-users] HELP - Client wants to reverse Asterisk Functionality
Sent from my Computer> -----Original Message----- > From: asterisk-users-bounces at lists.digium.com > [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of > Steve Edwards > Sent: Wednesday, July 20, 2011 4:19 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [asterisk-users] HELP - Client wants to reverse > Asterisk Functionality > > On Wed, 20 Jul 2011, Danny Nicholas wrote: > > > I?m putting Asterisk in to replace an existing IVR and that > PBX system > > uses * to terminate number input instead of #. > > How about an AGI executing some mix of get data, get option, > stream file, or wait for digit and accumulate the digits yourself.Or you can use WaitExten instead of Read.
Thorsten Göllner
2011-Jul-21 06:50 UTC
[asterisk-users] HELP - Client wants to reverse Asterisk Functionality
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
What does "but this didn't work" mean?<br>
<br>
Am 20.07.2011 15:25, schrieb Danny Nicholas:
<blockquote
cite="mid:007e01cc46e0$715387a0$53fa96e0$@debsinc.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="Generator" content="Microsoft Word 14
(filtered
medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2
15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in
11.0in;
        margin:1.0in
1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p
class="MsoNormal">Hello,<o:p></o:p></p>
<p
class="MsoNormal">
I’m putting Asterisk in to
replace an existing IVR and that PBX system uses * to
terminate number input instead of #. I thought it would be a
matter of simply making a new app_read that replaced \# with
\* but this didn’t work. Any suggestions (besides bopping
the
client up side the head for wanting
this?).<o:p></o:p></p>
<p class="MsoNormal"><o:p><br>
</o:p></p>
</div>
</blockquote>
<br>
</body>
</html>