![Image]()
Okay, got this figured out -- kinda/sorta. Take it for what it's worth from a crazy, old guy.
System A wants to access local 7-digit dial tone on System B.
Outgoing call rule on System A looks like this:
Number begins with *01 (can be whatever you want).
Rest of the number must be between 5 and 8 digits (want 5 digits so they can dial extensions between the systems)
Before connecting the call trim 3 digits (removes the *01)
System B incoming call rules look like this, one for extension dialing and one for dialing outside, local 7-digit numbers:
Beginning of range 10000 -- end of range 99999. Voice Calls. Any Provider. Don't trim any digits. Don't add anything. This one is for inter-office extension dialing.
Beginning of range 90000000 -- end of range 99999999. Voice Calls. Any Provider. Trim 8 Digits -- basically the entire number. Add 19876 -- this is the number of a IVR I'm going to use here. It can be any IVR you want.
The IVR has two steps. First step sets a variable to the INCOMING_DID which is the number I dialed from the other system.
The second step uses the Send To External Number action and sends the variable containing the INCOMING_DID set in the first step.
Works for me. May be a hole in there somewhere but it works for what I want and limits remote dial tone to local numbers.
Statistics : Posted by jreed1949 • on Mon Nov 10, 2014 9:22 pm • Replies 2 • Views 144