We have on-line teachers who have virtual extensions in order to use softphone to contact their students.
The range of these 4-digit virtual extensions are between 2000 and 2700.
We want the students to be able to leave voice messages for their teachers by . . .
*Dialing a vdn (5999)
*Hearing a greeting "Please enter your teacher's 4-digit extension"
*Inputting the teacher extension (xxxx)
*The extension gets validated that it is between 2000-2700
*The call goes to modular messaging, caller records message and it's sent to mailbox of extension xxxx
I roughed out the following vector, which works, but when the call goes to modular messaging, the caller is once again asked for the extension.
01 wait-time 2 secs hearing silence
02 collect 4 digits after announcement 1150 for none
03 goto step 4 if digits >= 2000
04 goto step 11 if digits <= 2699
05
06
07 collect 4 digits after announcement 1151 for none
08 goto step 9 if digits >= 2000
09 goto step 7 if digits > 2699
10
11 messaging skill 99 for extension active
12
Any guidance would be appreciated. Thank you.
S8730 Processors (Redundncy/Mirror Img)
Aura 5.2 (Communication Manager)
Modular Messaging 5.2
The range of these 4-digit virtual extensions are between 2000 and 2700.
We want the students to be able to leave voice messages for their teachers by . . .
*Dialing a vdn (5999)
*Hearing a greeting "Please enter your teacher's 4-digit extension"
*Inputting the teacher extension (xxxx)
*The extension gets validated that it is between 2000-2700
*The call goes to modular messaging, caller records message and it's sent to mailbox of extension xxxx
I roughed out the following vector, which works, but when the call goes to modular messaging, the caller is once again asked for the extension.
01 wait-time 2 secs hearing silence
02 collect 4 digits after announcement 1150 for none
03 goto step 4 if digits >= 2000
04 goto step 11 if digits <= 2699
05
06
07 collect 4 digits after announcement 1151 for none
08 goto step 9 if digits >= 2000
09 goto step 7 if digits > 2699
10
11 messaging skill 99 for extension active
12
Any guidance would be appreciated. Thank you.
S8730 Processors (Redundncy/Mirror Img)
Aura 5.2 (Communication Manager)
Modular Messaging 5.2