I've done this on Unity express which has a similar interface to ipccx<br><br>If the internal extensions are 3xxx then your menu options are 1,2,4, etc. <br><br>Your script gets a digit, if it's a 3 you immediately get a 3 digit string without a prompt, concatenate the two (IIRC you just add them together because they're of type String) and that's your extension. If it's not a 3, you take action.<br>
<br>Or in pseudo code<br><br>initial = getDigit(Prompt[blah]),1)<br>switch initial<br> case 1: <br> transfer to receptionist or whatever<br> case 2:<br> do something else<br> case 3:<br> therest = getDigit(Prompt[],3)<br>
transferExtension = initial + therest<br> // transfer to transferExtension<br><br><br>Sean<br><br><div class="gmail_quote">On Fri, Apr 10, 2009 at 1:17 PM, Countryman, Edward <span dir="ltr"><<a href="mailto:Edward.Countryman@provena.org">Edward.Countryman@provena.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div link="blue" vlink="purple" lang="EN-US">
<div>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">I need to create an ipcc auto attendant that allows a caller to
enter either an extension or chose from a couple single digit options.</span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">Struggling to figure how to mix caller input of either an
extension (len=4) with a menu option (Len-1)</span></p>
</div>
</div>
<br>_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Sean Walberg <<a href="mailto:sean@ertw.com">sean@ertw.com</a>> <a href="http://ertw.com/">http://ertw.com/</a><br>