Hi, I'd like to make an attendant transfer, and not blind tranfer. In fop2.cfg I've activated supervised_transfer = 1, but not works, always make blind transfer, it's possible? have I make any more??
You need an asterisk version that supports the atxfer feature via the manager. In the asterisk cli try:
manager show command atxfer
It should return some output, if it does, then supervised_transfer=1 will work. If you do not have the option, you need to patch asterisk or update to a version that includes the feature.
Comments
You need an asterisk version that supports the atxfer feature via the manager. In the asterisk cli try:
manager show command atxfer
It should return some output, if it does, then supervised_transfer=1 will work. If you do not have the option, you need to patch asterisk or update to a version that includes the feature.
The patch for Asterisk 1.4.2X is here:
http://www.fop2.com/downloads/atxfer-manager.patch
Best regards,