Hi, Am running 1.4.18 at the moment, and am trying to implement inline blind transfer. I have : [featuremap] blindxfer => *6 ; Blind transfer in features.conf And in extensions .conf under [globals] : DYNAMIC_FEATURES=automon#blindxfr So what am I missing ?? Have read through http://www.voip-info.org/wiki/view/Asterisk+config+features.conf Thanks, Adrian -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100616/405fb299/attachment.htm
> Am running 1.4.18 at the moment, and am trying to implement inline blind > transfer. > I have : > [featuremap] > blindxfer => *6 ; Blind transferDo remember that asterisk needs to be in the media stream for this to work, so you'll want to make sure (in the case of SIP devices) you've set canreinvite=no You might also want to increase the feature code timeout (both activation and interdigit) - I think the default is something like 500ms, which most users find far too short to use reliably. Regards, Chris