Why Does Call Progress Unexpectedly Return An Operator Intercept?

⌘K
  1. Home
  2. Programmable Voice
  3. FAQ
  4. Why Does Call Progress Unexpectedly Return An Operator Intercept?

Why Does Call Progress Unexpectedly Return An Operator Intercept?

At times you may wonder why a particular call gets an Operator Intercept.  While there are many reasons here are some possibilities:

Sip Carrier Issues

Your sip carrier may be down or it could not find a route to the destination number.  If it is down, consider using our SIP trunking services as a backup.  Voice Elements can be configured to send a call to multiple destinations: If your carrrier returns an error, Voice Elements can attempt the call at alternate locations for you automatically.  If the carrier does not have a route, it is possible that it is a new phone number that has just been provisioned and the routing between carriers has not completely solidified.

Early Call Progress

Many years ago when a call would fail you would hear what is known as a TRI-TONE.  A TRI-TONE is 3 Tones in succession using frequencies 950, 1400, and 1800.  Sadly, as VoIP and cell phone service came into being the use of the TRI-TONE has waned.  Now messages are played by the carrier to the caller without the accompanying TRI-TONE.  They do this without actually connecting a call.  For example, you may hear:

  • The number you have reached is not is service.
  • We are unable to place your call at this time.  Please try again later.

In addition, there is the concept of Early Audio.  Early Audio establishes an audio path between you and the called party before the call is actually connected.  This is very important in doing call progress work.  The reason is that a call may be answered and “Hello” is said, long before the carriers pass along the message that the call was answered.

Call Flow Example

As you can see from this call flow, the called party says hello 0.5s before the OK arrives on the wire:

Time Caller Message Callee
0.0s | ———– INVITE ———–> |
0.1s | <———– TRYING ———– |
0.2s | <—– SESSION PROGRESS —– |
0.3s | (Audio Starts) |
1.0s | (You hear Ringing) |
4.0s | (You hear ‘Hello’) |
4.5s | <—– OK —– |
4.6s | —– ACK —–> |

 

Making Sure the Call is Connected

Call progress does not return “HUMAN” or “MACHINE” to your application until the OK is received and we know for sure that the call is CONNECTED.

“Not In Service” Message

When a “not in service” message is played by a carrier, call progress determines that it POSSIBLY has a machine because of the length of the spoken message.  It then waits for up to 5 seconds (configurable) for the OK to arrive.  In the case of these OPI spoken phrases, the OK never arrives, and so call progress returns OPI after 5 seconds.

The Importance of the Carrier’s ‘OK’

Generally speaking, carriers return the OK for a CONNECTED call within 500ms of the first utterance.  Sometimes the OK even comes before the “Hello”.  Sadly, there are some low-quality carriers that don’t deliver the OK for much longer that 5 seconds.  This is particularly bad, especially for Call Progress, because the OK is a very important signal that is needed to determining the outcome of call progress.

If you see in your HMPServer.log this message:

HmpSip::MaximumTimeTimer – Timer Fired With EarlyCallProgress. Returning OPI

Then you know that the server has a call that did not get the OK within the configured timeout (5 seconds).

If you are certain that the number is a good number, then this is a clue that your carrier is not behaving as it should and is not delivering the OK promptly.  In these cases we suggest that you switch to a more reliable carrier.  You can also open a trouble ticket with your carrier, but getting them to make a change can be difficult.

We can port your number to one of our carriers.  For more information, please see the articles in Voice Elements SIP Trunking or our SIP Trunking Overview.

Was this article helpful to you? No 2 Yes 14

How can we help?