Home | Register |    
 
Forums         |        Articles          |      Software          |      Portals          |      Resource          |      Wiki      |    White Papers         
 
Go Back   PBX Info :: Your Free PBX, PABX and Telephone Information Resource > PBX SYSTEMS > Inter-Tel
   SEARCH  
     
User Name Password      
Save ?
Inter-Tel Ask Questions and Find Answers on Inter-Tel systems:

Tags: , , , ,

Post New Thread  Reply
 
LinkBack Thread Tools Display Modes
Old 11-02-2006, 10:23 PM   #1 (permalink)
mach123
Junior Member

Activity Longevity
0/20 7/20
Today Posts
0/0 ssssssss2
Rep Power: 0mach123 is an unknown quantity at this point

Total Points:
Donate
Country:

Cool Inter-Tel Axxess 9 integration with Intervoice IVR

I have been stuggling with an Intervoice IVR integration into my Inter-Tel Axxess system for the past four days now. Here's where I stand so far:

Currently the IVR is connected to my Axxess system via a T1/E1 card. Each of the circuits on the card is configured for E&M. All of the circuits were added to a CO Trunk Group (call it 9210), and to test the systems interconnectivity, I setup a DID number that transfers to 9210. Success so far... The IVR answers the call and begins its program. It connects to our oracle database and correctly verifies the information required of the caller. Here is where the trouble begins... The IVR then attempts a hookflash and dial of the application on the Axxess system (call it 2510). The hookflash appears to fail as you can hear the IVR dial the application digits, and then fails to transfer the call and hangs up.

Troubleshooting so far:

-Verified that the CO Trunk Group is setup for incomming/outgoing calls.
-Verified that the E&M Timers on the Inter-Tel match the IVR (they do).
-Verified that the "Enable Hookflash" is set to yes on the CO Trunk Group
-Used hardware test utility to attempt a manual hookflash - this fails.


Anyone have any ideas? Thanks in advance!!
mach123 is offline   sendpm.gif Reply With Quote
Old 11-03-2006, 05:31 AM   #2 (permalink)
ITEngineer
Moderator
 
ITEngineer's Avatar

Activity Longevity
0/20 7/20
Today Posts
0/0 ssssss267
Rep Power: 3ITEngineer will become famous soon enoughITEngineer will become famous soon enough

Total Points:
Donate
Gender:
Country:
Browns Ohio State

I would check what the timing is for a hookflash from the IVR by default the Axxess Hookflash duration is 600 Milliseconds. This sounds like a timing issue but hard to tell.... I would check the error log and see if it is telling you anything.

I will try to do some research and get back to you because what you are doing is attempting to transfer a call back across the E&M T-1 it sounds like. Do you have the adapter to view the T-1 info using OLM? If this is the case you may have to create a Call Routing table for the digits to ring into. Let me ponder that a bit.

Quote:
Originally Posted by mach123
-Verified that the CO Trunk Group is setup for incomming/outgoing calls.
-Verified that the E&M Timers on the Inter-Tel match the IVR (they do).
-Verified that the "Enable Hookflash" is set to yes on the CO Trunk Group
-Used hardware test utility to attempt a manual hookflash - this fails.


Anyone have any ideas? Thanks in advance!!
ITEngineer is offline   sendpm.gif Reply With Quote
Old 11-03-2006, 03:32 PM   #3 (permalink)
ITEngineer
Moderator
 
ITEngineer's Avatar

Activity Longevity
0/20 7/20
Today Posts
0/0 ssssss267
Rep Power: 3ITEngineer will become famous soon enoughITEngineer will become famous soon enough

Total Points:
Donate
Gender:
Country:
Browns Ohio State

Ivr

It still appears to me this is a timing issue. Below are various things to try.

You will find "DTMF Digit Duration/Pause"
  • The default is at 60 milliseconds.
  • Try setting this to 80 ms. If it still does not work try 100 ms.
There are several factors at work when a CO Hook flash is performed while on a call, the system essentially reinitializes all call structures. The system does not know why the hook flash was performed, so it assumed it is a re-seize. The person performing the hook flash, is then prompted to enter an outside number.

The timer that is used next depends on whether or not the trunk is "subject-to-toll-restriction". If the "subject-to toll-restriction" flag is enabled, the system checks to see if any digits have been dialed. First, the "Dial Initiation" timer is started. If a digit has been dialed, the total number of digits dialed is analyzed, then either the "Interdigit long" timer (if the number is incomplete per North American Number Plan) or the "Interdigit short" is followed if the telephone number is considered complete.

If the trunk group is NOT subject-to-toll-restriction, the "Interdigit short" timer is always used. Once any one of the dial timers expires (Initiation, Short, or Long interdigit), the system checks for toll restriction. If the call is DENIED, we drop the call. If the call is allowed (i.e. not subject to toll restrict), CO audio is cut through.

Finally, the system will not allow the call to be placed on hold if dialing is incomplete. This is done because call cost must be applied to a call before it can be placed on hold. Since call cost cannot be applied until dialing is completed, one of the dial timers must expire (Initiation, Short, or Long interdigit) to complete dialing. Once one of the dial timers expire, dialing is completed, then call can be placed on hold. When a call is placed on hold, it is valid right away, then call cost calculation begins.

Incoming calls are normally valid immediately upon answer!
ITEngineer is offline   sendpm.gif Reply With Quote
Old 11-07-2006, 09:10 AM   #4 (permalink)
mach123
Junior Member

Activity Longevity
0/20 7/20
Today Posts
0/0 ssssssss2
Rep Power: 0mach123 is an unknown quantity at this point

Total Points:
Donate
Country:

Thumbs up Solution

Thank you for all the information and immediate response. Basically this was a trunk configuration problem between the InterVoice and InterTel system. InterTel's implementation of E&M does not allow for hook-flash from the Intervoice system. Instead, the InterTel system was configured as OPX single line (all extensions were placed into a hunt group). The intervoice side was configured as loop start thus allowing for all hookflashes to work correctly and the transfers to go through successfully.
mach123 is offline   sendpm.gif Reply With Quote
Old 11-07-2006, 04:27 PM   #5 (permalink)
ITEngineer
Moderator
 
ITEngineer's Avatar

Activity Longevity
0/20 7/20
Today Posts
0/0 ssssss267
Rep Power: 3ITEngineer will become famous soon enoughITEngineer will become famous soon enough

Total Points:
Donate
Gender:
Country:
Browns Ohio State

Great

Glad you have solved the problem.

Quote:
Originally Posted by mach123
Thank you for all the information and immediate response. Basically this was a trunk configuration problem between the InterVoice and InterTel system. InterTel's implementation of E&M does not allow for hook-flash from the Intervoice system. Instead, the InterTel system was configured as OPX single line (all extensions were placed into a hunt group). The intervoice side was configured as loop start thus allowing for all hookflashes to work correctly and the transfers to go through successfully.
ITEngineer is offline   sendpm.gif Reply With Quote
Post New Thread  Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
inter tel phones with a definity foyb Definity Support 2 09-18-2006 07:17 AM

Tags   |   Advertise    |    Media Partners   |    Admin   |   About us   |   Contact Us   |   RSS   


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0
Copyright PBXINFO LLC 2006