Re: [Switchfin-devel] Phone call redirection
Status: Beta
Brought to you by:
dpenev
From: <swi...@li...> - 2012-04-26 11:35:42
|
On 25/04/12 11:21 AM, swi...@li... wrote: > Hi Mike > > First to da a simple call redirect you can use a voice menu, that just > has the dial command, if you want extension based redirection this is > a bigger task, you can follow some simple examples at > http://www.voip-info.org/wiki/view/Asterisk+call+forwarding These options needs dialplan which is not in the project currently correct ? I could add them to custom.conf but there does not seem to be a way of getting the GUI to use select these new routes, in the Dial Plan menu. > > Second the DID Route works by striping the Dialled number from the > incoming call and calling DID_<DIALED NUMBER>, from the GUI's end it > assumes that the DID for each trunk would be the username as with most > VOIP providers you get one trunk per DID, if the username is not the > same as the DID you can simply change DID_<USER NAME> to DID_<REAL > DID> this should fix any incoming routing issues. > I've always support multiply DID per trunk, on Jazmin's network. Providers who provide enterprise features always support multiply DID's per trunk. The option 'Use routing context' would seem to do the correct thing but there is no way to create the DID_<phonenumber> extensions (that I can see) I think an extra page is needed to create the did's. Mike |