![]() |
|
|
#1 (permalink) |
![]() Join Date: Sep 2004
Posts: 19
![]() |
Collect digits after ann delay
Hello all!
I am writing a vector that will have an announcement upfront for callers to hear if there is an outage or network issue. However, the boss wants an option to press to bypass the message. So I have the following: collect 1 digit after announcement 1010 goto step 7 if digit = # announcement 1011 If announcement 1010 is blank (they just record a second of dead-air), the caller will hear a 5-second delay before hearing announcement 1011. Is it possible to eliminate the delay between the first announcement and the second announcement if the first is blank? Any other suggestions on how I can do this? Thanks in advance, and hope all of you have a great day! -Mike |
|
|
|
|
|
#2 (permalink) |
|
PBXtech PLATINUM 300+ posts
![]() Join Date: Jul 2003
Posts: 401
![]() |
Re: Collect digits after ann delay
Instead of trying to monkey with the announcement, you may want to create an "emergency outage" agent and skill. Add some logic to your vector to check the skill 1st. When there is an outage, log into the emergency skill with that agent ID to activate that logic.
goto step x if staffed-agents in skill (emergency skill #) > 0 step x plays your outage greeting.
__________________
Stu |
|
|
|
|
Advertisement
|
Sponsored links
|
|
|
#3 (permalink) |
![]() Join Date: Sep 2004
Posts: 19
![]() |
Re: Collect digits after ann delay
Thanks Stu! I have presented this suggestion but the boss doesn't want to do that... he doesn't want to have to remember to log into an emergency skill
"If it weren't for users, my network would run great!" - anon |
|
|
|
|
|
#4 (permalink) |
![]() Join Date: Sep 2004
Posts: 2
![]() |
Re: Collect digits after ann delay
Not that I know if without getting rid of the collect step. We use the blank announcement in some of our vectors for the exact situation you are speaking of, but we do not use the collect step, just the announcement step. Callers are forced to listen if there is a recording there, and if there isn't, the vector skips that announcement and goes to the next step. You can change the wait time (system-wide parameter) on the collect step to something less than 5 seconds, but then everyone will be forced to pick quickly!
|
|
|
|
|
|
#5 (permalink) | |
|
PBXtech PLATINUM 300+ posts
![]() Join Date: Jul 2003
Posts: 401
![]() |
Quote:
__________________
Stu |
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Delay in ISDN calls | JPWynn | Definity Servers | 0 | October 26th, 2005 01:18 PM |
| DESPERATE HELP NEEDED-Routing to a VDN returned from IVR | grahekf | Definity Servers | 2 | September 2nd, 2005 09:30 AM |
| Interswitch Directory | zooney9334 | Definity Servers | 6 | May 24th, 2005 02:26 AM |
| collect 1 digits after announcement 37711 for none | nexSIP | Definity Servers | 2 | September 16th, 2004 08:00 AM |
| collect digits in Vector | pkm2131 | Definity Servers | 1 | July 12th, 2004 10:51 AM |