![]() |
|
|
#1 (permalink) |
|
PBXtech GOLD 100+ posts
![]() Join Date: Apr 2003
Posts: 121
![]() |
Inserting a digit in a vector
I work for a hospital and currently we have 3 floors of patient rooms. Our numbering scheme is a total mess there are did's everywhere and they dont match. I want to take all my patient phones and make them all 5 digits. All patient rooms would begin with a number 4 then the 3 digit room number and then the bed number. So room 200 bed 1 would be 4 + 200 + 1. Instead of giving all the patients DID's (like they have now) im just going to make an automated system that transfers them to the extension. I have made a test vector and it works great but I want to eliminate the need for them to dial the 4 first is there anyway I can have a vector insert a digit? So in the recording I can just say please enter the room and bed number? So if they enter 2001 for room 200 bed 1 the vector would automatically throw a 4 infront of it for them?
|
|
|
|
|
|
#2 (permalink) |
|
PBXtech GOLD 100+ posts
![]() Join Date: Mar 2004
Posts: 108
![]() |
Re: Inserting a digit in a vector
you can do it if you have UDP (uniform dialplan)...
change dialplan analysis (older versions: change dialplan) Dialed String: 2 Total Length: 4 Call Type: ext change uniform-dialplan 0 (this command varies in syntax from version to version) Matching patten: 2 Len: 4 Del: 0 Insert Digits: 4 Net: ext Conv: n Node Num: (blank) when someone dials 2xxx, it will check the UDP and insert the 4. This will also work for "route-to digits" in your vector. What version are you running? I based this on CM 2.1 |
|
|
|
|
Advertisement
|
Sponsored links
|
![]() |
| 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 |
| DESPERATE HELP NEEDED-Routing to a VDN returned from IVR | grahekf | Definity Servers | 2 | September 2nd, 2005 09:30 AM |
| Vector Reports | Dragonfly | Definity Servers | 5 | December 21st, 2004 08:15 AM |
| Collecting digits in vector | stubborne | Definity Servers | 5 | April 8th, 2004 08:34 AM |
| Hunt Group Vector not Vectoring | payton | Definity Servers | 3 | December 23rd, 2003 10:55 AM |
| This document will explain how to program a vector to play back the extension you are | nexSIP | Definity Servers | 18 | July 30th, 2003 04:22 PM |