Transfer do not work after upgrade from 2.26 to 2.27

Hello!
On 2.26 Earlier we could translate calls. We dialed number in the field for number set with a lattice at the end. And press Enter.
Now we can not to do this. May be it is need to change configs?

Comments

  • What asterisk version are you using?
  • What asterisk version are you using?
    1.8.12
  • Check the _transfer settings in fop2.cfg

    blind_transfer=x
    supervised_transfer=x

    Sometimes supervised transfer is not configured in features.conf so you cannot use it without enabling it, in that case you can try disabling it in fop2.cfg (supervised_transfer=0). So check your settings, and test with variations:

    blind_transfer=1
    supervised_transfer=0

    or

    blind_transfer=0
    supervised_transfer=1

    or even

    blind_transfer=1
    supervised_transfer=1

    Best regards,
Sign In or Register to comment.