Create a new CallHandler for each office
Create a general CallHandler for when the person hits #
# sends it off to the general callhandler:
"To connect to the NYC office, press 1, press 2 for SF, press 3 for LA"
Link 1, 2, 3 to each callhandler office.
The Caller Input has to know where you want it go. Once in the CallHandler, it does not know where you came from.
The way I set it up, is that each remote office has it's "main greeting" I create this # caller input for the subscribers input. So if a caller is at a greeting for a subscriber, they press # and it goes to local office main greeting, not the "Opening greeting"
I do this for each office and create custom subscriber templates for each of the sites. The # is then preconfigured for each subscriber I add to each site.
make sense?