Hello. I have to maintain a Definity G3csiV9 system here in Bulgaria.
I was asked to write a simple vector to play an announcement and give callers a choice of entering digits to route the call internaly. Here is what i did:
- installed the TN750C circuit pack, recorded announcements for business hours and holidays on it
- wrote a vector for the announcements and internal routing of the call
- made a vdn so that trunk group 1 points to it so that the calls to that trunk group get processed by the vector
So far so good.
The number of the announcement data module for TN750C is 778.
The number for the first announcement extension (business hours) is 779.
The number for the vdn used is 780.
The number for the second announcement extension (holidays) is 781.
The vdn points to vector 2.
Vector 2 is shown below:
01 wait-time 2 secs hearing ringback
02 goto step 10 if time-of-day is fri 17:00 to mon 09:00
03 goto step 4 if unconditionally
04 collect 1 digits after announcement 779
05 route-to number 777 with cov n if digit = 1
06 route-to number 309 with cov n if digit = 2
07 route-to number 308 with cov n if digit = 3
08 wait-time 5 secs hearing silence
09 goto step 4 if unconditionally
10 disconnect after announcement 781
The usual way things work are:
- I call from outside and hear the announcement
- I key in the proper digit - let's say 1
- The call routes to the proper destinaton (777) and starts ringing
- If the phone at the proper destination (777) picks up everything is OK
- after the call is finished the switch drops the line
The problem I have is when I do this:
- I call from outside and hear the announcement
- I key in the proper digit - let's say 1
- The call routes to the proper destinaton (777) and starts ringing
- I just hang up from the outside phone without waiting for 777 to pick up
- The phone at the 777 extension continues to ring
- The trunk line is blocked and doesn't release even after 10-20 min.
In essence when someone picks up everything is ok, but when I disconnect before someone picks up the phone continues ringing and the trunk is busy.
Can you please help me. i suppose the culprit is in the vector or local CO lines.
Thanks.
I was asked to write a simple vector to play an announcement and give callers a choice of entering digits to route the call internaly. Here is what i did:
- installed the TN750C circuit pack, recorded announcements for business hours and holidays on it
- wrote a vector for the announcements and internal routing of the call
- made a vdn so that trunk group 1 points to it so that the calls to that trunk group get processed by the vector
So far so good.
The number of the announcement data module for TN750C is 778.
The number for the first announcement extension (business hours) is 779.
The number for the vdn used is 780.
The number for the second announcement extension (holidays) is 781.
The vdn points to vector 2.
Vector 2 is shown below:
01 wait-time 2 secs hearing ringback
02 goto step 10 if time-of-day is fri 17:00 to mon 09:00
03 goto step 4 if unconditionally
04 collect 1 digits after announcement 779
05 route-to number 777 with cov n if digit = 1
06 route-to number 309 with cov n if digit = 2
07 route-to number 308 with cov n if digit = 3
08 wait-time 5 secs hearing silence
09 goto step 4 if unconditionally
10 disconnect after announcement 781
The usual way things work are:
- I call from outside and hear the announcement
- I key in the proper digit - let's say 1
- The call routes to the proper destinaton (777) and starts ringing
- If the phone at the proper destination (777) picks up everything is OK
- after the call is finished the switch drops the line
The problem I have is when I do this:
- I call from outside and hear the announcement
- I key in the proper digit - let's say 1
- The call routes to the proper destinaton (777) and starts ringing
- I just hang up from the outside phone without waiting for 777 to pick up
- The phone at the 777 extension continues to ring
- The trunk line is blocked and doesn't release even after 10-20 min.
In essence when someone picks up everything is ok, but when I disconnect before someone picks up the phone continues ringing and the trunk is busy.
Can you please help me. i suppose the culprit is in the vector or local CO lines.
Thanks.