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!

Modular Messaging

Status
Not open for further replies.
Apr 21, 2006
44
0
0
US
Is there a way to set up a quick connect in Modular Messaging like you can in Intuity? scenario: person A calls person B, person B would like to transfer person A straight into person C's voicemail without ringing the extension or going thru a series of additional prompts - the result would be transfering person A to the voicemail for person C and getting the person C's greeting

kind regards.
 
There are a few ways to do this. The one that is already built in to the MM system is:

-have person B call the hunt group number for the MM system
- if person B has a mailbox then press * then ##
- if person B does not have a mailbox then press ##

-once prompted by the MM system put in person C's mailbox and then complete the transfer

You can also create a Caller Application to do this.


Chuck
RCT Technologies
 
thanks for the reply - I had to use # three times to make it work...but i'm good - thanks a mill
 
you can build a caller application to do this. Just read the docs. It wasn't that hard. Or 2 use variables in vectors.

01 wait-time 0 secs hearing silence
02 collect 4 digits after announcement 1184 for A "please enter a 4 digit extension"
03 goto step 5 if digits = none
04 goto step 9 if digits = ????
05 disconnect after announcement 1183 "goodbye"
06 stop
07
08
09 announcement 1182 "thank you"
10 messaging skill 99 for extension A
11 stop
 
you would also need this for VIV:

display variables Page 1 of 39
VARIABLES FOR VECTORS

Var Description Type Scope Length Start Assignment VAC
A collect 4, route to VM collect L 4 1
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top