Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

collecting a * in a vector

Status
Not open for further replies.

f3racer

Technical User
May 11, 2007
1
0
0
US
All,

I am trying to write a vector that when a caller presses the * it will replay the announcement.

I am migrating existing announcements and caller apps from a Nortel Call Pilot. So I don't want the customer to re-record all of their current announcements.

Right now I have a work around that seems to be working.

01 wait-time 0 sec
02 collect 1 digit after ann 1211053 for none
03 route-to number 22850 if digits = 1
04 route-to number 22851 if digits = 2
05 route-to number 22853 if digits = 3
06 go-to step 2 if digits not-in table 1
07 stop

in Vector Routing Table 1
I have 1 - 9 entered

So if you press * it will check vrt 1 and see that there is no * and go back to step 2.

Is there a better way to do this?

Thanks,

Jim
 
how about this.

5 goto step 2 if digits = ?
6 goto step 2 if unconditional
7 disconnected after ann none
8 stop
 
you have to enable Special Application SA7852 which is supposedly customer able to be enabled in 5.2.1 however I have yet to get that permission on 5.2.1.

If you don't need the #, there is also the option to swap them by changing a setting in i believe 'change system features'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top