Re: [Switchfin-devel] Phone call redirection
Status: Beta
Brought to you by:
dpenev
From: <swi...@li...> - 2012-04-26 11:14:44
|
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 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. Thanks Jason Quoting swi...@li...: > Hi Guys > > This list seems to be a little quite now days, but I've just started > looking at things again. > > I have just installed a copy of Switchfin build early last week and I've > had a few issues: > > It does not seem to be possible to redirect phone calls using the > current extensions.conf code. (follow me is a crazy idea and just does > not work well) > > There is an issue with inbound did code where if you want to match the > TO field (using the DID_Route code) asterisk will send the call to > DID_<number> but there is no way to add DID_<number> in the > extensions.conf. There could be a way but I could not see it. > > There was also a build issue with the t38 code but I did not keep a copy > of the error, I'll have a look if someone is interested. > > Cheers > Mike > > ------------------------------------------------------------------------------ > For Developers, A Lot Can Happen In A Second. > Boundary is the first to Know...and Tell You. > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > http://p.sf.net/sfu/Boundary-d2dvs2 > _______________________________________________ > Switchfin-devel mailing list > Swi...@li... > https://lists.sourceforge.net/lists/listinfo/switchfin-devel > |